Type Definition pallet_ethereum::pallet::BlockHash

source ·
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.