Class TokenBalanceData
Represents a token balance entry for a given account
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class TokenBalanceData
Properties
| Edit this page View SourceBalance
The balance of account’s holdings of token in tinytokens.
Declaration
[JsonPropertyName("balance")]
public long Balance { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Token
The address of the token.
Declaration
[JsonPropertyName("token_id")]
public EntityId Token { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityId |