Expand description
Chain history library for Zcash
To be used in zebra and via FFI bindings in zcashd
Structs§
Enums§
- Entry
Kind - MMR Node. It is leaf when
left
,right
areNone
and node when they are not. - Entry
Link - Reference to the tree node.
- Error
- Crate-level error type
- V1
- Version 1 of the Zcash chain history tree.
- V2
- Version 2 of the Zcash chain history tree.
Constants§
- MAX_
ENTRY_ SIZE - Max serialized length of entry data.
- MAX_
NODE_ DATA_ SIZE - Maximum serialized size of the node metadata.
Traits§
- Version
- A version of the chain history tree.