pub enum BundleStats {
Unknown,
Seen(StatsSeen),
Simulated(StatsSimulated),
}
Expand description
Response for flashbots_getBundleStatsV2
represents stats for a single bundle
Note: this is V2: https://docs.flashbots.net/flashbots-auction/searchers/advanced/rpc-endpoint#flashbots_getbundlestatsv2
Timestamp format: “2022-10-06T21:36:06.322Z”
Variants§
Unknown
The relayer has not yet seen the bundle.
Seen(StatsSeen)
The relayer has seen the bundle, but has not simulated it yet.
Simulated(StatsSimulated)
The relayer has seen the bundle and has simulated it.
Trait Implementations§
source§impl Clone for BundleStats
impl Clone for BundleStats
source§fn clone(&self) -> BundleStats
fn clone(&self) -> BundleStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BundleStats
impl Debug for BundleStats
source§impl Default for BundleStats
impl Default for BundleStats
source§fn default() -> BundleStats
fn default() -> BundleStats
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BundleStats
impl<'de> Deserialize<'de> for BundleStats
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BundleStats
impl PartialEq for BundleStats
source§impl Serialize for BundleStats
impl Serialize for BundleStats
impl Eq for BundleStats
impl StructuralPartialEq for BundleStats
Auto Trait Implementations§
impl Freeze for BundleStats
impl RefUnwindSafe for BundleStats
impl Send for BundleStats
impl Sync for BundleStats
impl Unpin for BundleStats
impl UnwindSafe for BundleStats
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)