Type Alias runtime_common::SlowAdjustingFeeUpdate
source · pub type SlowAdjustingFeeUpdate<R> = TargetedFeeAdjustment<R, TargetBlockFullness, AdjustmentVariable, MinimumMultiplier, MaximumMultiplier>;
Expand description
Parameterized slow adjusting fee updated based on https://w3f-research.readthedocs.io/en/latest/polkadot/Token%20Economics.html#-2.-slow-adjusting-mechanism
Aliased Type§
struct SlowAdjustingFeeUpdate<R>(/* private fields */);