perform batch transaction using aptos react wallet provider #164
-
Describe your question in detail.how can i perform batch transaction using aptos react wallet provider? What have you tried or looked at? Or how can we reproduce the error?i read through the source code of aptos wallet provider, it seems it is not possible right now? Which operating system are you using?Linux (Ubuntu, Fedora, Windows WSL, etc.) Which SDK or tool are you using? (if any)TypeScript SDK |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At the moment, if you want to do multiple actions at once, I would look into either a script or deploying a module that adds multiple items. Generally wallets work around the idea of submitting one transaction at a time, and handling the response of it afterwards. https://aptos.dev/en/build/smart-contracts/book/modules-and-scripts#scripts |
Beta Was this translation helpful? Give feedback.
At the moment, if you want to do multiple actions at once, I would look into either a script or deploying a module that adds multiple items. Generally wallets work around the idea of submitting one transaction at a time, and handling the response of it afterwards.
https://aptos.dev/en/build/smart-contracts/book/modules-and-scripts#scripts