[][src]Trait pallet_staking::WeightInfo

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

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...