Type Alias pallet_dynamic_fee::pallet::TargetMinGasPrice
source · pub type TargetMinGasPrice<T: Config> = StorageValue<_GeneratedPrefixForStorageTargetMinGasPrice<T>, U256>;
Expand description
Storage type is [StorageValue
] with value type U256
.
Aliased Type§
struct TargetMinGasPrice<T: Config>(/* private fields */);