📄️ Start On-Chain Rollup
Publish off-chain database operations to the blockchain as an immutable, verifiable record.
📄️ On-Chain Rollup History
Retrieve the history of on-chain rollup operations with transaction details and confirmation status.
📄️ Off-Chain Rollup History
This method retrieves the detailed history of off-chain rollup operations that occur within the zkDatabase system. Off-chain rollups process individual document operations (insert, update, drop) immediately while generating cryptographic proofs, providing instant finality without blockchain costs.
📄️ On-Chain Rollup State
This method returns the current on-chain state, representing the latest database snapshot that has been successfully published and confirmed on the blockchain. This state serves as the authoritative, immutable reference point for database integrity.
📄️ Off-Chain Rollup State
This method returns the current off-chain state, representing the most up-to-date database condition including all recent operations that have been processed and cryptographically verified but not yet published to the blockchain.