Function build_result_gas
pub fn build_result_gas(
gas: &Gas,
init_and_floor_gas: InitialAndFloorGas,
) -> ResultGasAvailable on crate feature
evm only.Expand description
Builds a ResultGas from the execution Gas struct and InitialAndFloorGas.