Applesauce
    Preparing search index...

    A snapshot of the connection state of a single wallet relay

    interface RelayStatusInfo {
        authenticated: boolean;
        connected: boolean;
        negentropy?: boolean;
        ready: boolean;
        url: string;
    }
    Index

    Properties

    authenticated: boolean

    Whether the relay is authenticated

    connected: boolean

    Whether the websocket is connected

    negentropy?: boolean

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

    ready: boolean

    Whether the relay is ready for use

    url: string