pub type NumberOfLeaves<T, I = ()> = StorageValue<_GeneratedPrefixForStorageNumberOfLeaves<T, I>, LeafIndex, ValueQuery>;Expand description
Current size of the MMR (number of leaves).
Storage type is [StorageValue] with value type LeafIndex.
Aliased Type§
struct NumberOfLeaves<T, I = ()>(/* private fields */);