pub trait MultiplierUpdate: Convert<FixedU128, FixedU128> {
    fn min() -> FixedU128;
fn target() -> Perquintill;
fn variability() -> FixedU128; }
Expand description

Something that can convert the current multiplier to the next one.

Required methods

Minimum multiplier

Target block saturation level

Variability factor

Implementations on Foreign Types

Implementors