interface TxUnpackedOracle1 {
    abiVersion: AbiVersion;
    accountId: `ak_${string}`;
    oracleTtlValue: number;
    queryFee: string;
    queryFormat: string;
    responseFormat: string;
    tag: Oracle;
    version: 1;
}

Hierarchy (view full)

Properties

abiVersion: AbiVersion
accountId: `ak_${string}` = ...
oracleTtlValue: number = shortUInt
queryFee: string = coinAmount
queryFormat: string = string
responseFormat: string = string
tag: Oracle = ...
version: 1 = ...

Generated using TypeDoc