LiquidityProfile
Interface specification for Spline liquidity profile contracts.
ILiquidityProfile
pub trait ILiquidityProfile<TStorage>Trait functions
initial_liquidity_factor
fn initial_liquidity_factor(
self: @TStorage, pool_key: ekubo::types::keys::PoolKey, initial_tick: ekubo::types::i129::i129,
) -> u128description
fn description(self: @TStorage) -> (ByteArray, ByteArray)set_liquidity_profile
get_liquidity_profile
get_liquidity_updates
Last updated