XdrPaymentResultCode class

Constructors

XdrPaymentResultCode(dynamic _value)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setter

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

Constants

PAYMENT_LINE_FULL → const XdrPaymentResultCode
Destination would go above their limit.
PAYMENT_MALFORMED → const XdrPaymentResultCode
Bad input.
PAYMENT_NO_DESTINATION → const XdrPaymentResultCode
Destination account does not exist.
PAYMENT_NO_ISSUER → const XdrPaymentResultCode
Missing issuer on asset.
PAYMENT_NO_TRUST → const XdrPaymentResultCode
Destination missing a trust line for asset.
PAYMENT_NOT_AUTHORIZED → const XdrPaymentResultCode
Destination not authorized to hold asset.
PAYMENT_SRC_NO_TRUST → const XdrPaymentResultCode
No trust line on source account.
PAYMENT_SRC_NOT_AUTHORIZED → const XdrPaymentResultCode
Source not authorized to transfer.
PAYMENT_SUCCESS → const XdrPaymentResultCode
Payment successfully completed.
PAYMENT_UNDERFUNDED → const XdrPaymentResultCode
Not enough funds in source account.