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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not clear here https://docs.hedera.com/hedera/sdks-and-apis/sdks/token-service/claim-a-token what the pendingAirdropId is in order to claim / reject an airdrop. It looks a composite of the sender, receiver, and token but I had to go to https://github.com/hashgraph/hedera-sdk-js/blob/main/examples/token-airdrop-example.js to figure out what to do.
Introduce the example from https://github.com/hashgraph/hedera-sdk-js/blob/main/examples/token-airdrop-example.js as a tutorial in the docs and reference what the pendingAirdropId is in the specific SDK sectionf
A tutorial on how to reconstruct the PendingAirdropId without the CreateAirdrop record would also be useful
No response
The text was updated successfully, but these errors were encountered:
add reference to example #860 (GITBOOK-2919)
aafd807
I added a link to the example as a reference as a short term solution. we'll have to discuss how the tutorial will be prioritized over other items
Sorry, something went wrong.
No branches or pull requests
Problem
Not clear here https://docs.hedera.com/hedera/sdks-and-apis/sdks/token-service/claim-a-token what the pendingAirdropId is in order to claim / reject an airdrop. It looks a composite of the sender, receiver, and token but I had to go to https://github.com/hashgraph/hedera-sdk-js/blob/main/examples/token-airdrop-example.js to figure out what to do.
Solution
Introduce the example from https://github.com/hashgraph/hedera-sdk-js/blob/main/examples/token-airdrop-example.js as a tutorial in the docs and reference what the pendingAirdropId is in the specific SDK sectionf
A tutorial on how to reconstruct the PendingAirdropId without the CreateAirdrop record would also be useful
Alternatives
No response
The text was updated successfully, but these errors were encountered: