@multiversx/sdk-core - v14.2.6
    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