BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface CommandArgs

    Command arguments for the verify command.

    interface CommandArgs {
        silent: boolean;
        threshold: number;
        verifiers: string[];
        envelope?: string;
    }
    Index

    Properties

    silent: boolean

    Don't output the envelope's UR on success

    threshold: number

    The minimum number of required valid signatures

    verifiers: string[]

    The verifier(s)

    envelope?: string

    The envelope to verify