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 */);