Expand description

Chain history library for Zcash

To be used in zebra and via FFI bindings in zcashd

Structs

MMR Entry.

V1 node metadata.

Represents partially loaded tree.

Enums

MMR Node. It is leaf when left, right are None and node when they are not.

Reference to to the tree node.

Crate-level error type

Version 1 of the Zcash chain history tree.

Version 2 of the Zcash chain history tree.

Constants

Max serialized length of entry data.

Maximum serialized size of the node metadata.

Traits

A version of the chain history tree.