Block validator

get

Introspect the state of the block_validator worker.

Responses
200Success
application/json
get
GET /workers/block_validator HTTP/1.1
Host: xtz.nownodes.io
Accept: */*
{
  "status": {
    "phase": "launching",
    "since": "text"
  },
  "pending_requests": [
    {
      "pushed": "text",
      "request": {
        "block": "text",
        "chain_id": "text",
        "peer": "text"
      }
    }
  ],
  "current_request": {
    "pushed": "text",
    "treated": "text",
    "request": {
      "block": "text",
      "chain_id": "text",
      "peer": "text"
    }
  }
}