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

    Interface CommandArgs

    Command arguments for the key count command.

    interface CommandArgs {
        verifyArgs: VerifyArgs;
        envelope?: string;
    }
    Index

    Properties

    verifyArgs: VerifyArgs
    envelope?: string