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

Weight functions needed for amm.

Required Methods§

Implementations on Foreign Types§

Implementors§