Trait pallet_nomination_pools::weights::WeightInfo
source · pub trait WeightInfo {
Show 15 methods
// Required methods
fn join() -> Weight;
fn bond_extra_transfer() -> Weight;
fn bond_extra_reward() -> Weight;
fn claim_payout() -> Weight;
fn unbond() -> Weight;
fn pool_withdraw_unbonded(s: u32) -> Weight;
fn withdraw_unbonded_update(s: u32) -> Weight;
fn withdraw_unbonded_kill(s: u32) -> Weight;
fn create() -> Weight;
fn nominate(n: u32) -> Weight;
fn set_state() -> Weight;
fn set_metadata(n: u32) -> Weight;
fn set_configs() -> Weight;
fn update_roles() -> Weight;
fn chill() -> Weight;
}
Expand description
Weight functions needed for pallet_nomination_pools.
Required Methods§
fn join() -> Weight
fn bond_extra_transfer() -> Weight
fn bond_extra_reward() -> Weight
fn claim_payout() -> Weight
fn unbond() -> Weight
fn pool_withdraw_unbonded(s: u32) -> Weight
fn withdraw_unbonded_update(s: u32) -> Weight
fn withdraw_unbonded_kill(s: u32) -> Weight
fn create() -> Weight
fn nominate(n: u32) -> Weight
fn set_state() -> Weight
fn set_metadata(n: u32) -> Weight
fn set_configs() -> Weight
fn update_roles() -> Weight
fn chill() -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn pool_withdraw_unbonded(s: u32) -> Weight
fn pool_withdraw_unbonded(s: u32) -> Weight
The range of component s
is [0, 100]
.
source§fn withdraw_unbonded_update(s: u32) -> Weight
fn withdraw_unbonded_update(s: u32) -> Weight
The range of component s
is [0, 100]
.
source§fn withdraw_unbonded_kill(s: u32) -> Weight
fn withdraw_unbonded_kill(s: u32) -> Weight
The range of component s
is [0, 100]
.
source§fn set_metadata(n: u32) -> Weight
fn set_metadata(n: u32) -> Weight
The range of component n
is [1, 256]
.