Show / Hide Table of Contents

Class AssetMintRecord

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

Inheritance
Object
TransactionReceipt
TransactionRecord
AssetMintRecord
Implements
IEquatable<TransactionReceipt>
IEquatable<TransactionRecord>
IEquatable<AssetMintRecord>
Inherited Members
TransactionRecord.Hash
TransactionRecord.Concensus
TransactionRecord.Memo
TransactionRecord.Fee
TransactionRecord.Transfers
TransactionRecord.TokenTransfers
TransactionRecord.AssetTransfers
TransactionRecord.Royalties
TransactionRecord.Associations
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 AssetMintRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<AssetMintRecord>

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>

Implements

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