Module mem_backed_tree

Module mem_backed_tree 

Source

Structs§

MemoryBackedTree
An in-memory append-only Merkle tree implementation, supporting inclusion and consistency proofs. This stores leaf values, not just leaf hashes.

Enums§

SelfCheckError
An error representing what went wrong when running MemoryBackedTree::self_check.