AssessorJournal
Structured journal of the Assessor guest which verifies the signature(s) from client(s) and that the requirements are met by claim digest(s) in the Merkle tree committed to by the given root. Assessor can verify a batch of requests, including batches of size one.
struct AssessorJournal {
bytes32[] requestDigests;
bytes32 root;
address prover;
}