Documentation
    Preparing search index...

    Interface RelayEventSidecar

    Metadata attached to a raw Nostr event read result.

    interface RelayEventSidecar {
        relayHints?: string[];
        resources?: ResourceSidecarEntry[];
    }
    Index

    Properties

    relayHints?: string[]

    Advisory relays where the shell observed the event or expects follow-up reads to work.

    resources?: ResourceSidecarEntry[]

    Pre-resolved resources owned by NAP-RESOURCE policy.