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

    Interface SignRound1Options

    Options for the sign round1 command.

    interface SignRound1Options {
        registryPath?: string;
        sessionId: string;
        groupId?: string;
        preview?: boolean;
        rejectReason?: string;
        storageSelection?: StorageSelection;
        verbose?: boolean;
    }
    Index

    Properties

    registryPath?: string
    sessionId: string
    groupId?: string
    preview?: boolean
    rejectReason?: string
    storageSelection?: StorageSelection
    verbose?: boolean