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

    Interface DkgRound2Result

    Result of the DKG round2 command.

    interface DkgRound2Result {
        accepted: number;
        rejected: number;
        errors: number;
        timeouts: number;
        displayPath?: string;
    }
    Index

    Properties

    accepted: number
    rejected: number
    errors: number
    timeouts: number
    displayPath?: string