Function get_memory_input_and_out_ranges
pub fn get_memory_input_and_out_ranges(
interpreter: &mut Interpreter<impl InterpreterTypes>,
gas_params: &GasParams,
) -> Option<(Range<usize>, Range<usize>)>Expand description
Gets memory input and output ranges for call instructions.