Type Definition pallet_ethereum::pallet::CurrentBlock

source ·
pub type CurrentBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentBlock<T>, BlockV2>;
Expand description

The current Ethereum block.

Storage type is [StorageValue] with value type ethereum :: BlockV2.