Show / Hide Table of Contents

Class AssetMintReceipt

A transaction receipt containing information regarding new token coin balance, typically returned from methods that can affect a change on the total circulation supply.

Inheritance
Object
TransactionReceipt
AssetMintReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<AssetMintReceipt>
Inherited Members
TransactionReceipt.Id
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
TransactionReceipt.Pending
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class AssetMintReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<AssetMintReceipt>

Properties

| Improve this Doc View Source

SerialNumbers

The serial numbers of the newly created assets, related in order to the list of metadata sent to the mint method.

Declaration
public ReadOnlyCollection<long> SerialNumbers { get; }
Property Value
Type Description
ReadOnlyCollection<Int64>
Remarks

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

Implements

System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph