FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface DkgReceiveResult

    Result of the DKG receive command.

    interface DkgReceiveResult {
        groupId: string;
        requestId: string;
        minSigners: number;
        charter: string;
        validUntil: string;
        responseArid: string;
        envelopeUr?: string;
        coordinatorName?: string;
        participantNames?: string[];
    }
    Index

    Properties

    groupId: string
    requestId: string
    minSigners: number
    charter: string
    validUntil: string
    responseArid: string
    envelopeUr?: string
    coordinatorName?: string
    participantNames?: string[]