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.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class AssetMintRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<AssetMintRecord>
Properties
| Improve this Doc View SourceSerialNumbers
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> |