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.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record TokenBalance : CryptoBalance, IEquatable<CryptoBalance>, IEquatable<TokenBalance>

Properties

| Edit this page View Source

AutoAssociated

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
| Edit this page View Source

KycStatus

The KYC status of the token for this account.

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

Symbol

The string symbol representing this token.

Declaration
public string Symbol { get; }
Property Value
Type Description
string
| Edit this page View Source

Token

ID of the Token or NFT class.

Declaration
public EntityId Token { get; }
Property Value
Type Description
EntityId
| Edit this page View Source

TradableStatus

The Frozen status of the token for this account.

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

Implements

IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph