Select the write (outbox) relay URLs from one author's parsed relay list, de-duplicated and in first-seen order.
Parsed entries from parseNip65RelayList
De-duplicated write-relay URLs
const outbox = selectWriteRelays(parseNip65RelayList(event)); Copy
const outbox = selectWriteRelays(parseNip65RelayList(event));
Select the write (outbox) relay URLs from one author's parsed relay list, de-duplicated and in first-seen order.