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

    Type Alias SignedNostrEvent

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

    One immutable, structurally and cryptographically verified NIP-01 event.