Show / Hide Table of Contents

Class TokenBalance

The token balance information associated with an account, including the amount of coins held, KYC status and Freeze status.

Inheritance
Object
CryptoBalance
TokenBalance
Implements
IEquatable<CryptoBalance>
IEquatable<TokenBalance>
Inherited Members
CryptoBalance.Balance
CryptoBalance.Decimals
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class TokenBalance : CryptoBalance, IEquatable<CryptoBalance>, IEquatable<TokenBalance>

Properties

| Improve this Doc View Source

AutoAssociated

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
| Improve this Doc View Source

KycStatus

The KYC status of the token for this account.

Declaration
public TokenKycStatus KycStatus { get; }
Property Value
Type Description
TokenKycStatus
| Improve this Doc View Source

Symbol

The string symbol representing this token.

Declaration
public string Symbol { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Token

The Address of the token

Declaration
public Address Token { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

TradableStatus

The Frozen status of the token for this account.

Declaration
public TokenTradableStatus TradableStatus { get; }
Property Value
Type Description
TokenTradableStatus

Implements

System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph