Expand description
§Ethers Flashbots
Provides an ethers compatible middleware for submitting Flashbots bundles.
In addition to leveraging the standard Ethers middleware API (send_transaction
),
custom bundles can be crafted, simulated and submitted.
Structs§
- Broadcaster
Middleware - A middleware used to broadcast bundles to multiple builders.
- Bundle
Request - A bundle that can be submitted to a Flashbots relay.
- Bundle
Stats - Represents stats for a submitted bundle.
- Flashbots
Middleware - A middleware used to send bundles to a Flashbots relay.
- Pending
Bundle - A pending bundle is one that has been submitted to a relay, but not yet included.
- Relay
- A Flashbots relay client.
- Simulated
Bundle - Details of a simulated bundle.
- Simulated
Transaction - Details of a simulated transaction.
- User
Stats - Represents stats for a searcher.
Enums§
- Bundle
Transaction - A transaction that can be added to a bundle.
- Flashbots
Middleware Error - Errors for the Flashbots middleware.
- Pending
Bundle Error - Errors for pending bundles.
- Relay
Error - Errors for relay requests.
Type Aliases§
- Bundle
Hash - A bundle hash.