pub fn gen_geth_traces(
    chain_id: Word,
    block: Block<Transaction>,
    accounts: Vec<Account>,
    withdrawals: Vec<Withdrawal>,
    history_hashes: Option<Vec<Word>>,
    logger_config: LoggerConfig
) -> Result<Vec<GethExecTrace>, Error>
Expand description

Generates execution traces for the transactions included in the provided Block