Struct ethers_flashbots::Relay
source · pub struct Relay<S> { /* private fields */ }Expand description
A Flashbots relay client.
The client automatically signs every request and sets the Flashbots authorization header appropriately with the given signer.
Note: You probably do not want to use this directly, unless
you want to interact directly with the Relay. Most users should use
FlashbotsMiddleware instead.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> !RefUnwindSafe for Relay<S>
impl<S> Send for Relay<S>where S: Send,
impl<S> Sync for Relay<S>where S: Sync,
impl<S> Unpin for Relay<S>where S: Unpin,
impl<S> !UnwindSafe for Relay<S>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more