Type Alias polkadot_runtime_common::SlowAdjustingFeeUpdate
source · pub type SlowAdjustingFeeUpdate<R> = TargetedFeeAdjustment<R, TargetBlockFullness, AdjustmentVariable, MinimumMultiplier, MaximumMultiplier>;
Expand description
Parameterized slow adjusting fee updated based on https://research.web3.foundation/Polkadot/overview/token-economics#2-slow-adjusting-mechanism
Aliased Type§
struct SlowAdjustingFeeUpdate<R>(/* private fields */);