Class AccountBalances
Extended Balance information for an Account, including Token Balances.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class AccountBalances : IEquatable<AccountBalances>
Properties
| Improve this Doc View SourceAddress
The Hedera address of this account.
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address |
Crypto
Account Crypto Balance in Tinybars
Declaration
public ulong Crypto { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Tokens
Balances of tokens associated with this account.
Declaration
public ReadOnlyDictionary<Address, CryptoBalance> Tokens { get; }
Property Value
Type | Description |
---|---|
ReadOnlyDictionary<Address, CryptoBalance> |