encode_gas_estimate_components

Function encode_gas_estimate_components 

Source
pub fn encode_gas_estimate_components(
    gas_total: u64,
    gas_for_l1: u64,
    basefee: U256,
    l1_base_fee: U256,
) -> Bytes
Expand description

ABI-encode the (uint64, uint64, uint256, uint256) result of gasEstimateComponents: (gasEstimate, gasEstimateForL1, baseFee, l1BaseFeeEstimate).