Avalanche SDK Client
    Preparing search index...

    Type Alias GetValidatorsAtParameters

    Parameters for the platform.getValidatorsAt method. Get the validators at a given height.

    type GetValidatorsAtParameters = {
        height: number;
        subnetID?: string;
    }
    Index

    Properties

    Properties

    height: number

    The height to get validators at

    subnetID?: string

    The Subnet to get validators from. If omitted, gets validators from the Primary Network