TokenRelationship
Token's information related to the given Account.
Field | Type | Description |
---|---|---|
| A unique token id | |
| string | The Symbol of the token |
| uint64 | For token of type |
| The KYC status of the account (KycNotApplicable, Granted or Revoked). If the token does not have KYC key, KycNotApplicable is returned | |
| The Freeze status of the account (FreezeNotApplicable, Frozen or Unfrozen). If the token does not have Freeze key, FreezeNotApplicable is returned | |
| uint32 | Tokens divide into 10 decimal pieces |
| bool | Specifies if the relationship is created implicitly. False : explicitly associated, True : implicitly associated. |
Last updated