type LeafCommitment<TYPES> = Commitment<Leaf<TYPES>>;
Expand description

The hash of a leaf.

Aliased Type§

struct LeafCommitment<TYPES>(pub(crate) [u8; 32], pub(crate) PhantomData<fn(_: &Leaf<TYPES>)>);

Fields§

§0: [u8; 32]§1: PhantomData<fn(_: &Leaf<TYPES>)>