juno-network 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. package/package.json +2 -2
  2. package/types/codegen/JunoSwap.client.d.ts +122 -0
  3. package/types/codegen/JunoSwap.types.d.ts +142 -0
  4. package/types/codegen/confio/proofs.d.ts +495 -0
  5. package/types/codegen/contracts.d.ts +12 -0
  6. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  7. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  8. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  9. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  10. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  11. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +32 -0
  12. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  13. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +30 -0
  14. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  15. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  16. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  17. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  18. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  19. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +57 -0
  20. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  21. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  22. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  23. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +15 -0
  24. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  25. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  26. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  27. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  28. package/types/codegen/cosmos/bundle.d.ts +25545 -0
  29. package/types/codegen/cosmos/client.d.ts +473 -0
  30. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  31. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  32. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  33. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  34. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  35. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  36. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  37. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  38. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  39. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  40. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  41. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +51 -0
  42. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  43. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  44. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  45. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +33 -0
  46. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  47. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  48. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  49. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  50. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +44 -0
  51. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  52. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  53. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  54. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +27 -0
  55. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  56. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  57. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  58. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  59. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +44 -0
  60. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  61. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  62. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  63. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +25 -0
  64. package/types/codegen/cosmos/lcd.d.ts +28 -0
  65. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  66. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  67. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  68. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  69. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  70. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  71. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +80 -0
  72. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  73. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  74. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  75. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  76. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +33 -0
  77. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  78. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  79. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  80. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +36 -0
  81. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  82. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  83. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  84. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +43 -0
  85. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  86. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  87. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  88. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +24 -0
  89. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  90. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  91. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  92. package/types/codegen/cosmwasm/bundle.d.ts +5227 -0
  93. package/types/codegen/cosmwasm/client.d.ts +120 -0
  94. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  95. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  96. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  97. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  98. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  99. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  100. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  101. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  102. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +48 -0
  103. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  104. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  105. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  106. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +27 -0
  107. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  108. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  109. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  110. package/types/codegen/google/bundle.d.ts +8939 -0
  111. package/types/codegen/google/protobuf/any.d.ts +237 -0
  112. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  113. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  114. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  115. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  116. package/types/codegen/helpers.d.ts +82 -0
  117. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  118. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  119. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  120. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +24 -0
  121. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  122. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  123. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  124. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  125. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
  126. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  127. package/types/codegen/ibc/bundle.d.ts +21744 -0
  128. package/types/codegen/ibc/client.d.ts +559 -0
  129. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  130. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  131. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  132. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  133. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +88 -0
  134. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  135. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  136. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  137. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +42 -0
  138. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  139. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  140. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  141. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  142. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +50 -0
  143. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  144. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  145. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  146. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +21 -0
  147. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  148. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  149. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  150. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  151. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  152. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +41 -0
  153. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  154. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  155. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  156. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +24 -0
  157. package/types/codegen/ibc/lcd.d.ts +46 -0
  158. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  159. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  160. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  161. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  162. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  163. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  164. package/types/codegen/ics23/bundle.d.ts +545 -0
  165. package/types/codegen/index.d.ts +18 -0
  166. package/types/codegen/juno/bundle.d.ts +723 -0
  167. package/types/codegen/juno/lcd.d.ts +31 -0
  168. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  169. package/types/codegen/juno/mint/mint.d.ts +44 -0
  170. package/types/codegen/juno/mint/query.d.ts +99 -0
  171. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  172. package/types/codegen/juno/mint/query.rpc.query.d.ts +24 -0
  173. package/types/codegen/juno/rpc.query.d.ts +104 -0
  174. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  175. package/types/codegen/tendermint/bundle.d.ts +19673 -0
  176. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  177. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  178. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  179. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  180. package/types/codegen/tendermint/types/block.d.ts +21 -0
  181. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  182. package/types/codegen/tendermint/types/params.d.ts +181 -0
  183. package/types/codegen/tendermint/types/types.d.ts +326 -0
  184. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  185. package/types/codegen/tendermint/version/types.d.ts +48 -0
  186. package/types/index.d.ts +1 -0
