Type Alias LeafCommitment

Source
pub type LeafCommitment<TYPES> = Commitment<Leaf2<TYPES>>;
Expand description

The hash of a leaf.

Aliased Typeยง

struct LeafCommitment<TYPES>(/* private fields */);