confirmation
Documentation for eth_defi.confirmation Python module.
Transaction broadcasting, block confirmation and completion monitoring.
Wait for multiple transactions to be confirmed and read back the results from the blockchain
The safest way to get transactions out is to use
wait_and_broadcast_multiple_nodes()
Functions
Broadcast and wait a bunch of signed transactions to confirm. |
|
|
Broadcast and wait a bunch of signed transactions to confirm. |
|
Check for nonce re-use issues. |
|
Try to broadcast transactions through multiple nodes. |
|
Watch multiple transactions executed at parallel. |
Exceptions
Could not broadcast a transaction for some reason. |
|
We exceeded the transaction confirmation timeout. |
|
Chain has a different nonce than we expect. |