How to use JsonRpcBatchProvider #2628
Unanswered
alex-sumner
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to use the JsonRpcBatchProvider and I wondered if anyone would be kind enough to tell me whether I am using it in the intended way?
My code looks like this:
So I populate an array of Promises by repeatedly calling Signer.sendTransaction. I give the transaction for each a nonce one greater than the last, and then await all of them.
I guess my questions are:
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions