Class TokenBalance
The token balance information associated with an account, including the amount of coins held, KYC status and Freeze status.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class TokenBalance : CryptoBalance, IEquatable<CryptoBalance>, IEquatable<TokenBalance>
Properties
| Improve this Doc View SourceAutoAssociated
True if this token was associated automatically by the network via autoassociaiton via becomming a token or assset treasury.
Declaration
public bool AutoAssociated { get; }
Property Value
Type | Description |
---|---|
Boolean |
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
The Address of the token
Declaration
public Address Token { get; }
Property Value
Type | Description |
---|---|
Address |
TradableStatus
The Frozen status of the token for this account.
Declaration
public TokenTradableStatus TradableStatus { get; }
Property Value
Type | Description |
---|---|
TokenTradableStatus |