Module nonce_manager

Source
Expand description

The Nonce Manager is used to locally calculate nonces instead of using eth_getTransactionCount

Structs§

NonceManagerMiddleware
Middleware used for calculating nonces locally, useful for signing multiple consecutive transactions without waiting for them to hit the mempool

Enums§

NonceManagerError
Thrown when an error happens at the Nonce Manager