UpgradeTokenTransactionData class final
Represents the data payload for a token upgrade transaction.
This class encapsulates the data needed to upgrade a token's properties, formatting it appropriately for the blockchain transaction.
- Inheritance
-
- Object
- TransactionData
- CustomTransactionData
- UpgradeTokenTransactionData
- Annotations
-
- @immutable
Constructors
- UpgradeTokenTransactionData.new({required String identifier, required EsdtTokenProperties properties})
-
Creates a new token upgrade transaction data payload.
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