Expand description
Contains code that interfaces with the zcash_history crate from librustzcash.
Modules§
- tests 🔒
- Tests for Zebra history trees
Structs§
- Entry
- An encoded entry in the tree.
- Node
Data - An encoded tree node data.
- Tree
- A MMR Tree using zcash_history::Tree.
Enums§
Traits§
- Version
- A trait to represent a version of
Tree
.