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§

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.

Traits§

Version
A trait to represent a version of Tree.