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