Skip to main content

fetch_contracts_bytecode_from_trace

Function fetch_contracts_bytecode_from_trace 

Source
pub fn fetch_contracts_bytecode_from_trace<FEN: FoundryEvmNetwork>(
    executor: &Executor<FEN>,
    result: &TraceResult,
) -> Result<HashMap<Address, Bytes>>