interface OracleTxTx {
    abiVersion?: number;
    accountId: string;
    fee: bigint;
    nonce?: number;
    oracleId: `ok_${string}`;
    oracleTtl: Ttl;
    queryFee: bigint;
    queryFormat: string;
    responseFormat: string;
    ttl?: number;
    txHash: `th_${string}`;
    type: string;
    version: number;
}

Hierarchy (View Summary)

Properties

abiVersion?: number
accountId: string

Base58Check encoded tagged pubkey

fee: bigint
nonce?: number
oracleId: `ok_${string}`

use account_id instead

oracleTtl: Ttl
queryFee: bigint
queryFormat: string
responseFormat: string
ttl?: number
txHash: `th_${string}`

use the outer hash instead

type: string
version: number