Module history_tree

Source
Expand description

History tree (Merkle mountain range) structure that contains information about the block history as specified in ZIP-221.

Modules§

tests 🔒
Tests for history trees

Structs§

HistoryTree
A History Tree that keeps track of its own creation in the Heartwood activation block, being empty beforehand.
NonEmptyHistoryTree
History tree (Merkle mountain range) structure that contains information about the block history, as specified in ZIP-221.

Enums§

HistoryTreeError
An error describing why a history tree operation failed.
InnerHistoryTree 🔒
The inner Tree in one of its supported versions.