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

    Interface CommandArgs

    Command arguments for the revealing command.

    interface CommandArgs {
        action: Action;
        key?: string;
        target: string;
        envelope?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: Action

    The action to take

    key?: string

    The encryption key (ur:crypto-key) when action is encrypt

    target: string

    The target set of digests

    envelope?: string

    The envelope to elide