interface OracleExtendTx {
    fee: bigint;
    nonce: number;
    oracleId: `ok_${string}`;
    oracleTtl: OracleExtendTxOracleTtl;
    ttl?: number;
}

Properties

fee: bigint

The transaction fee

nonce: number

The nonce

oracleId: `ok_${string}`

The oracle ID of this query

Expiration of the oracle

ttl?: number

Transaction TTL