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

    Interface SignRound2Options

    Options for the sign round2 command.

    interface SignRound2Options {
        registryPath?: string;
        groupId?: string;
        sessionId: string;
        parallel?: boolean;
        timeoutSeconds?: number;
        previewFinalize?: boolean;
        verbose?: boolean;
    }
    Index

    Properties

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