pub struct JitoTip {
pub landed_tips_25th_percentile: f64,
pub landed_tips_50th_percentile: f64,
pub landed_tips_75th_percentile: f64,
pub landed_tips_95th_percentile: f64,
pub landed_tips_99th_percentile: f64,
pub ema_landed_tips_50th_percentile: f64,
}Expand description
Represents Jito tip data.
Fields§
§landed_tips_25th_percentile: f64§landed_tips_50th_percentile: f64§landed_tips_75th_percentile: f64§landed_tips_95th_percentile: f64§landed_tips_99th_percentile: f64§ema_landed_tips_50th_percentile: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for JitoTip
impl<'de> Deserialize<'de> for JitoTip
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
Auto Trait Implementations§
impl Freeze for JitoTip
impl RefUnwindSafe for JitoTip
impl Send for JitoTip
impl Sync for JitoTip
impl Unpin for JitoTip
impl UnsafeUnpin for JitoTip
impl UnwindSafe for JitoTip
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