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

    Interface ControllerClient

    Typed stub for the Controller gRPC service, as returned by ClientGrpc.getService<ControllerClient>('Controller').

    Accepts an optional Metadata for per-call headers, such as the Authorization: Bearer token required by the engine.

    interface ControllerClient {
        abort(
            request: AbortRequest,
            metadata?: Metadata,
        ): Observable<AbortResponse>;
        generateKey(
            request: GenerateKeyRequest,
            metadata?: Metadata,
        ): Observable<GenerateKeyResponse>;
        sign(request: SignRequest, metadata?: Metadata): Observable<SignResponse>;
    }
    Index

    Methods