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§
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
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 vote_new() -> Weight
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: Parameters::Parameters
(r:1 w:0)
Proof: Parameters::Parameters
(max_values
: None, max_size
: Some(11322), added: 13797, 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: Scheduler::Agenda
(r:2 w:2)
Proof: Scheduler::Agenda
(max_values
: None, max_size
: Some(107022), added: 109497, mode: MaxEncodedLen
)
Storage: Scheduler::Retries
(r:0 w:1)
Proof: Scheduler::Retries
(max_values
: None, max_size
: Some(30), added: 2505, mode: MaxEncodedLen
)
Source§fn vote_existing() -> Weight
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: Parameters::Parameters
(r:1 w:0)
Proof: Parameters::Parameters
(max_values
: None, max_size
: Some(11322), added: 13797, 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: Scheduler::Agenda
(r:2 w:2)
Proof: Scheduler::Agenda
(max_values
: None, max_size
: Some(107022), added: 109497, mode: MaxEncodedLen
)
Storage: Scheduler::Retries
(r:0 w:1)
Proof: Scheduler::Retries
(max_values
: None, max_size
: Some(30), added: 2505, mode: MaxEncodedLen
)
Source§fn remove_vote() -> Weight
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
)
Storage: Scheduler::Retries
(r:0 w:1)
Proof: Scheduler::Retries
(max_values
: None, max_size
: Some(30), added: 2505, mode: MaxEncodedLen
)
Source§fn remove_other_vote() -> Weight
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
fn delegate(r: u32) -> Weight
Storage: Parameters::Parameters
(r:1 w:0)
Proof: Parameters::Parameters
(max_values
: None, max_size
: Some(11322), added: 13797, mode: MaxEncodedLen
)
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(85), added: 2560, mode: MaxEncodedLen
)
Storage: Scheduler::Retries
(r:0 w:1)
Proof: Scheduler::Retries
(max_values
: None, max_size
: Some(30), added: 2505, mode: MaxEncodedLen
)
The range of component r
is [0, 1]
.
Source§fn undelegate(r: u32) -> Weight
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
)
Storage: Scheduler::Retries
(r:0 w:1)
Proof: Scheduler::Retries
(max_values
: None, max_size
: Some(30), added: 2505, mode: MaxEncodedLen
)
The range of component r
is [0, 1]
.
Source§fn unlock() -> Weight
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: Parameters::Parameters
(r:1 w:0)
Proof: Parameters::Parameters
(max_values
: None, max_size
: Some(11322), added: 13797, 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
)