Skip to main content

resolve_broadcast_eip1559_fees

Function resolve_broadcast_eip1559_fees 

Source
pub fn resolve_broadcast_eip1559_fees(
    fees: ResolvedEip1559Fees,
    with_gas_price: Option<u128>,
    priority_gas_price: Option<u128>,
    browser_suggested_tip: Option<u128>,
) -> Result<ResolvedEip1559Fees>
Expand description

Applies, in order, the optional browser_suggested_tip, with_gas_price and priority_gas_price overrides to estimated EIP-1559 fees.

with_gas_price overrides only maxFeePerGas and priority_gas_price only maxPriorityFeePerGas. Errors if the result has maxPriorityFeePerGas above maxFeePerGas.