pub trait WeightInfo {
    fn create_pool() -> Weight;
    fn update_pool_data() -> Weight;
    fn add_liquidity() -> Weight;
    fn remove_liquidity() -> Weight;
    fn sell() -> Weight;
    fn buy() -> Weight;
}
Expand description

Weight functions needed for lbp.

Required Methods§

Implementations on Foreign Types§

Implementors§