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

    Interface DkgRound1Options

    Options for the DKG round1 command.

    interface DkgRound1Options {
        registryPath?: string;
        groupId: string;
        parallel?: boolean;
        timeoutSeconds?: number;
        preview?: boolean;
        verbose?: boolean;
    }
    Index

    Properties

    registryPath?: string
    groupId: string
    parallel?: boolean
    timeoutSeconds?: number
    preview?: boolean
    verbose?: boolean