pub async fn spawn_rpc_proxy_method_not_found_before(
endpoint: String,
method: &'static str,
unavailable_calls: usize,
) -> StringExpand description
Spawns an RPC proxy that returns method-not-found for the first unavailable_calls requests to
method.