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

    Variable SignedNostrEvent

    SignedNostrEvent: Readonly<
        {
            parse(value: unknown): SignedNostrEvent;
            stringify(event: SignedNostrEvent): string;
        },
    >

    Parse wire JSON or a JSON-decoded relay object into an ordinary JS value.

    Rust recomputes the event ID, verifies the Schnorr signature, applies the portable size/timestamp profile, and preserves every raw tag element.