Function mock::test_ctx2::gen_geth_traces
source · 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