The pool to provide liquidity for.
Amount of primary asset the will be added to the pool.
Amount of secondary asset the will be added to the pool.
The effect of adding the liquidity computed at the time of construction.
The pool to provide liquidity for.
Amount of primary asset the will be added to the pool.
Amount of secondary asset the will be added to the pool.
The maximum amount of slippage allowed in performing the add liquidity.
Creates the transactions needed to perform adding liquidity and returns them as a transaction group ready to be signed and committed.
The account that will be performing adding liquidity.
A transaction group that when executed will add the liquidity to the pool.
Generated using TypeDoc
A representation of an action of adding liquidity to the pool.
Typically, users don't have to manually instantiate this class. Use Pool.prepareAddLiquidity instead.