Skip to main content

Module handlers

Module handlers 

Source
Expand description

HTTP handlers for the verification service.

Structs§

AppState
Shared application state.
ComponentInput
One component of a composite signature.
ProofStepInput
One step of an inclusion proof.
VerifyCompositeRequest
Request: verify a composite signature.
VerifyInclusionRequest
Request: verify an inclusion proof.
VerifyResponse
Response: verification result.
VerifySignatifOptions
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.
VerifySignatifRequest
Request: verify a SIGNATIF trusted artifact through the full pipeline. The four framework objects arrive as embedded JSON.
VerifySignatifResponse
Response: the graduated verification outcome.

Functions§

healthz
GET /healthz
verify_composite
POST /verify/composite
verify_inclusion
POST /verify/inclusion
verify_signatif
POST /verify/signatif