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.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class AssetMintReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<AssetMintReceipt>
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> |
Remarks
The value will be empty if the update was scheduled as a pending transaction.