@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias UnwrappedNip59Envelope

    UnwrappedNip59Envelope: Readonly<
        {
            kind: Nip59EnvelopeKind;
            outerEventId: NostrEventId;
            rumor: NostrRumor;
            sealEventId: NostrEventId;
        },
    >

    A rumor exposed only after every NIP-59 layer authenticates.