pub trait WeightInfo {
Show 34 methods
    // Required methods
    fn get_npos_voters(v: u32, n: u32) -> Weight;
    fn get_npos_targets(v: u32) -> Weight;
    fn bond() -> Weight;
    fn bond_extra() -> Weight;
    fn unbond() -> Weight;
    fn withdraw_unbonded_update(s: u32) -> Weight;
    fn withdraw_unbonded_kill(s: u32) -> Weight;
    fn validate() -> Weight;
    fn kick(k: u32) -> Weight;
    fn nominate(n: u32) -> Weight;
    fn chill() -> Weight;
    fn set_payee() -> Weight;
    fn update_payee() -> Weight;
    fn set_controller() -> Weight;
    fn set_validator_count() -> Weight;
    fn force_no_eras() -> Weight;
    fn force_new_era() -> Weight;
    fn force_new_era_always() -> Weight;
    fn set_invulnerables(v: u32) -> Weight;
    fn deprecate_controller_batch(u: u32) -> Weight;
    fn force_unstake(s: u32) -> Weight;
    fn cancel_deferred_slash(s: u32) -> Weight;
    fn payout_stakers_alive_staked(n: u32) -> Weight;
    fn rebond(l: u32) -> Weight;
    fn reap_stash(s: u32) -> Weight;
    fn new_era(v: u32, n: u32) -> Weight;
    fn set_staking_configs_all_set() -> Weight;
    fn set_staking_configs_all_remove() -> Weight;
    fn chill_other() -> Weight;
    fn force_apply_min_commission() -> Weight;
    fn set_min_commission() -> Weight;
    fn restore_ledger() -> Weight;
    fn migrate_currency() -> Weight;
    fn manual_slash() -> Weight;
}Expand description
Weight functions needed for pallet_staking.
Required Methods§
fn get_npos_voters(v: u32, n: u32) -> Weight
fn get_npos_targets(v: u32) -> Weight
fn bond() -> Weight
fn bond_extra() -> Weight
fn unbond() -> Weight
fn withdraw_unbonded_update(s: u32) -> Weight
fn withdraw_unbonded_kill(s: u32) -> Weight
fn validate() -> Weight
fn kick(k: u32) -> Weight
fn nominate(n: u32) -> Weight
fn chill() -> Weight
fn set_payee() -> Weight
fn update_payee() -> Weight
fn set_controller() -> Weight
fn set_validator_count() -> Weight
fn force_no_eras() -> Weight
fn force_new_era() -> Weight
fn force_new_era_always() -> Weight
fn set_invulnerables(v: u32) -> Weight
fn deprecate_controller_batch(u: u32) -> Weight
fn force_unstake(s: u32) -> Weight
fn cancel_deferred_slash(s: u32) -> Weight
fn payout_stakers_alive_staked(n: u32) -> Weight
fn rebond(l: u32) -> Weight
fn reap_stash(s: u32) -> Weight
fn new_era(v: u32, n: u32) -> Weight
fn set_staking_configs_all_set() -> Weight
fn set_staking_configs_all_remove() -> Weight
fn chill_other() -> Weight
fn force_apply_min_commission() -> Weight
fn set_min_commission() -> Weight
fn restore_ledger() -> Weight
fn migrate_currency() -> Weight
fn manual_slash() -> Weight
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
Source§impl WeightInfo for ()
 
impl WeightInfo for ()
Source§fn get_npos_voters(v: u32, n: u32) -> Weight
 
fn get_npos_voters(v: u32, n: u32) -> Weight
Storage: VoterList::CounterForListNodes (r:1 w:0)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:180 w:0)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:6000 w:0)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:6000 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:6000 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:6000 w:0)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1000 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::MinimumActiveStake (r:0 w:1)
Proof: Staking::MinimumActiveStake (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
The range of component v is [500, 1000].
The range of component n is [2500, 5000].
Source§fn get_npos_targets(v: u32) -> Weight
 
fn get_npos_targets(v: u32) -> Weight
Storage: Staking::CounterForValidators (r:1 w:0)
Proof: Staking::CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1001 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
The range of component v is [500, 1000].
Source§fn bond() -> Weight
 
fn bond() -> Weight
Storage: Staking::Bonded (r:1 w:1)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: Staking::Payee (r:0 w:1)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
Source§fn bond_extra() -> Weight
 
fn bond_extra() -> Weight
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:3 w:3)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:2 w:2)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Source§fn unbond() -> Weight
 
fn unbond() -> Weight
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:0)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::MinNominatorBond (r:1 w:0)
Proof: Staking::MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Storage: Staking::CurrentEra (r:1 w:0)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:0)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:3 w:3)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:2 w:2)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Source§fn withdraw_unbonded_update(s: u32) -> Weight
 
fn withdraw_unbonded_update(s: u32) -> Weight
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::CurrentEra (r:1 w:0)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: NominationPools::ReversePoolIdLookup (r:1 w:0)
Proof: NominationPools::ReversePoolIdLookup (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
Storage: DelegatedStaking::Agents (r:1 w:0)
Proof: DelegatedStaking::Agents (max_values: None, max_size: Some(120), added: 2595, mode: MaxEncodedLen)
The range of component s is [0, 100].
Source§fn withdraw_unbonded_kill(s: u32) -> Weight
 
fn withdraw_unbonded_kill(s: u32) -> Weight
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:1)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::CurrentEra (r:1 w:0)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::SlashingSpans (r:1 w:1)
Proof: Staking::SlashingSpans (max_values: None, max_size: None, mode: Measured)
Storage: Staking::VirtualStakers (r:1 w:1)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:1)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::CounterForNominators (r:1 w:1)
Proof: Staking::CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:2 w:2)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Payee (r:0 w:1)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
Storage: Staking::SpanSlash (r:0 w:100)
Proof: Staking::SpanSlash (max_values: None, max_size: Some(76), added: 2551, mode: MaxEncodedLen)
The range of component s is [0, 100].
Source§fn validate() -> Weight
 
fn validate() -> Weight
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::MinValidatorBond (r:1 w:0)
Proof: Staking::MinValidatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Storage: Staking::MinCommission (r:1 w:0)
Proof: Staking::MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:1)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::MaxValidatorsCount (r:1 w:0)
Proof: Staking::MaxValidatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:0)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:1 w:1)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::CounterForValidators (r:1 w:1)
Proof: Staking::CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Source§fn kick(k: u32) -> Weight
 
fn kick(k: u32) -> Weight
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:128 w:128)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
The range of component k is [1, 128].
Source§fn nominate(n: u32) -> Weight
 
fn nominate(n: u32) -> Weight
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::MinNominatorBond (r:1 w:0)
Proof: Staking::MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:1)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::MaxNominatorsCount (r:1 w:0)
Proof: Staking::MaxNominatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Validators (r:17 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::CurrentEra (r:1 w:0)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:2 w:2)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::CounterForNominators (r:1 w:1)
Proof: Staking::CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
The range of component n is [1, 16].
Source§fn chill() -> Weight
 
fn chill() -> Weight
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:1)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::CounterForNominators (r:1 w:1)
Proof: Staking::CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:2 w:2)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Source§fn set_payee() -> Weight
 
fn set_payee() -> Weight
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Payee (r:0 w:1)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
Source§fn update_payee() -> Weight
 
fn update_payee() -> Weight
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Payee (r:1 w:1)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
Source§fn set_controller() -> Weight
 
fn set_controller() -> Weight
Storage: Staking::Bonded (r:1 w:1)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:2 w:2)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Source§fn set_validator_count() -> Weight
 
fn set_validator_count() -> Weight
Storage: Staking::ValidatorCount (r:0 w:1)
Proof: Staking::ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Source§fn force_no_eras() -> Weight
 
fn force_no_eras() -> Weight
Storage: Staking::ForceEra (r:0 w:1)
Proof: Staking::ForceEra (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Source§fn force_new_era() -> Weight
 
fn force_new_era() -> Weight
Storage: Staking::ForceEra (r:0 w:1)
Proof: Staking::ForceEra (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Source§fn force_new_era_always() -> Weight
 
fn force_new_era_always() -> Weight
Storage: Staking::ForceEra (r:0 w:1)
Proof: Staking::ForceEra (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Source§fn set_invulnerables(v: u32) -> Weight
 
fn set_invulnerables(v: u32) -> Weight
Storage: Staking::Invulnerables (r:0 w:1)
Proof: Staking::Invulnerables (max_values: Some(1), max_size: Some(641), added: 1136, mode: MaxEncodedLen)
The range of component v is [0, 20].
Source§fn deprecate_controller_batch(u: u32) -> Weight
 
fn deprecate_controller_batch(u: u32) -> Weight
Storage: Staking::Ledger (r:11800 w:11800)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:5900 w:5900)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Payee (r:5900 w:0)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
The range of component u is [0, 5900].
Source§fn force_unstake(s: u32) -> Weight
 
fn force_unstake(s: u32) -> Weight
Storage: Staking::SlashingSpans (r:1 w:1)
Proof: Staking::SlashingSpans (max_values: None, max_size: None, mode: Measured)
Storage: Staking::Bonded (r:1 w:1)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:1)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: System::Account (r:1 w:1)
Proof: System::Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:1)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::CounterForNominators (r:1 w:1)
Proof: Staking::CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:2 w:2)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Payee (r:0 w:1)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
Storage: Staking::SpanSlash (r:0 w:100)
Proof: Staking::SpanSlash (max_values: None, max_size: Some(76), added: 2551, mode: MaxEncodedLen)
The range of component s is [0, 100].
Source§fn cancel_deferred_slash(s: u32) -> Weight
 
