Skip to main content

rest_status_service_get_node_keys

Function rest_status_service_get_node_keys 

Source
async fn rest_status_service_get_node_keys<S>(
    __arg0: State<Arc<S>>,
    headers: HeaderMap,
    __arg2: Query<GetNodeKeysRequest>,
) -> Result<Json<NodeKeysResponse>, RestError>
where S: StatusService + Send + Sync + 'static,
Expand description

GetNodeKeys - JSON endpoint.

GET /v2/status/keys