[][src]Trait pallet_staking::WeightInfo

pub trait WeightInfo {
    fn bond(u: u32) -> Weight;
fn bond_extra(u: u32) -> Weight;
fn unbond(u: u32) -> Weight;
fn withdraw_unbonded_update(s: u32) -> Weight;
fn withdraw_unbonded_kill(s: u32) -> Weight;
fn validate(u: u32) -> Weight;
fn nominate(n: u32) -> Weight;
fn chill(u: u32) -> Weight;
fn set_payee(u: u32) -> Weight;
fn set_controller(u: u32) -> Weight;
fn set_validator_count(c: u32) -> Weight;
fn force_no_eras(i: u32) -> Weight;
fn force_new_era(i: u32) -> Weight;
fn force_new_era_always(i: u32) -> Weight;
fn set_invulnerables(v: u32) -> Weight;
fn force_unstake(s: u32) -> Weight;
fn cancel_deferred_slash(s: u32) -> Weight;
fn payout_stakers(n: u32) -> Weight;
fn payout_stakers_alive_controller(n: u32) -> Weight;
fn rebond(l: u32) -> Weight;
fn set_history_depth(e: u32) -> Weight;
fn reap_stash(s: u32) -> Weight;
fn new_era(v: u32, n: u32) -> Weight;
fn do_slash(l: u32) -> Weight;
fn payout_all(v: u32, n: u32) -> Weight;
fn submit_solution_initial(v: u32, n: u32, a: u32, w: u32) -> Weight;
fn submit_solution_better(v: u32, n: u32, a: u32, w: u32) -> Weight;
fn submit_solution_weaker(v: u32, n: u32) -> Weight; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...