Last updated 1 year ago
async function getRelays(): { [url: string]: {read: boolean, write: boolean} }
returns a basic map of relay urls to relay policies
const provider = (window.$onekey && window.$onekey.nostr) || window.nostr; const event = async provider.getRelays()