pub type MmrRootHashes<T: Config> = StorageMap<_GeneratedPrefixForStorageMmrRootHashes<T>, Twox64Concat, BlockNumberFor<T>, T::MmrRootHash, OptionQuery>;Expand description
Map of block numbers to mmr root hashes.
Storage type is [StorageMap] with key type BlockNumberFor < T > and value type T :: MmrRootHash.
Aliased Typeยง
pub struct MmrRootHashes<T: Config>(/* private fields */);