Class TokenReceipt
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: Hiero
Assembly: Hiero.dll
Syntax
public sealed record TokenReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<TokenReceipt>
Properties
| Edit this page View SourceCirculation
The current (new) total balance of tokens in all accounts (the whole denomination).
Declaration
public ulong Circulation { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
Remarks
The value will be
0
if the update was scheduled as a pending transaction.