You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to check for available auto association slots:
This way, you can determine how many automatic associations the user has used and compare it with the max_automatic_token_associations value.
If max_automatic_token_associations is greater than count of current automatic associations, then there are still some automatic associations slots left.
Context:
The text was updated successfully, but these errors were encountered:
Acceptance criteria:
The app is hosted on GitHub pagesflow:
How to check if account is associated with token id:
For each accountId in the list query the mirror node for balance of given token id https://mainnet-public.mirrornode.hedera.com/api/v1/tokens/0.0.3103996/balances?account.id=0.0.3854868
If
balances
length is more than 0, then the user is associatedHow to check for available auto association slots:
This way, you can determine how many automatic associations the user has used and compare it with the max_automatic_token_associations value.
If max_automatic_token_associations is greater than count of current automatic associations, then there are still some automatic associations slots left.
Context:
The text was updated successfully, but these errors were encountered: