XdrManageOfferResultCode class

Constructors

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

MANAGE_OFFER_BUY_NO_ISSUER → const XdrManageOfferResultCode
No issuer for what we're buying.
MANAGE_OFFER_BUY_NO_TRUST → const XdrManageOfferResultCode
No trust line for what we're buying.
MANAGE_OFFER_BUY_NOT_AUTHORIZED → const XdrManageOfferResultCode
Not authorized to buy.
MANAGE_OFFER_CROSS_SELF → const XdrManageOfferResultCode
Would cross an offer from the same user.
MANAGE_OFFER_LINE_FULL → const XdrManageOfferResultCode
Can't receive more of what it's buying.
MANAGE_OFFER_LOW_RESERVE → const XdrManageOfferResultCode
Not enough funds to create a new Offer.
MANAGE_OFFER_MALFORMED → const XdrManageOfferResultCode
Generated offer would be invalid.
MANAGE_OFFER_NOT_FOUND → const XdrManageOfferResultCode
OfferID does not match an existing offer.
MANAGE_OFFER_SELL_NO_ISSUER → const XdrManageOfferResultCode
No issuer for what we're selling.
MANAGE_OFFER_SELL_NO_TRUST → const XdrManageOfferResultCode
No trust line for what we're selling.
MANAGE_OFFER_SELL_NOT_AUTHORIZED → const XdrManageOfferResultCode
Not authorized to sell.
MANAGE_OFFER_SUCCESS → const XdrManageOfferResultCode
Success.
MANAGE_OFFER_UNDERFUNDED → const XdrManageOfferResultCode
Doesn't hold what it's trying to sell.