XdrPaymentResultCode class

Constructors

XdrPaymentResultCode(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) XdrPaymentResultCode
encode(XdrDataOutputStream stream, XdrPaymentResultCode value) → void

Constants

PAYMENT_LINE_FULL → const XdrPaymentResultCode
Destination would go above their limit.
const XdrPaymentResultCode._internal(-8)
PAYMENT_MALFORMED → const XdrPaymentResultCode
Bad input.
const XdrPaymentResultCode._internal(-1)
PAYMENT_NO_DESTINATION → const XdrPaymentResultCode
Destination account does not exist.
const XdrPaymentResultCode._internal(-5)
PAYMENT_NO_ISSUER → const XdrPaymentResultCode
Missing issuer on asset.
const XdrPaymentResultCode._internal(-9)
PAYMENT_NO_TRUST → const XdrPaymentResultCode
Destination missing a trust line for asset.
const XdrPaymentResultCode._internal(-6)
PAYMENT_NOT_AUTHORIZED → const XdrPaymentResultCode
Destination not authorized to hold asset.
const XdrPaymentResultCode._internal(-7)
PAYMENT_SRC_NO_TRUST → const XdrPaymentResultCode
No trust line on source account.
const XdrPaymentResultCode._internal(-3)
PAYMENT_SRC_NOT_AUTHORIZED → const XdrPaymentResultCode
Source not authorized to transfer.
const XdrPaymentResultCode._internal(-4)
PAYMENT_SUCCESS → const XdrPaymentResultCode
Payment successfully completed.
const XdrPaymentResultCode._internal(0)
PAYMENT_UNDERFUNDED → const XdrPaymentResultCode
Not enough funds in source account.
const XdrPaymentResultCode._internal(-2)