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