XdrSetOptionsResultCode class

Constructors

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

SET_OPTIONS_BAD_FLAGS → const XdrSetOptionsResultCode
Invalid combination of clear/set flags.
SET_OPTIONS_BAD_SIGNER → const XdrSetOptionsResultCode
Signer cannot be masterkey.
SET_OPTIONS_CANT_CHANGE → const XdrSetOptionsResultCode
Can no longer change this option.
SET_OPTIONS_INVALID_HOME_DOMAIN → const XdrSetOptionsResultCode
Malformed home domain.
SET_OPTIONS_INVALID_INFLATION → const XdrSetOptionsResultCode
Inflation account does not exist.
SET_OPTIONS_LOW_RESERVE → const XdrSetOptionsResultCode
Not enough funds to add a signer.
SET_OPTIONS_SUCCESS → const XdrSetOptionsResultCode
Success.
SET_OPTIONS_THRESHOLD_OUT_OF_RANGE → const XdrSetOptionsResultCode
Bad value for weight/threshold.
SET_OPTIONS_TOO_MANY_SIGNERS → const XdrSetOptionsResultCode
Max number of signers already reached.
SET_OPTIONS_UNKNOWN_FLAG → const XdrSetOptionsResultCode
Can't set an unknown flag.