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

    HTTP controller for distributed key-generation operations.

    Exposes a single POST /key-generation endpoint that enqueues a key-generation job and returns a job identifier immediately (202 Accepted). The client polls GET /jobs/:jobId to track the outcome.

    All endpoints are protected by BearerGuard.

    Index

    Constructors

    Properties

    keyGenerationService: KeyGenerationService
    logger: Logger = ...

    Methods