BurnQuantityTransactionData class final
Transaction data class specifically for burning quantity from NFT/SFT.
This class handles the formatting of the burn quantity data into the required transaction data format, including the command and all necessary arguments.
- Inheritance
-
- Object
- TransactionData
- CustomTransactionData
- BurnQuantityTransactionData
- Annotations
-
- @immutable
Constructors
- BurnQuantityTransactionData.new({required String tokenIdentifier, required Nonce sftNonce, required Balance quantityToBurn})
-
Creates transaction data for burning quantity from an NFT/SFT.
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