@@ -0,0 +1,726 @@
1
+ import { PageRequest, PageRequestSDKType, PageResponse, PageResponseSDKType } from "../../../../cosmos/base/query/v1beta1/pagination";
2
+ import { Channel, ChannelSDKType, IdentifiedChannel, IdentifiedChannelSDKType, PacketState, PacketStateSDKType } from "./channel";
3
+ import { Height, HeightSDKType, IdentifiedClientState, IdentifiedClientStateSDKType } from "../../client/v1/client";
4
+ import { Any, AnySDKType } from "../../../../google/protobuf/any";
5
+ import * as _m0 from "protobufjs/minimal";
6
+ import { DeepPartial, Long } from "../../../../helpers";
7
+ /** QueryChannelRequest is the request type for the Query/Channel RPC method */
8
+ export interface QueryChannelRequest {
9
+ /** port unique identifier */
10
+ portId: string;
11
+ /** channel unique identifier */
12
+ channelId: string;
13
+ }
14
+ /** QueryChannelRequest is the request type for the Query/Channel RPC method */
15
+ export interface QueryChannelRequestSDKType {
16
+ /** port unique identifier */
17
+ port_id: string;
18
+ /** channel unique identifier */
19
+ channel_id: string;
20
+ }
21
+ /**
22
+ * QueryChannelResponse is the response type for the Query/Channel RPC method.
23
+ * Besides the Channel end, it includes a proof and the height from which the
24
+ * proof was retrieved.
25
+ */
26
+ export interface QueryChannelResponse {
27
+ /** channel associated with the request identifiers */
28
+ channel?: Channel;
29
+ /** merkle proof of existence */
30
+ proof: Uint8Array;
31
+ /** height at which the proof was retrieved */
32
+ proofHeight?: Height;
33
+ }
34
+ /**
35
+ * QueryChannelResponse is the response type for the Query/Channel RPC method.
36
+ * Besides the Channel end, it includes a proof and the height from which the
37
+ * proof was retrieved.
38
+ */
39
+ export interface QueryChannelResponseSDKType {
40
+ /** channel associated with the request identifiers */
41
+ channel?: ChannelSDKType;
42
+ /** merkle proof of existence */
43
+ proof: Uint8Array;
44
+ /** height at which the proof was retrieved */
45
+ proof_height?: HeightSDKType;
46
+ }
47
+ /** QueryChannelsRequest is the request type for the Query/Channels RPC method */
48
+ export interface QueryChannelsRequest {
49
+ /** pagination request */
50
+ pagination?: PageRequest;
51
+ }
52
+ /** QueryChannelsRequest is the request type for the Query/Channels RPC method */
53
+ export interface QueryChannelsRequestSDKType {
54
+ /** pagination request */
55
+ pagination?: PageRequestSDKType;
56
+ }
57
+ /** QueryChannelsResponse is the response type for the Query/Channels RPC method. */
58
+ export interface QueryChannelsResponse {
59
+ /** list of stored channels of the chain. */
60
+ channels: IdentifiedChannel[];
61
+ /** pagination response */
62
+ pagination?: PageResponse;
63
+ /** query block height */
64
+ height?: Height;
65
+ }
66
+ /** QueryChannelsResponse is the response type for the Query/Channels RPC method. */
67
+ export interface QueryChannelsResponseSDKType {
68
+ /** list of stored channels of the chain. */
69
+ channels: IdentifiedChannelSDKType[];
70
+ /** pagination response */
71
+ pagination?: PageResponseSDKType;
72
+ /** query block height */
73
+ height?: HeightSDKType;
74
+ }
75
+ /**
76
+ * QueryConnectionChannelsRequest is the request type for the
77
+ * Query/QueryConnectionChannels RPC method
78
+ */
79
+ export interface QueryConnectionChannelsRequest {
80
+ /** connection unique identifier */
81
+ connection: string;
82
+ /** pagination request */
83
+ pagination?: PageRequest;
84
+ }
85
+ /**
86
+ * QueryConnectionChannelsRequest is the request type for the
87
+ * Query/QueryConnectionChannels RPC method
88
+ */
89
+ export interface QueryConnectionChannelsRequestSDKType {
90
+ /** connection unique identifier */
91
+ connection: string;
92
+ /** pagination request */
93
+ pagination?: PageRequestSDKType;
94
+ }
95
+ /**
96
+ * QueryConnectionChannelsResponse is the Response type for the
97
+ * Query/QueryConnectionChannels RPC method
98
+ */
99
+ export interface QueryConnectionChannelsResponse {
100
+ /** list of channels associated with a connection. */
101
+ channels: IdentifiedChannel[];
102
+ /** pagination response */
103
+ pagination?: PageResponse;
104
+ /** query block height */
105
+ height?: Height;
106
+ }
107
+ /**
108
+ * QueryConnectionChannelsResponse is the Response type for the
109
+ * Query/QueryConnectionChannels RPC method
110
+ */
111
+ export interface QueryConnectionChannelsResponseSDKType {
112
+ /** list of channels associated with a connection. */
113
+ channels: IdentifiedChannelSDKType[];
114
+ /** pagination response */
115
+ pagination?: PageResponseSDKType;
116
+ /** query block height */
117
+ height?: HeightSDKType;
118
+ }
119
+ /**
120
+ * QueryChannelClientStateRequest is the request type for the Query/ClientState
121
+ * RPC method
122
+ */
123
+ export interface QueryChannelClientStateRequest {
124
+ /** port unique identifier */
125
+ portId: string;
126
+ /** channel unique identifier */
127
+ channelId: string;
128
+ }
129
+ /**
130
+ * QueryChannelClientStateRequest is the request type for the Query/ClientState
131
+ * RPC method
132
+ */
133
+ export interface QueryChannelClientStateRequestSDKType {
134
+ /** port unique identifier */
135
+ port_id: string;
136
+ /** channel unique identifier */
137
+ channel_id: string;
138
+ }
139
+ /**
140
+ * QueryChannelClientStateResponse is the Response type for the
141
+ * Query/QueryChannelClientState RPC method
142
+ */
143
+ export interface QueryChannelClientStateResponse {
144
+ /** client state associated with the channel */
145
+ identifiedClientState?: IdentifiedClientState;
146
+ /** merkle proof of existence */
147
+ proof: Uint8Array;
148
+ /** height at which the proof was retrieved */
149
+ proofHeight?: Height;
150
+ }
151
+ /**
152
+ * QueryChannelClientStateResponse is the Response type for the
153
+ * Query/QueryChannelClientState RPC method
154
+ */
155
+ export interface QueryChannelClientStateResponseSDKType {
156
+ /** client state associated with the channel */
157
+ identified_client_state?: IdentifiedClientStateSDKType;
158
+ /** merkle proof of existence */
159
+ proof: Uint8Array;
160
+ /** height at which the proof was retrieved */
161
+ proof_height?: HeightSDKType;
162
+ }
163
+ /**
164
+ * QueryChannelConsensusStateRequest is the request type for the
165
+ * Query/ConsensusState RPC method
166
+ */
167
+ export interface QueryChannelConsensusStateRequest {
168
+ /** port unique identifier */
169
+ portId: string;
170
+ /** channel unique identifier */
171
+ channelId: string;
172
+ /** revision number of the consensus state */
173
+ revisionNumber: Long;
174
+ /** revision height of the consensus state */
175
+ revisionHeight: Long;
176
+ }
177
+ /**
178
+ * QueryChannelConsensusStateRequest is the request type for the
179
+ * Query/ConsensusState RPC method
180
+ */
181
+ export interface QueryChannelConsensusStateRequestSDKType {
182
+ /** port unique identifier */
183
+ port_id: string;
184
+ /** channel unique identifier */
185
+ channel_id: string;
186
+ /** revision number of the consensus state */
187
+ revision_number: Long;
188
+ /** revision height of the consensus state */
189
+ revision_height: Long;
190
+ }
191
+ /**
192
+ * QueryChannelClientStateResponse is the Response type for the
193
+ * Query/QueryChannelClientState RPC method
194
+ */
195
+ export interface QueryChannelConsensusStateResponse {
196
+ /** consensus state associated with the channel */
197
+ consensusState?: Any;
198
+ /** client ID associated with the consensus state */
199
+ clientId: string;
200
+ /** merkle proof of existence */
201
+ proof: Uint8Array;
202
+ /** height at which the proof was retrieved */
203
+ proofHeight?: Height;
204
+ }
205
+ /**
206
+ * QueryChannelClientStateResponse is the Response type for the
207
+ * Query/QueryChannelClientState RPC method
208
+ */
209
+ export interface QueryChannelConsensusStateResponseSDKType {
210
+ /** consensus state associated with the channel */
211
+ consensus_state?: AnySDKType;
212
+ /** client ID associated with the consensus state */
213
+ client_id: string;
214
+ /** merkle proof of existence */
215
+ proof: Uint8Array;
216
+ /** height at which the proof was retrieved */
217
+ proof_height?: HeightSDKType;
218
+ }
219
+ /**
220
+ * QueryPacketCommitmentRequest is the request type for the
221
+ * Query/PacketCommitment RPC method
222
+ */
223
+ export interface QueryPacketCommitmentRequest {
224
+ /** port unique identifier */
225
+ portId: string;
226
+ /** channel unique identifier */
227
+ channelId: string;
228
+ /** packet sequence */
229
+ sequence: Long;
230
+ }
231
+ /**
232
+ * QueryPacketCommitmentRequest is the request type for the
233
+ * Query/PacketCommitment RPC method
234
+ */
235
+ export interface QueryPacketCommitmentRequestSDKType {
236
+ /** port unique identifier */
237
+ port_id: string;
238
+ /** channel unique identifier */
239
+ channel_id: string;
240
+ /** packet sequence */
241
+ sequence: Long;
242
+ }
243
+ /**
244
+ * QueryPacketCommitmentResponse defines the client query response for a packet
245
+ * which also includes a proof and the height from which the proof was
246
+ * retrieved
247
+ */
248
+ export interface QueryPacketCommitmentResponse {
249
+ /** packet associated with the request fields */
250
+ commitment: Uint8Array;
251
+ /** merkle proof of existence */
252
+ proof: Uint8Array;
253
+ /** height at which the proof was retrieved */
254
+ proofHeight?: Height;
255
+ }
256
+ /**
257
+ * QueryPacketCommitmentResponse defines the client query response for a packet
258
+ * which also includes a proof and the height from which the proof was
259
+ * retrieved
260
+ */
261
+ export interface QueryPacketCommitmentResponseSDKType {
262
+ /** packet associated with the request fields */
263
+ commitment: Uint8Array;
264
+ /** merkle proof of existence */
265
+ proof: Uint8Array;
266
+ /** height at which the proof was retrieved */
267
+ proof_height?: HeightSDKType;
268
+ }
269
+ /**
270
+ * QueryPacketCommitmentsRequest is the request type for the
271
+ * Query/QueryPacketCommitments RPC method
272
+ */
273
+ export interface QueryPacketCommitmentsRequest {
274
+ /** port unique identifier */
275
+ portId: string;
276
+ /** channel unique identifier */
277
+ channelId: string;
278
+ /** pagination request */
279
+ pagination?: PageRequest;
280
+ }
281
+ /**
282
+ * QueryPacketCommitmentsRequest is the request type for the
283
+ * Query/QueryPacketCommitments RPC method
284
+ */
285
+ export interface QueryPacketCommitmentsRequestSDKType {
286
+ /** port unique identifier */
287
+ port_id: string;
288
+ /** channel unique identifier */
289
+ channel_id: string;
290
+ /** pagination request */
291
+ pagination?: PageRequestSDKType;
292
+ }
293
+ /**
294
+ * QueryPacketCommitmentsResponse is the request type for the
295
+ * Query/QueryPacketCommitments RPC method
296
+ */
297
+ export interface QueryPacketCommitmentsResponse {
298
+ commitments: PacketState[];
299
+ /** pagination response */
300
+ pagination?: PageResponse;
301
+ /** query block height */
302
+ height?: Height;
303
+ }
304
+ /**
305
+ * QueryPacketCommitmentsResponse is the request type for the
306
+ * Query/QueryPacketCommitments RPC method
307
+ */
308
+ export interface QueryPacketCommitmentsResponseSDKType {
309
+ commitments: PacketStateSDKType[];
310
+ /** pagination response */
311
+ pagination?: PageResponseSDKType;
312
+ /** query block height */
313
+ height?: HeightSDKType;
314
+ }
315
+ /**
316
+ * QueryPacketReceiptRequest is the request type for the
317
+ * Query/PacketReceipt RPC method
318
+ */
319
+ export interface QueryPacketReceiptRequest {
320
+ /** port unique identifier */
321
+ portId: string;
322
+ /** channel unique identifier */
323
+ channelId: string;
324
+ /** packet sequence */
325
+ sequence: Long;
326
+ }
327
+ /**
328
+ * QueryPacketReceiptRequest is the request type for the
329
+ * Query/PacketReceipt RPC method
330
+ */
331
+ export interface QueryPacketReceiptRequestSDKType {
332
+ /** port unique identifier */
333
+ port_id: string;
334
+ /** channel unique identifier */
335
+ channel_id: string;
336
+ /** packet sequence */
337
+ sequence: Long;
338
+ }
339
+ /**
340
+ * QueryPacketReceiptResponse defines the client query response for a packet
341
+ * receipt which also includes a proof, and the height from which the proof was
342
+ * retrieved
343
+ */
344
+ export interface QueryPacketReceiptResponse {
345
+ /** success flag for if receipt exists */
346
+ received: boolean;
347
+ /** merkle proof of existence */
348
+ proof: Uint8Array;
349
+ /** height at which the proof was retrieved */
350
+ proofHeight?: Height;
351
+ }
352
+ /**
353
+ * QueryPacketReceiptResponse defines the client query response for a packet
354
+ * receipt which also includes a proof, and the height from which the proof was
355
+ * retrieved
356
+ */
357
+ export interface QueryPacketReceiptResponseSDKType {
358
+ /** success flag for if receipt exists */
359
+ received: boolean;
360
+ /** merkle proof of existence */
361
+ proof: Uint8Array;
362
+ /** height at which the proof was retrieved */
363
+ proof_height?: HeightSDKType;
364
+ }
365
+ /**
366
+ * QueryPacketAcknowledgementRequest is the request type for the
367
+ * Query/PacketAcknowledgement RPC method
368
+ */
369
+ export interface QueryPacketAcknowledgementRequest {
370
+ /** port unique identifier */
371
+ portId: string;
372
+ /** channel unique identifier */
373
+ channelId: string;
374
+ /** packet sequence */
375
+ sequence: Long;
376
+ }
377
+ /**
378
+ * QueryPacketAcknowledgementRequest is the request type for the
379
+ * Query/PacketAcknowledgement RPC method
380
+ */
381
+ export interface QueryPacketAcknowledgementRequestSDKType {
382
+ /** port unique identifier */
383
+ port_id: string;
384
+ /** channel unique identifier */
385
+ channel_id: string;
386
+ /** packet sequence */
387
+ sequence: Long;
388
+ }
389
+ /**
390
+ * QueryPacketAcknowledgementResponse defines the client query response for a
391
+ * packet which also includes a proof and the height from which the
392
+ * proof was retrieved
393
+ */
394
+ export interface QueryPacketAcknowledgementResponse {
395
+ /** packet associated with the request fields */
396
+ acknowledgement: Uint8Array;
397
+ /** merkle proof of existence */
398
+ proof: Uint8Array;
399
+ /** height at which the proof was retrieved */
400
+ proofHeight?: Height;
401
+ }
402
+ /**
403
+ * QueryPacketAcknowledgementResponse defines the client query response for a
404
+ * packet which also includes a proof and the height from which the
405
+ * proof was retrieved
406
+ */
407
+ export interface QueryPacketAcknowledgementResponseSDKType {
408
+ /** packet associated with the request fields */
409
+ acknowledgement: Uint8Array;
410
+ /** merkle proof of existence */
411
+ proof: Uint8Array;
412
+ /** height at which the proof was retrieved */
413
+ proof_height?: HeightSDKType;
414
+ }
415
+ /**
416
+ * QueryPacketAcknowledgementsRequest is the request type for the
417
+ * Query/QueryPacketCommitments RPC method
418
+ */
419
+ export interface QueryPacketAcknowledgementsRequest {
420
+ /** port unique identifier */
421
+ portId: string;
422
+ /** channel unique identifier */
423
+ channelId: string;
424
+ /** pagination request */
425
+ pagination?: PageRequest;
426
+ /** list of packet sequences */
427
+ packetCommitmentSequences: Long[];
428
+ }
429
+ /**
430
+ * QueryPacketAcknowledgementsRequest is the request type for the
431
+ * Query/QueryPacketCommitments RPC method
432
+ */
433
+ export interface QueryPacketAcknowledgementsRequestSDKType {
434
+ /** port unique identifier */
435
+ port_id: string;
436
+ /** channel unique identifier */
437
+ channel_id: string;
438
+ /** pagination request */
439
+ pagination?: PageRequestSDKType;
440
+ /** list of packet sequences */
441
+ packet_commitment_sequences: Long[];
442
+ }
443
+ /**
444
+ * QueryPacketAcknowledgemetsResponse is the request type for the
445
+ * Query/QueryPacketAcknowledgements RPC method
446
+ */
447
+ export interface QueryPacketAcknowledgementsResponse {
448
+ acknowledgements: PacketState[];
449
+ /** pagination response */
450
+ pagination?: PageResponse;
451
+ /** query block height */
452
+ height?: Height;
453
+ }
454
+ /**
455
+ * QueryPacketAcknowledgemetsResponse is the request type for the
456
+ * Query/QueryPacketAcknowledgements RPC method
457
+ */
458
+ export interface QueryPacketAcknowledgementsResponseSDKType {
459
+ acknowledgements: PacketStateSDKType[];
460
+ /** pagination response */
461
+ pagination?: PageResponseSDKType;
462
+ /** query block height */
463
+ height?: HeightSDKType;
464
+ }
465
+ /**
466
+ * QueryUnreceivedPacketsRequest is the request type for the
467
+ * Query/UnreceivedPackets RPC method
468
+ */
469
+ export interface QueryUnreceivedPacketsRequest {
470
+ /** port unique identifier */
471
+ portId: string;
472
+ /** channel unique identifier */
473
+ channelId: string;
474
+ /** list of packet sequences */
475
+ packetCommitmentSequences: Long[];
476
+ }
477
+ /**
478
+ * QueryUnreceivedPacketsRequest is the request type for the
479
+ * Query/UnreceivedPackets RPC method
480
+ */
481
+ export interface QueryUnreceivedPacketsRequestSDKType {
482
+ /** port unique identifier */
483
+ port_id: string;
484
+ /** channel unique identifier */
485
+ channel_id: string;
486
+ /** list of packet sequences */
487
+ packet_commitment_sequences: Long[];
488
+ }
489
+ /**
490
+ * QueryUnreceivedPacketsResponse is the response type for the
491
+ * Query/UnreceivedPacketCommitments RPC method
492
+ */
493
+ export interface QueryUnreceivedPacketsResponse {
494
+ /** list of unreceived packet sequences */
495
+ sequences: Long[];
496
+ /** query block height */
497
+ height?: Height;
498
+ }
499
+ /**
500
+ * QueryUnreceivedPacketsResponse is the response type for the
501
+ * Query/UnreceivedPacketCommitments RPC method
502
+ */
503
+ export interface QueryUnreceivedPacketsResponseSDKType {
504
+ /** list of unreceived packet sequences */
505
+ sequences: Long[];
506
+ /** query block height */
507
+ height?: HeightSDKType;
508
+ }
509
+ /**
510
+ * QueryUnreceivedAcks is the request type for the
511
+ * Query/UnreceivedAcks RPC method
512
+ */
513
+ export interface QueryUnreceivedAcksRequest {
514
+ /** port unique identifier */
515
+ portId: string;
516
+ /** channel unique identifier */
517
+ channelId: string;
518
+ /** list of acknowledgement sequences */
519
+ packetAckSequences: Long[];
520
+ }
521
+ /**
522
+ * QueryUnreceivedAcks is the request type for the
523
+ * Query/UnreceivedAcks RPC method
524
+ */
525
+ export interface QueryUnreceivedAcksRequestSDKType {
526
+ /** port unique identifier */
527
+ port_id: string;
528
+ /** channel unique identifier */
529
+ channel_id: string;
530
+ /** list of acknowledgement sequences */
531
+ packet_ack_sequences: Long[];
532
+ }
533
+ /**
534
+ * QueryUnreceivedAcksResponse is the response type for the
535
+ * Query/UnreceivedAcks RPC method
536
+ */
537
+ export interface QueryUnreceivedAcksResponse {
538
+ /** list of unreceived acknowledgement sequences */
539
+ sequences: Long[];
540
+ /** query block height */
541
+ height?: Height;
542
+ }
543
+ /**
544
+ * QueryUnreceivedAcksResponse is the response type for the
545
+ * Query/UnreceivedAcks RPC method
546
+ */
547
+ export interface QueryUnreceivedAcksResponseSDKType {
548
+ /** list of unreceived acknowledgement sequences */
549
+ sequences: Long[];
550
+ /** query block height */
551
+ height?: HeightSDKType;
552
+ }
553
+ /**
554
+ * QueryNextSequenceReceiveRequest is the request type for the
555
+ * Query/QueryNextSequenceReceiveRequest RPC method
556
+ */
557
+ export interface QueryNextSequenceReceiveRequest {
558
+ /** port unique identifier */
559
+ portId: string;
560
+ /** channel unique identifier */
561
+ channelId: string;
562
+ }
563
+ /**
564
+ * QueryNextSequenceReceiveRequest is the request type for the
565
+ * Query/QueryNextSequenceReceiveRequest RPC method
566
+ */
567
+ export interface QueryNextSequenceReceiveRequestSDKType {
568
+ /** port unique identifier */
569
+ port_id: string;
570
+ /** channel unique identifier */
571
+ channel_id: string;
572
+ }
573
+ /**
574
+ * QuerySequenceResponse is the request type for the
575
+ * Query/QueryNextSequenceReceiveResponse RPC method
576
+ */
577
+ export interface QueryNextSequenceReceiveResponse {
578
+ /** next sequence receive number */
579
+ nextSequenceReceive: Long;
580
+ /** merkle proof of existence */
581
+ proof: Uint8Array;
582
+ /** height at which the proof was retrieved */
583
+ proofHeight?: Height;
584
+ }
585
+ /**
586
+ * QuerySequenceResponse is the request type for the
587
+ * Query/QueryNextSequenceReceiveResponse RPC method
588
+ */
589
+ export interface QueryNextSequenceReceiveResponseSDKType {
590
+ /** next sequence receive number */
591
+ next_sequence_receive: Long;
592
+ /** merkle proof of existence */
593
+ proof: Uint8Array;
594
+ /** height at which the proof was retrieved */
595
+ proof_height?: HeightSDKType;
596
+ }
597
+ export declare const QueryChannelRequest: {
598
+ encode(message: QueryChannelRequest, writer?: _m0.Writer): _m0.Writer;
599
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelRequest;
600
+ fromPartial(object: DeepPartial<QueryChannelRequest>): QueryChannelRequest;
601
+ };
602
+ export declare const QueryChannelResponse: {
603
+ encode(message: QueryChannelResponse, writer?: _m0.Writer): _m0.Writer;
604
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelResponse;
605
+ fromPartial(object: DeepPartial<QueryChannelResponse>): QueryChannelResponse;
606
+ };
607
+ export declare const QueryChannelsRequest: {
608
+ encode(message: QueryChannelsRequest, writer?: _m0.Writer): _m0.Writer;
609
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelsRequest;
610
+ fromPartial(object: DeepPartial<QueryChannelsRequest>): QueryChannelsRequest;
611
+ };
612
+ export declare const QueryChannelsResponse: {
613
+ encode(message: QueryChannelsResponse, writer?: _m0.Writer): _m0.Writer;
614
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelsResponse;
615
+ fromPartial(object: DeepPartial<QueryChannelsResponse>): QueryChannelsResponse;
616
+ };
617
+ export declare const QueryConnectionChannelsRequest: {
618
+ encode(message: QueryConnectionChannelsRequest, writer?: _m0.Writer): _m0.Writer;
619
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionChannelsRequest;
620
+ fromPartial(object: DeepPartial<QueryConnectionChannelsRequest>): QueryConnectionChannelsRequest;
621
+ };
622
+ export declare const QueryConnectionChannelsResponse: {
623
+ encode(message: QueryConnectionChannelsResponse, writer?: _m0.Writer): _m0.Writer;
624
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryConnectionChannelsResponse;
625
+ fromPartial(object: DeepPartial<QueryConnectionChannelsResponse>): QueryConnectionChannelsResponse;
626
+ };
627
+ export declare const QueryChannelClientStateRequest: {
628
+ encode(message: QueryChannelClientStateRequest, writer?: _m0.Writer): _m0.Writer;
629
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelClientStateRequest;
630
+ fromPartial(object: DeepPartial<QueryChannelClientStateRequest>): QueryChannelClientStateRequest;
631
+ };
632
+ export declare const QueryChannelClientStateResponse: {
633
+ encode(message: QueryChannelClientStateResponse, writer?: _m0.Writer): _m0.Writer;
634
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelClientStateResponse;
635
+ fromPartial(object: DeepPartial<QueryChannelClientStateResponse>): QueryChannelClientStateResponse;
636
+ };
637
+ export declare const QueryChannelConsensusStateRequest: {
638
+ encode(message: QueryChannelConsensusStateRequest, writer?: _m0.Writer): _m0.Writer;
639
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelConsensusStateRequest;
640
+ fromPartial(object: DeepPartial<QueryChannelConsensusStateRequest>): QueryChannelConsensusStateRequest;
641
+ };
642
+ export declare const QueryChannelConsensusStateResponse: {
643
+ encode(message: QueryChannelConsensusStateResponse, writer?: _m0.Writer): _m0.Writer;
644
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryChannelConsensusStateResponse;
645
+ fromPartial(object: DeepPartial<QueryChannelConsensusStateResponse>): QueryChannelConsensusStateResponse;
646
+ };
647
+ export declare const QueryPacketCommitmentRequest: {
648
+ encode(message: QueryPacketCommitmentRequest, writer?: _m0.Writer): _m0.Writer;
649
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketCommitmentRequest;
650
+ fromPartial(object: DeepPartial<QueryPacketCommitmentRequest>): QueryPacketCommitmentRequest;
651
+ };
652
+ export declare const QueryPacketCommitmentResponse: {
653
+ encode(message: QueryPacketCommitmentResponse, writer?: _m0.Writer): _m0.Writer;
654
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketCommitmentResponse;
655
+ fromPartial(object: DeepPartial<QueryPacketCommitmentResponse>): QueryPacketCommitmentResponse;
656
+ };
657
+ export declare const QueryPacketCommitmentsRequest: {
658
+ encode(message: QueryPacketCommitmentsRequest, writer?: _m0.Writer): _m0.Writer;
659
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketCommitmentsRequest;
660
+ fromPartial(object: DeepPartial<QueryPacketCommitmentsRequest>): QueryPacketCommitmentsRequest;
661
+ };
662
+ export declare const QueryPacketCommitmentsResponse: {
663
+ encode(message: QueryPacketCommitmentsResponse, writer?: _m0.Writer): _m0.Writer;
664
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketCommitmentsResponse;
665
+ fromPartial(object: DeepPartial<QueryPacketCommitmentsResponse>): QueryPacketCommitmentsResponse;
666
+ };
667
+ export declare const QueryPacketReceiptRequest: {
668
+ encode(message: QueryPacketReceiptRequest, writer?: _m0.Writer): _m0.Writer;
669
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketReceiptRequest;
670
+ fromPartial(object: DeepPartial<QueryPacketReceiptRequest>): QueryPacketReceiptRequest;
671
+ };
672
+ export declare const QueryPacketReceiptResponse: {
673
+ encode(message: QueryPacketReceiptResponse, writer?: _m0.Writer): _m0.Writer;
674
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketReceiptResponse;
675
+ fromPartial(object: DeepPartial<QueryPacketReceiptResponse>): QueryPacketReceiptResponse;
676
+ };
677
+ export declare const QueryPacketAcknowledgementRequest: {
678
+ encode(message: QueryPacketAcknowledgementRequest, writer?: _m0.Writer): _m0.Writer;
679
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketAcknowledgementRequest;
680
+ fromPartial(object: DeepPartial<QueryPacketAcknowledgementRequest>): QueryPacketAcknowledgementRequest;
681
+ };
682
+ export declare const QueryPacketAcknowledgementResponse: {
683
+ encode(message: QueryPacketAcknowledgementResponse, writer?: _m0.Writer): _m0.Writer;
684
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketAcknowledgementResponse;
685
+ fromPartial(object: DeepPartial<QueryPacketAcknowledgementResponse>): QueryPacketAcknowledgementResponse;
686
+ };
687
+ export declare const QueryPacketAcknowledgementsRequest: {
688
+ encode(message: QueryPacketAcknowledgementsRequest, writer?: _m0.Writer): _m0.Writer;
689
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketAcknowledgementsRequest;
690
+ fromPartial(object: DeepPartial<QueryPacketAcknowledgementsRequest>): QueryPacketAcknowledgementsRequest;
691
+ };
692
+ export declare const QueryPacketAcknowledgementsResponse: {
693
+ encode(message: QueryPacketAcknowledgementsResponse, writer?: _m0.Writer): _m0.Writer;
694
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryPacketAcknowledgementsResponse;
695
+ fromPartial(object: DeepPartial<QueryPacketAcknowledgementsResponse>): QueryPacketAcknowledgementsResponse;
696
+ };
697
+ export declare const QueryUnreceivedPacketsRequest: {
698
+ encode(message: QueryUnreceivedPacketsRequest, writer?: _m0.Writer): _m0.Writer;
699
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryUnreceivedPacketsRequest;
700
+ fromPartial(object: DeepPartial<QueryUnreceivedPacketsRequest>): QueryUnreceivedPacketsRequest;
701
+ };
702
+ export declare const QueryUnreceivedPacketsResponse: {
703
+ encode(message: QueryUnreceivedPacketsResponse, writer?: _m0.Writer): _m0.Writer;
704
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryUnreceivedPacketsResponse;
705
+ fromPartial(object: DeepPartial<QueryUnreceivedPacketsResponse>): QueryUnreceivedPacketsResponse;
706
+ };
707
+ export declare const QueryUnreceivedAcksRequest: {
708
+ encode(message: QueryUnreceivedAcksRequest, writer?: _m0.Writer): _m0.Writer;
709
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryUnreceivedAcksRequest;
710
+ fromPartial(object: DeepPartial<QueryUnreceivedAcksRequest>): QueryUnreceivedAcksRequest;
711
+ };
712
+ export declare const QueryUnreceivedAcksResponse: {
713
+ encode(message: QueryUnreceivedAcksResponse, writer?: _m0.Writer): _m0.Writer;
714
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryUnreceivedAcksResponse;
715
+ fromPartial(object: DeepPartial<QueryUnreceivedAcksResponse>): QueryUnreceivedAcksResponse;
716
+ };
717
+ export declare const QueryNextSequenceReceiveRequest: {
718
+ encode(message: QueryNextSequenceReceiveRequest, writer?: _m0.Writer): _m0.Writer;
719
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryNextSequenceReceiveRequest;
720
+ fromPartial(object: DeepPartial<QueryNextSequenceReceiveRequest>): QueryNextSequenceReceiveRequest;
721
+ };
722
+ export declare const QueryNextSequenceReceiveResponse: {
723
+ encode(message: QueryNextSequenceReceiveResponse, writer?: _m0.Writer): _m0.Writer;
724
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryNextSequenceReceiveResponse;
725
+ fromPartial(object: DeepPartial<QueryNextSequenceReceiveResponse>): QueryNextSequenceReceiveResponse;
726
+ };