XdrCreateAccountResultCode class

Constructors

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

Constants

CREATE_ACCOUNT_ALREADY_EXIST → const XdrCreateAccountResultCode
Account already exists.
const XdrCreateAccountResultCode._internal(-4)
CREATE_ACCOUNT_LOW_RESERVE → const XdrCreateAccountResultCode
Would create an account below the min reserve.
const XdrCreateAccountResultCode._internal(-3)
CREATE_ACCOUNT_MALFORMED → const XdrCreateAccountResultCode
Invalid destination.
const XdrCreateAccountResultCode._internal(-1)
CREATE_ACCOUNT_SUCCESS → const XdrCreateAccountResultCode
Account was created.
const XdrCreateAccountResultCode._internal(0)
CREATE_ACCOUNT_UNDERFUNDED → const XdrCreateAccountResultCode
Not enough funds in source account.
const XdrCreateAccountResultCode._internal(-2)