pub type BlockHash<T: Config> = StorageMap<_GeneratedPrefixForStorageBlockHash<T>, Twox64Concat, U256, H256, ValueQuery>;Expand description
Storage type is [StorageMap] with key type U256 and value type H256.
Aliased Typeยง
struct BlockHash<T: Config>(/* private fields */);