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

    Interface FromEnvelopeOptions

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

    interface FromEnvelopeOptions {
        recipient: Decrypter;
        expectedId?: ARID;
        now?: DateInput;
    }

    Hierarchy (View Summary)

    Index
    recipient: Decrypter

    The private keys of the recipient opening the message.

    expectedId?: ARID

    The request id the recipient's continuation must answer to.

    now?: DateInput

    The clock the recipient's continuation is checked against; no check without one.