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.
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.