pub type CurrentBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentBlock<T>, BlockV3>;Expand description
The current Ethereum block.
Storage type is [StorageValue] with value type ethereum :: BlockV3.
Aliased Typeยง
struct CurrentBlock<T: Config>(/* private fields */);