-
LIQUIDITY_POOL_DEPOSIT_BAD_PRICE
→ const XdrLiquidityPoolDepositResultCode
-
deposit price outside bounds
const XdrLiquidityPoolDepositResultCode._internal(-6)
-
LIQUIDITY_POOL_DEPOSIT_LINE_FULL
→ const XdrLiquidityPoolDepositResultCode
-
pool share trust line doesn't have sufficient limit
const XdrLiquidityPoolDepositResultCode._internal(-5)
-
LIQUIDITY_POOL_DEPOSIT_MALFORMED
→ const XdrLiquidityPoolDepositResultCode
-
bad input.
const XdrLiquidityPoolDepositResultCode._internal(-1)
-
LIQUIDITY_POOL_DEPOSIT_NO_TRUST
→ const XdrLiquidityPoolDepositResultCode
-
no trust line for one of the assets
const XdrLiquidityPoolDepositResultCode._internal(-2)
-
LIQUIDITY_POOL_DEPOSIT_NOT_AUTHORIZED
→ const XdrLiquidityPoolDepositResultCode
-
not authorized for one of the assets
const XdrLiquidityPoolDepositResultCode._internal(-3)
-
LIQUIDITY_POOL_DEPOSIT_POOL_FULL
→ const XdrLiquidityPoolDepositResultCode
-
pool reserves are full.
const XdrLiquidityPoolDepositResultCode._internal(-7)
-
LIQUIDITY_POOL_DEPOSIT_SUCCESS
→ const XdrLiquidityPoolDepositResultCode
-
Success.
const XdrLiquidityPoolDepositResultCode._internal(0)
-
LIQUIDITY_POOL_DEPOSIT_UNDERFUNDED
→ const XdrLiquidityPoolDepositResultCode
-
not enough balance for one of the assets
const XdrLiquidityPoolDepositResultCode._internal(-4)