pub fn into_eth_localized_traces(
    tx_traces: &[ExecTrace],
    block_number: u64,
    block_hash: H256,
    tx_hash: H256,
    tx_idx: usize,
    network: Network
) -> Result<Vec<LocalizedTrace>, String>