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
HeaderStore
is a structure representing allsled
trees related to storing the blockchain’s blocks’s header information. - Header
Store Overlay - Overlay structure over a
HeaderStore
instance.