XdrPathPaymentResultCode class
Constructors
-
XdrPathPaymentResultCode(dynamic _value
)
Properties
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited
Static Methods
-
decode(
XdrDataInputStream stream ) → XdrPathPaymentResultCode -
encode(
XdrDataOutputStream stream, XdrPathPaymentResultCode value ) → void
Constants
- PATH_PAYMENT_LINE_FULL → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-8)
- PATH_PAYMENT_MALFORMED → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-1)
- PATH_PAYMENT_NO_DESTINATION → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-5)
- PATH_PAYMENT_NO_ISSUER → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-9)
- PATH_PAYMENT_NO_TRUST → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-6)
- PATH_PAYMENT_NOT_AUTHORIZED → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-7)
- PATH_PAYMENT_OFFER_CROSS_SELF → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-11)
- PATH_PAYMENT_OVER_SENDMAX → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-12)
- PATH_PAYMENT_SRC_NO_TRUST → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-3)
- PATH_PAYMENT_SRC_NOT_AUTHORIZED → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-4)
- PATH_PAYMENT_SUCCESS → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(0)
- PATH_PAYMENT_TOO_FEW_OFFERS → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-10)
- PATH_PAYMENT_UNDERFUNDED → const XdrPathPaymentResultCode
-
const XdrPathPaymentResultCode._internal(-2)