XdrChangeTrustResultCode class

Constructors

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

Constants

CHANGE_TRUST_INVALID_LIMIT → const XdrChangeTrustResultCode
Cannot drop limit below balance. Cannot create with a limit of 0.
const XdrChangeTrustResultCode._internal(-3)
CHANGE_TRUST_LOW_RESERVE → const XdrChangeTrustResultCode
Not enough funds to create a new trust line
const XdrChangeTrustResultCode._internal(-4)
CHANGE_TRUST_MALFORMED → const XdrChangeTrustResultCode
Bad input.
const XdrChangeTrustResultCode._internal(-1)
CHANGE_TRUST_NO_ISSUER → const XdrChangeTrustResultCode
Could not find issuer.
const XdrChangeTrustResultCode._internal(-2)
CHANGE_TRUST_SELF_NOT_ALLOWED → const XdrChangeTrustResultCode
Trusting self is not allowed.
const XdrChangeTrustResultCode._internal(-5)
CHANGE_TRUST_SUCCESS → const XdrChangeTrustResultCode
Success.
const XdrChangeTrustResultCode._internal(0)