pub trait WeightInfo {
    // Required methods
    fn on_initialize() -> Weight;
    fn expire_memberships(_i: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_universal_dividend.

Required Methods§

source

fn on_initialize() -> Weight

source

fn expire_memberships(_i: u32) -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§