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

    Interface ContinuationFromEnvelopeOptions

    What Continuation.fromEnvelope takes.

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

    The private keys that decrypt a sealed continuation.

    now?: DateInput

    The clock the deadline is checked against; no check without one.

    expectedId?: ARID

    The request id the bound id must equal; no check without one.