pubenumProofStatus {/// Was just created in the systemCreated,/// Passed most basic checks like signatureAccepted,/// Closed, primarely due to PRer returning their fundsCancelled,/// Rejected with explanation/// - Eligible for paymentRejected(String),/// Assigned to a specific prover. Note: not the most solid state and can change assignment, waits for Acknowledged to be solid assignedAssigned(OperatorId),/// Solid assigned state. Prover confirmed the assignment.AcknowledgedAssignment(OperatorId),/// Received proof, but test is not completeProofBeingTested(Proof),/// Proved/// - Eligible for paymentProven(Proof),}