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

Properties

abiVersion: number
accountId: `ak_${string}`

Account address

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

Oracle address

Expiration of the oracle

queryFee: bigint
queryFormat: string
responseFormat: string
ttl?: number
type: string
version: number