Show / Hide Table of Contents

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.

Inheritance
object
TransactionReceipt
TokenReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<TokenReceipt>
Inherited Members
TransactionReceipt.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record TokenReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<TokenReceipt>

Properties

| Edit this page View Source

Circulation

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.

Implements

IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph