Module proxyinfo

Source
Expand description

Implement RPC functionality for finding what ports are running as proxies.

Structs§

GetProxyInfo 🔒
Get a list of all the currently running proxies.
GetRpcProxyInfo 🔒
Get a list of the currently running proxies that are integrated with the RPC system.
Proxy 🔒
Representation of a single proxy, as delivered by the RPC API.
ProxyInfo 🔒
A representation of the set of proxy addresses available from the RPC API.

Enums§

GetProxyInfoError 🔒
An error encountered while asking for the proxy addresses.
ProxyListener 🔒
Representation of a single proxy’s listener location, as delivered by the RPC API.

Functions§

rpc_session_get_proxy_info 🔒
Implementation for GetProxyInfo on ArtiRpcSession.
rpc_session_get_rpc_proxy_info 🔒
Implementation for GetProxyInfo on ArtiRpcSession.