Type Alias zebra_chain::sapling::tree::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(pub(crate) [u64; 4]);

Fields§

§0: [u64; 4]