Documentation
    Preparing search index...

    Interface Nip66RelayAttributes

    Parsed attributes observed for one NIP-66 relay URL.

    interface Nip66RelayAttributes {
        supportedNips: ReadonlySet<number>;
        tags: readonly (readonly string[])[];
        values: ReadonlyMap<string, ReadonlySet<string>>;
    }
    Index

    Properties

    supportedNips: ReadonlySet<number>

    Parsed uppercase N tag support for convenience.

    tags: readonly (readonly string[])[]

    Raw tag copies from the latest observed kind-30166 event for the relay.

    values: ReadonlyMap<string, ReadonlySet<string>>

    Tag-value index, keyed by tag name.