@substrate-system/frost
    Preparing search index...

    Interface KeyPackage

    FROST (Flexible Round-Optimized Schnorr Threshold) Signatures

    A TypeScript implementation of the FROST threshold signature scheme as specified in RFC 9591.

    interface KeyPackage {
        keyShare: KeyShare;
        participantId: ParticipantId;
        signingCommitments: NonceCommitment[];
        verificationKey: GroupElement;
    }
    Index

    Properties

    keyShare: KeyShare
    participantId: ParticipantId
    signingCommitments: NonceCommitment[]
    verificationKey: GroupElement