pub type NoteCommitmentUpdate = Base;
The type that is used to update the note commitment tree.
Unfortunately, this is not the same as orchard::NoteCommitment.
orchard::NoteCommitment
struct NoteCommitmentUpdate(/* private fields */);