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

    Type Alias VoteProposalInput

    type VoteProposalInput = {
        proposalNonce: number;
        vote: Vote;
    }
    Index

    Properties

    Properties

    proposalNonce: number
    vote: Vote