Type Definition pallet_mmr::pallet::Nodes
source · pub type Nodes<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageNodes<T, I>, Identity, NodeIndex, <T as Config<I>>::Hash, OptionQuery>;
Expand description
Hashes of the nodes in the MMR.
Note this collection only contains MMR peaks, the inner nodes (and leaves) are pruned and only stored in the Offchain DB.