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

    Interface CommandArgs

    Command arguments for the export command.

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

    Properties

    outputOpts: OutputOptions

    Output options (private/generator handling)

    passwordArgs: ReadWritePasswordArgs

    Password arguments

    verifyArgs: VerifyArgs

    Signature verification arguments

    signingArgs: SigningArgs

    Signing arguments

    envelope?: string

    The XID document envelope