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

    Variable SoftchatEventsConst

    SoftchatEvents: Readonly<
        {
            applicationData(event: SignedNostrEvent): ApplicationData;
            chatMessage(rumor: NostrRumor): ChatMessage;
            deletion(rumor: NostrRumor): Deletion;
            edit(rumor: NostrRumor): Edit;
            followList(rumor: NostrRumor): FollowList;
            reaction(rumor: NostrRumor): Reaction;
            subject(rumor: NostrRumor): Subject;
            typing(rumor: NostrRumor): Typing;
            userMetadata(rumor: NostrRumor): UserMetadata;
        },
    > = ...

    Rust-validated typed readers for binding-owned rumors and events.