Module darkfi::blockchain::header_store

source ·
Expand description

Header definition and storage implementation

Structs§

  • This struct represents a tuple of the form (version, previous, height, timestamp, nonce, merkle_tree).
  • The HeaderStore is a structure representing all sled trees related to storing the blockchain’s blocks’s header information.
  • Overlay structure over a HeaderStore instance.

Constants§