XdrPathPaymentStrictReceiveResultCode class

Constructors

XdrPathPaymentStrictReceiveResultCode(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

PATH_PAYMENT_STRICT_RECEIVE_LINE_FULL → const XdrPathPaymentStrictReceiveResultCode
Dest would go above their limit.
PATH_PAYMENT_STRICT_RECEIVE_MALFORMED → const XdrPathPaymentStrictReceiveResultCode
Bad input.
PATH_PAYMENT_STRICT_RECEIVE_NO_DESTINATION → const XdrPathPaymentStrictReceiveResultCode
Destination account does not exist.
PATH_PAYMENT_STRICT_RECEIVE_NO_ISSUER → const XdrPathPaymentStrictReceiveResultCode
Missing issuer on one asset.
PATH_PAYMENT_STRICT_RECEIVE_NO_TRUST → const XdrPathPaymentStrictReceiveResultCode
Dest missing a trust line for asset.
PATH_PAYMENT_STRICT_RECEIVE_NOT_AUTHORIZED → const XdrPathPaymentStrictReceiveResultCode
Dest not authorized to hold asset.
PATH_PAYMENT_STRICT_RECEIVE_OFFER_CROSS_SELF → const XdrPathPaymentStrictReceiveResultCode
Would cross one of its own offers.
PATH_PAYMENT_STRICT_RECEIVE_OVER_SENDMAX → const XdrPathPaymentStrictReceiveResultCode
Could not satisfy sendmax.
PATH_PAYMENT_STRICT_RECEIVE_SRC_NO_TRUST → const XdrPathPaymentStrictReceiveResultCode
No trust line on source account.
PATH_PAYMENT_STRICT_RECEIVE_SRC_NOT_AUTHORIZED → const XdrPathPaymentStrictReceiveResultCode
Source not authorized to transfer.
PATH_PAYMENT_STRICT_RECEIVE_SUCCESS → const XdrPathPaymentStrictReceiveResultCode
Success.
PATH_PAYMENT_STRICT_RECEIVE_TOO_FEW_OFFERS → const XdrPathPaymentStrictReceiveResultCode
Not enough offers to satisfy path.
PATH_PAYMENT_STRICT_RECEIVE_UNDERFUNDED → const XdrPathPaymentStrictReceiveResultCode
Not enough funds in source account.