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

    BullMQ processor for the signing queue.

    Dequeues signing jobs, retrieves the stored key metadata for the requested keyIdentifier, and delegates the threshold-signature protocol to the cryptographic engine via the Sign gRPC RPC.

    Key metadata dependency: this processor expects that a successful KeyGenerationProcessor run has already stored the publicKeyPackage, algorithm, threshold, and participants for the given keyIdentifier. If the metadata is absent, the job fails immediately with a descriptive error.

    No automatic retry: matching the key-generation processor, attempts is set to 1 at the producer level.

    Hierarchy

    • WorkerHost
      • SigningProcessor
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    grpcService: GrpcService
    logger: Logger = ...
    metadataService: MetadataService

    Accessors

    • get worker(): T

      Returns T

    Methods