Class TokenBalance
The token balance information associated with an account, including the amount of coins held, KYC status and Freeze status.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record TokenBalance : CryptoBalance, IEquatable<CryptoBalance>, IEquatable<TokenBalance>
Properties
| Edit this page View SourceAutoAssociated
True if this token was associated automatically by the network through autoassociation or by becoming a token or asset treasury.
Declaration
public bool AutoAssociated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
KycStatus
The KYC status of the token for this account.
Declaration
public TokenKycStatus KycStatus { get; }
Property Value
| Type | Description |
|---|---|
| TokenKycStatus |
Symbol
The string symbol representing this token.
Declaration
public string Symbol { get; }
Property Value
| Type | Description |
|---|---|
| string |
Token
ID of the Token or NFT class.
Declaration
public EntityId Token { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
TradableStatus
The Frozen status of the token for this account.
Declaration
public TokenTradableStatus TradableStatus { get; }
Property Value
| Type | Description |
|---|---|
| TokenTradableStatus |