pub async fn serve_on(
tcp_listener: TcpListener,
api: EthApi<FoundryNetwork>,
config: ServerConfig,
) -> Result<()>Expand description
Configures a server that handles EthApi related JSON-RPC calls via HTTP and WS.
pub async fn serve_on(
tcp_listener: TcpListener,
api: EthApi<FoundryNetwork>,
config: ServerConfig,
) -> Result<()>Configures a server that handles EthApi related JSON-RPC calls via HTTP and WS.