I should be able to locally verify a transaction #2143
Replies: 4 comments 1 reply
-
Everything you should need is there. Can you include the code you are using and how you are computing the transaction pre-image for the digest computation? For more details on how to compute a transaction hash, see: https://github.com/ethers-io/ethers.js/blob/master/packages/transactions/src.ts/index.ts |
Beta Was this translation helpful? Give feedback.
-
(moving to discussions) |
Beta Was this translation helpful? Give feedback.
-
This is what I am doing: Sending Transaction
The result I get is this:
So, I would want to use So I assume I cannot use
|
Beta Was this translation helpful? Give feedback.
-
@ricmoo Here is the code that I am trying to use to verify the above transaction:
My understanding is that how it was done. Is this incorrect? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I hope I am not misunderstanding anything. After initiating a USDT contract via:
I get back the following:
Now, I should have everything to locally verify this transaction:
Why am I unable to do this easily in ethers? I suspect it is because I am missing information? If so, what?
Beta Was this translation helpful? Give feedback.
All reactions