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

    Interface SealedResponseInput

    What the response constructors take besides the id.

    interface SealedResponseInput {
        sender: XIDDocument;
        state?: EnvelopeInput;
        peerContinuation?: Envelope;
    }
    Index
    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; a response that is not a success carries none.

    peerContinuation?: Envelope

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