Structs§
- Nullifier
Block - The
BlockNumberat which aNullifierwas consumed. - Nullifier
Mutation Set - A newtype wrapper around a
MutationSetfor use in theNullifierTree. - Nullifier
Tree - The sparse merkle tree of all nullifiers in the blockchain.
- Nullifier
Witness - A proof that a certain nullifier is in the nullifier tree with the contained state.
- Partial
Nullifier Tree - The partial sparse merkle tree containing the nullifiers of consumed notes.
Traits§
- Nullifier
Tree Backend - This trait abstracts over different SMT backends (e.g.,
SmtandLargeSmt) to allow theNullifierTreeto work with either implementation transparently.