getRelays

Method

async function getRelays(): { [url: string]: {read: boolean, write: boolean} } 

Response

returns a basic map of relay urls to relay policies

Example

const provider = (window.$onekey && window.$onekey.nostr) || window.nostr;

const event = async provider.getRelays()

Demo

Last updated