Documentation
    Preparing search index...

    Interface NdrRumorLike

    Minimal event shape returned by NDR runtimes for sent or received messages.

    interface NdrRumorLike {
        content?: string;
        created_at?: number;
        id: string;
        pubkey?: string;
    }
    Index

    Properties

    content?: string
    created_at?: number
    id: string
    pubkey?: string