Show / Hide Table of Contents

Class NftMintReceipt

A transaction receipt containing information regarding the newly minted NFTs, typically returned from methods that can affect a change on the total NFT circulation supply.

Inheritance
object
TransactionReceipt
NftMintReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<NftMintReceipt>
Inherited Members
TransactionReceipt.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record NftMintReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<NftMintReceipt>

Properties

| Edit this page View Source

Circulation

The current (new) total number of NFTs.

Declaration
public ulong Circulation { get; }
Property Value
Type Description
ulong
| Edit this page View Source

SerialNumbers

The serial numbers of the newly created NFTs, 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>
Remarks

The value will be empty if the update was scheduled as a pending transaction.

Implements

IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph