Type Alias pallet_dynamic_evm_base_fee::pallet::BaseFeePerGas

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