pub trait WeightInfo {
    // Required methods
    fn on_idle_unstake() -> Weight;
    fn on_idle_check(x: u32) -> Weight;
    fn register_fast_unstake() -> Weight;
    fn deregister() -> Weight;
    fn control() -> Weight;
}
Expand description

Weight functions needed for pallet_fast_unstake.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§