Avalanche SDK Client
    Preparing search index...

    Type Alias GetStakeReturnType

    Return type for the platform.getStake method.

    type GetStakeReturnType = {
        encoding: "hex";
        staked: bigint;
        stakedOutputs: string[];
        stakeds: Record<string, number>;
    }
    Index

    Properties

    encoding: "hex"

    The encoding format used

    staked: bigint

    The total amount of stake

    stakedOutputs: string[]

    The UTXOs that contain the stake

    stakeds: Record<string, number>

    A map of addresses to their stake amounts