Avalanche SDK Client
    Preparing search index...

    Type Alias GetTotalStakeParameters

    Parameters for the platform.getTotalStake method. Get the total amount of stake on a Subnet.

    type GetTotalStakeParameters = {
        subnetID: string;
    }
    Index

    Properties

    Properties

    subnetID: string

    The ID of the Subnet to get total stake for