Upgrade

Upgrade returns the upgrade for a given port and channel id.

get
Path parameters
channel_idstringRequired
port_idstringRequired
Responses
200
A successful response.
application/json
get
GET /ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/upgrade HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "upgrade": {
    "fields": {
      "ordering": "ORDER_NONE_UNSPECIFIED",
      "connection_hops": [
        "text"
      ],
      "version": "text"
    },
    "timeout": {
      "height": {
        "revision_number": "text",
        "revision_height": "text"
      },
      "timestamp": "text"
    },
    "next_sequence_send": "text"
  },
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}