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

    Type Alias SigningJobData

    Data payload stored in a signing BullMQ job. The publicKeyPackage, algorithm, threshold, and participants are looked up at processing time from the key-metadata store.

    type SigningJobData = {
        keyIdentifier: string;
        message: string;
    }
    Index

    Properties

    keyIdentifier: string

    Identifier of the key to sign with; match a completed key-generation.

    message: string

    Hex-encoded raw bytes to sign (no 0x prefix).