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

    Interface DkgFinalizeOptions

    Options for the DKG finalize command.

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

    Properties

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