pub fn eval_call_create_trap<S: AsRef<RuntimeState> + AsMut<RuntimeState>, H, Tr: From<CallCreateTrap>>(
machine: &mut Machine<S>,
_handle: &mut H,
position: usize,
) -> Control<Tr>
Expand description
CREATE
, CREATE2
, CALL
, CALLCODE
, DELEGATECALL
, STATICCALL