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

    Interface CommandArgs

    Command arguments for the provenance get command.

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

    Properties

    passwordArgs: ReadWritePasswordArgs
    verifyArgs: VerifyArgs
    envelope?: string