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

    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.

    All endpoints are protected by BearerGuard.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    logger: Logger = ...
    signingService: SigningService

    Methods