Expand description
Contains code that interfaces with the zcash_history crate from librustzcash.
Modules§
- tests 🔒
- Tests for Zebra history trees
Structs§
- Block
Commitment Tree Roots - The note commitment tree roots of a block, used to construct its chain-history leaf.
- Entry
- An encoded entry in the tree.
- Node
Data - An encoded tree node data.
- Tree
- A MMR Tree using zcash_history::Tree.
Enums§
- V1
- Version 1 of the Zcash chain history tree.
- V2
- Version 2 of the Zcash chain history tree.
- V3
- Version 3 of the Zcash chain history tree.
Traits§
- Version
- A trait to represent a version of
Tree.