How to get Tx Hash while doing Batch Tx #651
Unanswered
rudreshkoranne
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
Greeting all!!!
I've been trying to do tx in batch using "aptos-go-sdk",
for that I'm calling the BatchSubmitTransaction like:
"client.BatchSubmitTransaction(signedTxn)"
.Now the problem occurs that this method's return type is: BatchSubmitTransactionResponse and it says:
Now i Want to get the Tx Hash of all this transaction that's been submitted in this batch Tx.
Is there any way to get those Tx Hash.
Can we use sequence number to fetch the transaction hash using go-sdk.
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions