• A query that gets and parses the inbox and outbox relays for a pubkey

    Parameters

    • pubkey: string

    Returns Query<undefined | { inboxes: string[]; outboxes: string[] }>