Struct ethers_flashbots::BundleStats
source · [−]pub struct BundleStats {
pub is_simulated: bool,
pub is_sent_to_miners: bool,
pub is_high_priority: bool,
pub simulated_at: Option<DateTime<Utc>>,
pub submitted_at: Option<DateTime<Utc>>,
pub sent_to_miners_at: Option<DateTime<Utc>>,
}Expand description
Represents stats for a submitted bundle.
See Flashbots docs for more information.
Fields
is_simulated: boolWhether the bundle was simulated.
is_sent_to_miners: boolWhether the bundle was sent to miners.
is_high_priority: boolWhether the bundle is high priority.
simulated_at: Option<DateTime<Utc>>When the bundle was simulated
submitted_at: Option<DateTime<Utc>>When the bundle was submitted
sent_to_miners_at: Option<DateTime<Utc>>When the bundle was sent to miners
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for BundleStats
impl Send for BundleStats
impl Sync for BundleStats
impl Unpin for BundleStats
impl UnwindSafe for BundleStats
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more