Skip to content

What is the fastest way to send a Tx with WebSockets ? #3469

Answered by ricmoo
tsarbuig asked this question in Q&A
Discussion options

You must be logged in to vote

The transaction is sent immediately, and depending on the Signer used, the transaction may need to be fetched. If you are using a FallbackProvider, the transaction is given to all backends, to ensure it makes it to as wide a collection of mempools initially, as possible.

Sending an unchecked transaction just means the return type is not fetched, so if you just want the result faster that will work, but the tx isn’t actually sent any faster.

Make sense?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tsarbuig
Comment options

@zemse
Comment options

zemse Oct 28, 2022
Collaborator

@brinal8055
Comment options

@zemse
Comment options

zemse Oct 31, 2022
Collaborator

@brinal8055
Comment options

Answer selected by tsarbuig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #3468 on October 26, 2022 16:01.