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

    Interface DeployArguments

    interface DeployArguments {
        chainID: string;
        code: ICode;
        codeMetadata?: ICodeMetadata;
        deployer: Address;
        gasLimit: bigint;
        gasPrice?: bigint;
        initArguments?: any[];
        value?: bigint;
    }
    Index

    Properties

    chainID: string
    code: ICode
    codeMetadata?: ICodeMetadata
    deployer: Address
    gasLimit: bigint
    gasPrice?: bigint
    initArguments?: any[]
    value?: bigint