XdrAccountMergeResultCode class

Constructors

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

Constants

ACCOUNT_MERGE_DEST_FULL → const XdrAccountMergeResultCode
Can't add source balance to destination balance.
const XdrAccountMergeResultCode._internal(-6)
ACCOUNT_MERGE_HAS_SUB_ENTRIES → const XdrAccountMergeResultCode
Account has trust lines/offers.
const XdrAccountMergeResultCode._internal(-4)
ACCOUNT_MERGE_IMMUTABLE_SET → const XdrAccountMergeResultCode
Source account has AUTH_IMMUTABLE set.
const XdrAccountMergeResultCode._internal(-3)
ACCOUNT_MERGE_IS_SPONSOR → const XdrAccountMergeResultCode
Can't merge account that is a sponsor.
const XdrAccountMergeResultCode._internal(-7)
ACCOUNT_MERGE_MALFORMED → const XdrAccountMergeResultCode
Can't merge onto itself.
const XdrAccountMergeResultCode._internal(-1)
ACCOUNT_MERGE_NO_ACCOUNT → const XdrAccountMergeResultCode
Destination does not exist.
const XdrAccountMergeResultCode._internal(-2)
ACCOUNT_MERGE_SEQNUM_TOO_FAR → const XdrAccountMergeResultCode
Sequence number is over max allowed.
const XdrAccountMergeResultCode._internal(-5)
ACCOUNT_MERGE_SUCCESS → const XdrAccountMergeResultCode
Considered as "success" for the operation.
const XdrAccountMergeResultCode._internal(0)