@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Interface XIDEnvelopeOptions

    What XIDDocument.toEnvelope takes.

    interface XIDEnvelopeOptions {
        privateKeys?: XIDPrivateKeyOptions;
        generator?: XIDGeneratorOptions;
        sign?: XIDSigning;
    }
    Index
    privateKeys?: XIDPrivateKeyOptions

    How each key's private keys go into the envelope; "omit" unless given.

    How the provenance generator goes into the envelope; "omit" unless given.

    sign?: XIDSigning

    Who signs; "none" unless given.