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

    Interface KeyEnvelopeOptions

    What Key.toEnvelope takes.

    interface KeyEnvelopeOptions {
        privateKeys?: XIDPrivateKeyOptions;
    }
    Index
    privateKeys?: XIDPrivateKeyOptions

    How the private keys go into the envelope; "omit" unless given.