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

    Type Alias NewProposalInput

    type NewProposalInput = {
        commitHash: string;
        endVoteEpoch: number;
        nativeTokenAmount: bigint;
        startVoteEpoch: number;
    }
    Index

    Properties

    commitHash: string
    endVoteEpoch: number
    nativeTokenAmount: bigint
    startVoteEpoch: number