merkle_tree v2.0.0 MerkleTree.Node
This module implements a tree node abstraction.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %MerkleTree.Node{
children: [t()],
height: non_neg_integer(),
value: hash()
}