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