interface OffChainCallContract {
    abiVersion: number;
    amount: bigint;
    callData: string;
    caller: string;
    contract: string;
    gas: number;
    gasPrice: bigint;
    op: "OffChainCallContract";
}

Hierarchy (view full)

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
gasPrice: bigint
op

Polymorphic discriminator, which specifies the different types this object can be