txoutset 0.1.0

Parser for the UTXO set dump produced by Bitcoin Core
Documentation
1
2
3
# UTXO Set Parser

Bitcoin Core produces a large binary file containing a compressed representation of the UTXO set via the `dumptxoutset` RPC call. This library contains data structures to parse and decompress the resulting dump file.