pub fn keccak_inputs_tx_circuit( txs: &[Transaction], chain_id: u64 ) -> Result<Vec<Vec<u8>>, Error>
Generate the keccak inputs required by the Tx Circuit from the transactions.