TrustSetFlag class
Transactions of the TrustSet type support additional values in the Flags field. This enum represents those options.
- Implemented types
Constructors
- TrustSetFlag.new(String name, int value)
-
const
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
- tfClearFreez → const TrustSetFlag
- tfClearNoRipple → const TrustSetFlag
- tfSetAuth → const TrustSetFlag
- tfSetFreez → const TrustSetFlag
- tfSetNoRipple → const TrustSetFlag
-
values
→ const List<
TrustSetFlag>