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