pub fn encode_gas_estimate_components(
gas_total: u64,
gas_for_l1: u64,
basefee: U256,
l1_base_fee: U256,
) -> BytesExpand description
ABI-encode the (uint64, uint64, uint256, uint256) result of
gasEstimateComponents: (gasEstimate, gasEstimateForL1, baseFee, l1BaseFeeEstimate).