Module utxos

Module utxos 

Source
Expand description

Contains UtxoParser for tracking input amounts and output statuses in UtxoBlock.

Structs§

UtxoBlock
A block that has been parsed tracking input amounts and output status
UtxoParser
Multithreaded parser that returns a ParserIterator of UtxoBlock
UtxoTransaction
A transaction that has been parsed tracking input amounts and output status

Enums§

OutputStatus
Status of the TxOut within the transaction graph.