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

    Interface UpgradeArguments

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

    Properties

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