Module hotshot_stake_table::mt_based::internal
source · Expand description
Utilities and internals for maintaining a local stake table
Structs§
- An owning iterator over the (key, value) entries of a
PersistentMerkleNode
Traverse using post-order: children from left to right, finally visit the current. - A succinct commitment for Merkle tree
- An existential proof
Enums§
- A compressed Merkle node for Merkle path
- A persistent merkle tree tailored for the stake table. Generic over the key type
K
Traits§
- Common trait bounds for generic key type
K
forPersistentMerkleNode
Functions§
- Convert a list of Merkle path branches back to an index
- Convert an index to a list of Merkle path branches
Type Aliases§
- Path from a Merkle root to a leaf