Class NftMintRecord
A transaction record containing information regarding the newly minted NFTs, typically returned from methods that can affect a change on the total NFT circulation supply.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record NftMintRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<NftMintRecord>
Properties
| Edit this page View SourceCirculation
The current (new) total number of NFTs.
Declaration
public ulong Circulation { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
SerialNumbers
The serial numbers of the newly created assets, related in order to the list of metadata sent to the mint method.
Declaration
public IReadOnlyList<long> SerialNumbers { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<long> |