interface DryRunCallReq {
    abiVersion?: number;
    amount?: bigint;
    calldata: string;
    caller?: string;
    context?: DryRunCallContext;
    contract: string;
    gas?: number;
    nonce?: number;
}

Properties

abiVersion?: number
amount?: bigint
calldata: string

Base64Check encoded tagged byte array

caller?: string

Base58Check encoded tagged pubkey

contract: string

Base58Check encoded tagged pubkey

gas?: number
nonce?: number