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
Hello, I'm experiencing some difficulties using the sendUnwrap function.
sendUnwrap
Usage:
console.log(`Unwrapping ${fromNano(balance)} jettons...`); await gaspumpJetton.sendUnwrap(sender, { jettonAmount: balance, jettonWallet: jettonWallet, doCheckTradeState: true, }); await waitUntilWalletSeqnoChanges(wallet, seqno)
The code execution succeeded, but the transaction failed, resulting in the loss of the unwrapped token :
tx link
I tried multiple wrapped tokens, amounts... Since there is no documentation about this function, I can't find help anywhere about it... Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm experiencing some difficulties using the
sendUnwrap
function.Usage:
The code execution succeeded, but the transaction failed, resulting in the loss of the unwrapped token :
tx link
I tried multiple wrapped tokens, amounts...
Since there is no documentation about this function, I can't find help anywhere about it...
Thank you.
The text was updated successfully, but these errors were encountered: