Trait pallet_im_online::weights::WeightInfo
source · pub trait WeightInfo {
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32) -> Weight;
}
Expand description
Weight functions needed for pallet_im_online.
pub trait WeightInfo {
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32) -> Weight;
}
Weight functions needed for pallet_im_online.