HTTP controller for threshold-signature operations.
Exposes a single POST /signing endpoint that enqueues a signing job and
returns a job identifier immediately (202 Accepted). The client polls GET /jobs/:jobId to track the outcome and retrieve the final signature.
HTTP controller for threshold-signature operations.
Exposes a single
POST /signingendpoint that enqueues a signing job and returns a job identifier immediately (202 Accepted). The client pollsGET /jobs/:jobIdto track the outcome and retrieve the final signature.All endpoints are protected by BearerGuard.