XdrCreateAccountResultCode class

Constructors

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

CREATE_ACCOUNT_ALREADY_EXIST → const XdrCreateAccountResultCode
Account already exists.
CREATE_ACCOUNT_LOW_RESERVE → const XdrCreateAccountResultCode
Would create an account below the min reserve.
CREATE_ACCOUNT_MALFORMED → const XdrCreateAccountResultCode
Invalid destination.
CREATE_ACCOUNT_SUCCESS → const XdrCreateAccountResultCode
Account was created.
CREATE_ACCOUNT_UNDERFUNDED → const XdrCreateAccountResultCode
Not enough funds in source account.