Crate subcoin_utxo_snapshot
source ·Structs§
- Represents a UTXO output in the snapshot format.
- Represents a single UTXO (Unspent Transaction Output) in Bitcoin.
- Responsible for dumping the UTXO set snapshot compatible with Bitcoin Core.
Functions§
- Groups UTXOs by
txid
into a lexicographically orderedBTreeMap
(same as the order stored by Bitcoin Core in leveldb).