Expand description
Implement RPC functionality for finding what ports are running as proxies.
Structs§
- GetProxy
Info 🔒 - Get a list of all the currently running proxies.
- GetRpc
Proxy 🔒Info - 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.
- Proxy
Info 🔒 - A representation of the set of proxy addresses available from the RPC API.
Enums§
- GetProxy
Info 🔒Error - An error encountered while asking for the proxy addresses.
- Proxy
Listener 🔒 - 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.