Interface TransactionContext

Context used to resolve a transaction. Compatible with the JSON response from a get_block call.

Hierarchy

  • TransactionContext

Properties

block_num?: any

Block number ref_block_num will be derived from.

chainId?: ChainIdType

Chain ID to resolve for, required for multi-chain requests.

expiration?: any

Expiration timestamp, takes precedence over timestamp and expire_seconds if set.

expire_seconds?: any

How many seconds in the future to set expiration when deriving from timestamp. Defaults to 60 seconds if unset.

ref_block_num?: any

Reference block number, takes precedence over block_num if both is set.

ref_block_prefix?: any

Reference block prefix.

timestamp?: any

Timestamp expiration will be derived from.