Expand description
Reading address transaction IDs.
In the functions in this module:
The block write task commits blocks to the finalized state before updating
chain
with a cached copy of the best non-finalized chain from
NonFinalizedState.chain_set
. Then the block commit task can commit additional blocks to
the finalized state after weโve cloned the chain
.
This means that some blocks can be in both:
Functionsยง
- apply_
tx_ ๐id_ changes Returns the combined finalized and non-finalized transaction IDs. - Returns the extra transaction IDs for
addresses
in the non-finalized chainquery_height_range
, matching or overlapping the transaction IDs for thefinalized_tip_range
, - Returns the
transaction::Hash
es foraddresses
in the finalized chainquery_height_range
, and the finalized tip heights the transaction IDs were queried at. - Returns the transaction IDs that sent or received funds from the supplied
transparent::Address
es, withinquery_height_range
, in chain order.