Replies: 2 comments
-
This is actually more of a Wagmi question. You'll want to reference useSendTransaction and useWaitForTransactionReceipt. When sending the transaction, you'll want to keep a reference of the returned transaction hash around in your dApp's memory and then you can wait for events to update the status or detect speed ups. It is separately the wallet's responsibility to keep track of pending transactions and nonces to allow a user to speed up a pending transaction, which would be outside of your concerns. |
Beta Was this translation helpful? Give feedback.
-
Note my code.
If problem is continuous, contact me, I will solved problem asap. |
Beta Was this translation helpful? Give feedback.
-
When a user utilizes the transaction acceleration feature, the wallet needs to promptly obtain the latest transaction hash or listen for relevant events. What are the methods to achieve this requirement?
Beta Was this translation helpful? Give feedback.
All reactions