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

    Type Alias NostrRumor

    NostrRumor: Readonly<
        {
            content: string;
            createdAt: number;
            id: NostrEventId;
            kind: NostrEventKind;
            publicKey: NostrPublicKey;
            tags: readonly NostrTag[];
        },
    >

    One unsigned NIP-59 rumor with a cryptographically recomputed ID.