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

    Interface CommandArgs

    Command arguments for the method remove command.

    interface CommandArgs {
        method: string;
        outputOpts: OutputOptions;
        passwordArgs: ReadWritePasswordArgs;
        verifyArgs: VerifyArgs;
        signingArgs: SigningArgs;
        envelope?: string;
    }
    Index

    Properties

    method: string
    outputOpts: OutputOptions
    passwordArgs: ReadWritePasswordArgs
    verifyArgs: VerifyArgs
    signingArgs: SigningArgs
    envelope?: string