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

    Interface DkgRound1Options

    Options for the DKG round1 command.

    interface DkgRound1Options {
        registryPath?: string;
        timeoutSeconds?: number;
        responseArid?: string;
        preview?: boolean;
        rejectReason?: string;
        sender?: string;
        invite: string;
        storageSelection?: StorageSelection;
        verbose?: boolean;
    }
    Index

    Properties

    registryPath?: string
    timeoutSeconds?: number
    responseArid?: string
    preview?: boolean
    rejectReason?: string
    sender?: string
    invite: string
    storageSelection?: StorageSelection
    verbose?: boolean