AccountFlag class

Account Flags is the enum that can be used in SetOptionsOperation. See: Account Flags

Constructors

AccountFlag(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
Returns a string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Static Properties

AUTH_IMMUTABLE_FLAG AccountFlag
Authorization immutable (0x4): If this is set then none of the authorization flags can be set and the account can never be deleted.
final
AUTH_REQUIRED_FLAG AccountFlag
Authorization required (0x1): Requires the issuing account to give other accounts permission before they can hold the issuing account’s credit.
final
AUTH_REVOCABLE_FLAG AccountFlag
Authorization revocable (0x2): Allows the issuing account to revoke its credit held by other accounts.
final