Structs§
- Unit
- A component of
Node
consisting ofHash
andBits
, which represents a joint of subtrees it has.
Enums§
- Node
- The only component of
monotree
. In a big picture,monotree
simply consists of structuredNode
s.
Type Aliases§
- Cell
- A type for describing components of
Node
: a real element ofUnit
or a virtual elementNone
.