pub trait WeightInfo {
    // Required methods
    fn lock_capital() -> Weight;
    fn extend_lock() -> Weight;
    fn unlock_all() -> Weight;
}

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§