pub fn keccak_inputs(
    block: &Block,
    code_db: &CodeDB
) -> Result<Vec<Vec<u8>>, Error>
Expand description

Return all the keccak inputs used during the processing of the current block.