Type Alias zebra_chain::orchard::tree::NoteCommitmentUpdate
source · pub type NoteCommitmentUpdate = Base;
Expand description
The type that is used to update the note commitment tree.
Unfortunately, this is not the same as orchard::NoteCommitment
.
Aliased Type§
struct NoteCommitmentUpdate(/* private fields */);