Applesauce
    Preparing search index...

    The status of a single relay during a sync load

    type SyncRelayStatus = {
        count: number;
        error?: Error;
        method?: SyncRelayMethod;
        negentropy?: boolean;
        relay: string;
        state: SyncRelayState;
    }
    Index

    Properties

    count: number

    The number of events received from this relay

    error?: Error

    The error that occurred while loading from this relay

    The method used to load events from the relay (undefined until loading starts)

    negentropy?: boolean

    Whether the relay supports NIP-77 negentropy sync (undefined until checked)

    relay: string