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: Hiero
Assembly: Hiero.dll
Syntax
public sealed record TokenRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<TokenRecord>
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.