MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / proxyReplacewithIp

Method proxyReplacewithIp

src/node-binance-api.ts:382–384  ·  view source on GitHub ↗

* Replaces socks connection uri hostname with IP address * @param {string} connString - socks connection string * @return {string} modified string with ip address

(connString: string)

Source from the content-addressed store, hash-verified

380 * @return {string} modified string with ip address
381 */
382 proxyReplacewithIp(connString: string) {
383 return connString;
384 }
385
386 /**
387 * Returns an array in the form of [host, port]

Callers 7

subscribeMethod · 0.95
subscribeCombinedMethod · 0.95
connectWsApiMethod · 0.95
futuresSubscribeMethod · 0.95
deliverySubscribeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected