referrerpolicy=no-referrer-when-downgrade
pallet_election_provider_multi_block::signed

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn register_not_full() -> Weight;
    fn register_eject() -> Weight;
    fn submit_page() -> Weight;
    fn unset_page() -> Weight;
    fn bail() -> Weight;
}
Expand description

Explore all weights Weight functions needed for pallet_election_provider_multi_block::signed.

Required Methods§

Source

fn register_not_full() -> Weight

Source

fn register_eject() -> Weight

Source

fn submit_page() -> Weight

Source

fn unset_page() -> Weight

Source

fn bail() -> 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 ()

Source§

fn register_not_full() -> Weight

Storage: MultiBlock::CurrentPhase (r:1 w:0) Proof: MultiBlock::CurrentPhase (max_values: Some(1), max_size: Some(5), added: 500, mode: Measured) Storage: Balances::Holds (r:1 w:1) Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: Measured) Storage: MultiBlock::Round (r:1 w:0) Proof: MultiBlock::Round (max_values: Some(1), max_size: Some(4), added: 499, mode: Measured) Storage: MultiBlockSigned::SortedScores (r:1 w:1) Proof: MultiBlockSigned::SortedScores (max_values: None, max_size: Some(653), added: 3128, mode: Measured) Storage: MultiBlockSigned::SubmissionMetadataStorage (r:0 w:1) Proof: MultiBlockSigned::SubmissionMetadataStorage (max_values: None, max_size: Some(181), added: 2656, mode: Measured)

Source§

fn register_eject() -> Weight

Storage: MultiBlock::CurrentPhase (r:1 w:0) Proof: MultiBlock::CurrentPhase (max_values: Some(1), max_size: Some(5), added: 500, mode: Measured) Storage: Balances::Holds (r:2 w:2) Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: Measured) Storage: MultiBlock::Round (r:1 w:0) Proof: MultiBlock::Round (max_values: Some(1), max_size: Some(4), added: 499, mode: Measured) Storage: MultiBlockSigned::SortedScores (r:1 w:1) Proof: MultiBlockSigned::SortedScores (max_values: None, max_size: Some(653), added: 3128, mode: Measured) Storage: MultiBlockSigned::SubmissionMetadataStorage (r:1 w:2) Proof: MultiBlockSigned::SubmissionMetadataStorage (max_values: None, max_size: Some(181), added: 2656, mode: Measured) Storage: MultiBlockSigned::SubmissionStorage (r:32 w:32) Proof: MultiBlockSigned::SubmissionStorage (max_values: None, max_size: Some(34527), added: 37002, mode: Measured)

Source§

fn submit_page() -> Weight

Storage: MultiBlock::CurrentPhase (r:1 w:0) Proof: MultiBlock::CurrentPhase (max_values: Some(1), max_size: Some(5), added: 500, mode: Measured) Storage: MultiBlock::Round (r:1 w:0) Proof: MultiBlock::Round (max_values: Some(1), max_size: Some(4), added: 499, mode: Measured) Storage: MultiBlockSigned::SubmissionMetadataStorage (r:1 w:1) Proof: MultiBlockSigned::SubmissionMetadataStorage (max_values: None, max_size: Some(181), added: 2656, mode: Measured) Storage: Balances::Holds (r:1 w:1) Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: Measured) Storage: MultiBlockSigned::SubmissionStorage (r:1 w:1) Proof: MultiBlockSigned::SubmissionStorage (max_values: None, max_size: Some(34527), added: 37002, mode: Measured)

Source§

fn unset_page() -> Weight

Storage: MultiBlock::CurrentPhase (r:1 w:0) Proof: MultiBlock::CurrentPhase (max_values: Some(1), max_size: Some(5), added: 500, mode: Measured) Storage: MultiBlock::Round (r:1 w:0) Proof: MultiBlock::Round (max_values: Some(1), max_size: Some(4), added: 499, mode: Measured) Storage: MultiBlockSigned::SubmissionMetadataStorage (r:1 w:1) Proof: MultiBlockSigned::SubmissionMetadataStorage (max_values: None, max_size: Some(181), added: 2656, mode: Measured) Storage: Balances::Holds (r:1 w:1) Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: Measured) Storage: MultiBlockSigned::SubmissionStorage (r:1 w:1) Proof: MultiBlockSigned::SubmissionStorage (max_values: None, max_size: Some(34527), added: 37002, mode: Measured)

Source§

fn bail() -> Weight

Storage: MultiBlock::CurrentPhase (r:1 w:0) Proof: MultiBlock::CurrentPhase (max_values: Some(1), max_size: Some(5), added: 500, mode: Measured) Storage: MultiBlock::Round (r:1 w:0) Proof: MultiBlock::Round (max_values: Some(1), max_size: Some(4), added: 499, mode: Measured) Storage: MultiBlockSigned::SortedScores (r:1 w:1) Proof: MultiBlockSigned::SortedScores (max_values: None, max_size: Some(653), added: 3128, mode: Measured) Storage: MultiBlockSigned::SubmissionStorage (r:32 w:32) Proof: MultiBlockSigned::SubmissionStorage (max_values: None, max_size: Some(34527), added: 37002, mode: Measured) Storage: MultiBlockSigned::SubmissionMetadataStorage (r:1 w:1) Proof: MultiBlockSigned::SubmissionMetadataStorage (max_values: None, max_size: Some(181), added: 2656, mode: Measured) Storage: Balances::Holds (r:1 w:1) Proof: Balances::Holds (max_values: None, max_size: Some(427), added: 2902, mode: Measured)

Implementors§