interface TxParamsOracle1 {
    abiVersion: undefined | AbiVersion;
    accountId: `ak_${string}`;
    consensusProtocolVersion?: ConsensusProtocolVersion;
    denomination?: AE_AMOUNT_FORMATS;
    oracleTtlValue: number;
    queryFee?: Int;
    queryFormat: string;
    responseFormat: string;
    tag: Oracle;
    version?: 1;
}

Hierarchy (view full)

Properties

abiVersion: undefined | AbiVersion
accountId: `ak_${string}` = ...
consensusProtocolVersion?: ConsensusProtocolVersion
denomination?: AE_AMOUNT_FORMATS
oracleTtlValue: number = shortUInt
queryFee?: Int = coinAmount
queryFormat: string = string
responseFormat: string = string
tag: Oracle = ...
version?: 1

Generated using TypeDoc