pub trait WeightInfo {
    fn batch(c: u32) -> Weight;
    fn as_derivative() -> Weight;
    fn batch_all(c: u32) -> Weight;
    fn dispatch_as() -> Weight;
    fn force_batch(c: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_utility.

Required Methods§

Implementations on Foreign Types§

The range of component c is [0, 1000].

The range of component c is [0, 1000].

The range of component c is [0, 1000].

Implementors§