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

The current Ethereum block.

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

Aliased Type§

struct CurrentBlock<T: Config>(/* private fields */);