pub struct StatsSeen {
pub is_high_priority: bool,
pub is_simulated: bool,
pub received_at: String,
}
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
Fields§
§is_high_priority: bool
boolean representing if this searcher has a high enough reputation to be in the high priority queue
is_simulated: bool
representing whether the bundle gets simulated. All other fields will be omitted except simulated field if API didn’t receive bundle
received_at: String
time at which the bundle API received the bundle
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StatsSeen
impl<'de> Deserialize<'de> for StatsSeen
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
impl Eq for StatsSeen
impl StructuralPartialEq for StatsSeen
Auto Trait Implementations§
impl Freeze for StatsSeen
impl RefUnwindSafe for StatsSeen
impl Send for StatsSeen
impl Sync for StatsSeen
impl Unpin for StatsSeen
impl UnwindSafe for StatsSeen
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
)