Module zebra_chain::primitives::zcash_history

source ·
Expand description

Contains code that interfaces with the zcash_history crate from librustzcash.

Modules§

  • tests 🔒
    Tests for Zebra history trees

Structs§

  • An encoded entry in the tree.
  • An encoded tree node data.
  • A MMR Tree using zcash_history::Tree.

Enums§

  • Version 1 of the Zcash chain history tree.
  • Version 2 of the Zcash chain history tree.

Traits§

  • A trait to represent a version of Tree.