@multiversx/sdk-core - v15.0.0
    Preparing search index...

    Type Alias DeployMultisigContractInput

    type DeployMultisigContractInput = {
        board: Address[];
        bytecode: Uint8Array;
        gasLimit?: bigint;
        isPayable?: boolean;
        isPayableBySmartContract?: boolean;
        isReadable?: boolean;
        isUpgradeable?: boolean;
        quorum: number;
    }
    Index

    Properties

    board: Address[]
    bytecode: Uint8Array
    gasLimit?: bigint
    isPayable?: boolean
    isPayableBySmartContract?: boolean
    isReadable?: boolean
    isUpgradeable?: boolean
    quorum: number