CCC Docs
    Preparing search index...

    Interface NostrEvent

    interface NostrEvent {
        id?: string;
        pubkey?: string;
        sig?: string;
        created_at: number;
        kind: number;
        tags: string[][];
        content: string;
    }
    Index

    Properties

    id?: string
    pubkey?: string
    sig?: string
    created_at: number
    kind: number
    tags: string[][]
    content: string