Skip to main content

Module zcash_history

Module zcash_history 

Source
Expand description

Contains code that interfaces with the zcash_history crate from librustzcash.

Modules§

tests 🔒
Tests for Zebra history trees

Structs§

BlockCommitmentTreeRoots
The note commitment tree roots of a block, used to construct its chain-history leaf.
Entry
An encoded entry in the tree.
NodeData
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.