Type Definition pallet_mmr::pallet::RootHash  
source · pub type RootHash<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageRootHash<T, I>, <<T as Config<I>>::Hashing as Hash>::Output, ValueQuery>;Expand description
Latest MMR Root hash.
Storage type is StorageValue with value type HashOf < T, I >.