Stored Procedure Interface
Provendb-sqlserver anchors data in the database to a blockchain, or validates data in the database against a blockchain entry when requested via a stored procedure interface.
There are two stored procedures that control provendb-sqlserver:
fanchorrequest
requests that provendb-sqlserver anchor data to the blockchainvalidaterequest
checks an existing proof against the blockchain.
The PROVENDBREQUESTS
table is used to record requests made by these two stored procedures.
Updated almost 3 years ago
What’s Next