Trait pallet_fast_unstake::weights::WeightInfo
source · 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.