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

    Interface SealedEventInput

    What SealedEvent.from takes besides the content.

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

    The event 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 a reply.

    peerContinuation?: Envelope

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