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

    Interface CommandArgs

    Command arguments for the key update command.

    interface CommandArgs {
        keyArgs: KeyArgsLike;
        generatorOpts: cmd.xid.GeneratorOptions;
        passwordArgs: ReadWritePasswordArgs;
        verifyArgs: VerifyArgs;
        signingArgs: SigningArgs;
        envelope?: string;
    }
    Index

    Properties

    keyArgs: KeyArgsLike
    generatorOpts: cmd.xid.GeneratorOptions
    passwordArgs: ReadWritePasswordArgs
    verifyArgs: VerifyArgs
    signingArgs: SigningArgs
    envelope?: string