fn cancel_deferred_slash(s: u32) -> Weight
Storage: Staking::UnappliedSlashes (r:999 w:999)
Proof: Staking::UnappliedSlashes (max_values: None, max_size: Some(1694), added: 4169, mode: MaxEncodedLen)
The range of component s is [1, 1000].
Source§fn payout_stakers_alive_staked(n: u32) -> Weight
 
fn payout_stakers_alive_staked(n: u32) -> Weight
Storage: Staking::ErasStakersOverview (r:1 w:0)
Proof: Staking::ErasStakersOverview (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen)
Storage: Staking::ClaimedRewards (r:1 w:1)
Proof: Staking::ClaimedRewards (max_values: None, max_size: None, mode: Measured)
Storage: Staking::CurrentEra (r:1 w:0)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::ErasValidatorReward (r:1 w:0)
Proof: Staking::ErasValidatorReward (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:33 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:33 w:33)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: System::Account (r:33 w:33)
Proof: System::Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:33 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:33 w:33)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: Staking::ErasStakersPaged (r:1 w:0)
Proof: Staking::ErasStakersPaged (max_values: None, max_size: None, mode: Measured)
Storage: Staking::ErasRewardPoints (r:1 w:0)
Proof: Staking::ErasRewardPoints (max_values: None, max_size: None, mode: Measured)
Storage: Staking::ErasValidatorPrefs (r:1 w:0)
Proof: Staking::ErasValidatorPrefs (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
Storage: Staking::Payee (r:33 w:0)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
The range of component n is [0, 32].
Source§fn rebond(l: u32) -> Weight
 
fn rebond(l: u32) -> Weight
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:0)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:3 w:3)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:2 w:2)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
The range of component l is [1, 32].
Source§fn reap_stash(s: u32) -> Weight
 
fn reap_stash(s: u32) -> Weight
Storage: Staking::VirtualStakers (r:1 w:1)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:1)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::SlashingSpans (r:1 w:1)
Proof: Staking::SlashingSpans (max_values: None, max_size: None, mode: Measured)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:1)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::CounterForNominators (r:1 w:1)
Proof: Staking::CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:2 w:2)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Payee (r:0 w:1)
Proof: Staking::Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
Storage: Staking::SpanSlash (r:0 w:100)
Proof: Staking::SpanSlash (max_values: None, max_size: Some(76), added: 2551, mode: MaxEncodedLen)
The range of component s is [1, 100].
Source§fn new_era(v: u32, n: u32) -> Weight
 
