Type Definition pallet_mmr::pallet::NumberOfLeaves
source · 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
.