Class AccountBalancesData
Structure identifying the hBar balance for an associated account and the balances of the first 100 tokens held by the account.
Inherited Members
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 SourceBalance
Crypto balance in tinybars.
Declaration
[JsonPropertyName("balance")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Balance { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
TimeStamp
Timestamp corresponding to this balance snapshot.
Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp TimeStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp |
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[] |