revm
18.0.0
In revm::
interpreter::
instructions::
contract
Functions
calc_call_gas
call
call_code
create
delegate_call
eofcreate
extcall
extcall_gas_calc
extcall_input
extdelegatecall
extstaticcall
get_memory_input_and_out_ranges
pop_extcall_target_address
resize_memory
return_contract
static_call
revm
::
interpreter
::
instructions
::
contract
Function
call
Copy item path
Settings
Help
Summary
Source
pub fn call<H, SPEC>(interpreter: &mut
Interpreter
, host:
&mut H
)
where H:
Host
+ ?
Sized
, SPEC:
Spec
,