pub async fn spawn_rpc_proxy_rejecting_method_when_enabled( endpoint: String, method: &'static str, ) -> (String, Arc<AtomicBool>)
Spawns an RPC proxy whose rejection of method can be enabled after startup.
method