XdrAllowTrustResultCode class

Constructors

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

Constants

ALLOW_TRUST_CANT_REVOKE → const XdrAllowTrustResultCode
Source account can't revoke trust.
const XdrAllowTrustResultCode._internal(-4)
ALLOW_TRUST_MALFORMED → const XdrAllowTrustResultCode
Asset is not ASSET_TYPE_ALPHANUM.
const XdrAllowTrustResultCode._internal(-1)
ALLOW_TRUST_NO_TRUST_LINE → const XdrAllowTrustResultCode
Trustor does not have a trustline.
const XdrAllowTrustResultCode._internal(-2)
ALLOW_TRUST_SELF_NOT_ALLOWED → const XdrAllowTrustResultCode
Trusting self is not allowed.
const XdrAllowTrustResultCode._internal(-5)
ALLOW_TRUST_SUCCESS → const XdrAllowTrustResultCode
Success code.
const XdrAllowTrustResultCode._internal(0)
ALLOW_TRUST_TRUST_NOT_REQUIRED → const XdrAllowTrustResultCode
Source account does not require trust.
const XdrAllowTrustResultCode._internal(-3)