@blockchaincommons/gstp - v1.0.0-beta.2
    Preparing search index...

    Interface ToEnvelopeOptions

    What toEnvelope takes on a sealed request, response or event.

    interface ToEnvelopeOptions {
        signer?: Signer;
        recipients?: readonly XIDDocument[];
        validUntil?: DateInput;
    }
    Index
    signer?: Signer

    Signs the message; the sender's private keys, typically.

    recipients?: readonly XIDDocument[]

    Encrypts the signed message to each recipient's encryption key.

    validUntil?: DateInput

    The deadline of the sender's own continuation.