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

    Type Alias ContractDeployInput

    type ContractDeployInput = {
        arguments?: any[];
        bytecode: Uint8Array;
        gasLimit?: bigint;
        isPayable?: boolean;
        isPayableBySmartContract?: boolean;
        isReadable?: boolean;
        isUpgradeable?: boolean;
        nativeTransferAmount?: bigint;
    }
    Index

    Properties

    arguments?: any[]
    bytecode: Uint8Array
    gasLimit?: bigint

    The gas limit for the operation. If not provided, a gas limit estimator must be used. Failure to provide this parameter without an estimator may lead to runtime errors.

    isPayable?: boolean
    isPayableBySmartContract?: boolean
    isReadable?: boolean
    isUpgradeable?: boolean
    nativeTransferAmount?: bigint