XdrAllowTrustResultCode class

Constructors

XdrAllowTrustResultCode(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) 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_LOW_RESERVE → const XdrAllowTrustResultCode
Claimable balances can't be created on revoke due to low reserves.
const XdrAllowTrustResultCode._internal(-6)
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)