Trait pallet_conviction_voting::weights::WeightInfo
source · 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.