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

    Interface CallArguments

    interface CallArguments {
        args?: any[];
        caller: Address;
        chainID: string;
        func: IContractFunction;
        gasLimit: bigint;
        gasPrice?: bigint;
        receiver?: Address;
        value?: bigint;
    }
    Index

    Properties

    args?: any[]
    caller: Address
    chainID: string
    gasLimit: bigint
    gasPrice?: bigint
    receiver?: Address
    value?: bigint