Skip to main content

convert_executed_result

Function convert_executed_result 

Source
fn convert_executed_result<FEN: FoundryEvmNetwork, H: IntoInstructionResult>(
    evm_env: EvmEnvFor<FEN>,
    tx_env: TxEnvFor<FEN>,
    inspector: InspectorStack<FEN>,
    _: ResultAndState<H>,
    db: &dyn DatabaseRef<Error = DatabaseError>,
    has_state_snapshot_failure: bool,
    fork_block_number: Option<u64>,
) -> Result<RawCallResult<FEN>>
Expand description

Converts the data aggregated in the inspector and call to a RawCallResult.