Expand description
This module defines how to parse binary data on disk to Block structs defined in proto.
Modulesยง
- blk_
file - read transactions and blocks from blk.dat files
- block_
index - read block index in memory from levelDB
- errors
- error handling
- proto
- various formats of blockchain data representation
- reader
- define binary file readers
- script
- add multi-sig pattern recognition and decode addresses from multi-sig script
- tx_
index - on disk transaction index database