XdrLiquidityPoolWithdrawResultCode class
Constructors
- XdrLiquidityPoolWithdrawResultCode(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value → dynamic
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrLiquidityPoolWithdrawResultCode -
encode(
XdrDataOutputStream stream, XdrLiquidityPoolWithdrawResultCode value) → void
Constants
- LIQUIDITY_POOL_WITHDRAW_LINE_FULL → const XdrLiquidityPoolWithdrawResultCode
-
would go above limit for one of the assets
const XdrLiquidityPoolWithdrawResultCode._internal(-4)
- LIQUIDITY_POOL_WITHDRAW_MALFORMED → const XdrLiquidityPoolWithdrawResultCode
-
bad input.
const XdrLiquidityPoolWithdrawResultCode._internal(-1)
- LIQUIDITY_POOL_WITHDRAW_NO_TRUST → const XdrLiquidityPoolWithdrawResultCode
-
no trust line for one of the assets
const XdrLiquidityPoolWithdrawResultCode._internal(-2)
- LIQUIDITY_POOL_WITHDRAW_SUCCESS → const XdrLiquidityPoolWithdrawResultCode
-
Success.
const XdrLiquidityPoolWithdrawResultCode._internal(0)
- LIQUIDITY_POOL_WITHDRAW_UNDER_MINIMUM → const XdrLiquidityPoolWithdrawResultCode
-
didn't withdraw enough
const XdrLiquidityPoolWithdrawResultCode._internal(-5)
- LIQUIDITY_POOL_WITHDRAW_UNDERFUNDED → const XdrLiquidityPoolWithdrawResultCode
-
not enough balance of the pool share
const XdrLiquidityPoolWithdrawResultCode._internal(-3)