[][src]Crate zcash_history

Chain history library for Zcash

To be used in zebra and via FFI bindings in zcashd

Structs

Entry

MMR Entry.

NodeData

Node metadata.

Tree

Represents partially loaded tree.

Enums

EntryKind

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

EntryLink

Reference to to the tree node.

Error

Crate-level error type

Constants

MAX_ENTRY_SIZE

Max serialized length of entry data.

MAX_NODE_DATA_SIZE

Maximum serialized size of the node metadata.