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

    Type Alias VoteOutcome

    type VoteOutcome = {
        proposalNonce: number;
        totalStake: bigint;
        vote: string;
        votingPower: bigint;
    }
    Index

    Properties

    proposalNonce: number
    totalStake: bigint
    vote: string
    votingPower: bigint