Type Alias pallet_transaction_payment::pallet::NextFeeMultiplier
source · pub type NextFeeMultiplier<T: Config> = StorageValue<_GeneratedPrefixForStorageNextFeeMultiplier<T>, Multiplier, ValueQuery, NextFeeMultiplierOnEmpty>;
Expand description
Storage type is [StorageValue
] with value type Multiplier
.
Aliased Type§
struct NextFeeMultiplier<T: Config>(/* private fields */);