Struct ic_evm_utils::fees::FeeEstimates
source · 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 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