Crate subcoin_utxo_snapshot

Source

Structs§

OutputEntry
Represents a UTXO output in the snapshot format.
Utxo
Represents a single UTXO (Unspent Transaction Output) in Bitcoin.
UtxoSnapshotGenerator
Responsible for dumping the UTXO set snapshot compatible with Bitcoin Core.

Functions§

group_utxos_by_txid
Groups UTXOs by txid into a lexicographically ordered BTreeMap (same as the order stored by Bitcoin Core in leveldb).
tx_out_ser
write_coins