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§