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