We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a follow up of #82, fetch remote state related to associate, dissociate and isAssociated methods for Foundry contract.
associate
dissociate
isAssociated
The remote state should come from accounts/{accountId}/tokens?token.id={tokenId}1 endpoint.
accounts/{accountId}/tokens?token.id={tokenId}
Note
Currently, the Mirror Node only allows the user to fetch associations without specifying a "block number"/timestamp. See #96 for more details.
https://testnet.mirrornode.hedera.com/api/v1/docs/#/accounts/getTokensByAccountId ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a follow up of #82, fetch remote state related to
associate
,dissociate
andisAssociated
methods for Foundry contract.The remote state should come from
accounts/{accountId}/tokens?token.id={tokenId}
1 endpoint.Note
Currently, the Mirror Node only allows the user to fetch associations without specifying a "block number"/timestamp. See #96 for more details.
Footnotes
https://testnet.mirrornode.hedera.com/api/v1/docs/#/accounts/getTokensByAccountId ↩
The text was updated successfully, but these errors were encountered: