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

    Interface SigningPackage

    FROST (Flexible Round-Optimized Schnorr Threshold) Signatures

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

    interface SigningPackage {
        groupCommitment: GroupCommitment;
        message: Uint8Array;
        participantIds: ParticipantId[];
    }
    Index

    Properties

    groupCommitment: GroupCommitment
    message: Uint8Array
    participantIds: ParticipantId[]