AccountFlag class
Account Flags is the enum
that can be used in SetOptionsOperation.
See: Account Flags
Constructors
-
AccountFlag(dynamic _value
)
Properties
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent 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 Properties
- AUTH_CLAWBACK_ENABLED_FLAG → AccountFlag
-
Clawback enabled (0x8): trust lines are created with clawback enabled set to "true", and claimable balances created from those trustlines are created with clawback enabled set to "true"
final
- 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