|
207 | 207 |
|
208 | 208 | - [Msg](#ibc.core.connection.v1.Msg)
|
209 | 209 |
|
210 |
| -- [ibc/core/port/v1/query.proto](#ibc/core/port/v1/query.proto) |
211 |
| - - [QueryAppVersionRequest](#ibc.core.port.v1.QueryAppVersionRequest) |
212 |
| - - [QueryAppVersionResponse](#ibc.core.port.v1.QueryAppVersionResponse) |
213 |
| - |
214 |
| - - [Query](#ibc.core.port.v1.Query) |
215 |
| - |
216 | 210 | - [ibc/core/types/v1/genesis.proto](#ibc/core/types/v1/genesis.proto)
|
217 | 211 | - [GenesisState](#ibc.core.types.v1.GenesisState)
|
218 | 212 |
|
@@ -3107,67 +3101,6 @@ Msg defines the ibc/connection Msg service.
|
3107 | 3101 |
|
3108 | 3102 |
|
3109 | 3103 |
|
3110 |
| -<a name="ibc/core/port/v1/query.proto"></a> |
3111 |
| -<p align="right"><a href="#top">Top</a></p> |
3112 |
| - |
3113 |
| -## ibc/core/port/v1/query.proto |
3114 |
| - |
3115 |
| - |
3116 |
| - |
3117 |
| -<a name="ibc.core.port.v1.QueryAppVersionRequest"></a> |
3118 |
| - |
3119 |
| -### QueryAppVersionRequest |
3120 |
| -QueryAppVersionRequest is the request type for the Query/AppVersion RPC method |
3121 |
| - |
3122 |
| - |
3123 |
| -| Field | Type | Label | Description | |
3124 |
| -| ----- | ---- | ----- | ----------- | |
3125 |
| -| `port_id` | [string](#string) | | port unique identifier | |
3126 |
| -| `connection_id` | [string](#string) | | connection unique identifier | |
3127 |
| -| `ordering` | [ibc.core.channel.v1.Order](#ibc.core.channel.v1.Order) | | whether the channel is ordered or unordered | |
3128 |
| -| `counterparty` | [ibc.core.channel.v1.Counterparty](#ibc.core.channel.v1.Counterparty) | | counterparty channel end | |
3129 |
| -| `proposed_version` | [string](#string) | | proposed version | |
3130 |
| - |
3131 |
| - |
3132 |
| - |
3133 |
| - |
3134 |
| - |
3135 |
| - |
3136 |
| -<a name="ibc.core.port.v1.QueryAppVersionResponse"></a> |
3137 |
| - |
3138 |
| -### QueryAppVersionResponse |
3139 |
| -QueryAppVersionResponse is the response type for the Query/AppVersion RPC method. |
3140 |
| - |
3141 |
| - |
3142 |
| -| Field | Type | Label | Description | |
3143 |
| -| ----- | ---- | ----- | ----------- | |
3144 |
| -| `port_id` | [string](#string) | | port id associated with the request identifiers | |
3145 |
| -| `version` | [string](#string) | | supported app version | |
3146 |
| - |
3147 |
| - |
3148 |
| - |
3149 |
| - |
3150 |
| - |
3151 |
| - <!-- end messages --> |
3152 |
| - |
3153 |
| - <!-- end enums --> |
3154 |
| - |
3155 |
| - <!-- end HasExtensions --> |
3156 |
| - |
3157 |
| - |
3158 |
| -<a name="ibc.core.port.v1.Query"></a> |
3159 |
| - |
3160 |
| -### Query |
3161 |
| -Query defines the gRPC querier service |
3162 |
| - |
3163 |
| -| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
3164 |
| -| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
3165 |
| -| `AppVersion` | [QueryAppVersionRequest](#ibc.core.port.v1.QueryAppVersionRequest) | [QueryAppVersionResponse](#ibc.core.port.v1.QueryAppVersionResponse) | AppVersion queries an IBC Port and determines the appropriate application version to be used | | |
3166 |
| - |
3167 |
| - <!-- end services --> |
3168 |
| - |
3169 |
| - |
3170 |
| - |
3171 | 3104 | <a name="ibc/core/types/v1/genesis.proto"></a>
|
3172 | 3105 | <p align="right"><a href="#top">Top</a></p>
|
3173 | 3106 |
|
|
0 commit comments