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

    Interface RecipientOptions

    Options for addRecipient and the encrypt*ToRecipient* functions.

    interface RecipientOptions {
        nonce?: Nonce;
    }

    Hierarchy

    • RngOptions
      • RecipientOptions
    Index
    nonce?: Nonce

    Use exactly this nonce for the sealed content key; tests and vectors only.