XdrChangeTrustResultCode class
Constructors
- XdrChangeTrustResultCode(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value → dynamic
-
read-only
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
Static Methods
-
decode(
XdrDataInputStream stream) → XdrChangeTrustResultCode -
encode(
XdrDataOutputStream stream, XdrChangeTrustResultCode value) → void
Constants
- CHANGE_TRUST_CANNOT_DELETE → const XdrChangeTrustResultCode
-
Asset trustline is still referenced in a pool.
const XdrChangeTrustResultCode._internal(-7)
- 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_NOT_AUTH_MAINTAIN_LIABILITIES → const XdrChangeTrustResultCode
-
Asset trustline is deauthorized.
const XdrChangeTrustResultCode._internal(-8)
- 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)
- CHANGE_TRUST_TRUST_LINE_MISSING → const XdrChangeTrustResultCode
-
Asset trustline is missing for pool.
const XdrChangeTrustResultCode._internal(-6)