Structs§
- Memory
Backed Tree - An in-memory append-only Merkle tree implementation, supporting inclusion and consistency proofs. This stores leaf values, not just leaf hashes.
Enums§
- Self
Check Error - An error representing what went wrong when running
MemoryBackedTree::self_check.