ProvenDBRequests table
fanchorrequest
adds a row to the PROVENDBREQUESTS
table. This table has the following structure:
Column Name | Description |
---|---|
ID | Identifier for the request |
REQUESTTYPE | ANCHOR or VALIDATE |
REQUESTJSON | JSON document containing the parameters of the request |
STATUS | NEW, VALID or FAILED |
STATUSDATE | Date of the request status |
MESSAGES | Messages relating to the request outcome |
PROOFID | Proof identifier. Can be used to get the reaw proof from the PROVENDBCONTROL table. |
Below we see some data from the table:

Updated over 1 year ago