Skip to main content

spawn_rpc_proxy_method_not_found_before

Function spawn_rpc_proxy_method_not_found_before 

Source
pub async fn spawn_rpc_proxy_method_not_found_before(
    endpoint: String,
    method: &'static str,
    unavailable_calls: usize,
) -> String
Expand description

Spawns an RPC proxy that returns method-not-found for the first unavailable_calls requests to method.