Class AccountBalanceData
Represents a token balance entry for an account and token.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class AccountBalanceData
Properties
| Edit this page View SourceAccount
The account holding the token.
Declaration
[JsonPropertyName("account")]
[JsonConverter(typeof(EntityIdConverter))]
public EntityId Account { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Balance
The balance of account’s holdings of token in tinytokens.
Declaration
[JsonPropertyName("balance")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Balance { get; set; }
Property Value
| Type | Description |
|---|---|
| long |