zebra_chain::sapling::tree

Type Alias NoteCommitmentUpdate

source
pub type NoteCommitmentUpdate = Fq;
Expand description

The type that is used to update the note commitment tree.

Unfortunately, this is not the same as sapling::NoteCommitment.

Aliased Typeยง

struct NoteCommitmentUpdate(/* private fields */);