Skip to content

httpConnectSocks5h

function httpConnectSocks5h(
baseUrl,
proxy,
options?): HttpRpcClient;

Defined in: src/client/socks5h.ts:787

Connect the HTTP RPC client through SOCKS5h with no direct fallback.

Parameter Type
baseUrl string
proxy string
options Socks5hHttpConnectOptions

HttpRpcClient