Trait pallet_im_online::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn validate_unsigned_and_then_heartbeat(k: u32, e: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_im_online.

Required methods

Implementations on Foreign Types

Implementors