Type Definition frame_system::pallet::BlockHash [−][src]
type BlockHash<T: Config> = StorageMap<_GeneratedPrefixForStorageBlockHash<T>, Twox64Concat, T::BlockNumber, T::Hash, ValueQuery>;
Expand description
Map of block numbers to block hashes.