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

    Interface SealedRequestInput

    What SealedRequest.from takes besides the function.

    interface SealedRequestInput {
        id: ARID;
        sender: XIDDocument;
        state?: EnvelopeInput;
        peerContinuation?: Envelope;
    }
    Index
    id: ARID

    The request id.

    sender: XIDDocument

    The sender's document, copied at construction; its encryption key seals the sender's state, its signing key signs.

    state?: EnvelopeInput

    The sender's own state, returned in the reply.

    peerContinuation?: Envelope

    The peer's continuation, as received, handed back.