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

    Interface OutputOptions

    Options controlling how sensitive data is output in XID documents.

    This interface provides a unified interface for controlling how private keys and provenance mark generators are handled when outputting XID documents.

    interface OutputOptions {
        privateOpts: cmd.xid.PrivateOptions;
        generatorOpts: cmd.xid.GeneratorOptions;
    }
    Index

    Properties

    privateOpts: cmd.xid.PrivateOptions

    Private key output option

    generatorOpts: cmd.xid.GeneratorOptions

    Generator output option