Expand description
Header definition and storage implementation
Structs§
- Header
- This struct represents a tuple of the form (version, previous, height, timestamp, nonce, merkle_tree).
- Header
Hash - Header
Store - The
HeaderStoreis a structure representing allsledtrees related to storing the blockchain’s blocks’s header information. - Header
Store Overlay - Overlay structure over a
HeaderStoreinstance.
Enums§
- PowData
- Struct representing the Proof of Work used in a block.