AccountSetFlag class
Enum for AccountSet Transaction Flags. Transactions of the AccountSet type support additional values in the Flags field. This enum represents those options. See AccountSet tf Flags
Properties
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
Constants
- tfAllowXrp → const AccountSetFlag
- tfDisallowXrp → const AccountSetFlag
- tfOptionalAuth → const AccountSetFlag
- tfOptionalDestTag → const AccountSetFlag
- tfRequireAuth → const AccountSetFlag
- tfRequireDestTag → const AccountSetFlag