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.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn validate_unsigned_and_then_heartbeat(k: u32, e: u32) -> Weight

The range of component k is [1, 1000]. The range of component e is [1, 100].

Implementors§