Skip to main content

Module nullifier_tree

Module nullifier_tree 

Source

Structs§

NullifierBlock
The BlockNumber at which a Nullifier was consumed.
NullifierMutationSet
A newtype wrapper around a MutationSet for use in the NullifierTree.
NullifierTree
The sparse merkle tree of all nullifiers in the blockchain.
NullifierWitness
A proof that a certain nullifier is in the nullifier tree with the contained state.
PartialNullifierTree
The partial sparse merkle tree containing the nullifiers of consumed notes.

Traits§

NullifierTreeBackend
This trait abstracts over different SMT backends (e.g., Smt and LargeSmt) to allow the NullifierTree to work with either implementation transparently.