ModifyCreatorTransactionData class final
Transaction data class specifically for modifying token creator.
This class handles the formatting of the modify creator data into the required transaction data format, including the command and all necessary arguments in hexadecimal encoding.
- Inheritance
-
- Object
- TransactionData
- CustomTransactionData
- ModifyCreatorTransactionData
- Annotations
-
- @immutable
Constructors
- ModifyCreatorTransactionData.new({required String tokenIdentifier, required Nonce tokenNonce})
-
Creates transaction data for modifying token creator.
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