Skip to main content

spawn_rpc_proxy_rejecting_method

Function spawn_rpc_proxy_rejecting_method 

Source
async fn spawn_rpc_proxy_rejecting_method(
    endpoint: String,
    method: &'static str,
    rejection: RpcMethodRejection,
    rejection_status: StatusCode,
    error_code: i64,
    error_message: &'static str,
) -> String