Type Definition pallet_dynamic_fee::pallet::MinGasPrice
source · pub type MinGasPrice<T: Config> = StorageValue<_GeneratedPrefixForStorageMinGasPrice<T>, U256, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type U256
.