AccountSetAsfFlag enum

Enum for AccountSet Flags.

There are several options which can be either enabled or disabled for an account. Account options are represented by different types of flags depending on the situation. The AccountSet transaction type has several "AccountSet Flags" (prefixed asf) that can enable an option when passed as the SetFlag parameter, or disable an option when passed as the ClearFlag parameter. This enum represents those options.

See AccountSet asf Flags

Inheritance
Available extensions

Values

ASF_ACCOUNT_TXN_ID → const AccountSetAsfFlag
const AccountSetAsfFlag(5)
ASF_DEFAULT_RIPPLE → const AccountSetAsfFlag
const AccountSetAsfFlag(8)
ASF_DEPOSIT_AUTH → const AccountSetAsfFlag
const AccountSetAsfFlag(9)
ASF_DISABLE_MASTER → const AccountSetAsfFlag
const AccountSetAsfFlag(4)
ASF_DISALLOW_XRP → const AccountSetAsfFlag
const AccountSetAsfFlag(3)
ASF_GLOBAL_FREEZE → const AccountSetAsfFlag
const AccountSetAsfFlag(7)
ASF_NO_FREEZE → const AccountSetAsfFlag
const AccountSetAsfFlag(6)
ASF_REQUIRE_AUTH → const AccountSetAsfFlag
const AccountSetAsfFlag(2)
ASF_REQUIRE_DEST → const AccountSetAsfFlag
const AccountSetAsfFlag(1)
ASF_AUTHORIZED_NFTOKEN_MINTER → const AccountSetAsfFlag
const AccountSetAsfFlag(10)
ASF_DISABLE_INCOMING_NFTOKEN_OFFER → const AccountSetAsfFlag
const AccountSetAsfFlag(12)
ASF_DISABLE_INCOMING_CHECK → const AccountSetAsfFlag
const AccountSetAsfFlag(13)
ASF_DISABLE_INCOMING_PAYCHAN → const AccountSetAsfFlag
const AccountSetAsfFlag(14)
ASF_DISABLE_INCOMING_TRUSTLINE → const AccountSetAsfFlag
const AccountSetAsfFlag(15)
ASF_ALLOW_TRUSTLINE_CLAWBACK → const AccountSetAsfFlag
const AccountSetAsfFlag(16)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int? value) AccountSetAsfFlag?

Constants

values → const List<AccountSetAsfFlag>
A constant List of the values in this enum, in order of their declaration.