Variable rpcConst

rpc: NetworkObjType = ...

An object of default rpc strings, indexed by network name. https://github.com/standardconnect/xdir/blob/main/src/utils/rpc.ts

Example

import xdir from 'xdir';

const mainnet_rpc = xdir.rpc.mainnet // "https://xrplcluster.com"

Generated using TypeDoc