XdrChangeTrustResultCode class
Constructors
- XdrChangeTrustResultCode(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
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.
- CHANGE_TRUST_INVALID_LIMIT → const XdrChangeTrustResultCode
- Cannot drop limit below balance. Cannot create with a limit of 0.
- CHANGE_TRUST_LOW_RESERVE → const XdrChangeTrustResultCode
- Not enough funds to create a new trust line
- CHANGE_TRUST_MALFORMED → const XdrChangeTrustResultCode
- Bad input.
- CHANGE_TRUST_NO_ISSUER → const XdrChangeTrustResultCode
- Could not find issuer.
- CHANGE_TRUST_NOT_AUTH_MAINTAIN_LIABILITIES → const XdrChangeTrustResultCode
- Asset trustline is deauthorized.
- CHANGE_TRUST_SELF_NOT_ALLOWED → const XdrChangeTrustResultCode
- Trusting self is not allowed.
- CHANGE_TRUST_SUCCESS → const XdrChangeTrustResultCode
- Success.
- CHANGE_TRUST_TRUST_LINE_MISSING → const XdrChangeTrustResultCode
- Asset trustline is missing for pool.