@multiversx/sdk-core - v14.2.6
    Preparing search index...

    Type Alias DelegatedVoteInfo

    type DelegatedVoteInfo = {
        totalPower: bigint;
        totalStake: bigint;
        usedPower: bigint;
        usedStake: bigint;
    }
    Index

    Properties

    totalPower: bigint
    totalStake: bigint
    usedPower: bigint
    usedStake: bigint