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

    Type Alias ChangeConfigInput

    type ChangeConfigInput = {
        lastProposalFee: bigint;
        minPassThreshold: number;
        minQuorum: number;
        minVetoThreshold: number;
        proposalFee: bigint;
    }
    Index

    Properties

    lastProposalFee: bigint
    minPassThreshold: number
    minQuorum: number
    minVetoThreshold: number
    proposalFee: bigint