Skip to main content

validate_network_grant_response

Function validate_network_grant_response 

Source
pub fn validate_network_grant_response(
    input: &str,
    expected_request_id: &str,
    expected_runtime_generation_id: &str,
    expected_connector_id: &str,
    expected_transport: &str,
    expected_resource_scope: &NetworkResourceScope,
) -> IpcResult<()>