listLastProofs
Definition
Shows the last proofs that have been submitted.
Syntax
db.listLastProofs(limit);
Example
ProvenDB v7754 (current)> db.listLastProofs(1)
{
"proofId" : "d9db5100-8c1d-11e9-a57b-01873f55fb47",
"version" : NumberLong(7754),
"submitted" : ISODate("2019-06-11T07:52:24Z"),
"type" : "full",
"status" : "valid"
}
Updated over 5 years ago