XdrLiquidityPoolDepositResultCode class Null safety

Constructors

XdrLiquidityPoolDepositResultCode(dynamic _value)

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value → dynamic
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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) XdrLiquidityPoolDepositResultCode
encode(XdrDataOutputStream stream, XdrLiquidityPoolDepositResultCode value) → void

Constants

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)