XdrPathPaymentStrictSendResultCode class
Constructors
-
XdrPathPaymentStrictSendResultCode(dynamic _value
)
Properties
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 ) → XdrPathPaymentStrictSendResultCode -
encode(
XdrDataOutputStream stream, XdrPathPaymentStrictSendResultCode value ) → void
Constants
- PATH_PAYMENT_STRICT_SEND_LINE_FULL → const XdrPathPaymentStrictSendResultCode
-
Dest would go above their limit.
const XdrPathPaymentStrictSendResultCode._internal(-8)
- PATH_PAYMENT_STRICT_SEND_MALFORMED → const XdrPathPaymentStrictSendResultCode
-
Bad input.
const XdrPathPaymentStrictSendResultCode._internal(-1)
- PATH_PAYMENT_STRICT_SEND_NO_DESTINATION → const XdrPathPaymentStrictSendResultCode
-
Destination account does not exist.
const XdrPathPaymentStrictSendResultCode._internal(-5)
- PATH_PAYMENT_STRICT_SEND_NO_ISSUER → const XdrPathPaymentStrictSendResultCode
-
Missing issuer on one asset.
const XdrPathPaymentStrictSendResultCode._internal(-9)
- PATH_PAYMENT_STRICT_SEND_NO_TRUST → const XdrPathPaymentStrictSendResultCode
-
Dest missing a trust line for asset.
const XdrPathPaymentStrictSendResultCode._internal(-6)
- PATH_PAYMENT_STRICT_SEND_NOT_AUTHORIZED → const XdrPathPaymentStrictSendResultCode
-
Dest not authorized to hold asset.
const XdrPathPaymentStrictSendResultCode._internal(-7)
- PATH_PAYMENT_STRICT_SEND_OFFER_CROSS_SELF → const XdrPathPaymentStrictSendResultCode
-
Would cross one of its own offers.
const XdrPathPaymentStrictSendResultCode._internal(-11)
- PATH_PAYMENT_STRICT_SEND_SRC_NO_TRUST → const XdrPathPaymentStrictSendResultCode
-
No trust line on source account.
const XdrPathPaymentStrictSendResultCode._internal(-3)
- PATH_PAYMENT_STRICT_SEND_SRC_NOT_AUTHORIZED → const XdrPathPaymentStrictSendResultCode
-
Source not authorized to transfer.
const XdrPathPaymentStrictSendResultCode._internal(-4)
- PATH_PAYMENT_STRICT_SEND_SUCCESS → const XdrPathPaymentStrictSendResultCode
-
Success.
const XdrPathPaymentStrictSendResultCode._internal(0)
- PATH_PAYMENT_STRICT_SEND_TOO_FEW_OFFERS → const XdrPathPaymentStrictSendResultCode
-
Not enough offers to satisfy path.
const XdrPathPaymentStrictSendResultCode._internal(-10)
- PATH_PAYMENT_STRICT_SEND_UNDER_DESTMIN → const XdrPathPaymentStrictSendResultCode
-
Could not satisfy destMin.
const XdrPathPaymentStrictSendResultCode._internal(-12)
- PATH_PAYMENT_STRICT_SEND_UNDERFUNDED → const XdrPathPaymentStrictSendResultCode
-
Not enough funds in source account.
const XdrPathPaymentStrictSendResultCode._internal(-2)