@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Interface AddAssertionOptions

    Options for Envelope.addAssertion and friends.

    interface AddAssertionOptions {
        salt?: boolean;
    }
    Index
    salt?: boolean

    Also salt the assertion (see addSalt) so its digest is not correlatable.