pub type BaseFeePerGas<T> = StorageValue<_GeneratedPrefixForStorageBaseFeePerGas<T>, U256, ValueQuery, DefaultBaseFeePerGas<T>>;
Expand description

Storage type is [StorageValue] with value type U256.

Aliased Type§

struct BaseFeePerGas<T>(/* private fields */);