Avalanche SDK Client
    Preparing search index...

    Type Alias GetAllValidatorsAtParameters

    Parameters for the platform.getAllValidatorsAt method. Get all validators at a given height across all Subnets and the Primary Network.

    type GetAllValidatorsAtParameters = {
        height: number | "proposed";
    }
    Index

    Properties

    Properties

    height: number | "proposed"

    The P-Chain height to get validators at, or "proposed" to return the validator set at the node's proposervm height