Avalanche SDK Client
    Preparing search index...

    Type Alias GetTotalStakeReturnType

    Return type for the platform.getTotalStake method.

    type GetTotalStakeReturnType = {
        stake?: number;
        weight: number;
    }
    Index

    Properties

    Properties

    stake?: number

    The total amount of stake on the Subnet

    weight: number

    The total weight of all validators on the Subnet