pub async fn spawn_rpc_proxy_internal_error_after(
endpoint: String,
method: &'static str,
successful_calls: usize,
) -> StringExpand description
Spawns an RPC proxy that returns a JSON-RPC internal error for method after forwarding
successful_calls requests.