pub struct FeeEstimates {
pub max_fee_per_gas: U256,
pub max_priority_fee_per_gas: U256,
}Expand description
Represents the fee estimates.
Fields§
§max_fee_per_gas: U256§max_priority_fee_per_gas: U256Auto Trait Implementations§
impl Freeze for FeeEstimates
impl RefUnwindSafe for FeeEstimates
impl Send for FeeEstimates
impl Sync for FeeEstimates
impl Unpin for FeeEstimates
impl UnsafeUnpin for FeeEstimates
impl UnwindSafe for FeeEstimates
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