forge
1.1.0
In forge::
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
forge
::
revm
::
interpreter
::
instructions
::
contract
Function
extstaticcall
Copy item path
Settings
Help
Summary
pub fn extstaticcall<H>(interpreter: &mut
Interpreter
, host:
&mut H
)
where H:
Host
+ ?
Sized
,