pub fn keccak_inputs_tx_circuit(
    txs: &[Transaction],
    chain_id: u64
) -> Result<Vec<Vec<u8>>, Error>
Expand description

Generate the keccak inputs required by the Tx Circuit from the transactions.