Avalanche SDK Client
    Preparing search index...

    Type Alias GetCurrentValidatorsParameters

    Parameters for the platform.getCurrentValidators method. Get the current validators of a Subnet.

    type GetCurrentValidatorsParameters = {
        nodeIDs?: string[];
        subnetID?: Buffer | string;
    }
    Index

    Properties

    Properties

    nodeIDs?: string[]

    List of the NodeIDs of current validators to request. If omitted, all current validators are returned. If a specified NodeID is not in the set of current validators, it will not be included in the response

    subnetID?: Buffer | string

    The Subnet whose current validators are returned. If omitted, returns the current validators of the Primary Network