XdrAllowTrustResultCode class

Constructors

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

ALLOW_TRUST_CANT_REVOKE → const XdrAllowTrustResultCode
Source account can't revoke trust.
ALLOW_TRUST_LOW_RESERVE → const XdrAllowTrustResultCode
Claimable balances can't be created on revoke due to low reserves.
ALLOW_TRUST_MALFORMED → const XdrAllowTrustResultCode
Asset is not ASSET_TYPE_ALPHANUM.
ALLOW_TRUST_NO_TRUST_LINE → const XdrAllowTrustResultCode
Trustor does not have a trustline.
ALLOW_TRUST_SELF_NOT_ALLOWED → const XdrAllowTrustResultCode
Trusting self is not allowed.
ALLOW_TRUST_SUCCESS → const XdrAllowTrustResultCode
Success code.
ALLOW_TRUST_TRUST_NOT_REQUIRED → const XdrAllowTrustResultCode
Source account does not require trust.