Show / Hide Table of Contents

Class AccountBalancesData

Structure identifying the hBar balance for an associated account and the balances of the first 100 tokens held by the account.

Inheritance
object
AccountBalancesData
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 AccountBalancesData
Remarks

NOTE this structure may not provide the entire listing of tokens held by the associated account.

Properties

| Edit this page View Source

Balance

Crypto balance in tinybars.

Declaration
[JsonPropertyName("balance")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Balance { get; set; }
Property Value
Type Description
long
| Edit this page View Source

TimeStamp

Timestamp corresponding to this balance snapshot.

Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp TimeStamp { get; set; }
Property Value
Type Description
ConsensusTimeStamp
| Edit this page View Source

Tokens

Listing of the first 100 token balance values for the associated account.

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