Expand description
Contains a set of useful grovedb proof verification functions
Modules§
- address_
funds - Address funds proof verification module
- contract
- DataContract verification methods on proofs
- document
- Document verification methods on proofs
- document_
count - Document-count verification methods on proofs (the
GetDocumentsCountendpoint’s prove-path verifiers). Verifies grovedb proofs produced by theGetDocumentsCountendpoint. - document_
having - Having-range verification methods on proofs (the
GROUP BY … HAVING <aggregate> <op> <value> LIMIT nsurface’s prove-path verifier). Verifies grovedb proofs produced by the having-range (GROUP BY … HAVING <aggregate> <op> <value> LIMIT n) query surface. - document_
ranked - Document-ranked verification methods on proofs (the
GROUP BY … ORDER BY <aggregate> LIMIT nsurface’s prove-path verifier). Verifies grovedb proofs produced by the ranked (GROUP BY … ORDER BY <aggregate> LIMIT n [OFFSET m]) query surface. - document_
sum - Document-sum verification methods on proofs (the
GetDocumentsSumendpoint’s prove-path verifiers). Verifies grovedb proofs produced by theGetDocumentsSumendpoint. - group
- Group proof verification module
- identity
- Identity verification methods on proofs
- shielded
- Shielded pool proof verification module
- single_
document - Single Document verification methods on proofs
- state_
transition - Verifies that a state transition contents exist in the proof
- system
- System components (Epoch info etc…) verification methods on proofs
- tokens
- Token proof verification module
- voting
- Voting proof verification module Voting verification
Type Aliases§
- Root
Hash - Represents the root hash of the grovedb tree