A single relay entry parsed from a NIP-65 kind-10002 r tag.
r
const entry: RelayEntry = { url: 'wss://relay.example.com', read: true, write: false }; Copy
const entry: RelayEntry = { url: 'wss://relay.example.com', read: true, write: false };
Whether the author reads (receives events) from this relay.
Relay WebSocket URL from the r tag's second element.
Whether the author writes (publishes events) to this relay.
A single relay entry parsed from a NIP-65 kind-10002
rtag.Example