Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 2.34 KB

tokenrelationship.md

File metadata and controls

13 lines (11 loc) · 2.34 KB

TokenRelationship

Token's information related to the given Account.

Field Type Description
tokenId TokenID A unique token id
symbol string The Symbol of the token
balance uint64 For token of type FUNGIBLE_COMMON - the balance that the Account holds in the smallest denomination. For token of type NON_FUNGIBLE_UNIQUE - the number of NFTs held by the account
kycStatus TokenKycStatus The KYC status of the account (KycNotApplicable, Granted or Revoked). If the token does not have KYC key, KycNotApplicable is returned
freezeStatus TokenFreezeStatus The Freeze status of the account (FreezeNotApplicable, Frozen or Unfrozen). If the token does not have Freeze key, FreezeNotApplicable is returned
decimals uint32 Tokens divide into 10 decimal pieces
automatic_association bool

Specifies if the relationship is created implicitly.
False : explicitly associated,
True : implicitly associated.