Expand description
Contains UtxoParser
for tracking input amounts and output statuses in UtxoBlock
.
Structs§
- A block that has been parsed tracking input amounts and output status
- Multithreaded parser that returns a
ParserIterator
ofUtxoBlock
. - A transaction that has been parsed tracking input amounts and output status
Enums§
- Status of the
TxOut
within the transaction graph.