referrerpolicy=no-referrer-when-downgrade
polkadot_runtime_common

Type Alias SlowAdjustingFeeUpdate

Source
pub type SlowAdjustingFeeUpdate<R> = TargetedFeeAdjustment<R, TargetBlockFullness, AdjustmentVariable, MinimumMultiplier, MaximumMultiplier>;
Expand description

Aliased Type§

struct SlowAdjustingFeeUpdate<R>(/* private fields */);

Trait Implementations

§

impl<T, S, V, M, X> Convert<FixedU128, FixedU128> for TargetedFeeAdjustment<T, S, V, M, X>
where T: Config, S: Get<Perquintill>, V: Get<FixedU128>, M: Get<FixedU128>, X: Get<FixedU128>,

§

fn convert(previous: FixedU128) -> FixedU128

Make conversion.
§

impl<T, S, V, M, X> MultiplierUpdate for TargetedFeeAdjustment<T, S, V, M, X>
where T: Config, S: Get<Perquintill>, V: Get<FixedU128>, M: Get<FixedU128>, X: Get<FixedU128>,

§

fn min() -> FixedU128

Minimum multiplier. Any outcome of the convert function should be at least this.
§

fn max() -> FixedU128

Maximum multiplier. Any outcome of the convert function should be less or equal this.
§

fn target() -> Perquintill

Target block saturation level
§

fn variability() -> FixedU128

Variability factor