Class TokenRecord
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 TokenRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<TokenRecord>
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.