Structs§
- Output
Entry - Represents a UTXO output in the snapshot format.
- Utxo
- Represents a single UTXO (Unspent Transaction Output) in Bitcoin.
- Utxo
Snapshot Generator - Responsible for dumping the UTXO set snapshot compatible with Bitcoin Core.
Functions§
- group_
utxos_ by_ txid - Groups UTXOs by
txid
into a lexicographically orderedBTreeMap
(same as the order stored by Bitcoin Core in leveldb). - tx_
out_ ser - write_
coins