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

    Type Alias GovernanceConfig

    type GovernanceConfig = {
        lastProposalNonce: number;
        lostProposalFee: bigint;
        minPassThreshold: number;
        minQuorum: number;
        minVetoThreshold: number;
        proposalFee: bigint;
    }
    Index

    Properties

    lastProposalNonce: number
    lostProposalFee: bigint
    minPassThreshold: number
    minQuorum: number
    minVetoThreshold: number
    proposalFee: bigint