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

    Interface CommandArgs

    Command arguments for the key all command.

    interface CommandArgs {
        private: boolean;
        passwordArgs: ReadPasswordArgs;
        verifyArgs: VerifyArgs;
        envelope?: string;
    }
    Index

    Properties

    private: boolean
    passwordArgs: ReadPasswordArgs
    verifyArgs: VerifyArgs
    envelope?: string