pub trait WeightInfo {
    // Required methods
    fn vote_new() -> Weight;
    fn vote_existing() -> Weight;
    fn remove_vote() -> Weight;
    fn remove_other_vote() -> Weight;
    fn delegate(r: u32) -> Weight;
    fn undelegate(r: u32) -> Weight;
    fn unlock() -> Weight;
}
Expand description

Weight functions needed for pallet_conviction_voting.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn vote_new() -> Weight

Storage: Referenda ReferendumInfoFor (r:1 w:1) Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen) Storage: ConvictionVoting VotingFor (r:1 w:1) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: ConvictionVoting ClassLocksFor (r:1 w:1) Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, 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(49), added: 2524, mode: MaxEncodedLen) Storage: Scheduler Agenda (r:2 w:2) Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)

source§

fn vote_existing() -> Weight

Storage: Referenda ReferendumInfoFor (r:1 w:1) Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen) Storage: ConvictionVoting VotingFor (r:1 w:1) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: ConvictionVoting ClassLocksFor (r:1 w:1) Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, 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(49), added: 2524, mode: MaxEncodedLen) Storage: Scheduler Agenda (r:2 w:2) Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)

source§

fn remove_vote() -> Weight

Storage: ConvictionVoting VotingFor (r:1 w:1) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: Referenda ReferendumInfoFor (r:1 w:1) Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen) Storage: Scheduler Agenda (r:2 w:2) Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)

source§

fn remove_other_vote() -> Weight

Storage: ConvictionVoting VotingFor (r:1 w:1) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: Referenda ReferendumInfoFor (r:1 w:0) Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)

source§

fn delegate(r: u32) -> Weight

Storage: ConvictionVoting VotingFor (r:2 w:2) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: Referenda ReferendumInfoFor (r:1 w:1) Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen) Storage: Scheduler Agenda (r:2 w:2) Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) Storage: ConvictionVoting ClassLocksFor (r:1 w:1) Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, 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(49), added: 2524, mode: MaxEncodedLen) The range of component r is [0, 1].

source§

fn undelegate(r: u32) -> Weight

Storage: ConvictionVoting VotingFor (r:2 w:2) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: Referenda ReferendumInfoFor (r:1 w:1) Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen) Storage: Scheduler Agenda (r:2 w:2) Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) The range of component r is [0, 1].

source§

fn unlock() -> Weight

Storage: ConvictionVoting VotingFor (r:1 w:1) Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) Storage: ConvictionVoting ClassLocksFor (r:1 w:1) Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, 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(49), added: 2524, mode: MaxEncodedLen)

Implementors§