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

    Type Alias ProposalInfo

    type ProposalInfo = {
        commitHash: string;
        cost: bigint;
        endVoteEpoch: number;
        isClosed: boolean;
        isPassed: boolean;
        issuer: Address;
        nonce: number;
        numAbstainVotes: bigint;
        numNoVotes: bigint;
        numVetoVotes: bigint;
        numYesVotes: bigint;
        quorumStake: bigint;
        startVoteEpoch: number;
    }
    Index

    Properties

    commitHash: string
    cost: bigint
    endVoteEpoch: number
    isClosed: boolean
    isPassed: boolean
    issuer: Address
    nonce: number
    numAbstainVotes: bigint
    numNoVotes: bigint
    numVetoVotes: bigint
    numYesVotes: bigint
    quorumStake: bigint
    startVoteEpoch: number