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

Hierarchy (view full)

Properties

abiVersion: string
amount: string
callData: string

Base64Check encoded tagged byte array

caller: string

Base58Check encoded tagged pubkey

contract: string

Base58Check encoded tagged pubkey

gas: string
gasPrice: string
op: "OffChainCallContract"

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

Generated using TypeDoc