XdrManageDataResultCode class

Constructors

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

MANAGE_DATA_INVALID_NAME → const XdrManageDataResultCode
Name not a valid string.
MANAGE_DATA_LOW_RESERVE → const XdrManageDataResultCode
Not enough funds to create a new Data Entry.
MANAGE_DATA_NAME_NOT_FOUND → const XdrManageDataResultCode
Trying to remove a Data Entry that isn't there.
MANAGE_DATA_NOT_SUPPORTED_YET → const XdrManageDataResultCode
The network hasn't moved to this protocol change yet.
MANAGE_DATA_SUCCESS → const XdrManageDataResultCode
Success.