Expand description
HTTP handlers for the verification service.
Structs§
- AppState
- Shared application state.
- Component
Input - One component of a composite signature.
- Proof
Step Input - One step of an inclusion proof.
- Verify
Composite Request - Request: verify a composite signature.
- Verify
Inclusion Request - Request: verify an inclusion proof.
- Verify
Response - Response: verification result.
- Verify
Signatif Options - Options for the pipeline run. Mirrors
confium_signatif::verify::VerifyOptions; the wire-facing struct stays put for API compatibility and converts at the pipeline call. - Verify
Signatif Request - Request: verify a SIGNATIF trusted artifact through the full pipeline. The four framework objects arrive as embedded JSON.
- Verify
Signatif Response - Response: the graduated verification outcome.
Functions§
- healthz
- GET /healthz
- verify_
composite - POST /verify/composite
- verify_
inclusion - POST /verify/inclusion
- verify_
signatif - POST /verify/signatif