MetaDataRecreateTransactionData class final

Transaction data class specifically for NFT metadata recreation.

This class handles the formatting of the metadata recreation data into the required transaction data format, including the command and all necessary arguments.

Inheritance
Annotations
  • @immutable

Constructors

MetaDataRecreateTransactionData.new({required String tokenIdentifier, required Nonce tokenNonce, String? name, int? royalties, String? hash, List<int>? attributes, List<Uri>? uris})
Creates transaction data for recreating NFT metadata.
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