fn new_era(v: u32, n: u32) -> Weight
Storage: VoterList::CounterForListNodes (r:1 w:0)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:200 w:0)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:110 w:0)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:110 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:110 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:110 w:0)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::Validators (r:11 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: Staking::CounterForValidators (r:1 w:0)
Proof: Staking::CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::ValidatorCount (r:1 w:0)
Proof: Staking::ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MinimumValidatorCount (r:1 w:0)
Proof: Staking::MinimumValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::CurrentEra (r:1 w:1)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::ErasValidatorPrefs (r:0 w:10)
Proof: Staking::ErasValidatorPrefs (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
Storage: Staking::ErasStakersPaged (r:0 w:10)
Proof: Staking::ErasStakersPaged (max_values: None, max_size: None, mode: Measured)
Storage: Staking::ErasStakersOverview (r:0 w:10)
Proof: Staking::ErasStakersOverview (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen)
Storage: Staking::ErasTotalStake (r:0 w:1)
Proof: Staking::ErasTotalStake (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
Storage: Staking::ErasStartSessionIndex (r:0 w:1)
Proof: Staking::ErasStartSessionIndex (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
Storage: Staking::MinimumActiveStake (r:0 w:1)
Proof: Staking::MinimumActiveStake (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
The range of component v is [1, 10].
The range of component n is [0, 100].
Source§fn set_staking_configs_all_set() -> Weight
 
fn set_staking_configs_all_set() -> Weight
Storage: Staking::MinCommission (r:0 w:1)
Proof: Staking::MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MinValidatorBond (r:0 w:1)
Proof: Staking::MinValidatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Storage: Staking::MaxValidatorsCount (r:0 w:1)
Proof: Staking::MaxValidatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MaxStakedRewards (r:0 w:1)
Proof: Staking::MaxStakedRewards (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Storage: Staking::ChillThreshold (r:0 w:1)
Proof: Staking::ChillThreshold (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Storage: Staking::MaxNominatorsCount (r:0 w:1)
Proof: Staking::MaxNominatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MinNominatorBond (r:0 w:1)
Proof: Staking::MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Source§fn set_staking_configs_all_remove() -> Weight
 
fn set_staking_configs_all_remove() -> Weight
Storage: Staking::MinCommission (r:0 w:1)
Proof: Staking::MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MinValidatorBond (r:0 w:1)
Proof: Staking::MinValidatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Storage: Staking::MaxValidatorsCount (r:0 w:1)
Proof: Staking::MaxValidatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MaxStakedRewards (r:0 w:1)
Proof: Staking::MaxStakedRewards (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Storage: Staking::ChillThreshold (r:0 w:1)
Proof: Staking::ChillThreshold (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Storage: Staking::MaxNominatorsCount (r:0 w:1)
Proof: Staking::MaxNominatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MinNominatorBond (r:0 w:1)
Proof: Staking::MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Source§fn chill_other() -> Weight
 
fn chill_other() -> Weight
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Staking::Nominators (r:1 w:1)
Proof: Staking::Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
Storage: Staking::ChillThreshold (r:1 w:0)
Proof: Staking::ChillThreshold (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
Storage: Staking::MaxNominatorsCount (r:1 w:0)
Proof: Staking::MaxNominatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::CounterForNominators (r:1 w:1)
Proof: Staking::CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::MinNominatorBond (r:1 w:0)
Proof: Staking::MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:0)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Storage: VoterList::ListNodes (r:2 w:2)
Proof: VoterList::ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
Storage: VoterList::ListBags (r:1 w:1)
Proof: VoterList::ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
Storage: VoterList::CounterForListNodes (r:1 w:1)
Proof: VoterList::CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Source§fn force_apply_min_commission() -> Weight
 
fn force_apply_min_commission() -> Weight
Storage: Staking::MinCommission (r:1 w:0)
Proof: Staking::MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::Validators (r:1 w:1)
Proof: Staking::Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
Source§fn set_min_commission() -> Weight
 
fn set_min_commission() -> Weight
Storage: Staking::MinCommission (r:0 w:1)
Proof: Staking::MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Source§fn restore_ledger() -> Weight
 
fn restore_ledger() -> Weight
Storage: System::Account (r:1 w:0)
Proof: System::Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:0)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Storage: Balances::Locks (r:1 w:0)
Proof: Balances::Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:1)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:1)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Source§fn migrate_currency() -> Weight
 
fn migrate_currency() -> Weight
Storage: Staking::VirtualStakers (r:1 w:0)
Proof: Staking::VirtualStakers (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
Storage: Staking::Bonded (r:1 w:0)
Proof: Staking::Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::Ledger (r:1 w:0)
Proof: Staking::Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
Storage: Balances::Locks (r:1 w:1)
Proof: Balances::Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
Storage: Balances::Freezes (r:1 w:0)
Proof: Balances::Freezes (max_values: None, max_size: Some(85), added: 2560, mode: MaxEncodedLen)
Storage: Balances::Holds (r:1 w:1)
Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: MaxEncodedLen)
Source§fn manual_slash() -> Weight
 
fn manual_slash() -> Weight
Storage: Staking::CurrentEra (r:1 w:0)
Proof: Staking::CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Staking::ErasStartSessionIndex (r:1 w:0)
Proof: Staking::ErasStartSessionIndex (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
Storage: Staking::ActiveEra (r:1 w:0)
Proof: Staking::ActiveEra (max_values: Some(1), max_size: Some(13), added: 508, mode: MaxEncodedLen)
Storage: Staking::Invulnerables (r:1 w:0)
Proof: Staking::Invulnerables (max_values: Some(1), max_size: Some(641), added: 1136, mode: MaxEncodedLen)
Storage: Staking::ErasStakersOverview (r:1 w:0)
Proof: Staking::ErasStakersOverview (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen)
Storage: Session::DisabledValidators (r:1 w:1)
Proof: Session::DisabledValidators (max_values: Some(1), max_size: None, mode: Measured)
Storage: Session::Validators (r:1 w:0)
Proof: Session::Validators (max_values: Some(1), max_size: None, mode: Measured)
Storage: Staking::ValidatorSlashInEra (r:1 w:1)
Proof: Staking::ValidatorSlashInEra (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
Storage: Staking::OffenceQueue (r:1 w:1)
Proof: Staking::OffenceQueue (max_values: None, max_size: Some(101), added: 2576, mode: MaxEncodedLen)
Storage: Staking::OffenceQueueEras (r:1 w:1)
Proof: Staking::OffenceQueueEras (max_values: Some(1), max_size: Some(2690), added: 3185, mode: MaxEncodedLen)