XdrSetOptionsResultCode class
Constructors
- XdrSetOptionsResultCode(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value → dynamic
-
read-only
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
Static Methods
-
decode(
XdrDataInputStream stream) → XdrSetOptionsResultCode -
encode(
XdrDataOutputStream stream, XdrSetOptionsResultCode value) → void
Constants
- SET_OPTIONS_BAD_FLAGS → const XdrSetOptionsResultCode
-
Invalid combination of clear/set flags.
const XdrSetOptionsResultCode._internal(-3)
- SET_OPTIONS_BAD_SIGNER → const XdrSetOptionsResultCode
-
Signer cannot be masterkey.
const XdrSetOptionsResultCode._internal(-8)
- SET_OPTIONS_CANT_CHANGE → const XdrSetOptionsResultCode
-
Can no longer change this option.
const XdrSetOptionsResultCode._internal(-5)
- SET_OPTIONS_INVALID_HOME_DOMAIN → const XdrSetOptionsResultCode
-
Malformed home domain.
const XdrSetOptionsResultCode._internal(-9)
- SET_OPTIONS_INVALID_INFLATION → const XdrSetOptionsResultCode
-
Inflation account does not exist.
const XdrSetOptionsResultCode._internal(-4)
- SET_OPTIONS_LOW_RESERVE → const XdrSetOptionsResultCode
-
Not enough funds to add a signer.
const XdrSetOptionsResultCode._internal(-1)
- SET_OPTIONS_SUCCESS → const XdrSetOptionsResultCode
-
Success.
const XdrSetOptionsResultCode._internal(0)
- SET_OPTIONS_THRESHOLD_OUT_OF_RANGE → const XdrSetOptionsResultCode
-
Bad value for weight/threshold.
const XdrSetOptionsResultCode._internal(-7)
- SET_OPTIONS_TOO_MANY_SIGNERS → const XdrSetOptionsResultCode
-
Max number of signers already reached.
const XdrSetOptionsResultCode._internal(-2)
- SET_OPTIONS_UNKNOWN_FLAG → const XdrSetOptionsResultCode
-
Can't set an unknown flag.
const XdrSetOptionsResultCode._internal(-6)