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

    Interface CommandArgs

    Command arguments for the confirm command.

    interface CommandArgs {
        proof: string;
        target: string;
        silent: boolean;
        envelope?: string;
    }
    Index

    Properties

    proof: string

    The proof envelope to use

    target: string

    The target set of digests (ur:digest or ur:envelope separated by space)

    silent: boolean

    Don't output the envelope on success

    envelope?: string

    The envelope to confirm