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

    Interface DkgRound1Result

    Result of the DKG round1 command.

    interface DkgRound1Result {
        accepted: boolean;
        listeningArid?: string;
        envelopeUr?: string;
    }
    Index

    Properties

    accepted: boolean
    listeningArid?: string
    envelopeUr?: string