Trait pallet_xyk::weights::WeightInfo
source · 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.