Show / Hide Table of Contents

Class AccountBalanceData

Represents a token balance entry for an account and token.

Inheritance
object
AccountBalanceData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class AccountBalanceData

Properties

| Edit this page View Source

Account

The account holding the token.

Declaration
[JsonPropertyName("account")]
[JsonConverter(typeof(EntityIdConverter))]
public EntityId Account { get; set; }
Property Value
Type Description
EntityId
| Edit this page View Source

Balance

The balance of account’s holdings of token in tinytokens.

Declaration
[JsonPropertyName("balance")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Balance { get; set; }
Property Value
Type Description
long
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph