TokenService
Transactions and queries for the Token Service.
To transfer tokens created by HTS, please reference the cryptoTransfer
API.
TokenService
burnToken
Burns an amount of the token from the defined treasury account
wipeTokenAccount
Wipes the provided amount of tokens from the specified Account ID
freezeTokenAccount
Freezes the transfer of tokens to or from the specified Account ID
unfreezeTokenAccount
Unfreezes the transfer of tokens to or from the specified Account ID
grantKycToTokenAccount
Flags the provided Account ID as having gone through KYC
revokeKycFromTokenAccount
Removes the KYC flag of the provided Account ID
getAccountNftInfo
Gets info on NFTs N through M on the list of NFTs associated with a given account
getTokenNftInfo
Gets info on NFTs N through M on the list of NFTs associated with a given Token of type NON_FUNGIBLE
Last updated