LiquidityProvider
Interface specification for the Spline liquidity provider contract.
ILiquidityProvider
pub trait ILiquidityProvider<TStorage>Trait functions
create_and_initialize_pool
fn create_and_initialize_pool(
ref self: TStorage,
pool_key: ekubo::types::keys::PoolKey,
initial_tick: ekubo::types::i129::i129,
profile_params: Span<ekubo::types::i129::i129>,
)compound_fees
add_liquidity
remove_liquidity
sweep
core
profile
pool_token
pool_liquidity_factor
pool_reserves
pool_minimum_liquidity_factor
Last updated