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