Create Pool
1. Create Pool
1.1. Function params
account: the signer of user,
metadata_a: the metadate of coin pair_a object
metadata_b: the metadate of coin pair_a object
tick_spacing: the tick spacing of pool, now can set 2, 10, 60, 200.
initialize_price: The clmmpool's initialize sqrt price.
uri: the pool icon.
1.2. Function
2. Create Pool With Liquidity
2.1 Function params
account: the signer of user,
metadata_a: the metadate of coin pair_a object
metadata_b: the metadate of coin pair_a object
tick_spacing: the tick spacing of pool, now can set 2, 10, 60, 200.
initialize_price: The clmmpool's initialize sqrt price.
uri: the pool icon.
tick_lower: the lower tick index for the pool.
tick_upper: the upper tick index for the pool.
amount_a: the amount of coin a will be remove.
amount_b: the amount of coin b will be remove.
fix_amount_a: if true, fix the amount of coin a, then remove liquidity. the amount of coin b will be auto calculate by amount a and position tick range and liquidity.
2.2. Function
Last updated