Type Alias MinGasPrice

Source
pub type MinGasPrice<T: Config> = StorageValue<_GeneratedPrefixForStorageMinGasPrice<T>, U256, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type U256.

Aliased Typeยง

struct MinGasPrice<T: Config>(/* private fields */);