|
126 | 126 | - [QueryDenomTraceResponse](#ibc.applications.transfer.v1.QueryDenomTraceResponse)
|
127 | 127 | - [QueryDenomTracesRequest](#ibc.applications.transfer.v1.QueryDenomTracesRequest)
|
128 | 128 | - [QueryDenomTracesResponse](#ibc.applications.transfer.v1.QueryDenomTracesResponse)
|
| 129 | + - [QueryEscrowAddressRequest](#ibc.applications.transfer.v1.QueryEscrowAddressRequest) |
| 130 | + - [QueryEscrowAddressResponse](#ibc.applications.transfer.v1.QueryEscrowAddressResponse) |
129 | 131 | - [QueryParamsRequest](#ibc.applications.transfer.v1.QueryParamsRequest)
|
130 | 132 | - [QueryParamsResponse](#ibc.applications.transfer.v1.QueryParamsResponse)
|
131 | 133 |
|
@@ -1920,6 +1922,37 @@ method.
|
1920 | 1922 |
|
1921 | 1923 |
|
1922 | 1924 |
|
| 1925 | +<a name="ibc.applications.transfer.v1.QueryEscrowAddressRequest"></a> |
| 1926 | + |
| 1927 | +### QueryEscrowAddressRequest |
| 1928 | +QueryEscrowAddressRequest is the request type for the EscrowAddress RPC method. |
| 1929 | + |
| 1930 | + |
| 1931 | +| Field | Type | Label | Description | |
| 1932 | +| ----- | ---- | ----- | ----------- | |
| 1933 | +| `port_id` | [string](#string) | | unique port identifier | |
| 1934 | +| `channel_id` | [string](#string) | | unique channel identifier | |
| 1935 | + |
| 1936 | + |
| 1937 | + |
| 1938 | + |
| 1939 | + |
| 1940 | + |
| 1941 | +<a name="ibc.applications.transfer.v1.QueryEscrowAddressResponse"></a> |
| 1942 | + |
| 1943 | +### QueryEscrowAddressResponse |
| 1944 | +QueryEscrowAddressResponse is the response type of the EscrowAddress RPC method. |
| 1945 | + |
| 1946 | + |
| 1947 | +| Field | Type | Label | Description | |
| 1948 | +| ----- | ---- | ----- | ----------- | |
| 1949 | +| `escrow_address` | [string](#string) | | the escrow account address | |
| 1950 | + |
| 1951 | + |
| 1952 | + |
| 1953 | + |
| 1954 | + |
| 1955 | + |
1923 | 1956 | <a name="ibc.applications.transfer.v1.QueryParamsRequest"></a>
|
1924 | 1957 |
|
1925 | 1958 | ### QueryParamsRequest
|
@@ -1962,6 +1995,7 @@ Query provides defines the gRPC querier service.
|
1962 | 1995 | | `DenomTraces` | [QueryDenomTracesRequest](#ibc.applications.transfer.v1.QueryDenomTracesRequest) | [QueryDenomTracesResponse](#ibc.applications.transfer.v1.QueryDenomTracesResponse) | DenomTraces queries all denomination traces. | GET|/ibc/apps/transfer/v1/denom_traces|
|
1963 | 1996 | | `Params` | [QueryParamsRequest](#ibc.applications.transfer.v1.QueryParamsRequest) | [QueryParamsResponse](#ibc.applications.transfer.v1.QueryParamsResponse) | Params queries all parameters of the ibc-transfer module. | GET|/ibc/apps/transfer/v1/params|
|
1964 | 1997 | | `DenomHash` | [QueryDenomHashRequest](#ibc.applications.transfer.v1.QueryDenomHashRequest) | [QueryDenomHashResponse](#ibc.applications.transfer.v1.QueryDenomHashResponse) | DenomHash queries a denomination hash information. | GET|/ibc/apps/transfer/v1/denom_hashes/{trace}|
|
| 1998 | +| `EscrowAddress` | [QueryEscrowAddressRequest](#ibc.applications.transfer.v1.QueryEscrowAddressRequest) | [QueryEscrowAddressResponse](#ibc.applications.transfer.v1.QueryEscrowAddressResponse) | EscrowAddress returns the escrow address for a particular port and channel id. | GET|/ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address| |
1965 | 1999 |
|
1966 | 2000 | <!-- end services -->
|
1967 | 2001 |
|
|
0 commit comments