multi-party-computation-controller-api
    Preparing search index...

    HTTP controller for job-status polling.

    Exposes a single GET /jobs/:jobId endpoint that returns the current state of an enqueued key-generation or signing job.

    Clients should poll this endpoint after receiving a 202 Accepted response from POST /key-generation or POST /signing until status is completed or failed.

    All endpoints are protected by BearerGuard.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    jobsService: JobsService
    logger: Logger = ...

    Methods