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ยง
struct MmrRootHashes<T: Config>(/* private fields */);