Class AccountBalances
Extended Balance information for an Address, including Token Balances.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record AccountBalances : IEquatable<AccountBalances>
Properties
| Edit this page View SourceCrypto
Address Crypto Balance in Tinybars
Declaration
public ulong Crypto { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
Holder
The Hedera address holding the account balance(s).
Declaration
public EntityId Holder { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
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.