📄️ Get zkProof
The zkProof method is designed to retrieve a JSON-formatted proof from Mina Protocol. This proof can be utilized to verify computations or data integrity without revealing sensitive information. The method supports cryptographic rollup steps for compressing multiple computations into a succinct proof.
📄️ Get zkProofStatus
The zkProofStatus method is used to retrieve the current status of a database's zk proof. This method helps track the progress of proof generation or identify any issues that may have occurred during the process.
📄️ Detect and retry failed operations
Query for the current prover status
📄️ Verify zkProof
The zkProofVerify method is designed to verify a zero-knowledge proof. This method confirms that the provided proof is both correctly constructed and authentic without exposing any underlying sensitive data. It returns key details such as the current rollup step, the Merkle root computed from the underlying data structure, and a boolean indicator of the proof's validity.