Show / Hide Table of Contents

Class AccountBalances

Extended Balance information for an Address, including Token Balances.

Inheritance
object
AccountBalances
Implements
IEquatable<AccountBalances>
Inherited Members
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 AccountBalances : IEquatable<AccountBalances>

Properties

| Edit this page View Source

Crypto

Address Crypto Balance in Tinybars

Declaration
public ulong Crypto { get; }
Property Value
Type Description
ulong
| Edit this page View Source

Holder

The Hedera address holding the account balance(s).

Declaration
public EntityId Holder { get; }
Property Value
Type Description
EntityId
| Edit this page View Source

Tokens

[DEPRECATED] Balances of tokens associated with this account.

Declaration
[Obsolete("This field is deprecated by HIP-367")]
public ReadOnlyDictionary<EntityId, CryptoBalance> Tokens { get; }
Property Value
Type Description
ReadOnlyDictionary<EntityId, CryptoBalance>
Remarks

This field is not guaranteed to be populated in the response with the complete list of holdings of the associated account.

Implements

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