UpdateTokenTypeTransactionData class final
Transaction data class specifically for updating token types.
This class handles the formatting of the token type update data into the required transaction data format, including the command and the token identifier argument.
- Inheritance
-
- Object
- TransactionData
- CustomTransactionData
- UpdateTokenTypeTransactionData
- Annotations
-
- @immutable
Constructors
- UpdateTokenTypeTransactionData.new({required String tokenIdentifier})
-
Creates transaction data for updating a token type.
factory
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