Trait pallet_session::weights::WeightInfo
source · pub trait WeightInfo {
fn set_keys() -> Weight;
fn purge_keys() -> Weight;
}Expand description
Weight functions needed for pallet_session.
pub trait WeightInfo {
fn set_keys() -> Weight;
fn purge_keys() -> Weight;
}Weight functions needed for pallet_session.