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

    Interface DkgReceiveOptions

    Options for the DKG receive command.

    interface DkgReceiveOptions {
        registryPath?: string;
        timeoutSeconds?: number;
        noEnvelope?: boolean;
        info?: boolean;
        sender?: string;
        invite: string;
        storageSelection?: StorageSelection;
        verbose?: boolean;
    }
    Index

    Properties

    registryPath?: string
    timeoutSeconds?: number
    noEnvelope?: boolean
    info?: boolean
    sender?: string
    invite: string
    storageSelection?: StorageSelection
    verbose?: boolean