A function to find the default websocket string given a network Id. https://github.com/standardconnect/xdir/blob/main/src/utils/id.ts#L51
import xdir from 'xdir';const wss = xdir.getClientStringbyId(0) // 'wss://xrplcluster.com'
Generated using TypeDoc
A function to find the default websocket string given a network Id. https://github.com/standardconnect/xdir/blob/main/src/utils/id.ts#L51
Example