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
Annotations
  • @immutable

Constructors

UpgradeTokenTransactionData.new({required String identifier, required EsdtTokenProperties properties})
Creates a new token upgrade transaction data payload.
factory

Properties

bytes List<int>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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