XdrPathPaymentStrictReceiveResultCode class

Constructors

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

Constants

PATH_PAYMENT_STRICT_RECEIVE_LINE_FULL → const XdrPathPaymentStrictReceiveResultCode
Dest would go above their limit.
const XdrPathPaymentStrictReceiveResultCode._internal(-8)
PATH_PAYMENT_STRICT_RECEIVE_MALFORMED → const XdrPathPaymentStrictReceiveResultCode
Bad input.
const XdrPathPaymentStrictReceiveResultCode._internal(-1)
PATH_PAYMENT_STRICT_RECEIVE_NO_DESTINATION → const XdrPathPaymentStrictReceiveResultCode
Destination account does not exist.
const XdrPathPaymentStrictReceiveResultCode._internal(-5)
PATH_PAYMENT_STRICT_RECEIVE_NO_ISSUER → const XdrPathPaymentStrictReceiveResultCode
Missing issuer on one asset.
const XdrPathPaymentStrictReceiveResultCode._internal(-9)
PATH_PAYMENT_STRICT_RECEIVE_NO_TRUST → const XdrPathPaymentStrictReceiveResultCode
Dest missing a trust line for asset.
const XdrPathPaymentStrictReceiveResultCode._internal(-6)
PATH_PAYMENT_STRICT_RECEIVE_NOT_AUTHORIZED → const XdrPathPaymentStrictReceiveResultCode
Dest not authorized to hold asset.
const XdrPathPaymentStrictReceiveResultCode._internal(-7)
PATH_PAYMENT_STRICT_RECEIVE_OFFER_CROSS_SELF → const XdrPathPaymentStrictReceiveResultCode
Would cross one of its own offers.
const XdrPathPaymentStrictReceiveResultCode._internal(-11)
PATH_PAYMENT_STRICT_RECEIVE_OVER_SENDMAX → const XdrPathPaymentStrictReceiveResultCode
Could not satisfy sendmax.
const XdrPathPaymentStrictReceiveResultCode._internal(-12)
PATH_PAYMENT_STRICT_RECEIVE_SRC_NO_TRUST → const XdrPathPaymentStrictReceiveResultCode
No trust line on source account.
const XdrPathPaymentStrictReceiveResultCode._internal(-3)
PATH_PAYMENT_STRICT_RECEIVE_SRC_NOT_AUTHORIZED → const XdrPathPaymentStrictReceiveResultCode
Source not authorized to transfer.
const XdrPathPaymentStrictReceiveResultCode._internal(-4)
PATH_PAYMENT_STRICT_RECEIVE_SUCCESS → const XdrPathPaymentStrictReceiveResultCode
Success.
const XdrPathPaymentStrictReceiveResultCode._internal(0)
PATH_PAYMENT_STRICT_RECEIVE_TOO_FEW_OFFERS → const XdrPathPaymentStrictReceiveResultCode
Not enough offers to satisfy path.
const XdrPathPaymentStrictReceiveResultCode._internal(-10)
PATH_PAYMENT_STRICT_RECEIVE_UNDERFUNDED → const XdrPathPaymentStrictReceiveResultCode
Not enough funds in source account.
const XdrPathPaymentStrictReceiveResultCode._internal(-2)