@agoric/orchestration 0.1.1-dev-71db129.0 → 0.1.1-dev-4687f0d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +19 -16
- package/src/chain-info.d.ts +1776 -150
- package/src/chain-info.d.ts.map +1 -1
- package/src/chain-info.js +50 -99
- package/src/cosmos-api.d.ts +9 -18
- package/src/cosmos-api.d.ts.map +1 -1
- package/src/cosmos-api.ts +20 -20
- package/src/examples/{stakeAtom.contract.d.ts → stakeIca.contract.d.ts} +3 -3
- package/src/examples/stakeIca.contract.d.ts.map +1 -0
- package/src/examples/{stakeAtom.contract.js → stakeIca.contract.js} +2 -3
- package/src/exos/local-chain-account-kit.d.ts +1781 -3
- package/src/exos/local-chain-account-kit.d.ts.map +1 -1
- package/src/exos/local-chain-account-kit.js +0 -1
- package/src/facade.d.ts.map +1 -1
- package/src/facade.js +15 -18
- package/src/fetched-chain-info.d.ts +3073 -0
- package/src/fetched-chain-info.d.ts.map +1 -0
- package/src/fetched-chain-info.js +1752 -0
- package/src/orchestration-api.d.ts +1 -3
- package/src/orchestration-api.d.ts.map +1 -1
- package/src/orchestration-api.ts +1 -3
- package/src/proposals/orchestration-proposal.d.ts +39 -37
- package/src/proposals/orchestration-proposal.d.ts.map +1 -1
- package/src/proposals/orchestration-proposal.js +74 -1
- package/src/proposals/start-stakeAtom.d.ts +5 -7
- package/src/proposals/start-stakeAtom.d.ts.map +1 -1
- package/src/proposals/start-stakeAtom.js +39 -33
- package/src/proposals/start-stakeBld.d.ts +1 -2
- package/src/proposals/start-stakeBld.d.ts.map +1 -1
- package/src/proposals/start-stakeBld.js +1 -7
- package/src/service.d.ts +7 -6
- package/src/service.d.ts.map +1 -1
- package/src/typeGuards.d.ts.map +1 -1
- package/src/typeGuards.js +2 -9
- package/src/utils/chainHub.d.ts +1792 -4
- package/src/utils/chainHub.d.ts.map +1 -1
- package/src/utils/chainHub.js +21 -8
- package/src/vat-orchestration.d.ts +4 -4
- package/src/examples/stakeAtom.contract.d.ts.map +0 -1
|
@@ -0,0 +1,3073 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export namespace celestia {
|
|
3
|
+
let chainId: string;
|
|
4
|
+
let stakingTokens: {
|
|
5
|
+
denom: string;
|
|
6
|
+
}[];
|
|
7
|
+
namespace connections {
|
|
8
|
+
namespace neutron {
|
|
9
|
+
let id: string;
|
|
10
|
+
let client_id: string;
|
|
11
|
+
namespace counterparty {
|
|
12
|
+
let client_id_1: string;
|
|
13
|
+
export { client_id_1 as client_id };
|
|
14
|
+
export let connection_id: string;
|
|
15
|
+
export namespace prefix {
|
|
16
|
+
let key_prefix: string;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
let state: number;
|
|
20
|
+
namespace transferChannel {
|
|
21
|
+
export let channelId: string;
|
|
22
|
+
export let portId: string;
|
|
23
|
+
export let counterPartyChannelId: string;
|
|
24
|
+
export let counterPartyPortId: string;
|
|
25
|
+
export let ordering: number;
|
|
26
|
+
let state_1: number;
|
|
27
|
+
export { state_1 as state };
|
|
28
|
+
export let version: string;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
namespace osmosis {
|
|
32
|
+
let id_1: string;
|
|
33
|
+
export { id_1 as id };
|
|
34
|
+
let client_id_2: string;
|
|
35
|
+
export { client_id_2 as client_id };
|
|
36
|
+
export namespace counterparty_1 {
|
|
37
|
+
let client_id_3: string;
|
|
38
|
+
export { client_id_3 as client_id };
|
|
39
|
+
let connection_id_1: string;
|
|
40
|
+
export { connection_id_1 as connection_id };
|
|
41
|
+
export namespace prefix_1 {
|
|
42
|
+
let key_prefix_1: string;
|
|
43
|
+
export { key_prefix_1 as key_prefix };
|
|
44
|
+
}
|
|
45
|
+
export { prefix_1 as prefix };
|
|
46
|
+
}
|
|
47
|
+
export { counterparty_1 as counterparty };
|
|
48
|
+
let state_2: number;
|
|
49
|
+
export { state_2 as state };
|
|
50
|
+
export namespace transferChannel_1 {
|
|
51
|
+
let channelId_1: string;
|
|
52
|
+
export { channelId_1 as channelId };
|
|
53
|
+
let portId_1: string;
|
|
54
|
+
export { portId_1 as portId };
|
|
55
|
+
let counterPartyChannelId_1: string;
|
|
56
|
+
export { counterPartyChannelId_1 as counterPartyChannelId };
|
|
57
|
+
let counterPartyPortId_1: string;
|
|
58
|
+
export { counterPartyPortId_1 as counterPartyPortId };
|
|
59
|
+
let ordering_1: number;
|
|
60
|
+
export { ordering_1 as ordering };
|
|
61
|
+
let state_3: number;
|
|
62
|
+
export { state_3 as state };
|
|
63
|
+
let version_1: string;
|
|
64
|
+
export { version_1 as version };
|
|
65
|
+
}
|
|
66
|
+
export { transferChannel_1 as transferChannel };
|
|
67
|
+
}
|
|
68
|
+
namespace secretnetwork {
|
|
69
|
+
let id_2: string;
|
|
70
|
+
export { id_2 as id };
|
|
71
|
+
let client_id_4: string;
|
|
72
|
+
export { client_id_4 as client_id };
|
|
73
|
+
export namespace counterparty_2 {
|
|
74
|
+
let client_id_5: string;
|
|
75
|
+
export { client_id_5 as client_id };
|
|
76
|
+
let connection_id_2: string;
|
|
77
|
+
export { connection_id_2 as connection_id };
|
|
78
|
+
export namespace prefix_2 {
|
|
79
|
+
let key_prefix_2: string;
|
|
80
|
+
export { key_prefix_2 as key_prefix };
|
|
81
|
+
}
|
|
82
|
+
export { prefix_2 as prefix };
|
|
83
|
+
}
|
|
84
|
+
export { counterparty_2 as counterparty };
|
|
85
|
+
let state_4: number;
|
|
86
|
+
export { state_4 as state };
|
|
87
|
+
export namespace transferChannel_2 {
|
|
88
|
+
let channelId_2: string;
|
|
89
|
+
export { channelId_2 as channelId };
|
|
90
|
+
let portId_2: string;
|
|
91
|
+
export { portId_2 as portId };
|
|
92
|
+
let counterPartyChannelId_2: string;
|
|
93
|
+
export { counterPartyChannelId_2 as counterPartyChannelId };
|
|
94
|
+
let counterPartyPortId_2: string;
|
|
95
|
+
export { counterPartyPortId_2 as counterPartyPortId };
|
|
96
|
+
let ordering_2: number;
|
|
97
|
+
export { ordering_2 as ordering };
|
|
98
|
+
let state_5: number;
|
|
99
|
+
export { state_5 as state };
|
|
100
|
+
let version_2: string;
|
|
101
|
+
export { version_2 as version };
|
|
102
|
+
}
|
|
103
|
+
export { transferChannel_2 as transferChannel };
|
|
104
|
+
}
|
|
105
|
+
namespace stargaze {
|
|
106
|
+
let id_3: string;
|
|
107
|
+
export { id_3 as id };
|
|
108
|
+
let client_id_6: string;
|
|
109
|
+
export { client_id_6 as client_id };
|
|
110
|
+
export namespace counterparty_3 {
|
|
111
|
+
let client_id_7: string;
|
|
112
|
+
export { client_id_7 as client_id };
|
|
113
|
+
let connection_id_3: string;
|
|
114
|
+
export { connection_id_3 as connection_id };
|
|
115
|
+
export namespace prefix_3 {
|
|
116
|
+
let key_prefix_3: string;
|
|
117
|
+
export { key_prefix_3 as key_prefix };
|
|
118
|
+
}
|
|
119
|
+
export { prefix_3 as prefix };
|
|
120
|
+
}
|
|
121
|
+
export { counterparty_3 as counterparty };
|
|
122
|
+
let state_6: number;
|
|
123
|
+
export { state_6 as state };
|
|
124
|
+
export namespace transferChannel_3 {
|
|
125
|
+
let channelId_3: string;
|
|
126
|
+
export { channelId_3 as channelId };
|
|
127
|
+
let portId_3: string;
|
|
128
|
+
export { portId_3 as portId };
|
|
129
|
+
let counterPartyChannelId_3: string;
|
|
130
|
+
export { counterPartyChannelId_3 as counterPartyChannelId };
|
|
131
|
+
let counterPartyPortId_3: string;
|
|
132
|
+
export { counterPartyPortId_3 as counterPartyPortId };
|
|
133
|
+
let ordering_3: number;
|
|
134
|
+
export { ordering_3 as ordering };
|
|
135
|
+
let state_7: number;
|
|
136
|
+
export { state_7 as state };
|
|
137
|
+
let version_3: string;
|
|
138
|
+
export { version_3 as version };
|
|
139
|
+
}
|
|
140
|
+
export { transferChannel_3 as transferChannel };
|
|
141
|
+
}
|
|
142
|
+
namespace stride {
|
|
143
|
+
let id_4: string;
|
|
144
|
+
export { id_4 as id };
|
|
145
|
+
let client_id_8: string;
|
|
146
|
+
export { client_id_8 as client_id };
|
|
147
|
+
export namespace counterparty_4 {
|
|
148
|
+
let client_id_9: string;
|
|
149
|
+
export { client_id_9 as client_id };
|
|
150
|
+
let connection_id_4: string;
|
|
151
|
+
export { connection_id_4 as connection_id };
|
|
152
|
+
export namespace prefix_4 {
|
|
153
|
+
let key_prefix_4: string;
|
|
154
|
+
export { key_prefix_4 as key_prefix };
|
|
155
|
+
}
|
|
156
|
+
export { prefix_4 as prefix };
|
|
157
|
+
}
|
|
158
|
+
export { counterparty_4 as counterparty };
|
|
159
|
+
let state_8: number;
|
|
160
|
+
export { state_8 as state };
|
|
161
|
+
export namespace transferChannel_4 {
|
|
162
|
+
let channelId_4: string;
|
|
163
|
+
export { channelId_4 as channelId };
|
|
164
|
+
let portId_4: string;
|
|
165
|
+
export { portId_4 as portId };
|
|
166
|
+
let counterPartyChannelId_4: string;
|
|
167
|
+
export { counterPartyChannelId_4 as counterPartyChannelId };
|
|
168
|
+
let counterPartyPortId_4: string;
|
|
169
|
+
export { counterPartyPortId_4 as counterPartyPortId };
|
|
170
|
+
let ordering_4: number;
|
|
171
|
+
export { ordering_4 as ordering };
|
|
172
|
+
let state_9: number;
|
|
173
|
+
export { state_9 as state };
|
|
174
|
+
let version_4: string;
|
|
175
|
+
export { version_4 as version };
|
|
176
|
+
}
|
|
177
|
+
export { transferChannel_4 as transferChannel };
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
export namespace cosmoshub {
|
|
182
|
+
let chainId_1: string;
|
|
183
|
+
export { chainId_1 as chainId };
|
|
184
|
+
let stakingTokens_1: {
|
|
185
|
+
denom: string;
|
|
186
|
+
}[];
|
|
187
|
+
export { stakingTokens_1 as stakingTokens };
|
|
188
|
+
export namespace connections_1 {
|
|
189
|
+
export namespace juno {
|
|
190
|
+
let id_5: string;
|
|
191
|
+
export { id_5 as id };
|
|
192
|
+
let client_id_10: string;
|
|
193
|
+
export { client_id_10 as client_id };
|
|
194
|
+
export namespace counterparty_5 {
|
|
195
|
+
let client_id_11: string;
|
|
196
|
+
export { client_id_11 as client_id };
|
|
197
|
+
let connection_id_5: string;
|
|
198
|
+
export { connection_id_5 as connection_id };
|
|
199
|
+
export namespace prefix_5 {
|
|
200
|
+
let key_prefix_5: string;
|
|
201
|
+
export { key_prefix_5 as key_prefix };
|
|
202
|
+
}
|
|
203
|
+
export { prefix_5 as prefix };
|
|
204
|
+
}
|
|
205
|
+
export { counterparty_5 as counterparty };
|
|
206
|
+
let state_10: number;
|
|
207
|
+
export { state_10 as state };
|
|
208
|
+
export namespace transferChannel_5 {
|
|
209
|
+
let channelId_5: string;
|
|
210
|
+
export { channelId_5 as channelId };
|
|
211
|
+
let portId_5: string;
|
|
212
|
+
export { portId_5 as portId };
|
|
213
|
+
let counterPartyChannelId_5: string;
|
|
214
|
+
export { counterPartyChannelId_5 as counterPartyChannelId };
|
|
215
|
+
let counterPartyPortId_5: string;
|
|
216
|
+
export { counterPartyPortId_5 as counterPartyPortId };
|
|
217
|
+
let ordering_5: number;
|
|
218
|
+
export { ordering_5 as ordering };
|
|
219
|
+
let state_11: number;
|
|
220
|
+
export { state_11 as state };
|
|
221
|
+
let version_5: string;
|
|
222
|
+
export { version_5 as version };
|
|
223
|
+
}
|
|
224
|
+
export { transferChannel_5 as transferChannel };
|
|
225
|
+
}
|
|
226
|
+
export namespace neutron_1 {
|
|
227
|
+
let id_6: string;
|
|
228
|
+
export { id_6 as id };
|
|
229
|
+
let client_id_12: string;
|
|
230
|
+
export { client_id_12 as client_id };
|
|
231
|
+
export namespace counterparty_6 {
|
|
232
|
+
let client_id_13: string;
|
|
233
|
+
export { client_id_13 as client_id };
|
|
234
|
+
let connection_id_6: string;
|
|
235
|
+
export { connection_id_6 as connection_id };
|
|
236
|
+
export namespace prefix_6 {
|
|
237
|
+
let key_prefix_6: string;
|
|
238
|
+
export { key_prefix_6 as key_prefix };
|
|
239
|
+
}
|
|
240
|
+
export { prefix_6 as prefix };
|
|
241
|
+
}
|
|
242
|
+
export { counterparty_6 as counterparty };
|
|
243
|
+
let state_12: number;
|
|
244
|
+
export { state_12 as state };
|
|
245
|
+
export namespace transferChannel_6 {
|
|
246
|
+
let channelId_6: string;
|
|
247
|
+
export { channelId_6 as channelId };
|
|
248
|
+
let portId_6: string;
|
|
249
|
+
export { portId_6 as portId };
|
|
250
|
+
let counterPartyChannelId_6: string;
|
|
251
|
+
export { counterPartyChannelId_6 as counterPartyChannelId };
|
|
252
|
+
let counterPartyPortId_6: string;
|
|
253
|
+
export { counterPartyPortId_6 as counterPartyPortId };
|
|
254
|
+
let ordering_6: number;
|
|
255
|
+
export { ordering_6 as ordering };
|
|
256
|
+
let state_13: number;
|
|
257
|
+
export { state_13 as state };
|
|
258
|
+
let version_6: string;
|
|
259
|
+
export { version_6 as version };
|
|
260
|
+
}
|
|
261
|
+
export { transferChannel_6 as transferChannel };
|
|
262
|
+
}
|
|
263
|
+
export { neutron_1 as neutron };
|
|
264
|
+
export namespace noble {
|
|
265
|
+
let id_7: string;
|
|
266
|
+
export { id_7 as id };
|
|
267
|
+
let client_id_14: string;
|
|
268
|
+
export { client_id_14 as client_id };
|
|
269
|
+
export namespace counterparty_7 {
|
|
270
|
+
let client_id_15: string;
|
|
271
|
+
export { client_id_15 as client_id };
|
|
272
|
+
let connection_id_7: string;
|
|
273
|
+
export { connection_id_7 as connection_id };
|
|
274
|
+
export namespace prefix_7 {
|
|
275
|
+
let key_prefix_7: string;
|
|
276
|
+
export { key_prefix_7 as key_prefix };
|
|
277
|
+
}
|
|
278
|
+
export { prefix_7 as prefix };
|
|
279
|
+
}
|
|
280
|
+
export { counterparty_7 as counterparty };
|
|
281
|
+
let state_14: number;
|
|
282
|
+
export { state_14 as state };
|
|
283
|
+
export namespace transferChannel_7 {
|
|
284
|
+
let channelId_7: string;
|
|
285
|
+
export { channelId_7 as channelId };
|
|
286
|
+
let portId_7: string;
|
|
287
|
+
export { portId_7 as portId };
|
|
288
|
+
let counterPartyChannelId_7: string;
|
|
289
|
+
export { counterPartyChannelId_7 as counterPartyChannelId };
|
|
290
|
+
let counterPartyPortId_7: string;
|
|
291
|
+
export { counterPartyPortId_7 as counterPartyPortId };
|
|
292
|
+
let ordering_7: number;
|
|
293
|
+
export { ordering_7 as ordering };
|
|
294
|
+
let state_15: number;
|
|
295
|
+
export { state_15 as state };
|
|
296
|
+
let version_7: string;
|
|
297
|
+
export { version_7 as version };
|
|
298
|
+
}
|
|
299
|
+
export { transferChannel_7 as transferChannel };
|
|
300
|
+
}
|
|
301
|
+
export namespace omniflixhub {
|
|
302
|
+
let id_8: string;
|
|
303
|
+
export { id_8 as id };
|
|
304
|
+
let client_id_16: string;
|
|
305
|
+
export { client_id_16 as client_id };
|
|
306
|
+
export namespace counterparty_8 {
|
|
307
|
+
let client_id_17: string;
|
|
308
|
+
export { client_id_17 as client_id };
|
|
309
|
+
let connection_id_8: string;
|
|
310
|
+
export { connection_id_8 as connection_id };
|
|
311
|
+
export namespace prefix_8 {
|
|
312
|
+
let key_prefix_8: string;
|
|
313
|
+
export { key_prefix_8 as key_prefix };
|
|
314
|
+
}
|
|
315
|
+
export { prefix_8 as prefix };
|
|
316
|
+
}
|
|
317
|
+
export { counterparty_8 as counterparty };
|
|
318
|
+
let state_16: number;
|
|
319
|
+
export { state_16 as state };
|
|
320
|
+
export namespace transferChannel_8 {
|
|
321
|
+
let channelId_8: string;
|
|
322
|
+
export { channelId_8 as channelId };
|
|
323
|
+
let portId_8: string;
|
|
324
|
+
export { portId_8 as portId };
|
|
325
|
+
let counterPartyChannelId_8: string;
|
|
326
|
+
export { counterPartyChannelId_8 as counterPartyChannelId };
|
|
327
|
+
let counterPartyPortId_8: string;
|
|
328
|
+
export { counterPartyPortId_8 as counterPartyPortId };
|
|
329
|
+
let ordering_8: number;
|
|
330
|
+
export { ordering_8 as ordering };
|
|
331
|
+
let state_17: number;
|
|
332
|
+
export { state_17 as state };
|
|
333
|
+
let version_8: string;
|
|
334
|
+
export { version_8 as version };
|
|
335
|
+
}
|
|
336
|
+
export { transferChannel_8 as transferChannel };
|
|
337
|
+
}
|
|
338
|
+
export namespace osmosis_1 {
|
|
339
|
+
let id_9: string;
|
|
340
|
+
export { id_9 as id };
|
|
341
|
+
let client_id_18: string;
|
|
342
|
+
export { client_id_18 as client_id };
|
|
343
|
+
export namespace counterparty_9 {
|
|
344
|
+
let client_id_19: string;
|
|
345
|
+
export { client_id_19 as client_id };
|
|
346
|
+
let connection_id_9: string;
|
|
347
|
+
export { connection_id_9 as connection_id };
|
|
348
|
+
export namespace prefix_9 {
|
|
349
|
+
let key_prefix_9: string;
|
|
350
|
+
export { key_prefix_9 as key_prefix };
|
|
351
|
+
}
|
|
352
|
+
export { prefix_9 as prefix };
|
|
353
|
+
}
|
|
354
|
+
export { counterparty_9 as counterparty };
|
|
355
|
+
let state_18: number;
|
|
356
|
+
export { state_18 as state };
|
|
357
|
+
export namespace transferChannel_9 {
|
|
358
|
+
let channelId_9: string;
|
|
359
|
+
export { channelId_9 as channelId };
|
|
360
|
+
let portId_9: string;
|
|
361
|
+
export { portId_9 as portId };
|
|
362
|
+
let counterPartyChannelId_9: string;
|
|
363
|
+
export { counterPartyChannelId_9 as counterPartyChannelId };
|
|
364
|
+
let counterPartyPortId_9: string;
|
|
365
|
+
export { counterPartyPortId_9 as counterPartyPortId };
|
|
366
|
+
let ordering_9: number;
|
|
367
|
+
export { ordering_9 as ordering };
|
|
368
|
+
let state_19: number;
|
|
369
|
+
export { state_19 as state };
|
|
370
|
+
let version_9: string;
|
|
371
|
+
export { version_9 as version };
|
|
372
|
+
}
|
|
373
|
+
export { transferChannel_9 as transferChannel };
|
|
374
|
+
}
|
|
375
|
+
export { osmosis_1 as osmosis };
|
|
376
|
+
export namespace secretnetwork_1 {
|
|
377
|
+
let id_10: string;
|
|
378
|
+
export { id_10 as id };
|
|
379
|
+
let client_id_20: string;
|
|
380
|
+
export { client_id_20 as client_id };
|
|
381
|
+
export namespace counterparty_10 {
|
|
382
|
+
let client_id_21: string;
|
|
383
|
+
export { client_id_21 as client_id };
|
|
384
|
+
let connection_id_10: string;
|
|
385
|
+
export { connection_id_10 as connection_id };
|
|
386
|
+
export namespace prefix_10 {
|
|
387
|
+
let key_prefix_10: string;
|
|
388
|
+
export { key_prefix_10 as key_prefix };
|
|
389
|
+
}
|
|
390
|
+
export { prefix_10 as prefix };
|
|
391
|
+
}
|
|
392
|
+
export { counterparty_10 as counterparty };
|
|
393
|
+
let state_20: number;
|
|
394
|
+
export { state_20 as state };
|
|
395
|
+
export namespace transferChannel_10 {
|
|
396
|
+
let channelId_10: string;
|
|
397
|
+
export { channelId_10 as channelId };
|
|
398
|
+
let portId_10: string;
|
|
399
|
+
export { portId_10 as portId };
|
|
400
|
+
let counterPartyChannelId_10: string;
|
|
401
|
+
export { counterPartyChannelId_10 as counterPartyChannelId };
|
|
402
|
+
let counterPartyPortId_10: string;
|
|
403
|
+
export { counterPartyPortId_10 as counterPartyPortId };
|
|
404
|
+
let ordering_10: number;
|
|
405
|
+
export { ordering_10 as ordering };
|
|
406
|
+
let state_21: number;
|
|
407
|
+
export { state_21 as state };
|
|
408
|
+
let version_10: string;
|
|
409
|
+
export { version_10 as version };
|
|
410
|
+
}
|
|
411
|
+
export { transferChannel_10 as transferChannel };
|
|
412
|
+
}
|
|
413
|
+
export { secretnetwork_1 as secretnetwork };
|
|
414
|
+
export namespace stargaze_1 {
|
|
415
|
+
let id_11: string;
|
|
416
|
+
export { id_11 as id };
|
|
417
|
+
let client_id_22: string;
|
|
418
|
+
export { client_id_22 as client_id };
|
|
419
|
+
export namespace counterparty_11 {
|
|
420
|
+
let client_id_23: string;
|
|
421
|
+
export { client_id_23 as client_id };
|
|
422
|
+
let connection_id_11: string;
|
|
423
|
+
export { connection_id_11 as connection_id };
|
|
424
|
+
export namespace prefix_11 {
|
|
425
|
+
let key_prefix_11: string;
|
|
426
|
+
export { key_prefix_11 as key_prefix };
|
|
427
|
+
}
|
|
428
|
+
export { prefix_11 as prefix };
|
|
429
|
+
}
|
|
430
|
+
export { counterparty_11 as counterparty };
|
|
431
|
+
let state_22: number;
|
|
432
|
+
export { state_22 as state };
|
|
433
|
+
export namespace transferChannel_11 {
|
|
434
|
+
let channelId_11: string;
|
|
435
|
+
export { channelId_11 as channelId };
|
|
436
|
+
let portId_11: string;
|
|
437
|
+
export { portId_11 as portId };
|
|
438
|
+
let counterPartyChannelId_11: string;
|
|
439
|
+
export { counterPartyChannelId_11 as counterPartyChannelId };
|
|
440
|
+
let counterPartyPortId_11: string;
|
|
441
|
+
export { counterPartyPortId_11 as counterPartyPortId };
|
|
442
|
+
let ordering_11: number;
|
|
443
|
+
export { ordering_11 as ordering };
|
|
444
|
+
let state_23: number;
|
|
445
|
+
export { state_23 as state };
|
|
446
|
+
let version_11: string;
|
|
447
|
+
export { version_11 as version };
|
|
448
|
+
}
|
|
449
|
+
export { transferChannel_11 as transferChannel };
|
|
450
|
+
}
|
|
451
|
+
export { stargaze_1 as stargaze };
|
|
452
|
+
export namespace stride_1 {
|
|
453
|
+
let id_12: string;
|
|
454
|
+
export { id_12 as id };
|
|
455
|
+
let client_id_24: string;
|
|
456
|
+
export { client_id_24 as client_id };
|
|
457
|
+
export namespace counterparty_12 {
|
|
458
|
+
let client_id_25: string;
|
|
459
|
+
export { client_id_25 as client_id };
|
|
460
|
+
let connection_id_12: string;
|
|
461
|
+
export { connection_id_12 as connection_id };
|
|
462
|
+
export namespace prefix_12 {
|
|
463
|
+
let key_prefix_12: string;
|
|
464
|
+
export { key_prefix_12 as key_prefix };
|
|
465
|
+
}
|
|
466
|
+
export { prefix_12 as prefix };
|
|
467
|
+
}
|
|
468
|
+
export { counterparty_12 as counterparty };
|
|
469
|
+
let state_24: number;
|
|
470
|
+
export { state_24 as state };
|
|
471
|
+
export namespace transferChannel_12 {
|
|
472
|
+
let channelId_12: string;
|
|
473
|
+
export { channelId_12 as channelId };
|
|
474
|
+
let portId_12: string;
|
|
475
|
+
export { portId_12 as portId };
|
|
476
|
+
let counterPartyChannelId_12: string;
|
|
477
|
+
export { counterPartyChannelId_12 as counterPartyChannelId };
|
|
478
|
+
let counterPartyPortId_12: string;
|
|
479
|
+
export { counterPartyPortId_12 as counterPartyPortId };
|
|
480
|
+
let ordering_12: number;
|
|
481
|
+
export { ordering_12 as ordering };
|
|
482
|
+
let state_25: number;
|
|
483
|
+
export { state_25 as state };
|
|
484
|
+
let version_12: string;
|
|
485
|
+
export { version_12 as version };
|
|
486
|
+
}
|
|
487
|
+
export { transferChannel_12 as transferChannel };
|
|
488
|
+
}
|
|
489
|
+
export { stride_1 as stride };
|
|
490
|
+
}
|
|
491
|
+
export { connections_1 as connections };
|
|
492
|
+
}
|
|
493
|
+
export namespace dydx {
|
|
494
|
+
let chainId_2: string;
|
|
495
|
+
export { chainId_2 as chainId };
|
|
496
|
+
let stakingTokens_2: {
|
|
497
|
+
denom: string;
|
|
498
|
+
}[];
|
|
499
|
+
export { stakingTokens_2 as stakingTokens };
|
|
500
|
+
export namespace connections_2 {
|
|
501
|
+
export namespace neutron_2 {
|
|
502
|
+
let id_13: string;
|
|
503
|
+
export { id_13 as id };
|
|
504
|
+
let client_id_26: string;
|
|
505
|
+
export { client_id_26 as client_id };
|
|
506
|
+
export namespace counterparty_13 {
|
|
507
|
+
let client_id_27: string;
|
|
508
|
+
export { client_id_27 as client_id };
|
|
509
|
+
let connection_id_13: string;
|
|
510
|
+
export { connection_id_13 as connection_id };
|
|
511
|
+
export namespace prefix_13 {
|
|
512
|
+
let key_prefix_13: string;
|
|
513
|
+
export { key_prefix_13 as key_prefix };
|
|
514
|
+
}
|
|
515
|
+
export { prefix_13 as prefix };
|
|
516
|
+
}
|
|
517
|
+
export { counterparty_13 as counterparty };
|
|
518
|
+
let state_26: number;
|
|
519
|
+
export { state_26 as state };
|
|
520
|
+
export namespace transferChannel_13 {
|
|
521
|
+
let channelId_13: string;
|
|
522
|
+
export { channelId_13 as channelId };
|
|
523
|
+
let portId_13: string;
|
|
524
|
+
export { portId_13 as portId };
|
|
525
|
+
let counterPartyChannelId_13: string;
|
|
526
|
+
export { counterPartyChannelId_13 as counterPartyChannelId };
|
|
527
|
+
let counterPartyPortId_13: string;
|
|
528
|
+
export { counterPartyPortId_13 as counterPartyPortId };
|
|
529
|
+
let ordering_13: number;
|
|
530
|
+
export { ordering_13 as ordering };
|
|
531
|
+
let state_27: number;
|
|
532
|
+
export { state_27 as state };
|
|
533
|
+
let version_13: string;
|
|
534
|
+
export { version_13 as version };
|
|
535
|
+
}
|
|
536
|
+
export { transferChannel_13 as transferChannel };
|
|
537
|
+
}
|
|
538
|
+
export { neutron_2 as neutron };
|
|
539
|
+
export namespace noble_1 {
|
|
540
|
+
let id_14: string;
|
|
541
|
+
export { id_14 as id };
|
|
542
|
+
let client_id_28: string;
|
|
543
|
+
export { client_id_28 as client_id };
|
|
544
|
+
export namespace counterparty_14 {
|
|
545
|
+
let client_id_29: string;
|
|
546
|
+
export { client_id_29 as client_id };
|
|
547
|
+
let connection_id_14: string;
|
|
548
|
+
export { connection_id_14 as connection_id };
|
|
549
|
+
export namespace prefix_14 {
|
|
550
|
+
let key_prefix_14: string;
|
|
551
|
+
export { key_prefix_14 as key_prefix };
|
|
552
|
+
}
|
|
553
|
+
export { prefix_14 as prefix };
|
|
554
|
+
}
|
|
555
|
+
export { counterparty_14 as counterparty };
|
|
556
|
+
let state_28: number;
|
|
557
|
+
export { state_28 as state };
|
|
558
|
+
export namespace transferChannel_14 {
|
|
559
|
+
let channelId_14: string;
|
|
560
|
+
export { channelId_14 as channelId };
|
|
561
|
+
let portId_14: string;
|
|
562
|
+
export { portId_14 as portId };
|
|
563
|
+
let counterPartyChannelId_14: string;
|
|
564
|
+
export { counterPartyChannelId_14 as counterPartyChannelId };
|
|
565
|
+
let counterPartyPortId_14: string;
|
|
566
|
+
export { counterPartyPortId_14 as counterPartyPortId };
|
|
567
|
+
let ordering_14: number;
|
|
568
|
+
export { ordering_14 as ordering };
|
|
569
|
+
let state_29: number;
|
|
570
|
+
export { state_29 as state };
|
|
571
|
+
let version_14: string;
|
|
572
|
+
export { version_14 as version };
|
|
573
|
+
}
|
|
574
|
+
export { transferChannel_14 as transferChannel };
|
|
575
|
+
}
|
|
576
|
+
export { noble_1 as noble };
|
|
577
|
+
export namespace osmosis_2 {
|
|
578
|
+
let id_15: string;
|
|
579
|
+
export { id_15 as id };
|
|
580
|
+
let client_id_30: string;
|
|
581
|
+
export { client_id_30 as client_id };
|
|
582
|
+
export namespace counterparty_15 {
|
|
583
|
+
let client_id_31: string;
|
|
584
|
+
export { client_id_31 as client_id };
|
|
585
|
+
let connection_id_15: string;
|
|
586
|
+
export { connection_id_15 as connection_id };
|
|
587
|
+
export namespace prefix_15 {
|
|
588
|
+
let key_prefix_15: string;
|
|
589
|
+
export { key_prefix_15 as key_prefix };
|
|
590
|
+
}
|
|
591
|
+
export { prefix_15 as prefix };
|
|
592
|
+
}
|
|
593
|
+
export { counterparty_15 as counterparty };
|
|
594
|
+
let state_30: number;
|
|
595
|
+
export { state_30 as state };
|
|
596
|
+
export namespace transferChannel_15 {
|
|
597
|
+
let channelId_15: string;
|
|
598
|
+
export { channelId_15 as channelId };
|
|
599
|
+
let portId_15: string;
|
|
600
|
+
export { portId_15 as portId };
|
|
601
|
+
let counterPartyChannelId_15: string;
|
|
602
|
+
export { counterPartyChannelId_15 as counterPartyChannelId };
|
|
603
|
+
let counterPartyPortId_15: string;
|
|
604
|
+
export { counterPartyPortId_15 as counterPartyPortId };
|
|
605
|
+
let ordering_15: number;
|
|
606
|
+
export { ordering_15 as ordering };
|
|
607
|
+
let state_31: number;
|
|
608
|
+
export { state_31 as state };
|
|
609
|
+
let version_15: string;
|
|
610
|
+
export { version_15 as version };
|
|
611
|
+
}
|
|
612
|
+
export { transferChannel_15 as transferChannel };
|
|
613
|
+
}
|
|
614
|
+
export { osmosis_2 as osmosis };
|
|
615
|
+
export namespace stride_2 {
|
|
616
|
+
let id_16: string;
|
|
617
|
+
export { id_16 as id };
|
|
618
|
+
let client_id_32: string;
|
|
619
|
+
export { client_id_32 as client_id };
|
|
620
|
+
export namespace counterparty_16 {
|
|
621
|
+
let client_id_33: string;
|
|
622
|
+
export { client_id_33 as client_id };
|
|
623
|
+
let connection_id_16: string;
|
|
624
|
+
export { connection_id_16 as connection_id };
|
|
625
|
+
export namespace prefix_16 {
|
|
626
|
+
let key_prefix_16: string;
|
|
627
|
+
export { key_prefix_16 as key_prefix };
|
|
628
|
+
}
|
|
629
|
+
export { prefix_16 as prefix };
|
|
630
|
+
}
|
|
631
|
+
export { counterparty_16 as counterparty };
|
|
632
|
+
let state_32: number;
|
|
633
|
+
export { state_32 as state };
|
|
634
|
+
export namespace transferChannel_16 {
|
|
635
|
+
let channelId_16: string;
|
|
636
|
+
export { channelId_16 as channelId };
|
|
637
|
+
let portId_16: string;
|
|
638
|
+
export { portId_16 as portId };
|
|
639
|
+
let counterPartyChannelId_16: string;
|
|
640
|
+
export { counterPartyChannelId_16 as counterPartyChannelId };
|
|
641
|
+
let counterPartyPortId_16: string;
|
|
642
|
+
export { counterPartyPortId_16 as counterPartyPortId };
|
|
643
|
+
let ordering_16: number;
|
|
644
|
+
export { ordering_16 as ordering };
|
|
645
|
+
let state_33: number;
|
|
646
|
+
export { state_33 as state };
|
|
647
|
+
let version_16: string;
|
|
648
|
+
export { version_16 as version };
|
|
649
|
+
}
|
|
650
|
+
export { transferChannel_16 as transferChannel };
|
|
651
|
+
}
|
|
652
|
+
export { stride_2 as stride };
|
|
653
|
+
}
|
|
654
|
+
export { connections_2 as connections };
|
|
655
|
+
}
|
|
656
|
+
export namespace juno_1 {
|
|
657
|
+
let chainId_3: string;
|
|
658
|
+
export { chainId_3 as chainId };
|
|
659
|
+
let stakingTokens_3: {
|
|
660
|
+
denom: string;
|
|
661
|
+
}[];
|
|
662
|
+
export { stakingTokens_3 as stakingTokens };
|
|
663
|
+
export namespace connections_3 {
|
|
664
|
+
export namespace cosmoshub_1 {
|
|
665
|
+
let id_17: string;
|
|
666
|
+
export { id_17 as id };
|
|
667
|
+
let client_id_34: string;
|
|
668
|
+
export { client_id_34 as client_id };
|
|
669
|
+
export namespace counterparty_17 {
|
|
670
|
+
let client_id_35: string;
|
|
671
|
+
export { client_id_35 as client_id };
|
|
672
|
+
let connection_id_17: string;
|
|
673
|
+
export { connection_id_17 as connection_id };
|
|
674
|
+
export namespace prefix_17 {
|
|
675
|
+
let key_prefix_17: string;
|
|
676
|
+
export { key_prefix_17 as key_prefix };
|
|
677
|
+
}
|
|
678
|
+
export { prefix_17 as prefix };
|
|
679
|
+
}
|
|
680
|
+
export { counterparty_17 as counterparty };
|
|
681
|
+
let state_34: number;
|
|
682
|
+
export { state_34 as state };
|
|
683
|
+
export namespace transferChannel_17 {
|
|
684
|
+
let channelId_17: string;
|
|
685
|
+
export { channelId_17 as channelId };
|
|
686
|
+
let portId_17: string;
|
|
687
|
+
export { portId_17 as portId };
|
|
688
|
+
let counterPartyChannelId_17: string;
|
|
689
|
+
export { counterPartyChannelId_17 as counterPartyChannelId };
|
|
690
|
+
let counterPartyPortId_17: string;
|
|
691
|
+
export { counterPartyPortId_17 as counterPartyPortId };
|
|
692
|
+
let ordering_17: number;
|
|
693
|
+
export { ordering_17 as ordering };
|
|
694
|
+
let state_35: number;
|
|
695
|
+
export { state_35 as state };
|
|
696
|
+
let version_17: string;
|
|
697
|
+
export { version_17 as version };
|
|
698
|
+
}
|
|
699
|
+
export { transferChannel_17 as transferChannel };
|
|
700
|
+
}
|
|
701
|
+
export { cosmoshub_1 as cosmoshub };
|
|
702
|
+
export namespace neutron_3 {
|
|
703
|
+
let id_18: string;
|
|
704
|
+
export { id_18 as id };
|
|
705
|
+
let client_id_36: string;
|
|
706
|
+
export { client_id_36 as client_id };
|
|
707
|
+
export namespace counterparty_18 {
|
|
708
|
+
let client_id_37: string;
|
|
709
|
+
export { client_id_37 as client_id };
|
|
710
|
+
let connection_id_18: string;
|
|
711
|
+
export { connection_id_18 as connection_id };
|
|
712
|
+
export namespace prefix_18 {
|
|
713
|
+
let key_prefix_18: string;
|
|
714
|
+
export { key_prefix_18 as key_prefix };
|
|
715
|
+
}
|
|
716
|
+
export { prefix_18 as prefix };
|
|
717
|
+
}
|
|
718
|
+
export { counterparty_18 as counterparty };
|
|
719
|
+
let state_36: number;
|
|
720
|
+
export { state_36 as state };
|
|
721
|
+
export namespace transferChannel_18 {
|
|
722
|
+
let channelId_18: string;
|
|
723
|
+
export { channelId_18 as channelId };
|
|
724
|
+
let portId_18: string;
|
|
725
|
+
export { portId_18 as portId };
|
|
726
|
+
let counterPartyChannelId_18: string;
|
|
727
|
+
export { counterPartyChannelId_18 as counterPartyChannelId };
|
|
728
|
+
let counterPartyPortId_18: string;
|
|
729
|
+
export { counterPartyPortId_18 as counterPartyPortId };
|
|
730
|
+
let ordering_18: number;
|
|
731
|
+
export { ordering_18 as ordering };
|
|
732
|
+
let state_37: number;
|
|
733
|
+
export { state_37 as state };
|
|
734
|
+
let version_18: string;
|
|
735
|
+
export { version_18 as version };
|
|
736
|
+
}
|
|
737
|
+
export { transferChannel_18 as transferChannel };
|
|
738
|
+
}
|
|
739
|
+
export { neutron_3 as neutron };
|
|
740
|
+
export namespace noble_2 {
|
|
741
|
+
let id_19: string;
|
|
742
|
+
export { id_19 as id };
|
|
743
|
+
let client_id_38: string;
|
|
744
|
+
export { client_id_38 as client_id };
|
|
745
|
+
export namespace counterparty_19 {
|
|
746
|
+
let client_id_39: string;
|
|
747
|
+
export { client_id_39 as client_id };
|
|
748
|
+
let connection_id_19: string;
|
|
749
|
+
export { connection_id_19 as connection_id };
|
|
750
|
+
export namespace prefix_19 {
|
|
751
|
+
let key_prefix_19: string;
|
|
752
|
+
export { key_prefix_19 as key_prefix };
|
|
753
|
+
}
|
|
754
|
+
export { prefix_19 as prefix };
|
|
755
|
+
}
|
|
756
|
+
export { counterparty_19 as counterparty };
|
|
757
|
+
let state_38: number;
|
|
758
|
+
export { state_38 as state };
|
|
759
|
+
export namespace transferChannel_19 {
|
|
760
|
+
let channelId_19: string;
|
|
761
|
+
export { channelId_19 as channelId };
|
|
762
|
+
let portId_19: string;
|
|
763
|
+
export { portId_19 as portId };
|
|
764
|
+
let counterPartyChannelId_19: string;
|
|
765
|
+
export { counterPartyChannelId_19 as counterPartyChannelId };
|
|
766
|
+
let counterPartyPortId_19: string;
|
|
767
|
+
export { counterPartyPortId_19 as counterPartyPortId };
|
|
768
|
+
let ordering_19: number;
|
|
769
|
+
export { ordering_19 as ordering };
|
|
770
|
+
let state_39: number;
|
|
771
|
+
export { state_39 as state };
|
|
772
|
+
let version_19: string;
|
|
773
|
+
export { version_19 as version };
|
|
774
|
+
}
|
|
775
|
+
export { transferChannel_19 as transferChannel };
|
|
776
|
+
}
|
|
777
|
+
export { noble_2 as noble };
|
|
778
|
+
export namespace osmosis_3 {
|
|
779
|
+
let id_20: string;
|
|
780
|
+
export { id_20 as id };
|
|
781
|
+
let client_id_40: string;
|
|
782
|
+
export { client_id_40 as client_id };
|
|
783
|
+
export namespace counterparty_20 {
|
|
784
|
+
let client_id_41: string;
|
|
785
|
+
export { client_id_41 as client_id };
|
|
786
|
+
let connection_id_20: string;
|
|
787
|
+
export { connection_id_20 as connection_id };
|
|
788
|
+
export namespace prefix_20 {
|
|
789
|
+
let key_prefix_20: string;
|
|
790
|
+
export { key_prefix_20 as key_prefix };
|
|
791
|
+
}
|
|
792
|
+
export { prefix_20 as prefix };
|
|
793
|
+
}
|
|
794
|
+
export { counterparty_20 as counterparty };
|
|
795
|
+
let state_40: number;
|
|
796
|
+
export { state_40 as state };
|
|
797
|
+
export namespace transferChannel_20 {
|
|
798
|
+
let channelId_20: string;
|
|
799
|
+
export { channelId_20 as channelId };
|
|
800
|
+
let portId_20: string;
|
|
801
|
+
export { portId_20 as portId };
|
|
802
|
+
let counterPartyChannelId_20: string;
|
|
803
|
+
export { counterPartyChannelId_20 as counterPartyChannelId };
|
|
804
|
+
let counterPartyPortId_20: string;
|
|
805
|
+
export { counterPartyPortId_20 as counterPartyPortId };
|
|
806
|
+
let ordering_20: number;
|
|
807
|
+
export { ordering_20 as ordering };
|
|
808
|
+
let state_41: number;
|
|
809
|
+
export { state_41 as state };
|
|
810
|
+
let version_20: string;
|
|
811
|
+
export { version_20 as version };
|
|
812
|
+
}
|
|
813
|
+
export { transferChannel_20 as transferChannel };
|
|
814
|
+
}
|
|
815
|
+
export { osmosis_3 as osmosis };
|
|
816
|
+
export namespace secretnetwork_2 {
|
|
817
|
+
let id_21: string;
|
|
818
|
+
export { id_21 as id };
|
|
819
|
+
let client_id_42: string;
|
|
820
|
+
export { client_id_42 as client_id };
|
|
821
|
+
export namespace counterparty_21 {
|
|
822
|
+
let client_id_43: string;
|
|
823
|
+
export { client_id_43 as client_id };
|
|
824
|
+
let connection_id_21: string;
|
|
825
|
+
export { connection_id_21 as connection_id };
|
|
826
|
+
export namespace prefix_21 {
|
|
827
|
+
let key_prefix_21: string;
|
|
828
|
+
export { key_prefix_21 as key_prefix };
|
|
829
|
+
}
|
|
830
|
+
export { prefix_21 as prefix };
|
|
831
|
+
}
|
|
832
|
+
export { counterparty_21 as counterparty };
|
|
833
|
+
let state_42: number;
|
|
834
|
+
export { state_42 as state };
|
|
835
|
+
export namespace transferChannel_21 {
|
|
836
|
+
let channelId_21: string;
|
|
837
|
+
export { channelId_21 as channelId };
|
|
838
|
+
let portId_21: string;
|
|
839
|
+
export { portId_21 as portId };
|
|
840
|
+
let counterPartyChannelId_21: string;
|
|
841
|
+
export { counterPartyChannelId_21 as counterPartyChannelId };
|
|
842
|
+
let counterPartyPortId_21: string;
|
|
843
|
+
export { counterPartyPortId_21 as counterPartyPortId };
|
|
844
|
+
let ordering_21: number;
|
|
845
|
+
export { ordering_21 as ordering };
|
|
846
|
+
let state_43: number;
|
|
847
|
+
export { state_43 as state };
|
|
848
|
+
let version_21: string;
|
|
849
|
+
export { version_21 as version };
|
|
850
|
+
}
|
|
851
|
+
export { transferChannel_21 as transferChannel };
|
|
852
|
+
}
|
|
853
|
+
export { secretnetwork_2 as secretnetwork };
|
|
854
|
+
export namespace stargaze_2 {
|
|
855
|
+
let id_22: string;
|
|
856
|
+
export { id_22 as id };
|
|
857
|
+
let client_id_44: string;
|
|
858
|
+
export { client_id_44 as client_id };
|
|
859
|
+
export namespace counterparty_22 {
|
|
860
|
+
let client_id_45: string;
|
|
861
|
+
export { client_id_45 as client_id };
|
|
862
|
+
let connection_id_22: string;
|
|
863
|
+
export { connection_id_22 as connection_id };
|
|
864
|
+
export namespace prefix_22 {
|
|
865
|
+
let key_prefix_22: string;
|
|
866
|
+
export { key_prefix_22 as key_prefix };
|
|
867
|
+
}
|
|
868
|
+
export { prefix_22 as prefix };
|
|
869
|
+
}
|
|
870
|
+
export { counterparty_22 as counterparty };
|
|
871
|
+
let state_44: number;
|
|
872
|
+
export { state_44 as state };
|
|
873
|
+
export namespace transferChannel_22 {
|
|
874
|
+
let channelId_22: string;
|
|
875
|
+
export { channelId_22 as channelId };
|
|
876
|
+
let portId_22: string;
|
|
877
|
+
export { portId_22 as portId };
|
|
878
|
+
let counterPartyChannelId_22: string;
|
|
879
|
+
export { counterPartyChannelId_22 as counterPartyChannelId };
|
|
880
|
+
let counterPartyPortId_22: string;
|
|
881
|
+
export { counterPartyPortId_22 as counterPartyPortId };
|
|
882
|
+
let ordering_22: number;
|
|
883
|
+
export { ordering_22 as ordering };
|
|
884
|
+
let state_45: number;
|
|
885
|
+
export { state_45 as state };
|
|
886
|
+
let version_22: string;
|
|
887
|
+
export { version_22 as version };
|
|
888
|
+
}
|
|
889
|
+
export { transferChannel_22 as transferChannel };
|
|
890
|
+
}
|
|
891
|
+
export { stargaze_2 as stargaze };
|
|
892
|
+
export namespace stride_3 {
|
|
893
|
+
let id_23: string;
|
|
894
|
+
export { id_23 as id };
|
|
895
|
+
let client_id_46: string;
|
|
896
|
+
export { client_id_46 as client_id };
|
|
897
|
+
export namespace counterparty_23 {
|
|
898
|
+
let client_id_47: string;
|
|
899
|
+
export { client_id_47 as client_id };
|
|
900
|
+
let connection_id_23: string;
|
|
901
|
+
export { connection_id_23 as connection_id };
|
|
902
|
+
export namespace prefix_23 {
|
|
903
|
+
let key_prefix_23: string;
|
|
904
|
+
export { key_prefix_23 as key_prefix };
|
|
905
|
+
}
|
|
906
|
+
export { prefix_23 as prefix };
|
|
907
|
+
}
|
|
908
|
+
export { counterparty_23 as counterparty };
|
|
909
|
+
let state_46: number;
|
|
910
|
+
export { state_46 as state };
|
|
911
|
+
export namespace transferChannel_23 {
|
|
912
|
+
let channelId_23: string;
|
|
913
|
+
export { channelId_23 as channelId };
|
|
914
|
+
let portId_23: string;
|
|
915
|
+
export { portId_23 as portId };
|
|
916
|
+
let counterPartyChannelId_23: string;
|
|
917
|
+
export { counterPartyChannelId_23 as counterPartyChannelId };
|
|
918
|
+
let counterPartyPortId_23: string;
|
|
919
|
+
export { counterPartyPortId_23 as counterPartyPortId };
|
|
920
|
+
let ordering_23: number;
|
|
921
|
+
export { ordering_23 as ordering };
|
|
922
|
+
let state_47: number;
|
|
923
|
+
export { state_47 as state };
|
|
924
|
+
let version_23: string;
|
|
925
|
+
export { version_23 as version };
|
|
926
|
+
}
|
|
927
|
+
export { transferChannel_23 as transferChannel };
|
|
928
|
+
}
|
|
929
|
+
export { stride_3 as stride };
|
|
930
|
+
}
|
|
931
|
+
export { connections_3 as connections };
|
|
932
|
+
}
|
|
933
|
+
export { juno_1 as juno };
|
|
934
|
+
export namespace neutron_4 {
|
|
935
|
+
let chainId_4: string;
|
|
936
|
+
export { chainId_4 as chainId };
|
|
937
|
+
let stakingTokens_4: {
|
|
938
|
+
denom: string;
|
|
939
|
+
}[];
|
|
940
|
+
export { stakingTokens_4 as stakingTokens };
|
|
941
|
+
export namespace connections_4 {
|
|
942
|
+
export namespace celestia_1 {
|
|
943
|
+
let id_24: string;
|
|
944
|
+
export { id_24 as id };
|
|
945
|
+
let client_id_48: string;
|
|
946
|
+
export { client_id_48 as client_id };
|
|
947
|
+
export namespace counterparty_24 {
|
|
948
|
+
let client_id_49: string;
|
|
949
|
+
export { client_id_49 as client_id };
|
|
950
|
+
let connection_id_24: string;
|
|
951
|
+
export { connection_id_24 as connection_id };
|
|
952
|
+
export namespace prefix_24 {
|
|
953
|
+
let key_prefix_24: string;
|
|
954
|
+
export { key_prefix_24 as key_prefix };
|
|
955
|
+
}
|
|
956
|
+
export { prefix_24 as prefix };
|
|
957
|
+
}
|
|
958
|
+
export { counterparty_24 as counterparty };
|
|
959
|
+
let state_48: number;
|
|
960
|
+
export { state_48 as state };
|
|
961
|
+
export namespace transferChannel_24 {
|
|
962
|
+
let channelId_24: string;
|
|
963
|
+
export { channelId_24 as channelId };
|
|
964
|
+
let portId_24: string;
|
|
965
|
+
export { portId_24 as portId };
|
|
966
|
+
let counterPartyChannelId_24: string;
|
|
967
|
+
export { counterPartyChannelId_24 as counterPartyChannelId };
|
|
968
|
+
let counterPartyPortId_24: string;
|
|
969
|
+
export { counterPartyPortId_24 as counterPartyPortId };
|
|
970
|
+
let ordering_24: number;
|
|
971
|
+
export { ordering_24 as ordering };
|
|
972
|
+
let state_49: number;
|
|
973
|
+
export { state_49 as state };
|
|
974
|
+
let version_24: string;
|
|
975
|
+
export { version_24 as version };
|
|
976
|
+
}
|
|
977
|
+
export { transferChannel_24 as transferChannel };
|
|
978
|
+
}
|
|
979
|
+
export { celestia_1 as celestia };
|
|
980
|
+
export namespace cosmoshub_2 {
|
|
981
|
+
let id_25: string;
|
|
982
|
+
export { id_25 as id };
|
|
983
|
+
let client_id_50: string;
|
|
984
|
+
export { client_id_50 as client_id };
|
|
985
|
+
export namespace counterparty_25 {
|
|
986
|
+
let client_id_51: string;
|
|
987
|
+
export { client_id_51 as client_id };
|
|
988
|
+
let connection_id_25: string;
|
|
989
|
+
export { connection_id_25 as connection_id };
|
|
990
|
+
export namespace prefix_25 {
|
|
991
|
+
let key_prefix_25: string;
|
|
992
|
+
export { key_prefix_25 as key_prefix };
|
|
993
|
+
}
|
|
994
|
+
export { prefix_25 as prefix };
|
|
995
|
+
}
|
|
996
|
+
export { counterparty_25 as counterparty };
|
|
997
|
+
let state_50: number;
|
|
998
|
+
export { state_50 as state };
|
|
999
|
+
export namespace transferChannel_25 {
|
|
1000
|
+
let channelId_25: string;
|
|
1001
|
+
export { channelId_25 as channelId };
|
|
1002
|
+
let portId_25: string;
|
|
1003
|
+
export { portId_25 as portId };
|
|
1004
|
+
let counterPartyChannelId_25: string;
|
|
1005
|
+
export { counterPartyChannelId_25 as counterPartyChannelId };
|
|
1006
|
+
let counterPartyPortId_25: string;
|
|
1007
|
+
export { counterPartyPortId_25 as counterPartyPortId };
|
|
1008
|
+
let ordering_25: number;
|
|
1009
|
+
export { ordering_25 as ordering };
|
|
1010
|
+
let state_51: number;
|
|
1011
|
+
export { state_51 as state };
|
|
1012
|
+
let version_25: string;
|
|
1013
|
+
export { version_25 as version };
|
|
1014
|
+
}
|
|
1015
|
+
export { transferChannel_25 as transferChannel };
|
|
1016
|
+
}
|
|
1017
|
+
export { cosmoshub_2 as cosmoshub };
|
|
1018
|
+
export namespace dydx_1 {
|
|
1019
|
+
let id_26: string;
|
|
1020
|
+
export { id_26 as id };
|
|
1021
|
+
let client_id_52: string;
|
|
1022
|
+
export { client_id_52 as client_id };
|
|
1023
|
+
export namespace counterparty_26 {
|
|
1024
|
+
let client_id_53: string;
|
|
1025
|
+
export { client_id_53 as client_id };
|
|
1026
|
+
let connection_id_26: string;
|
|
1027
|
+
export { connection_id_26 as connection_id };
|
|
1028
|
+
export namespace prefix_26 {
|
|
1029
|
+
let key_prefix_26: string;
|
|
1030
|
+
export { key_prefix_26 as key_prefix };
|
|
1031
|
+
}
|
|
1032
|
+
export { prefix_26 as prefix };
|
|
1033
|
+
}
|
|
1034
|
+
export { counterparty_26 as counterparty };
|
|
1035
|
+
let state_52: number;
|
|
1036
|
+
export { state_52 as state };
|
|
1037
|
+
export namespace transferChannel_26 {
|
|
1038
|
+
let channelId_26: string;
|
|
1039
|
+
export { channelId_26 as channelId };
|
|
1040
|
+
let portId_26: string;
|
|
1041
|
+
export { portId_26 as portId };
|
|
1042
|
+
let counterPartyChannelId_26: string;
|
|
1043
|
+
export { counterPartyChannelId_26 as counterPartyChannelId };
|
|
1044
|
+
let counterPartyPortId_26: string;
|
|
1045
|
+
export { counterPartyPortId_26 as counterPartyPortId };
|
|
1046
|
+
let ordering_26: number;
|
|
1047
|
+
export { ordering_26 as ordering };
|
|
1048
|
+
let state_53: number;
|
|
1049
|
+
export { state_53 as state };
|
|
1050
|
+
let version_26: string;
|
|
1051
|
+
export { version_26 as version };
|
|
1052
|
+
}
|
|
1053
|
+
export { transferChannel_26 as transferChannel };
|
|
1054
|
+
}
|
|
1055
|
+
export { dydx_1 as dydx };
|
|
1056
|
+
export namespace juno_2 {
|
|
1057
|
+
let id_27: string;
|
|
1058
|
+
export { id_27 as id };
|
|
1059
|
+
let client_id_54: string;
|
|
1060
|
+
export { client_id_54 as client_id };
|
|
1061
|
+
export namespace counterparty_27 {
|
|
1062
|
+
let client_id_55: string;
|
|
1063
|
+
export { client_id_55 as client_id };
|
|
1064
|
+
let connection_id_27: string;
|
|
1065
|
+
export { connection_id_27 as connection_id };
|
|
1066
|
+
export namespace prefix_27 {
|
|
1067
|
+
let key_prefix_27: string;
|
|
1068
|
+
export { key_prefix_27 as key_prefix };
|
|
1069
|
+
}
|
|
1070
|
+
export { prefix_27 as prefix };
|
|
1071
|
+
}
|
|
1072
|
+
export { counterparty_27 as counterparty };
|
|
1073
|
+
let state_54: number;
|
|
1074
|
+
export { state_54 as state };
|
|
1075
|
+
export namespace transferChannel_27 {
|
|
1076
|
+
let channelId_27: string;
|
|
1077
|
+
export { channelId_27 as channelId };
|
|
1078
|
+
let portId_27: string;
|
|
1079
|
+
export { portId_27 as portId };
|
|
1080
|
+
let counterPartyChannelId_27: string;
|
|
1081
|
+
export { counterPartyChannelId_27 as counterPartyChannelId };
|
|
1082
|
+
let counterPartyPortId_27: string;
|
|
1083
|
+
export { counterPartyPortId_27 as counterPartyPortId };
|
|
1084
|
+
let ordering_27: number;
|
|
1085
|
+
export { ordering_27 as ordering };
|
|
1086
|
+
let state_55: number;
|
|
1087
|
+
export { state_55 as state };
|
|
1088
|
+
let version_27: string;
|
|
1089
|
+
export { version_27 as version };
|
|
1090
|
+
}
|
|
1091
|
+
export { transferChannel_27 as transferChannel };
|
|
1092
|
+
}
|
|
1093
|
+
export { juno_2 as juno };
|
|
1094
|
+
export namespace noble_3 {
|
|
1095
|
+
let id_28: string;
|
|
1096
|
+
export { id_28 as id };
|
|
1097
|
+
let client_id_56: string;
|
|
1098
|
+
export { client_id_56 as client_id };
|
|
1099
|
+
export namespace counterparty_28 {
|
|
1100
|
+
let client_id_57: string;
|
|
1101
|
+
export { client_id_57 as client_id };
|
|
1102
|
+
let connection_id_28: string;
|
|
1103
|
+
export { connection_id_28 as connection_id };
|
|
1104
|
+
export namespace prefix_28 {
|
|
1105
|
+
let key_prefix_28: string;
|
|
1106
|
+
export { key_prefix_28 as key_prefix };
|
|
1107
|
+
}
|
|
1108
|
+
export { prefix_28 as prefix };
|
|
1109
|
+
}
|
|
1110
|
+
export { counterparty_28 as counterparty };
|
|
1111
|
+
let state_56: number;
|
|
1112
|
+
export { state_56 as state };
|
|
1113
|
+
export namespace transferChannel_28 {
|
|
1114
|
+
let channelId_28: string;
|
|
1115
|
+
export { channelId_28 as channelId };
|
|
1116
|
+
let portId_28: string;
|
|
1117
|
+
export { portId_28 as portId };
|
|
1118
|
+
let counterPartyChannelId_28: string;
|
|
1119
|
+
export { counterPartyChannelId_28 as counterPartyChannelId };
|
|
1120
|
+
let counterPartyPortId_28: string;
|
|
1121
|
+
export { counterPartyPortId_28 as counterPartyPortId };
|
|
1122
|
+
let ordering_28: number;
|
|
1123
|
+
export { ordering_28 as ordering };
|
|
1124
|
+
let state_57: number;
|
|
1125
|
+
export { state_57 as state };
|
|
1126
|
+
let version_28: string;
|
|
1127
|
+
export { version_28 as version };
|
|
1128
|
+
}
|
|
1129
|
+
export { transferChannel_28 as transferChannel };
|
|
1130
|
+
}
|
|
1131
|
+
export { noble_3 as noble };
|
|
1132
|
+
export namespace osmosis_4 {
|
|
1133
|
+
let id_29: string;
|
|
1134
|
+
export { id_29 as id };
|
|
1135
|
+
let client_id_58: string;
|
|
1136
|
+
export { client_id_58 as client_id };
|
|
1137
|
+
export namespace counterparty_29 {
|
|
1138
|
+
let client_id_59: string;
|
|
1139
|
+
export { client_id_59 as client_id };
|
|
1140
|
+
let connection_id_29: string;
|
|
1141
|
+
export { connection_id_29 as connection_id };
|
|
1142
|
+
export namespace prefix_29 {
|
|
1143
|
+
let key_prefix_29: string;
|
|
1144
|
+
export { key_prefix_29 as key_prefix };
|
|
1145
|
+
}
|
|
1146
|
+
export { prefix_29 as prefix };
|
|
1147
|
+
}
|
|
1148
|
+
export { counterparty_29 as counterparty };
|
|
1149
|
+
let state_58: number;
|
|
1150
|
+
export { state_58 as state };
|
|
1151
|
+
export namespace transferChannel_29 {
|
|
1152
|
+
let channelId_29: string;
|
|
1153
|
+
export { channelId_29 as channelId };
|
|
1154
|
+
let portId_29: string;
|
|
1155
|
+
export { portId_29 as portId };
|
|
1156
|
+
let counterPartyChannelId_29: string;
|
|
1157
|
+
export { counterPartyChannelId_29 as counterPartyChannelId };
|
|
1158
|
+
let counterPartyPortId_29: string;
|
|
1159
|
+
export { counterPartyPortId_29 as counterPartyPortId };
|
|
1160
|
+
let ordering_29: number;
|
|
1161
|
+
export { ordering_29 as ordering };
|
|
1162
|
+
let state_59: number;
|
|
1163
|
+
export { state_59 as state };
|
|
1164
|
+
let version_29: string;
|
|
1165
|
+
export { version_29 as version };
|
|
1166
|
+
}
|
|
1167
|
+
export { transferChannel_29 as transferChannel };
|
|
1168
|
+
}
|
|
1169
|
+
export { osmosis_4 as osmosis };
|
|
1170
|
+
export namespace secretnetwork_3 {
|
|
1171
|
+
let id_30: string;
|
|
1172
|
+
export { id_30 as id };
|
|
1173
|
+
let client_id_60: string;
|
|
1174
|
+
export { client_id_60 as client_id };
|
|
1175
|
+
export namespace counterparty_30 {
|
|
1176
|
+
let client_id_61: string;
|
|
1177
|
+
export { client_id_61 as client_id };
|
|
1178
|
+
let connection_id_30: string;
|
|
1179
|
+
export { connection_id_30 as connection_id };
|
|
1180
|
+
export namespace prefix_30 {
|
|
1181
|
+
let key_prefix_30: string;
|
|
1182
|
+
export { key_prefix_30 as key_prefix };
|
|
1183
|
+
}
|
|
1184
|
+
export { prefix_30 as prefix };
|
|
1185
|
+
}
|
|
1186
|
+
export { counterparty_30 as counterparty };
|
|
1187
|
+
let state_60: number;
|
|
1188
|
+
export { state_60 as state };
|
|
1189
|
+
export namespace transferChannel_30 {
|
|
1190
|
+
let channelId_30: string;
|
|
1191
|
+
export { channelId_30 as channelId };
|
|
1192
|
+
let portId_30: string;
|
|
1193
|
+
export { portId_30 as portId };
|
|
1194
|
+
let counterPartyChannelId_30: string;
|
|
1195
|
+
export { counterPartyChannelId_30 as counterPartyChannelId };
|
|
1196
|
+
let counterPartyPortId_30: string;
|
|
1197
|
+
export { counterPartyPortId_30 as counterPartyPortId };
|
|
1198
|
+
let ordering_30: number;
|
|
1199
|
+
export { ordering_30 as ordering };
|
|
1200
|
+
let state_61: number;
|
|
1201
|
+
export { state_61 as state };
|
|
1202
|
+
let version_30: string;
|
|
1203
|
+
export { version_30 as version };
|
|
1204
|
+
}
|
|
1205
|
+
export { transferChannel_30 as transferChannel };
|
|
1206
|
+
}
|
|
1207
|
+
export { secretnetwork_3 as secretnetwork };
|
|
1208
|
+
export namespace stargaze_3 {
|
|
1209
|
+
let id_31: string;
|
|
1210
|
+
export { id_31 as id };
|
|
1211
|
+
let client_id_62: string;
|
|
1212
|
+
export { client_id_62 as client_id };
|
|
1213
|
+
export namespace counterparty_31 {
|
|
1214
|
+
let client_id_63: string;
|
|
1215
|
+
export { client_id_63 as client_id };
|
|
1216
|
+
let connection_id_31: string;
|
|
1217
|
+
export { connection_id_31 as connection_id };
|
|
1218
|
+
export namespace prefix_31 {
|
|
1219
|
+
let key_prefix_31: string;
|
|
1220
|
+
export { key_prefix_31 as key_prefix };
|
|
1221
|
+
}
|
|
1222
|
+
export { prefix_31 as prefix };
|
|
1223
|
+
}
|
|
1224
|
+
export { counterparty_31 as counterparty };
|
|
1225
|
+
let state_62: number;
|
|
1226
|
+
export { state_62 as state };
|
|
1227
|
+
export namespace transferChannel_31 {
|
|
1228
|
+
let channelId_31: string;
|
|
1229
|
+
export { channelId_31 as channelId };
|
|
1230
|
+
let portId_31: string;
|
|
1231
|
+
export { portId_31 as portId };
|
|
1232
|
+
let counterPartyChannelId_31: string;
|
|
1233
|
+
export { counterPartyChannelId_31 as counterPartyChannelId };
|
|
1234
|
+
let counterPartyPortId_31: string;
|
|
1235
|
+
export { counterPartyPortId_31 as counterPartyPortId };
|
|
1236
|
+
let ordering_31: number;
|
|
1237
|
+
export { ordering_31 as ordering };
|
|
1238
|
+
let state_63: number;
|
|
1239
|
+
export { state_63 as state };
|
|
1240
|
+
let version_31: string;
|
|
1241
|
+
export { version_31 as version };
|
|
1242
|
+
}
|
|
1243
|
+
export { transferChannel_31 as transferChannel };
|
|
1244
|
+
}
|
|
1245
|
+
export { stargaze_3 as stargaze };
|
|
1246
|
+
export namespace stride_4 {
|
|
1247
|
+
let id_32: string;
|
|
1248
|
+
export { id_32 as id };
|
|
1249
|
+
let client_id_64: string;
|
|
1250
|
+
export { client_id_64 as client_id };
|
|
1251
|
+
export namespace counterparty_32 {
|
|
1252
|
+
let client_id_65: string;
|
|
1253
|
+
export { client_id_65 as client_id };
|
|
1254
|
+
let connection_id_32: string;
|
|
1255
|
+
export { connection_id_32 as connection_id };
|
|
1256
|
+
export namespace prefix_32 {
|
|
1257
|
+
let key_prefix_32: string;
|
|
1258
|
+
export { key_prefix_32 as key_prefix };
|
|
1259
|
+
}
|
|
1260
|
+
export { prefix_32 as prefix };
|
|
1261
|
+
}
|
|
1262
|
+
export { counterparty_32 as counterparty };
|
|
1263
|
+
let state_64: number;
|
|
1264
|
+
export { state_64 as state };
|
|
1265
|
+
export namespace transferChannel_32 {
|
|
1266
|
+
let channelId_32: string;
|
|
1267
|
+
export { channelId_32 as channelId };
|
|
1268
|
+
let portId_32: string;
|
|
1269
|
+
export { portId_32 as portId };
|
|
1270
|
+
let counterPartyChannelId_32: string;
|
|
1271
|
+
export { counterPartyChannelId_32 as counterPartyChannelId };
|
|
1272
|
+
let counterPartyPortId_32: string;
|
|
1273
|
+
export { counterPartyPortId_32 as counterPartyPortId };
|
|
1274
|
+
let ordering_32: number;
|
|
1275
|
+
export { ordering_32 as ordering };
|
|
1276
|
+
let state_65: number;
|
|
1277
|
+
export { state_65 as state };
|
|
1278
|
+
let version_32: string;
|
|
1279
|
+
export { version_32 as version };
|
|
1280
|
+
}
|
|
1281
|
+
export { transferChannel_32 as transferChannel };
|
|
1282
|
+
}
|
|
1283
|
+
export { stride_4 as stride };
|
|
1284
|
+
}
|
|
1285
|
+
export { connections_4 as connections };
|
|
1286
|
+
}
|
|
1287
|
+
export { neutron_4 as neutron };
|
|
1288
|
+
export namespace noble_4 {
|
|
1289
|
+
let chainId_5: string;
|
|
1290
|
+
export { chainId_5 as chainId };
|
|
1291
|
+
let stakingTokens_5: {
|
|
1292
|
+
denom: string;
|
|
1293
|
+
}[];
|
|
1294
|
+
export { stakingTokens_5 as stakingTokens };
|
|
1295
|
+
export namespace connections_5 {
|
|
1296
|
+
export namespace cosmoshub_3 {
|
|
1297
|
+
let id_33: string;
|
|
1298
|
+
export { id_33 as id };
|
|
1299
|
+
let client_id_66: string;
|
|
1300
|
+
export { client_id_66 as client_id };
|
|
1301
|
+
export namespace counterparty_33 {
|
|
1302
|
+
let client_id_67: string;
|
|
1303
|
+
export { client_id_67 as client_id };
|
|
1304
|
+
let connection_id_33: string;
|
|
1305
|
+
export { connection_id_33 as connection_id };
|
|
1306
|
+
export namespace prefix_33 {
|
|
1307
|
+
let key_prefix_33: string;
|
|
1308
|
+
export { key_prefix_33 as key_prefix };
|
|
1309
|
+
}
|
|
1310
|
+
export { prefix_33 as prefix };
|
|
1311
|
+
}
|
|
1312
|
+
export { counterparty_33 as counterparty };
|
|
1313
|
+
let state_66: number;
|
|
1314
|
+
export { state_66 as state };
|
|
1315
|
+
export namespace transferChannel_33 {
|
|
1316
|
+
let channelId_33: string;
|
|
1317
|
+
export { channelId_33 as channelId };
|
|
1318
|
+
let portId_33: string;
|
|
1319
|
+
export { portId_33 as portId };
|
|
1320
|
+
let counterPartyChannelId_33: string;
|
|
1321
|
+
export { counterPartyChannelId_33 as counterPartyChannelId };
|
|
1322
|
+
let counterPartyPortId_33: string;
|
|
1323
|
+
export { counterPartyPortId_33 as counterPartyPortId };
|
|
1324
|
+
let ordering_33: number;
|
|
1325
|
+
export { ordering_33 as ordering };
|
|
1326
|
+
let state_67: number;
|
|
1327
|
+
export { state_67 as state };
|
|
1328
|
+
let version_33: string;
|
|
1329
|
+
export { version_33 as version };
|
|
1330
|
+
}
|
|
1331
|
+
export { transferChannel_33 as transferChannel };
|
|
1332
|
+
}
|
|
1333
|
+
export { cosmoshub_3 as cosmoshub };
|
|
1334
|
+
export namespace dydx_2 {
|
|
1335
|
+
let id_34: string;
|
|
1336
|
+
export { id_34 as id };
|
|
1337
|
+
let client_id_68: string;
|
|
1338
|
+
export { client_id_68 as client_id };
|
|
1339
|
+
export namespace counterparty_34 {
|
|
1340
|
+
let client_id_69: string;
|
|
1341
|
+
export { client_id_69 as client_id };
|
|
1342
|
+
let connection_id_34: string;
|
|
1343
|
+
export { connection_id_34 as connection_id };
|
|
1344
|
+
export namespace prefix_34 {
|
|
1345
|
+
let key_prefix_34: string;
|
|
1346
|
+
export { key_prefix_34 as key_prefix };
|
|
1347
|
+
}
|
|
1348
|
+
export { prefix_34 as prefix };
|
|
1349
|
+
}
|
|
1350
|
+
export { counterparty_34 as counterparty };
|
|
1351
|
+
let state_68: number;
|
|
1352
|
+
export { state_68 as state };
|
|
1353
|
+
export namespace transferChannel_34 {
|
|
1354
|
+
let channelId_34: string;
|
|
1355
|
+
export { channelId_34 as channelId };
|
|
1356
|
+
let portId_34: string;
|
|
1357
|
+
export { portId_34 as portId };
|
|
1358
|
+
let counterPartyChannelId_34: string;
|
|
1359
|
+
export { counterPartyChannelId_34 as counterPartyChannelId };
|
|
1360
|
+
let counterPartyPortId_34: string;
|
|
1361
|
+
export { counterPartyPortId_34 as counterPartyPortId };
|
|
1362
|
+
let ordering_34: number;
|
|
1363
|
+
export { ordering_34 as ordering };
|
|
1364
|
+
let state_69: number;
|
|
1365
|
+
export { state_69 as state };
|
|
1366
|
+
let version_34: string;
|
|
1367
|
+
export { version_34 as version };
|
|
1368
|
+
}
|
|
1369
|
+
export { transferChannel_34 as transferChannel };
|
|
1370
|
+
}
|
|
1371
|
+
export { dydx_2 as dydx };
|
|
1372
|
+
export namespace juno_3 {
|
|
1373
|
+
let id_35: string;
|
|
1374
|
+
export { id_35 as id };
|
|
1375
|
+
let client_id_70: string;
|
|
1376
|
+
export { client_id_70 as client_id };
|
|
1377
|
+
export namespace counterparty_35 {
|
|
1378
|
+
let client_id_71: string;
|
|
1379
|
+
export { client_id_71 as client_id };
|
|
1380
|
+
let connection_id_35: string;
|
|
1381
|
+
export { connection_id_35 as connection_id };
|
|
1382
|
+
export namespace prefix_35 {
|
|
1383
|
+
let key_prefix_35: string;
|
|
1384
|
+
export { key_prefix_35 as key_prefix };
|
|
1385
|
+
}
|
|
1386
|
+
export { prefix_35 as prefix };
|
|
1387
|
+
}
|
|
1388
|
+
export { counterparty_35 as counterparty };
|
|
1389
|
+
let state_70: number;
|
|
1390
|
+
export { state_70 as state };
|
|
1391
|
+
export namespace transferChannel_35 {
|
|
1392
|
+
let channelId_35: string;
|
|
1393
|
+
export { channelId_35 as channelId };
|
|
1394
|
+
let portId_35: string;
|
|
1395
|
+
export { portId_35 as portId };
|
|
1396
|
+
let counterPartyChannelId_35: string;
|
|
1397
|
+
export { counterPartyChannelId_35 as counterPartyChannelId };
|
|
1398
|
+
let counterPartyPortId_35: string;
|
|
1399
|
+
export { counterPartyPortId_35 as counterPartyPortId };
|
|
1400
|
+
let ordering_35: number;
|
|
1401
|
+
export { ordering_35 as ordering };
|
|
1402
|
+
let state_71: number;
|
|
1403
|
+
export { state_71 as state };
|
|
1404
|
+
let version_35: string;
|
|
1405
|
+
export { version_35 as version };
|
|
1406
|
+
}
|
|
1407
|
+
export { transferChannel_35 as transferChannel };
|
|
1408
|
+
}
|
|
1409
|
+
export { juno_3 as juno };
|
|
1410
|
+
export namespace neutron_5 {
|
|
1411
|
+
let id_36: string;
|
|
1412
|
+
export { id_36 as id };
|
|
1413
|
+
let client_id_72: string;
|
|
1414
|
+
export { client_id_72 as client_id };
|
|
1415
|
+
export namespace counterparty_36 {
|
|
1416
|
+
let client_id_73: string;
|
|
1417
|
+
export { client_id_73 as client_id };
|
|
1418
|
+
let connection_id_36: string;
|
|
1419
|
+
export { connection_id_36 as connection_id };
|
|
1420
|
+
export namespace prefix_36 {
|
|
1421
|
+
let key_prefix_36: string;
|
|
1422
|
+
export { key_prefix_36 as key_prefix };
|
|
1423
|
+
}
|
|
1424
|
+
export { prefix_36 as prefix };
|
|
1425
|
+
}
|
|
1426
|
+
export { counterparty_36 as counterparty };
|
|
1427
|
+
let state_72: number;
|
|
1428
|
+
export { state_72 as state };
|
|
1429
|
+
export namespace transferChannel_36 {
|
|
1430
|
+
let channelId_36: string;
|
|
1431
|
+
export { channelId_36 as channelId };
|
|
1432
|
+
let portId_36: string;
|
|
1433
|
+
export { portId_36 as portId };
|
|
1434
|
+
let counterPartyChannelId_36: string;
|
|
1435
|
+
export { counterPartyChannelId_36 as counterPartyChannelId };
|
|
1436
|
+
let counterPartyPortId_36: string;
|
|
1437
|
+
export { counterPartyPortId_36 as counterPartyPortId };
|
|
1438
|
+
let ordering_36: number;
|
|
1439
|
+
export { ordering_36 as ordering };
|
|
1440
|
+
let state_73: number;
|
|
1441
|
+
export { state_73 as state };
|
|
1442
|
+
let version_36: string;
|
|
1443
|
+
export { version_36 as version };
|
|
1444
|
+
}
|
|
1445
|
+
export { transferChannel_36 as transferChannel };
|
|
1446
|
+
}
|
|
1447
|
+
export { neutron_5 as neutron };
|
|
1448
|
+
export namespace omniflixhub_1 {
|
|
1449
|
+
let id_37: string;
|
|
1450
|
+
export { id_37 as id };
|
|
1451
|
+
let client_id_74: string;
|
|
1452
|
+
export { client_id_74 as client_id };
|
|
1453
|
+
export namespace counterparty_37 {
|
|
1454
|
+
let client_id_75: string;
|
|
1455
|
+
export { client_id_75 as client_id };
|
|
1456
|
+
let connection_id_37: string;
|
|
1457
|
+
export { connection_id_37 as connection_id };
|
|
1458
|
+
export namespace prefix_37 {
|
|
1459
|
+
let key_prefix_37: string;
|
|
1460
|
+
export { key_prefix_37 as key_prefix };
|
|
1461
|
+
}
|
|
1462
|
+
export { prefix_37 as prefix };
|
|
1463
|
+
}
|
|
1464
|
+
export { counterparty_37 as counterparty };
|
|
1465
|
+
let state_74: number;
|
|
1466
|
+
export { state_74 as state };
|
|
1467
|
+
export namespace transferChannel_37 {
|
|
1468
|
+
let channelId_37: string;
|
|
1469
|
+
export { channelId_37 as channelId };
|
|
1470
|
+
let portId_37: string;
|
|
1471
|
+
export { portId_37 as portId };
|
|
1472
|
+
let counterPartyChannelId_37: string;
|
|
1473
|
+
export { counterPartyChannelId_37 as counterPartyChannelId };
|
|
1474
|
+
let counterPartyPortId_37: string;
|
|
1475
|
+
export { counterPartyPortId_37 as counterPartyPortId };
|
|
1476
|
+
let ordering_37: number;
|
|
1477
|
+
export { ordering_37 as ordering };
|
|
1478
|
+
let state_75: number;
|
|
1479
|
+
export { state_75 as state };
|
|
1480
|
+
let version_37: string;
|
|
1481
|
+
export { version_37 as version };
|
|
1482
|
+
}
|
|
1483
|
+
export { transferChannel_37 as transferChannel };
|
|
1484
|
+
}
|
|
1485
|
+
export { omniflixhub_1 as omniflixhub };
|
|
1486
|
+
export namespace osmosis_5 {
|
|
1487
|
+
let id_38: string;
|
|
1488
|
+
export { id_38 as id };
|
|
1489
|
+
let client_id_76: string;
|
|
1490
|
+
export { client_id_76 as client_id };
|
|
1491
|
+
export namespace counterparty_38 {
|
|
1492
|
+
let client_id_77: string;
|
|
1493
|
+
export { client_id_77 as client_id };
|
|
1494
|
+
let connection_id_38: string;
|
|
1495
|
+
export { connection_id_38 as connection_id };
|
|
1496
|
+
export namespace prefix_38 {
|
|
1497
|
+
let key_prefix_38: string;
|
|
1498
|
+
export { key_prefix_38 as key_prefix };
|
|
1499
|
+
}
|
|
1500
|
+
export { prefix_38 as prefix };
|
|
1501
|
+
}
|
|
1502
|
+
export { counterparty_38 as counterparty };
|
|
1503
|
+
let state_76: number;
|
|
1504
|
+
export { state_76 as state };
|
|
1505
|
+
export namespace transferChannel_38 {
|
|
1506
|
+
let channelId_38: string;
|
|
1507
|
+
export { channelId_38 as channelId };
|
|
1508
|
+
let portId_38: string;
|
|
1509
|
+
export { portId_38 as portId };
|
|
1510
|
+
let counterPartyChannelId_38: string;
|
|
1511
|
+
export { counterPartyChannelId_38 as counterPartyChannelId };
|
|
1512
|
+
let counterPartyPortId_38: string;
|
|
1513
|
+
export { counterPartyPortId_38 as counterPartyPortId };
|
|
1514
|
+
let ordering_38: number;
|
|
1515
|
+
export { ordering_38 as ordering };
|
|
1516
|
+
let state_77: number;
|
|
1517
|
+
export { state_77 as state };
|
|
1518
|
+
let version_38: string;
|
|
1519
|
+
export { version_38 as version };
|
|
1520
|
+
}
|
|
1521
|
+
export { transferChannel_38 as transferChannel };
|
|
1522
|
+
}
|
|
1523
|
+
export { osmosis_5 as osmosis };
|
|
1524
|
+
export namespace secretnetwork_4 {
|
|
1525
|
+
let id_39: string;
|
|
1526
|
+
export { id_39 as id };
|
|
1527
|
+
let client_id_78: string;
|
|
1528
|
+
export { client_id_78 as client_id };
|
|
1529
|
+
export namespace counterparty_39 {
|
|
1530
|
+
let client_id_79: string;
|
|
1531
|
+
export { client_id_79 as client_id };
|
|
1532
|
+
let connection_id_39: string;
|
|
1533
|
+
export { connection_id_39 as connection_id };
|
|
1534
|
+
export namespace prefix_39 {
|
|
1535
|
+
let key_prefix_39: string;
|
|
1536
|
+
export { key_prefix_39 as key_prefix };
|
|
1537
|
+
}
|
|
1538
|
+
export { prefix_39 as prefix };
|
|
1539
|
+
}
|
|
1540
|
+
export { counterparty_39 as counterparty };
|
|
1541
|
+
let state_78: number;
|
|
1542
|
+
export { state_78 as state };
|
|
1543
|
+
export namespace transferChannel_39 {
|
|
1544
|
+
let channelId_39: string;
|
|
1545
|
+
export { channelId_39 as channelId };
|
|
1546
|
+
let portId_39: string;
|
|
1547
|
+
export { portId_39 as portId };
|
|
1548
|
+
let counterPartyChannelId_39: string;
|
|
1549
|
+
export { counterPartyChannelId_39 as counterPartyChannelId };
|
|
1550
|
+
let counterPartyPortId_39: string;
|
|
1551
|
+
export { counterPartyPortId_39 as counterPartyPortId };
|
|
1552
|
+
let ordering_39: number;
|
|
1553
|
+
export { ordering_39 as ordering };
|
|
1554
|
+
let state_79: number;
|
|
1555
|
+
export { state_79 as state };
|
|
1556
|
+
let version_39: string;
|
|
1557
|
+
export { version_39 as version };
|
|
1558
|
+
}
|
|
1559
|
+
export { transferChannel_39 as transferChannel };
|
|
1560
|
+
}
|
|
1561
|
+
export { secretnetwork_4 as secretnetwork };
|
|
1562
|
+
export namespace stargaze_4 {
|
|
1563
|
+
let id_40: string;
|
|
1564
|
+
export { id_40 as id };
|
|
1565
|
+
let client_id_80: string;
|
|
1566
|
+
export { client_id_80 as client_id };
|
|
1567
|
+
export namespace counterparty_40 {
|
|
1568
|
+
let client_id_81: string;
|
|
1569
|
+
export { client_id_81 as client_id };
|
|
1570
|
+
let connection_id_40: string;
|
|
1571
|
+
export { connection_id_40 as connection_id };
|
|
1572
|
+
export namespace prefix_40 {
|
|
1573
|
+
let key_prefix_40: string;
|
|
1574
|
+
export { key_prefix_40 as key_prefix };
|
|
1575
|
+
}
|
|
1576
|
+
export { prefix_40 as prefix };
|
|
1577
|
+
}
|
|
1578
|
+
export { counterparty_40 as counterparty };
|
|
1579
|
+
let state_80: number;
|
|
1580
|
+
export { state_80 as state };
|
|
1581
|
+
export namespace transferChannel_40 {
|
|
1582
|
+
let channelId_40: string;
|
|
1583
|
+
export { channelId_40 as channelId };
|
|
1584
|
+
let portId_40: string;
|
|
1585
|
+
export { portId_40 as portId };
|
|
1586
|
+
let counterPartyChannelId_40: string;
|
|
1587
|
+
export { counterPartyChannelId_40 as counterPartyChannelId };
|
|
1588
|
+
let counterPartyPortId_40: string;
|
|
1589
|
+
export { counterPartyPortId_40 as counterPartyPortId };
|
|
1590
|
+
let ordering_40: number;
|
|
1591
|
+
export { ordering_40 as ordering };
|
|
1592
|
+
let state_81: number;
|
|
1593
|
+
export { state_81 as state };
|
|
1594
|
+
let version_40: string;
|
|
1595
|
+
export { version_40 as version };
|
|
1596
|
+
}
|
|
1597
|
+
export { transferChannel_40 as transferChannel };
|
|
1598
|
+
}
|
|
1599
|
+
export { stargaze_4 as stargaze };
|
|
1600
|
+
}
|
|
1601
|
+
export { connections_5 as connections };
|
|
1602
|
+
}
|
|
1603
|
+
export { noble_4 as noble };
|
|
1604
|
+
export namespace omniflixhub_2 {
|
|
1605
|
+
let chainId_6: string;
|
|
1606
|
+
export { chainId_6 as chainId };
|
|
1607
|
+
let stakingTokens_6: {
|
|
1608
|
+
denom: string;
|
|
1609
|
+
}[];
|
|
1610
|
+
export { stakingTokens_6 as stakingTokens };
|
|
1611
|
+
export namespace connections_6 {
|
|
1612
|
+
export namespace cosmoshub_4 {
|
|
1613
|
+
let id_41: string;
|
|
1614
|
+
export { id_41 as id };
|
|
1615
|
+
let client_id_82: string;
|
|
1616
|
+
export { client_id_82 as client_id };
|
|
1617
|
+
export namespace counterparty_41 {
|
|
1618
|
+
let client_id_83: string;
|
|
1619
|
+
export { client_id_83 as client_id };
|
|
1620
|
+
let connection_id_41: string;
|
|
1621
|
+
export { connection_id_41 as connection_id };
|
|
1622
|
+
export namespace prefix_41 {
|
|
1623
|
+
let key_prefix_41: string;
|
|
1624
|
+
export { key_prefix_41 as key_prefix };
|
|
1625
|
+
}
|
|
1626
|
+
export { prefix_41 as prefix };
|
|
1627
|
+
}
|
|
1628
|
+
export { counterparty_41 as counterparty };
|
|
1629
|
+
let state_82: number;
|
|
1630
|
+
export { state_82 as state };
|
|
1631
|
+
export namespace transferChannel_41 {
|
|
1632
|
+
let channelId_41: string;
|
|
1633
|
+
export { channelId_41 as channelId };
|
|
1634
|
+
let portId_41: string;
|
|
1635
|
+
export { portId_41 as portId };
|
|
1636
|
+
let counterPartyChannelId_41: string;
|
|
1637
|
+
export { counterPartyChannelId_41 as counterPartyChannelId };
|
|
1638
|
+
let counterPartyPortId_41: string;
|
|
1639
|
+
export { counterPartyPortId_41 as counterPartyPortId };
|
|
1640
|
+
let ordering_41: number;
|
|
1641
|
+
export { ordering_41 as ordering };
|
|
1642
|
+
let state_83: number;
|
|
1643
|
+
export { state_83 as state };
|
|
1644
|
+
let version_41: string;
|
|
1645
|
+
export { version_41 as version };
|
|
1646
|
+
}
|
|
1647
|
+
export { transferChannel_41 as transferChannel };
|
|
1648
|
+
}
|
|
1649
|
+
export { cosmoshub_4 as cosmoshub };
|
|
1650
|
+
export namespace noble_5 {
|
|
1651
|
+
let id_42: string;
|
|
1652
|
+
export { id_42 as id };
|
|
1653
|
+
let client_id_84: string;
|
|
1654
|
+
export { client_id_84 as client_id };
|
|
1655
|
+
export namespace counterparty_42 {
|
|
1656
|
+
let client_id_85: string;
|
|
1657
|
+
export { client_id_85 as client_id };
|
|
1658
|
+
let connection_id_42: string;
|
|
1659
|
+
export { connection_id_42 as connection_id };
|
|
1660
|
+
export namespace prefix_42 {
|
|
1661
|
+
let key_prefix_42: string;
|
|
1662
|
+
export { key_prefix_42 as key_prefix };
|
|
1663
|
+
}
|
|
1664
|
+
export { prefix_42 as prefix };
|
|
1665
|
+
}
|
|
1666
|
+
export { counterparty_42 as counterparty };
|
|
1667
|
+
let state_84: number;
|
|
1668
|
+
export { state_84 as state };
|
|
1669
|
+
export namespace transferChannel_42 {
|
|
1670
|
+
let channelId_42: string;
|
|
1671
|
+
export { channelId_42 as channelId };
|
|
1672
|
+
let portId_42: string;
|
|
1673
|
+
export { portId_42 as portId };
|
|
1674
|
+
let counterPartyChannelId_42: string;
|
|
1675
|
+
export { counterPartyChannelId_42 as counterPartyChannelId };
|
|
1676
|
+
let counterPartyPortId_42: string;
|
|
1677
|
+
export { counterPartyPortId_42 as counterPartyPortId };
|
|
1678
|
+
let ordering_42: number;
|
|
1679
|
+
export { ordering_42 as ordering };
|
|
1680
|
+
let state_85: number;
|
|
1681
|
+
export { state_85 as state };
|
|
1682
|
+
let version_42: string;
|
|
1683
|
+
export { version_42 as version };
|
|
1684
|
+
}
|
|
1685
|
+
export { transferChannel_42 as transferChannel };
|
|
1686
|
+
}
|
|
1687
|
+
export { noble_5 as noble };
|
|
1688
|
+
export namespace osmosis_6 {
|
|
1689
|
+
let id_43: string;
|
|
1690
|
+
export { id_43 as id };
|
|
1691
|
+
let client_id_86: string;
|
|
1692
|
+
export { client_id_86 as client_id };
|
|
1693
|
+
export namespace counterparty_43 {
|
|
1694
|
+
let client_id_87: string;
|
|
1695
|
+
export { client_id_87 as client_id };
|
|
1696
|
+
let connection_id_43: string;
|
|
1697
|
+
export { connection_id_43 as connection_id };
|
|
1698
|
+
export namespace prefix_43 {
|
|
1699
|
+
let key_prefix_43: string;
|
|
1700
|
+
export { key_prefix_43 as key_prefix };
|
|
1701
|
+
}
|
|
1702
|
+
export { prefix_43 as prefix };
|
|
1703
|
+
}
|
|
1704
|
+
export { counterparty_43 as counterparty };
|
|
1705
|
+
let state_86: number;
|
|
1706
|
+
export { state_86 as state };
|
|
1707
|
+
export namespace transferChannel_43 {
|
|
1708
|
+
let channelId_43: string;
|
|
1709
|
+
export { channelId_43 as channelId };
|
|
1710
|
+
let portId_43: string;
|
|
1711
|
+
export { portId_43 as portId };
|
|
1712
|
+
let counterPartyChannelId_43: string;
|
|
1713
|
+
export { counterPartyChannelId_43 as counterPartyChannelId };
|
|
1714
|
+
let counterPartyPortId_43: string;
|
|
1715
|
+
export { counterPartyPortId_43 as counterPartyPortId };
|
|
1716
|
+
let ordering_43: number;
|
|
1717
|
+
export { ordering_43 as ordering };
|
|
1718
|
+
let state_87: number;
|
|
1719
|
+
export { state_87 as state };
|
|
1720
|
+
let version_43: string;
|
|
1721
|
+
export { version_43 as version };
|
|
1722
|
+
}
|
|
1723
|
+
export { transferChannel_43 as transferChannel };
|
|
1724
|
+
}
|
|
1725
|
+
export { osmosis_6 as osmosis };
|
|
1726
|
+
}
|
|
1727
|
+
export { connections_6 as connections };
|
|
1728
|
+
}
|
|
1729
|
+
export { omniflixhub_2 as omniflixhub };
|
|
1730
|
+
export namespace osmosis_7 {
|
|
1731
|
+
let chainId_7: string;
|
|
1732
|
+
export { chainId_7 as chainId };
|
|
1733
|
+
let stakingTokens_7: {
|
|
1734
|
+
denom: string;
|
|
1735
|
+
}[];
|
|
1736
|
+
export { stakingTokens_7 as stakingTokens };
|
|
1737
|
+
export let icqEnabled: boolean;
|
|
1738
|
+
export namespace connections_7 {
|
|
1739
|
+
export namespace celestia_2 {
|
|
1740
|
+
let id_44: string;
|
|
1741
|
+
export { id_44 as id };
|
|
1742
|
+
let client_id_88: string;
|
|
1743
|
+
export { client_id_88 as client_id };
|
|
1744
|
+
export namespace counterparty_44 {
|
|
1745
|
+
let client_id_89: string;
|
|
1746
|
+
export { client_id_89 as client_id };
|
|
1747
|
+
let connection_id_44: string;
|
|
1748
|
+
export { connection_id_44 as connection_id };
|
|
1749
|
+
export namespace prefix_44 {
|
|
1750
|
+
let key_prefix_44: string;
|
|
1751
|
+
export { key_prefix_44 as key_prefix };
|
|
1752
|
+
}
|
|
1753
|
+
export { prefix_44 as prefix };
|
|
1754
|
+
}
|
|
1755
|
+
export { counterparty_44 as counterparty };
|
|
1756
|
+
let state_88: number;
|
|
1757
|
+
export { state_88 as state };
|
|
1758
|
+
export namespace transferChannel_44 {
|
|
1759
|
+
let channelId_44: string;
|
|
1760
|
+
export { channelId_44 as channelId };
|
|
1761
|
+
let portId_44: string;
|
|
1762
|
+
export { portId_44 as portId };
|
|
1763
|
+
let counterPartyChannelId_44: string;
|
|
1764
|
+
export { counterPartyChannelId_44 as counterPartyChannelId };
|
|
1765
|
+
let counterPartyPortId_44: string;
|
|
1766
|
+
export { counterPartyPortId_44 as counterPartyPortId };
|
|
1767
|
+
let ordering_44: number;
|
|
1768
|
+
export { ordering_44 as ordering };
|
|
1769
|
+
let state_89: number;
|
|
1770
|
+
export { state_89 as state };
|
|
1771
|
+
let version_44: string;
|
|
1772
|
+
export { version_44 as version };
|
|
1773
|
+
}
|
|
1774
|
+
export { transferChannel_44 as transferChannel };
|
|
1775
|
+
}
|
|
1776
|
+
export { celestia_2 as celestia };
|
|
1777
|
+
export namespace cosmoshub_5 {
|
|
1778
|
+
let id_45: string;
|
|
1779
|
+
export { id_45 as id };
|
|
1780
|
+
let client_id_90: string;
|
|
1781
|
+
export { client_id_90 as client_id };
|
|
1782
|
+
export namespace counterparty_45 {
|
|
1783
|
+
let client_id_91: string;
|
|
1784
|
+
export { client_id_91 as client_id };
|
|
1785
|
+
let connection_id_45: string;
|
|
1786
|
+
export { connection_id_45 as connection_id };
|
|
1787
|
+
export namespace prefix_45 {
|
|
1788
|
+
let key_prefix_45: string;
|
|
1789
|
+
export { key_prefix_45 as key_prefix };
|
|
1790
|
+
}
|
|
1791
|
+
export { prefix_45 as prefix };
|
|
1792
|
+
}
|
|
1793
|
+
export { counterparty_45 as counterparty };
|
|
1794
|
+
let state_90: number;
|
|
1795
|
+
export { state_90 as state };
|
|
1796
|
+
export namespace transferChannel_45 {
|
|
1797
|
+
let channelId_45: string;
|
|
1798
|
+
export { channelId_45 as channelId };
|
|
1799
|
+
let portId_45: string;
|
|
1800
|
+
export { portId_45 as portId };
|
|
1801
|
+
let counterPartyChannelId_45: string;
|
|
1802
|
+
export { counterPartyChannelId_45 as counterPartyChannelId };
|
|
1803
|
+
let counterPartyPortId_45: string;
|
|
1804
|
+
export { counterPartyPortId_45 as counterPartyPortId };
|
|
1805
|
+
let ordering_45: number;
|
|
1806
|
+
export { ordering_45 as ordering };
|
|
1807
|
+
let state_91: number;
|
|
1808
|
+
export { state_91 as state };
|
|
1809
|
+
let version_45: string;
|
|
1810
|
+
export { version_45 as version };
|
|
1811
|
+
}
|
|
1812
|
+
export { transferChannel_45 as transferChannel };
|
|
1813
|
+
}
|
|
1814
|
+
export { cosmoshub_5 as cosmoshub };
|
|
1815
|
+
export namespace dydx_3 {
|
|
1816
|
+
let id_46: string;
|
|
1817
|
+
export { id_46 as id };
|
|
1818
|
+
let client_id_92: string;
|
|
1819
|
+
export { client_id_92 as client_id };
|
|
1820
|
+
export namespace counterparty_46 {
|
|
1821
|
+
let client_id_93: string;
|
|
1822
|
+
export { client_id_93 as client_id };
|
|
1823
|
+
let connection_id_46: string;
|
|
1824
|
+
export { connection_id_46 as connection_id };
|
|
1825
|
+
export namespace prefix_46 {
|
|
1826
|
+
let key_prefix_46: string;
|
|
1827
|
+
export { key_prefix_46 as key_prefix };
|
|
1828
|
+
}
|
|
1829
|
+
export { prefix_46 as prefix };
|
|
1830
|
+
}
|
|
1831
|
+
export { counterparty_46 as counterparty };
|
|
1832
|
+
let state_92: number;
|
|
1833
|
+
export { state_92 as state };
|
|
1834
|
+
export namespace transferChannel_46 {
|
|
1835
|
+
let channelId_46: string;
|
|
1836
|
+
export { channelId_46 as channelId };
|
|
1837
|
+
let portId_46: string;
|
|
1838
|
+
export { portId_46 as portId };
|
|
1839
|
+
let counterPartyChannelId_46: string;
|
|
1840
|
+
export { counterPartyChannelId_46 as counterPartyChannelId };
|
|
1841
|
+
let counterPartyPortId_46: string;
|
|
1842
|
+
export { counterPartyPortId_46 as counterPartyPortId };
|
|
1843
|
+
let ordering_46: number;
|
|
1844
|
+
export { ordering_46 as ordering };
|
|
1845
|
+
let state_93: number;
|
|
1846
|
+
export { state_93 as state };
|
|
1847
|
+
let version_46: string;
|
|
1848
|
+
export { version_46 as version };
|
|
1849
|
+
}
|
|
1850
|
+
export { transferChannel_46 as transferChannel };
|
|
1851
|
+
}
|
|
1852
|
+
export { dydx_3 as dydx };
|
|
1853
|
+
export namespace juno_4 {
|
|
1854
|
+
let id_47: string;
|
|
1855
|
+
export { id_47 as id };
|
|
1856
|
+
let client_id_94: string;
|
|
1857
|
+
export { client_id_94 as client_id };
|
|
1858
|
+
export namespace counterparty_47 {
|
|
1859
|
+
let client_id_95: string;
|
|
1860
|
+
export { client_id_95 as client_id };
|
|
1861
|
+
let connection_id_47: string;
|
|
1862
|
+
export { connection_id_47 as connection_id };
|
|
1863
|
+
export namespace prefix_47 {
|
|
1864
|
+
let key_prefix_47: string;
|
|
1865
|
+
export { key_prefix_47 as key_prefix };
|
|
1866
|
+
}
|
|
1867
|
+
export { prefix_47 as prefix };
|
|
1868
|
+
}
|
|
1869
|
+
export { counterparty_47 as counterparty };
|
|
1870
|
+
let state_94: number;
|
|
1871
|
+
export { state_94 as state };
|
|
1872
|
+
export namespace transferChannel_47 {
|
|
1873
|
+
let channelId_47: string;
|
|
1874
|
+
export { channelId_47 as channelId };
|
|
1875
|
+
let portId_47: string;
|
|
1876
|
+
export { portId_47 as portId };
|
|
1877
|
+
let counterPartyChannelId_47: string;
|
|
1878
|
+
export { counterPartyChannelId_47 as counterPartyChannelId };
|
|
1879
|
+
let counterPartyPortId_47: string;
|
|
1880
|
+
export { counterPartyPortId_47 as counterPartyPortId };
|
|
1881
|
+
let ordering_47: number;
|
|
1882
|
+
export { ordering_47 as ordering };
|
|
1883
|
+
let state_95: number;
|
|
1884
|
+
export { state_95 as state };
|
|
1885
|
+
let version_47: string;
|
|
1886
|
+
export { version_47 as version };
|
|
1887
|
+
}
|
|
1888
|
+
export { transferChannel_47 as transferChannel };
|
|
1889
|
+
}
|
|
1890
|
+
export { juno_4 as juno };
|
|
1891
|
+
export namespace neutron_6 {
|
|
1892
|
+
let id_48: string;
|
|
1893
|
+
export { id_48 as id };
|
|
1894
|
+
let client_id_96: string;
|
|
1895
|
+
export { client_id_96 as client_id };
|
|
1896
|
+
export namespace counterparty_48 {
|
|
1897
|
+
let client_id_97: string;
|
|
1898
|
+
export { client_id_97 as client_id };
|
|
1899
|
+
let connection_id_48: string;
|
|
1900
|
+
export { connection_id_48 as connection_id };
|
|
1901
|
+
export namespace prefix_48 {
|
|
1902
|
+
let key_prefix_48: string;
|
|
1903
|
+
export { key_prefix_48 as key_prefix };
|
|
1904
|
+
}
|
|
1905
|
+
export { prefix_48 as prefix };
|
|
1906
|
+
}
|
|
1907
|
+
export { counterparty_48 as counterparty };
|
|
1908
|
+
let state_96: number;
|
|
1909
|
+
export { state_96 as state };
|
|
1910
|
+
export namespace transferChannel_48 {
|
|
1911
|
+
let channelId_48: string;
|
|
1912
|
+
export { channelId_48 as channelId };
|
|
1913
|
+
let portId_48: string;
|
|
1914
|
+
export { portId_48 as portId };
|
|
1915
|
+
let counterPartyChannelId_48: string;
|
|
1916
|
+
export { counterPartyChannelId_48 as counterPartyChannelId };
|
|
1917
|
+
let counterPartyPortId_48: string;
|
|
1918
|
+
export { counterPartyPortId_48 as counterPartyPortId };
|
|
1919
|
+
let ordering_48: number;
|
|
1920
|
+
export { ordering_48 as ordering };
|
|
1921
|
+
let state_97: number;
|
|
1922
|
+
export { state_97 as state };
|
|
1923
|
+
let version_48: string;
|
|
1924
|
+
export { version_48 as version };
|
|
1925
|
+
}
|
|
1926
|
+
export { transferChannel_48 as transferChannel };
|
|
1927
|
+
}
|
|
1928
|
+
export { neutron_6 as neutron };
|
|
1929
|
+
export namespace noble_6 {
|
|
1930
|
+
let id_49: string;
|
|
1931
|
+
export { id_49 as id };
|
|
1932
|
+
let client_id_98: string;
|
|
1933
|
+
export { client_id_98 as client_id };
|
|
1934
|
+
export namespace counterparty_49 {
|
|
1935
|
+
let client_id_99: string;
|
|
1936
|
+
export { client_id_99 as client_id };
|
|
1937
|
+
let connection_id_49: string;
|
|
1938
|
+
export { connection_id_49 as connection_id };
|
|
1939
|
+
export namespace prefix_49 {
|
|
1940
|
+
let key_prefix_49: string;
|
|
1941
|
+
export { key_prefix_49 as key_prefix };
|
|
1942
|
+
}
|
|
1943
|
+
export { prefix_49 as prefix };
|
|
1944
|
+
}
|
|
1945
|
+
export { counterparty_49 as counterparty };
|
|
1946
|
+
let state_98: number;
|
|
1947
|
+
export { state_98 as state };
|
|
1948
|
+
export namespace transferChannel_49 {
|
|
1949
|
+
let channelId_49: string;
|
|
1950
|
+
export { channelId_49 as channelId };
|
|
1951
|
+
let portId_49: string;
|
|
1952
|
+
export { portId_49 as portId };
|
|
1953
|
+
let counterPartyChannelId_49: string;
|
|
1954
|
+
export { counterPartyChannelId_49 as counterPartyChannelId };
|
|
1955
|
+
let counterPartyPortId_49: string;
|
|
1956
|
+
export { counterPartyPortId_49 as counterPartyPortId };
|
|
1957
|
+
let ordering_49: number;
|
|
1958
|
+
export { ordering_49 as ordering };
|
|
1959
|
+
let state_99: number;
|
|
1960
|
+
export { state_99 as state };
|
|
1961
|
+
let version_49: string;
|
|
1962
|
+
export { version_49 as version };
|
|
1963
|
+
}
|
|
1964
|
+
export { transferChannel_49 as transferChannel };
|
|
1965
|
+
}
|
|
1966
|
+
export { noble_6 as noble };
|
|
1967
|
+
export namespace omniflixhub_3 {
|
|
1968
|
+
let id_50: string;
|
|
1969
|
+
export { id_50 as id };
|
|
1970
|
+
let client_id_100: string;
|
|
1971
|
+
export { client_id_100 as client_id };
|
|
1972
|
+
export namespace counterparty_50 {
|
|
1973
|
+
let client_id_101: string;
|
|
1974
|
+
export { client_id_101 as client_id };
|
|
1975
|
+
let connection_id_50: string;
|
|
1976
|
+
export { connection_id_50 as connection_id };
|
|
1977
|
+
export namespace prefix_50 {
|
|
1978
|
+
let key_prefix_50: string;
|
|
1979
|
+
export { key_prefix_50 as key_prefix };
|
|
1980
|
+
}
|
|
1981
|
+
export { prefix_50 as prefix };
|
|
1982
|
+
}
|
|
1983
|
+
export { counterparty_50 as counterparty };
|
|
1984
|
+
let state_100: number;
|
|
1985
|
+
export { state_100 as state };
|
|
1986
|
+
export namespace transferChannel_50 {
|
|
1987
|
+
let channelId_50: string;
|
|
1988
|
+
export { channelId_50 as channelId };
|
|
1989
|
+
let portId_50: string;
|
|
1990
|
+
export { portId_50 as portId };
|
|
1991
|
+
let counterPartyChannelId_50: string;
|
|
1992
|
+
export { counterPartyChannelId_50 as counterPartyChannelId };
|
|
1993
|
+
let counterPartyPortId_50: string;
|
|
1994
|
+
export { counterPartyPortId_50 as counterPartyPortId };
|
|
1995
|
+
let ordering_50: number;
|
|
1996
|
+
export { ordering_50 as ordering };
|
|
1997
|
+
let state_101: number;
|
|
1998
|
+
export { state_101 as state };
|
|
1999
|
+
let version_50: string;
|
|
2000
|
+
export { version_50 as version };
|
|
2001
|
+
}
|
|
2002
|
+
export { transferChannel_50 as transferChannel };
|
|
2003
|
+
}
|
|
2004
|
+
export { omniflixhub_3 as omniflixhub };
|
|
2005
|
+
export namespace secretnetwork_5 {
|
|
2006
|
+
let id_51: string;
|
|
2007
|
+
export { id_51 as id };
|
|
2008
|
+
let client_id_102: string;
|
|
2009
|
+
export { client_id_102 as client_id };
|
|
2010
|
+
export namespace counterparty_51 {
|
|
2011
|
+
let client_id_103: string;
|
|
2012
|
+
export { client_id_103 as client_id };
|
|
2013
|
+
let connection_id_51: string;
|
|
2014
|
+
export { connection_id_51 as connection_id };
|
|
2015
|
+
export namespace prefix_51 {
|
|
2016
|
+
let key_prefix_51: string;
|
|
2017
|
+
export { key_prefix_51 as key_prefix };
|
|
2018
|
+
}
|
|
2019
|
+
export { prefix_51 as prefix };
|
|
2020
|
+
}
|
|
2021
|
+
export { counterparty_51 as counterparty };
|
|
2022
|
+
let state_102: number;
|
|
2023
|
+
export { state_102 as state };
|
|
2024
|
+
export namespace transferChannel_51 {
|
|
2025
|
+
let channelId_51: string;
|
|
2026
|
+
export { channelId_51 as channelId };
|
|
2027
|
+
let portId_51: string;
|
|
2028
|
+
export { portId_51 as portId };
|
|
2029
|
+
let counterPartyChannelId_51: string;
|
|
2030
|
+
export { counterPartyChannelId_51 as counterPartyChannelId };
|
|
2031
|
+
let counterPartyPortId_51: string;
|
|
2032
|
+
export { counterPartyPortId_51 as counterPartyPortId };
|
|
2033
|
+
let ordering_51: number;
|
|
2034
|
+
export { ordering_51 as ordering };
|
|
2035
|
+
let state_103: number;
|
|
2036
|
+
export { state_103 as state };
|
|
2037
|
+
let version_51: string;
|
|
2038
|
+
export { version_51 as version };
|
|
2039
|
+
}
|
|
2040
|
+
export { transferChannel_51 as transferChannel };
|
|
2041
|
+
}
|
|
2042
|
+
export { secretnetwork_5 as secretnetwork };
|
|
2043
|
+
export namespace stargaze_5 {
|
|
2044
|
+
let id_52: string;
|
|
2045
|
+
export { id_52 as id };
|
|
2046
|
+
let client_id_104: string;
|
|
2047
|
+
export { client_id_104 as client_id };
|
|
2048
|
+
export namespace counterparty_52 {
|
|
2049
|
+
let client_id_105: string;
|
|
2050
|
+
export { client_id_105 as client_id };
|
|
2051
|
+
let connection_id_52: string;
|
|
2052
|
+
export { connection_id_52 as connection_id };
|
|
2053
|
+
export namespace prefix_52 {
|
|
2054
|
+
let key_prefix_52: string;
|
|
2055
|
+
export { key_prefix_52 as key_prefix };
|
|
2056
|
+
}
|
|
2057
|
+
export { prefix_52 as prefix };
|
|
2058
|
+
}
|
|
2059
|
+
export { counterparty_52 as counterparty };
|
|
2060
|
+
let state_104: number;
|
|
2061
|
+
export { state_104 as state };
|
|
2062
|
+
export namespace transferChannel_52 {
|
|
2063
|
+
let channelId_52: string;
|
|
2064
|
+
export { channelId_52 as channelId };
|
|
2065
|
+
let portId_52: string;
|
|
2066
|
+
export { portId_52 as portId };
|
|
2067
|
+
let counterPartyChannelId_52: string;
|
|
2068
|
+
export { counterPartyChannelId_52 as counterPartyChannelId };
|
|
2069
|
+
let counterPartyPortId_52: string;
|
|
2070
|
+
export { counterPartyPortId_52 as counterPartyPortId };
|
|
2071
|
+
let ordering_52: number;
|
|
2072
|
+
export { ordering_52 as ordering };
|
|
2073
|
+
let state_105: number;
|
|
2074
|
+
export { state_105 as state };
|
|
2075
|
+
let version_52: string;
|
|
2076
|
+
export { version_52 as version };
|
|
2077
|
+
}
|
|
2078
|
+
export { transferChannel_52 as transferChannel };
|
|
2079
|
+
}
|
|
2080
|
+
export { stargaze_5 as stargaze };
|
|
2081
|
+
export namespace stride_5 {
|
|
2082
|
+
let id_53: string;
|
|
2083
|
+
export { id_53 as id };
|
|
2084
|
+
let client_id_106: string;
|
|
2085
|
+
export { client_id_106 as client_id };
|
|
2086
|
+
export namespace counterparty_53 {
|
|
2087
|
+
let client_id_107: string;
|
|
2088
|
+
export { client_id_107 as client_id };
|
|
2089
|
+
let connection_id_53: string;
|
|
2090
|
+
export { connection_id_53 as connection_id };
|
|
2091
|
+
export namespace prefix_53 {
|
|
2092
|
+
let key_prefix_53: string;
|
|
2093
|
+
export { key_prefix_53 as key_prefix };
|
|
2094
|
+
}
|
|
2095
|
+
export { prefix_53 as prefix };
|
|
2096
|
+
}
|
|
2097
|
+
export { counterparty_53 as counterparty };
|
|
2098
|
+
let state_106: number;
|
|
2099
|
+
export { state_106 as state };
|
|
2100
|
+
export namespace transferChannel_53 {
|
|
2101
|
+
let channelId_53: string;
|
|
2102
|
+
export { channelId_53 as channelId };
|
|
2103
|
+
let portId_53: string;
|
|
2104
|
+
export { portId_53 as portId };
|
|
2105
|
+
let counterPartyChannelId_53: string;
|
|
2106
|
+
export { counterPartyChannelId_53 as counterPartyChannelId };
|
|
2107
|
+
let counterPartyPortId_53: string;
|
|
2108
|
+
export { counterPartyPortId_53 as counterPartyPortId };
|
|
2109
|
+
let ordering_53: number;
|
|
2110
|
+
export { ordering_53 as ordering };
|
|
2111
|
+
let state_107: number;
|
|
2112
|
+
export { state_107 as state };
|
|
2113
|
+
let version_53: string;
|
|
2114
|
+
export { version_53 as version };
|
|
2115
|
+
}
|
|
2116
|
+
export { transferChannel_53 as transferChannel };
|
|
2117
|
+
}
|
|
2118
|
+
export { stride_5 as stride };
|
|
2119
|
+
}
|
|
2120
|
+
export { connections_7 as connections };
|
|
2121
|
+
}
|
|
2122
|
+
export { osmosis_7 as osmosis };
|
|
2123
|
+
export namespace secretnetwork_6 {
|
|
2124
|
+
let chainId_8: string;
|
|
2125
|
+
export { chainId_8 as chainId };
|
|
2126
|
+
let stakingTokens_8: {
|
|
2127
|
+
denom: string;
|
|
2128
|
+
}[];
|
|
2129
|
+
export { stakingTokens_8 as stakingTokens };
|
|
2130
|
+
export namespace connections_8 {
|
|
2131
|
+
export namespace celestia_3 {
|
|
2132
|
+
let id_54: string;
|
|
2133
|
+
export { id_54 as id };
|
|
2134
|
+
let client_id_108: string;
|
|
2135
|
+
export { client_id_108 as client_id };
|
|
2136
|
+
export namespace counterparty_54 {
|
|
2137
|
+
let client_id_109: string;
|
|
2138
|
+
export { client_id_109 as client_id };
|
|
2139
|
+
let connection_id_54: string;
|
|
2140
|
+
export { connection_id_54 as connection_id };
|
|
2141
|
+
export namespace prefix_54 {
|
|
2142
|
+
let key_prefix_54: string;
|
|
2143
|
+
export { key_prefix_54 as key_prefix };
|
|
2144
|
+
}
|
|
2145
|
+
export { prefix_54 as prefix };
|
|
2146
|
+
}
|
|
2147
|
+
export { counterparty_54 as counterparty };
|
|
2148
|
+
let state_108: number;
|
|
2149
|
+
export { state_108 as state };
|
|
2150
|
+
export namespace transferChannel_54 {
|
|
2151
|
+
let channelId_54: string;
|
|
2152
|
+
export { channelId_54 as channelId };
|
|
2153
|
+
let portId_54: string;
|
|
2154
|
+
export { portId_54 as portId };
|
|
2155
|
+
let counterPartyChannelId_54: string;
|
|
2156
|
+
export { counterPartyChannelId_54 as counterPartyChannelId };
|
|
2157
|
+
let counterPartyPortId_54: string;
|
|
2158
|
+
export { counterPartyPortId_54 as counterPartyPortId };
|
|
2159
|
+
let ordering_54: number;
|
|
2160
|
+
export { ordering_54 as ordering };
|
|
2161
|
+
let state_109: number;
|
|
2162
|
+
export { state_109 as state };
|
|
2163
|
+
let version_54: string;
|
|
2164
|
+
export { version_54 as version };
|
|
2165
|
+
}
|
|
2166
|
+
export { transferChannel_54 as transferChannel };
|
|
2167
|
+
}
|
|
2168
|
+
export { celestia_3 as celestia };
|
|
2169
|
+
export namespace cosmoshub_6 {
|
|
2170
|
+
let id_55: string;
|
|
2171
|
+
export { id_55 as id };
|
|
2172
|
+
let client_id_110: string;
|
|
2173
|
+
export { client_id_110 as client_id };
|
|
2174
|
+
export namespace counterparty_55 {
|
|
2175
|
+
let client_id_111: string;
|
|
2176
|
+
export { client_id_111 as client_id };
|
|
2177
|
+
let connection_id_55: string;
|
|
2178
|
+
export { connection_id_55 as connection_id };
|
|
2179
|
+
export namespace prefix_55 {
|
|
2180
|
+
let key_prefix_55: string;
|
|
2181
|
+
export { key_prefix_55 as key_prefix };
|
|
2182
|
+
}
|
|
2183
|
+
export { prefix_55 as prefix };
|
|
2184
|
+
}
|
|
2185
|
+
export { counterparty_55 as counterparty };
|
|
2186
|
+
let state_110: number;
|
|
2187
|
+
export { state_110 as state };
|
|
2188
|
+
export namespace transferChannel_55 {
|
|
2189
|
+
let channelId_55: string;
|
|
2190
|
+
export { channelId_55 as channelId };
|
|
2191
|
+
let portId_55: string;
|
|
2192
|
+
export { portId_55 as portId };
|
|
2193
|
+
let counterPartyChannelId_55: string;
|
|
2194
|
+
export { counterPartyChannelId_55 as counterPartyChannelId };
|
|
2195
|
+
let counterPartyPortId_55: string;
|
|
2196
|
+
export { counterPartyPortId_55 as counterPartyPortId };
|
|
2197
|
+
let ordering_55: number;
|
|
2198
|
+
export { ordering_55 as ordering };
|
|
2199
|
+
let state_111: number;
|
|
2200
|
+
export { state_111 as state };
|
|
2201
|
+
let version_55: string;
|
|
2202
|
+
export { version_55 as version };
|
|
2203
|
+
}
|
|
2204
|
+
export { transferChannel_55 as transferChannel };
|
|
2205
|
+
}
|
|
2206
|
+
export { cosmoshub_6 as cosmoshub };
|
|
2207
|
+
export namespace juno_5 {
|
|
2208
|
+
let id_56: string;
|
|
2209
|
+
export { id_56 as id };
|
|
2210
|
+
let client_id_112: string;
|
|
2211
|
+
export { client_id_112 as client_id };
|
|
2212
|
+
export namespace counterparty_56 {
|
|
2213
|
+
let client_id_113: string;
|
|
2214
|
+
export { client_id_113 as client_id };
|
|
2215
|
+
let connection_id_56: string;
|
|
2216
|
+
export { connection_id_56 as connection_id };
|
|
2217
|
+
export namespace prefix_56 {
|
|
2218
|
+
let key_prefix_56: string;
|
|
2219
|
+
export { key_prefix_56 as key_prefix };
|
|
2220
|
+
}
|
|
2221
|
+
export { prefix_56 as prefix };
|
|
2222
|
+
}
|
|
2223
|
+
export { counterparty_56 as counterparty };
|
|
2224
|
+
let state_112: number;
|
|
2225
|
+
export { state_112 as state };
|
|
2226
|
+
export namespace transferChannel_56 {
|
|
2227
|
+
let channelId_56: string;
|
|
2228
|
+
export { channelId_56 as channelId };
|
|
2229
|
+
let portId_56: string;
|
|
2230
|
+
export { portId_56 as portId };
|
|
2231
|
+
let counterPartyChannelId_56: string;
|
|
2232
|
+
export { counterPartyChannelId_56 as counterPartyChannelId };
|
|
2233
|
+
let counterPartyPortId_56: string;
|
|
2234
|
+
export { counterPartyPortId_56 as counterPartyPortId };
|
|
2235
|
+
let ordering_56: number;
|
|
2236
|
+
export { ordering_56 as ordering };
|
|
2237
|
+
let state_113: number;
|
|
2238
|
+
export { state_113 as state };
|
|
2239
|
+
let version_56: string;
|
|
2240
|
+
export { version_56 as version };
|
|
2241
|
+
}
|
|
2242
|
+
export { transferChannel_56 as transferChannel };
|
|
2243
|
+
}
|
|
2244
|
+
export { juno_5 as juno };
|
|
2245
|
+
export namespace neutron_7 {
|
|
2246
|
+
let id_57: string;
|
|
2247
|
+
export { id_57 as id };
|
|
2248
|
+
let client_id_114: string;
|
|
2249
|
+
export { client_id_114 as client_id };
|
|
2250
|
+
export namespace counterparty_57 {
|
|
2251
|
+
let client_id_115: string;
|
|
2252
|
+
export { client_id_115 as client_id };
|
|
2253
|
+
let connection_id_57: string;
|
|
2254
|
+
export { connection_id_57 as connection_id };
|
|
2255
|
+
export namespace prefix_57 {
|
|
2256
|
+
let key_prefix_57: string;
|
|
2257
|
+
export { key_prefix_57 as key_prefix };
|
|
2258
|
+
}
|
|
2259
|
+
export { prefix_57 as prefix };
|
|
2260
|
+
}
|
|
2261
|
+
export { counterparty_57 as counterparty };
|
|
2262
|
+
let state_114: number;
|
|
2263
|
+
export { state_114 as state };
|
|
2264
|
+
export namespace transferChannel_57 {
|
|
2265
|
+
let channelId_57: string;
|
|
2266
|
+
export { channelId_57 as channelId };
|
|
2267
|
+
let portId_57: string;
|
|
2268
|
+
export { portId_57 as portId };
|
|
2269
|
+
let counterPartyChannelId_57: string;
|
|
2270
|
+
export { counterPartyChannelId_57 as counterPartyChannelId };
|
|
2271
|
+
let counterPartyPortId_57: string;
|
|
2272
|
+
export { counterPartyPortId_57 as counterPartyPortId };
|
|
2273
|
+
let ordering_57: number;
|
|
2274
|
+
export { ordering_57 as ordering };
|
|
2275
|
+
let state_115: number;
|
|
2276
|
+
export { state_115 as state };
|
|
2277
|
+
let version_57: string;
|
|
2278
|
+
export { version_57 as version };
|
|
2279
|
+
}
|
|
2280
|
+
export { transferChannel_57 as transferChannel };
|
|
2281
|
+
}
|
|
2282
|
+
export { neutron_7 as neutron };
|
|
2283
|
+
export namespace noble_7 {
|
|
2284
|
+
let id_58: string;
|
|
2285
|
+
export { id_58 as id };
|
|
2286
|
+
let client_id_116: string;
|
|
2287
|
+
export { client_id_116 as client_id };
|
|
2288
|
+
export namespace counterparty_58 {
|
|
2289
|
+
let client_id_117: string;
|
|
2290
|
+
export { client_id_117 as client_id };
|
|
2291
|
+
let connection_id_58: string;
|
|
2292
|
+
export { connection_id_58 as connection_id };
|
|
2293
|
+
export namespace prefix_58 {
|
|
2294
|
+
let key_prefix_58: string;
|
|
2295
|
+
export { key_prefix_58 as key_prefix };
|
|
2296
|
+
}
|
|
2297
|
+
export { prefix_58 as prefix };
|
|
2298
|
+
}
|
|
2299
|
+
export { counterparty_58 as counterparty };
|
|
2300
|
+
let state_116: number;
|
|
2301
|
+
export { state_116 as state };
|
|
2302
|
+
export namespace transferChannel_58 {
|
|
2303
|
+
let channelId_58: string;
|
|
2304
|
+
export { channelId_58 as channelId };
|
|
2305
|
+
let portId_58: string;
|
|
2306
|
+
export { portId_58 as portId };
|
|
2307
|
+
let counterPartyChannelId_58: string;
|
|
2308
|
+
export { counterPartyChannelId_58 as counterPartyChannelId };
|
|
2309
|
+
let counterPartyPortId_58: string;
|
|
2310
|
+
export { counterPartyPortId_58 as counterPartyPortId };
|
|
2311
|
+
let ordering_58: number;
|
|
2312
|
+
export { ordering_58 as ordering };
|
|
2313
|
+
let state_117: number;
|
|
2314
|
+
export { state_117 as state };
|
|
2315
|
+
let version_58: string;
|
|
2316
|
+
export { version_58 as version };
|
|
2317
|
+
}
|
|
2318
|
+
export { transferChannel_58 as transferChannel };
|
|
2319
|
+
}
|
|
2320
|
+
export { noble_7 as noble };
|
|
2321
|
+
export namespace osmosis_8 {
|
|
2322
|
+
let id_59: string;
|
|
2323
|
+
export { id_59 as id };
|
|
2324
|
+
let client_id_118: string;
|
|
2325
|
+
export { client_id_118 as client_id };
|
|
2326
|
+
export namespace counterparty_59 {
|
|
2327
|
+
let client_id_119: string;
|
|
2328
|
+
export { client_id_119 as client_id };
|
|
2329
|
+
let connection_id_59: string;
|
|
2330
|
+
export { connection_id_59 as connection_id };
|
|
2331
|
+
export namespace prefix_59 {
|
|
2332
|
+
let key_prefix_59: string;
|
|
2333
|
+
export { key_prefix_59 as key_prefix };
|
|
2334
|
+
}
|
|
2335
|
+
export { prefix_59 as prefix };
|
|
2336
|
+
}
|
|
2337
|
+
export { counterparty_59 as counterparty };
|
|
2338
|
+
let state_118: number;
|
|
2339
|
+
export { state_118 as state };
|
|
2340
|
+
export namespace transferChannel_59 {
|
|
2341
|
+
let channelId_59: string;
|
|
2342
|
+
export { channelId_59 as channelId };
|
|
2343
|
+
let portId_59: string;
|
|
2344
|
+
export { portId_59 as portId };
|
|
2345
|
+
let counterPartyChannelId_59: string;
|
|
2346
|
+
export { counterPartyChannelId_59 as counterPartyChannelId };
|
|
2347
|
+
let counterPartyPortId_59: string;
|
|
2348
|
+
export { counterPartyPortId_59 as counterPartyPortId };
|
|
2349
|
+
let ordering_59: number;
|
|
2350
|
+
export { ordering_59 as ordering };
|
|
2351
|
+
let state_119: number;
|
|
2352
|
+
export { state_119 as state };
|
|
2353
|
+
let version_59: string;
|
|
2354
|
+
export { version_59 as version };
|
|
2355
|
+
}
|
|
2356
|
+
export { transferChannel_59 as transferChannel };
|
|
2357
|
+
}
|
|
2358
|
+
export { osmosis_8 as osmosis };
|
|
2359
|
+
export namespace stargaze_6 {
|
|
2360
|
+
let id_60: string;
|
|
2361
|
+
export { id_60 as id };
|
|
2362
|
+
let client_id_120: string;
|
|
2363
|
+
export { client_id_120 as client_id };
|
|
2364
|
+
export namespace counterparty_60 {
|
|
2365
|
+
let client_id_121: string;
|
|
2366
|
+
export { client_id_121 as client_id };
|
|
2367
|
+
let connection_id_60: string;
|
|
2368
|
+
export { connection_id_60 as connection_id };
|
|
2369
|
+
export namespace prefix_60 {
|
|
2370
|
+
let key_prefix_60: string;
|
|
2371
|
+
export { key_prefix_60 as key_prefix };
|
|
2372
|
+
}
|
|
2373
|
+
export { prefix_60 as prefix };
|
|
2374
|
+
}
|
|
2375
|
+
export { counterparty_60 as counterparty };
|
|
2376
|
+
let state_120: number;
|
|
2377
|
+
export { state_120 as state };
|
|
2378
|
+
export namespace transferChannel_60 {
|
|
2379
|
+
let channelId_60: string;
|
|
2380
|
+
export { channelId_60 as channelId };
|
|
2381
|
+
let portId_60: string;
|
|
2382
|
+
export { portId_60 as portId };
|
|
2383
|
+
let counterPartyChannelId_60: string;
|
|
2384
|
+
export { counterPartyChannelId_60 as counterPartyChannelId };
|
|
2385
|
+
let counterPartyPortId_60: string;
|
|
2386
|
+
export { counterPartyPortId_60 as counterPartyPortId };
|
|
2387
|
+
let ordering_60: number;
|
|
2388
|
+
export { ordering_60 as ordering };
|
|
2389
|
+
let state_121: number;
|
|
2390
|
+
export { state_121 as state };
|
|
2391
|
+
let version_60: string;
|
|
2392
|
+
export { version_60 as version };
|
|
2393
|
+
}
|
|
2394
|
+
export { transferChannel_60 as transferChannel };
|
|
2395
|
+
}
|
|
2396
|
+
export { stargaze_6 as stargaze };
|
|
2397
|
+
export namespace stride_6 {
|
|
2398
|
+
let id_61: string;
|
|
2399
|
+
export { id_61 as id };
|
|
2400
|
+
let client_id_122: string;
|
|
2401
|
+
export { client_id_122 as client_id };
|
|
2402
|
+
export namespace counterparty_61 {
|
|
2403
|
+
let client_id_123: string;
|
|
2404
|
+
export { client_id_123 as client_id };
|
|
2405
|
+
let connection_id_61: string;
|
|
2406
|
+
export { connection_id_61 as connection_id };
|
|
2407
|
+
export namespace prefix_61 {
|
|
2408
|
+
let key_prefix_61: string;
|
|
2409
|
+
export { key_prefix_61 as key_prefix };
|
|
2410
|
+
}
|
|
2411
|
+
export { prefix_61 as prefix };
|
|
2412
|
+
}
|
|
2413
|
+
export { counterparty_61 as counterparty };
|
|
2414
|
+
let state_122: number;
|
|
2415
|
+
export { state_122 as state };
|
|
2416
|
+
export namespace transferChannel_61 {
|
|
2417
|
+
let channelId_61: string;
|
|
2418
|
+
export { channelId_61 as channelId };
|
|
2419
|
+
let portId_61: string;
|
|
2420
|
+
export { portId_61 as portId };
|
|
2421
|
+
let counterPartyChannelId_61: string;
|
|
2422
|
+
export { counterPartyChannelId_61 as counterPartyChannelId };
|
|
2423
|
+
let counterPartyPortId_61: string;
|
|
2424
|
+
export { counterPartyPortId_61 as counterPartyPortId };
|
|
2425
|
+
let ordering_61: number;
|
|
2426
|
+
export { ordering_61 as ordering };
|
|
2427
|
+
let state_123: number;
|
|
2428
|
+
export { state_123 as state };
|
|
2429
|
+
let version_61: string;
|
|
2430
|
+
export { version_61 as version };
|
|
2431
|
+
}
|
|
2432
|
+
export { transferChannel_61 as transferChannel };
|
|
2433
|
+
}
|
|
2434
|
+
export { stride_6 as stride };
|
|
2435
|
+
}
|
|
2436
|
+
export { connections_8 as connections };
|
|
2437
|
+
}
|
|
2438
|
+
export { secretnetwork_6 as secretnetwork };
|
|
2439
|
+
export namespace stargaze_7 {
|
|
2440
|
+
let chainId_9: string;
|
|
2441
|
+
export { chainId_9 as chainId };
|
|
2442
|
+
let stakingTokens_9: {
|
|
2443
|
+
denom: string;
|
|
2444
|
+
}[];
|
|
2445
|
+
export { stakingTokens_9 as stakingTokens };
|
|
2446
|
+
export namespace connections_9 {
|
|
2447
|
+
export namespace celestia_4 {
|
|
2448
|
+
let id_62: string;
|
|
2449
|
+
export { id_62 as id };
|
|
2450
|
+
let client_id_124: string;
|
|
2451
|
+
export { client_id_124 as client_id };
|
|
2452
|
+
export namespace counterparty_62 {
|
|
2453
|
+
let client_id_125: string;
|
|
2454
|
+
export { client_id_125 as client_id };
|
|
2455
|
+
let connection_id_62: string;
|
|
2456
|
+
export { connection_id_62 as connection_id };
|
|
2457
|
+
export namespace prefix_62 {
|
|
2458
|
+
let key_prefix_62: string;
|
|
2459
|
+
export { key_prefix_62 as key_prefix };
|
|
2460
|
+
}
|
|
2461
|
+
export { prefix_62 as prefix };
|
|
2462
|
+
}
|
|
2463
|
+
export { counterparty_62 as counterparty };
|
|
2464
|
+
let state_124: number;
|
|
2465
|
+
export { state_124 as state };
|
|
2466
|
+
export namespace transferChannel_62 {
|
|
2467
|
+
let channelId_62: string;
|
|
2468
|
+
export { channelId_62 as channelId };
|
|
2469
|
+
let portId_62: string;
|
|
2470
|
+
export { portId_62 as portId };
|
|
2471
|
+
let counterPartyChannelId_62: string;
|
|
2472
|
+
export { counterPartyChannelId_62 as counterPartyChannelId };
|
|
2473
|
+
let counterPartyPortId_62: string;
|
|
2474
|
+
export { counterPartyPortId_62 as counterPartyPortId };
|
|
2475
|
+
let ordering_62: number;
|
|
2476
|
+
export { ordering_62 as ordering };
|
|
2477
|
+
let state_125: number;
|
|
2478
|
+
export { state_125 as state };
|
|
2479
|
+
let version_62: string;
|
|
2480
|
+
export { version_62 as version };
|
|
2481
|
+
}
|
|
2482
|
+
export { transferChannel_62 as transferChannel };
|
|
2483
|
+
}
|
|
2484
|
+
export { celestia_4 as celestia };
|
|
2485
|
+
export namespace cosmoshub_7 {
|
|
2486
|
+
let id_63: string;
|
|
2487
|
+
export { id_63 as id };
|
|
2488
|
+
let client_id_126: string;
|
|
2489
|
+
export { client_id_126 as client_id };
|
|
2490
|
+
export namespace counterparty_63 {
|
|
2491
|
+
let client_id_127: string;
|
|
2492
|
+
export { client_id_127 as client_id };
|
|
2493
|
+
let connection_id_63: string;
|
|
2494
|
+
export { connection_id_63 as connection_id };
|
|
2495
|
+
export namespace prefix_63 {
|
|
2496
|
+
let key_prefix_63: string;
|
|
2497
|
+
export { key_prefix_63 as key_prefix };
|
|
2498
|
+
}
|
|
2499
|
+
export { prefix_63 as prefix };
|
|
2500
|
+
}
|
|
2501
|
+
export { counterparty_63 as counterparty };
|
|
2502
|
+
let state_126: number;
|
|
2503
|
+
export { state_126 as state };
|
|
2504
|
+
export namespace transferChannel_63 {
|
|
2505
|
+
let channelId_63: string;
|
|
2506
|
+
export { channelId_63 as channelId };
|
|
2507
|
+
let portId_63: string;
|
|
2508
|
+
export { portId_63 as portId };
|
|
2509
|
+
let counterPartyChannelId_63: string;
|
|
2510
|
+
export { counterPartyChannelId_63 as counterPartyChannelId };
|
|
2511
|
+
let counterPartyPortId_63: string;
|
|
2512
|
+
export { counterPartyPortId_63 as counterPartyPortId };
|
|
2513
|
+
let ordering_63: number;
|
|
2514
|
+
export { ordering_63 as ordering };
|
|
2515
|
+
let state_127: number;
|
|
2516
|
+
export { state_127 as state };
|
|
2517
|
+
let version_63: string;
|
|
2518
|
+
export { version_63 as version };
|
|
2519
|
+
}
|
|
2520
|
+
export { transferChannel_63 as transferChannel };
|
|
2521
|
+
}
|
|
2522
|
+
export { cosmoshub_7 as cosmoshub };
|
|
2523
|
+
export namespace juno_6 {
|
|
2524
|
+
let id_64: string;
|
|
2525
|
+
export { id_64 as id };
|
|
2526
|
+
let client_id_128: string;
|
|
2527
|
+
export { client_id_128 as client_id };
|
|
2528
|
+
export namespace counterparty_64 {
|
|
2529
|
+
let client_id_129: string;
|
|
2530
|
+
export { client_id_129 as client_id };
|
|
2531
|
+
let connection_id_64: string;
|
|
2532
|
+
export { connection_id_64 as connection_id };
|
|
2533
|
+
export namespace prefix_64 {
|
|
2534
|
+
let key_prefix_64: string;
|
|
2535
|
+
export { key_prefix_64 as key_prefix };
|
|
2536
|
+
}
|
|
2537
|
+
export { prefix_64 as prefix };
|
|
2538
|
+
}
|
|
2539
|
+
export { counterparty_64 as counterparty };
|
|
2540
|
+
let state_128: number;
|
|
2541
|
+
export { state_128 as state };
|
|
2542
|
+
export namespace transferChannel_64 {
|
|
2543
|
+
let channelId_64: string;
|
|
2544
|
+
export { channelId_64 as channelId };
|
|
2545
|
+
let portId_64: string;
|
|
2546
|
+
export { portId_64 as portId };
|
|
2547
|
+
let counterPartyChannelId_64: string;
|
|
2548
|
+
export { counterPartyChannelId_64 as counterPartyChannelId };
|
|
2549
|
+
let counterPartyPortId_64: string;
|
|
2550
|
+
export { counterPartyPortId_64 as counterPartyPortId };
|
|
2551
|
+
let ordering_64: number;
|
|
2552
|
+
export { ordering_64 as ordering };
|
|
2553
|
+
let state_129: number;
|
|
2554
|
+
export { state_129 as state };
|
|
2555
|
+
let version_64: string;
|
|
2556
|
+
export { version_64 as version };
|
|
2557
|
+
}
|
|
2558
|
+
export { transferChannel_64 as transferChannel };
|
|
2559
|
+
}
|
|
2560
|
+
export { juno_6 as juno };
|
|
2561
|
+
export namespace neutron_8 {
|
|
2562
|
+
let id_65: string;
|
|
2563
|
+
export { id_65 as id };
|
|
2564
|
+
let client_id_130: string;
|
|
2565
|
+
export { client_id_130 as client_id };
|
|
2566
|
+
export namespace counterparty_65 {
|
|
2567
|
+
let client_id_131: string;
|
|
2568
|
+
export { client_id_131 as client_id };
|
|
2569
|
+
let connection_id_65: string;
|
|
2570
|
+
export { connection_id_65 as connection_id };
|
|
2571
|
+
export namespace prefix_65 {
|
|
2572
|
+
let key_prefix_65: string;
|
|
2573
|
+
export { key_prefix_65 as key_prefix };
|
|
2574
|
+
}
|
|
2575
|
+
export { prefix_65 as prefix };
|
|
2576
|
+
}
|
|
2577
|
+
export { counterparty_65 as counterparty };
|
|
2578
|
+
let state_130: number;
|
|
2579
|
+
export { state_130 as state };
|
|
2580
|
+
export namespace transferChannel_65 {
|
|
2581
|
+
let channelId_65: string;
|
|
2582
|
+
export { channelId_65 as channelId };
|
|
2583
|
+
let portId_65: string;
|
|
2584
|
+
export { portId_65 as portId };
|
|
2585
|
+
let counterPartyChannelId_65: string;
|
|
2586
|
+
export { counterPartyChannelId_65 as counterPartyChannelId };
|
|
2587
|
+
let counterPartyPortId_65: string;
|
|
2588
|
+
export { counterPartyPortId_65 as counterPartyPortId };
|
|
2589
|
+
let ordering_65: number;
|
|
2590
|
+
export { ordering_65 as ordering };
|
|
2591
|
+
let state_131: number;
|
|
2592
|
+
export { state_131 as state };
|
|
2593
|
+
let version_65: string;
|
|
2594
|
+
export { version_65 as version };
|
|
2595
|
+
}
|
|
2596
|
+
export { transferChannel_65 as transferChannel };
|
|
2597
|
+
}
|
|
2598
|
+
export { neutron_8 as neutron };
|
|
2599
|
+
export namespace noble_8 {
|
|
2600
|
+
let id_66: string;
|
|
2601
|
+
export { id_66 as id };
|
|
2602
|
+
let client_id_132: string;
|
|
2603
|
+
export { client_id_132 as client_id };
|
|
2604
|
+
export namespace counterparty_66 {
|
|
2605
|
+
let client_id_133: string;
|
|
2606
|
+
export { client_id_133 as client_id };
|
|
2607
|
+
let connection_id_66: string;
|
|
2608
|
+
export { connection_id_66 as connection_id };
|
|
2609
|
+
export namespace prefix_66 {
|
|
2610
|
+
let key_prefix_66: string;
|
|
2611
|
+
export { key_prefix_66 as key_prefix };
|
|
2612
|
+
}
|
|
2613
|
+
export { prefix_66 as prefix };
|
|
2614
|
+
}
|
|
2615
|
+
export { counterparty_66 as counterparty };
|
|
2616
|
+
let state_132: number;
|
|
2617
|
+
export { state_132 as state };
|
|
2618
|
+
export namespace transferChannel_66 {
|
|
2619
|
+
let channelId_66: string;
|
|
2620
|
+
export { channelId_66 as channelId };
|
|
2621
|
+
let portId_66: string;
|
|
2622
|
+
export { portId_66 as portId };
|
|
2623
|
+
let counterPartyChannelId_66: string;
|
|
2624
|
+
export { counterPartyChannelId_66 as counterPartyChannelId };
|
|
2625
|
+
let counterPartyPortId_66: string;
|
|
2626
|
+
export { counterPartyPortId_66 as counterPartyPortId };
|
|
2627
|
+
let ordering_66: number;
|
|
2628
|
+
export { ordering_66 as ordering };
|
|
2629
|
+
let state_133: number;
|
|
2630
|
+
export { state_133 as state };
|
|
2631
|
+
let version_66: string;
|
|
2632
|
+
export { version_66 as version };
|
|
2633
|
+
}
|
|
2634
|
+
export { transferChannel_66 as transferChannel };
|
|
2635
|
+
}
|
|
2636
|
+
export { noble_8 as noble };
|
|
2637
|
+
export namespace osmosis_9 {
|
|
2638
|
+
let id_67: string;
|
|
2639
|
+
export { id_67 as id };
|
|
2640
|
+
let client_id_134: string;
|
|
2641
|
+
export { client_id_134 as client_id };
|
|
2642
|
+
export namespace counterparty_67 {
|
|
2643
|
+
let client_id_135: string;
|
|
2644
|
+
export { client_id_135 as client_id };
|
|
2645
|
+
let connection_id_67: string;
|
|
2646
|
+
export { connection_id_67 as connection_id };
|
|
2647
|
+
export namespace prefix_67 {
|
|
2648
|
+
let key_prefix_67: string;
|
|
2649
|
+
export { key_prefix_67 as key_prefix };
|
|
2650
|
+
}
|
|
2651
|
+
export { prefix_67 as prefix };
|
|
2652
|
+
}
|
|
2653
|
+
export { counterparty_67 as counterparty };
|
|
2654
|
+
let state_134: number;
|
|
2655
|
+
export { state_134 as state };
|
|
2656
|
+
export namespace transferChannel_67 {
|
|
2657
|
+
let channelId_67: string;
|
|
2658
|
+
export { channelId_67 as channelId };
|
|
2659
|
+
let portId_67: string;
|
|
2660
|
+
export { portId_67 as portId };
|
|
2661
|
+
let counterPartyChannelId_67: string;
|
|
2662
|
+
export { counterPartyChannelId_67 as counterPartyChannelId };
|
|
2663
|
+
let counterPartyPortId_67: string;
|
|
2664
|
+
export { counterPartyPortId_67 as counterPartyPortId };
|
|
2665
|
+
let ordering_67: number;
|
|
2666
|
+
export { ordering_67 as ordering };
|
|
2667
|
+
let state_135: number;
|
|
2668
|
+
export { state_135 as state };
|
|
2669
|
+
let version_67: string;
|
|
2670
|
+
export { version_67 as version };
|
|
2671
|
+
}
|
|
2672
|
+
export { transferChannel_67 as transferChannel };
|
|
2673
|
+
}
|
|
2674
|
+
export { osmosis_9 as osmosis };
|
|
2675
|
+
export namespace secretnetwork_7 {
|
|
2676
|
+
let id_68: string;
|
|
2677
|
+
export { id_68 as id };
|
|
2678
|
+
let client_id_136: string;
|
|
2679
|
+
export { client_id_136 as client_id };
|
|
2680
|
+
export namespace counterparty_68 {
|
|
2681
|
+
let client_id_137: string;
|
|
2682
|
+
export { client_id_137 as client_id };
|
|
2683
|
+
let connection_id_68: string;
|
|
2684
|
+
export { connection_id_68 as connection_id };
|
|
2685
|
+
export namespace prefix_68 {
|
|
2686
|
+
let key_prefix_68: string;
|
|
2687
|
+
export { key_prefix_68 as key_prefix };
|
|
2688
|
+
}
|
|
2689
|
+
export { prefix_68 as prefix };
|
|
2690
|
+
}
|
|
2691
|
+
export { counterparty_68 as counterparty };
|
|
2692
|
+
let state_136: number;
|
|
2693
|
+
export { state_136 as state };
|
|
2694
|
+
export namespace transferChannel_68 {
|
|
2695
|
+
let channelId_68: string;
|
|
2696
|
+
export { channelId_68 as channelId };
|
|
2697
|
+
let portId_68: string;
|
|
2698
|
+
export { portId_68 as portId };
|
|
2699
|
+
let counterPartyChannelId_68: string;
|
|
2700
|
+
export { counterPartyChannelId_68 as counterPartyChannelId };
|
|
2701
|
+
let counterPartyPortId_68: string;
|
|
2702
|
+
export { counterPartyPortId_68 as counterPartyPortId };
|
|
2703
|
+
let ordering_68: number;
|
|
2704
|
+
export { ordering_68 as ordering };
|
|
2705
|
+
let state_137: number;
|
|
2706
|
+
export { state_137 as state };
|
|
2707
|
+
let version_68: string;
|
|
2708
|
+
export { version_68 as version };
|
|
2709
|
+
}
|
|
2710
|
+
export { transferChannel_68 as transferChannel };
|
|
2711
|
+
}
|
|
2712
|
+
export { secretnetwork_7 as secretnetwork };
|
|
2713
|
+
export namespace stride_7 {
|
|
2714
|
+
let id_69: string;
|
|
2715
|
+
export { id_69 as id };
|
|
2716
|
+
let client_id_138: string;
|
|
2717
|
+
export { client_id_138 as client_id };
|
|
2718
|
+
export namespace counterparty_69 {
|
|
2719
|
+
let client_id_139: string;
|
|
2720
|
+
export { client_id_139 as client_id };
|
|
2721
|
+
let connection_id_69: string;
|
|
2722
|
+
export { connection_id_69 as connection_id };
|
|
2723
|
+
export namespace prefix_69 {
|
|
2724
|
+
let key_prefix_69: string;
|
|
2725
|
+
export { key_prefix_69 as key_prefix };
|
|
2726
|
+
}
|
|
2727
|
+
export { prefix_69 as prefix };
|
|
2728
|
+
}
|
|
2729
|
+
export { counterparty_69 as counterparty };
|
|
2730
|
+
let state_138: number;
|
|
2731
|
+
export { state_138 as state };
|
|
2732
|
+
export namespace transferChannel_69 {
|
|
2733
|
+
let channelId_69: string;
|
|
2734
|
+
export { channelId_69 as channelId };
|
|
2735
|
+
let portId_69: string;
|
|
2736
|
+
export { portId_69 as portId };
|
|
2737
|
+
let counterPartyChannelId_69: string;
|
|
2738
|
+
export { counterPartyChannelId_69 as counterPartyChannelId };
|
|
2739
|
+
let counterPartyPortId_69: string;
|
|
2740
|
+
export { counterPartyPortId_69 as counterPartyPortId };
|
|
2741
|
+
let ordering_69: number;
|
|
2742
|
+
export { ordering_69 as ordering };
|
|
2743
|
+
let state_139: number;
|
|
2744
|
+
export { state_139 as state };
|
|
2745
|
+
let version_69: string;
|
|
2746
|
+
export { version_69 as version };
|
|
2747
|
+
}
|
|
2748
|
+
export { transferChannel_69 as transferChannel };
|
|
2749
|
+
}
|
|
2750
|
+
export { stride_7 as stride };
|
|
2751
|
+
}
|
|
2752
|
+
export { connections_9 as connections };
|
|
2753
|
+
}
|
|
2754
|
+
export { stargaze_7 as stargaze };
|
|
2755
|
+
export namespace stride_8 {
|
|
2756
|
+
let chainId_10: string;
|
|
2757
|
+
export { chainId_10 as chainId };
|
|
2758
|
+
let stakingTokens_10: {
|
|
2759
|
+
denom: string;
|
|
2760
|
+
}[];
|
|
2761
|
+
export { stakingTokens_10 as stakingTokens };
|
|
2762
|
+
export namespace connections_10 {
|
|
2763
|
+
export namespace celestia_5 {
|
|
2764
|
+
let id_70: string;
|
|
2765
|
+
export { id_70 as id };
|
|
2766
|
+
let client_id_140: string;
|
|
2767
|
+
export { client_id_140 as client_id };
|
|
2768
|
+
export namespace counterparty_70 {
|
|
2769
|
+
let client_id_141: string;
|
|
2770
|
+
export { client_id_141 as client_id };
|
|
2771
|
+
let connection_id_70: string;
|
|
2772
|
+
export { connection_id_70 as connection_id };
|
|
2773
|
+
export namespace prefix_70 {
|
|
2774
|
+
let key_prefix_70: string;
|
|
2775
|
+
export { key_prefix_70 as key_prefix };
|
|
2776
|
+
}
|
|
2777
|
+
export { prefix_70 as prefix };
|
|
2778
|
+
}
|
|
2779
|
+
export { counterparty_70 as counterparty };
|
|
2780
|
+
let state_140: number;
|
|
2781
|
+
export { state_140 as state };
|
|
2782
|
+
export namespace transferChannel_70 {
|
|
2783
|
+
let channelId_70: string;
|
|
2784
|
+
export { channelId_70 as channelId };
|
|
2785
|
+
let portId_70: string;
|
|
2786
|
+
export { portId_70 as portId };
|
|
2787
|
+
let counterPartyChannelId_70: string;
|
|
2788
|
+
export { counterPartyChannelId_70 as counterPartyChannelId };
|
|
2789
|
+
let counterPartyPortId_70: string;
|
|
2790
|
+
export { counterPartyPortId_70 as counterPartyPortId };
|
|
2791
|
+
let ordering_70: number;
|
|
2792
|
+
export { ordering_70 as ordering };
|
|
2793
|
+
let state_141: number;
|
|
2794
|
+
export { state_141 as state };
|
|
2795
|
+
let version_70: string;
|
|
2796
|
+
export { version_70 as version };
|
|
2797
|
+
}
|
|
2798
|
+
export { transferChannel_70 as transferChannel };
|
|
2799
|
+
}
|
|
2800
|
+
export { celestia_5 as celestia };
|
|
2801
|
+
export namespace cosmoshub_8 {
|
|
2802
|
+
let id_71: string;
|
|
2803
|
+
export { id_71 as id };
|
|
2804
|
+
let client_id_142: string;
|
|
2805
|
+
export { client_id_142 as client_id };
|
|
2806
|
+
export namespace counterparty_71 {
|
|
2807
|
+
let client_id_143: string;
|
|
2808
|
+
export { client_id_143 as client_id };
|
|
2809
|
+
let connection_id_71: string;
|
|
2810
|
+
export { connection_id_71 as connection_id };
|
|
2811
|
+
export namespace prefix_71 {
|
|
2812
|
+
let key_prefix_71: string;
|
|
2813
|
+
export { key_prefix_71 as key_prefix };
|
|
2814
|
+
}
|
|
2815
|
+
export { prefix_71 as prefix };
|
|
2816
|
+
}
|
|
2817
|
+
export { counterparty_71 as counterparty };
|
|
2818
|
+
let state_142: number;
|
|
2819
|
+
export { state_142 as state };
|
|
2820
|
+
export namespace transferChannel_71 {
|
|
2821
|
+
let channelId_71: string;
|
|
2822
|
+
export { channelId_71 as channelId };
|
|
2823
|
+
let portId_71: string;
|
|
2824
|
+
export { portId_71 as portId };
|
|
2825
|
+
let counterPartyChannelId_71: string;
|
|
2826
|
+
export { counterPartyChannelId_71 as counterPartyChannelId };
|
|
2827
|
+
let counterPartyPortId_71: string;
|
|
2828
|
+
export { counterPartyPortId_71 as counterPartyPortId };
|
|
2829
|
+
let ordering_71: number;
|
|
2830
|
+
export { ordering_71 as ordering };
|
|
2831
|
+
let state_143: number;
|
|
2832
|
+
export { state_143 as state };
|
|
2833
|
+
let version_71: string;
|
|
2834
|
+
export { version_71 as version };
|
|
2835
|
+
}
|
|
2836
|
+
export { transferChannel_71 as transferChannel };
|
|
2837
|
+
}
|
|
2838
|
+
export { cosmoshub_8 as cosmoshub };
|
|
2839
|
+
export namespace dydx_4 {
|
|
2840
|
+
let id_72: string;
|
|
2841
|
+
export { id_72 as id };
|
|
2842
|
+
let client_id_144: string;
|
|
2843
|
+
export { client_id_144 as client_id };
|
|
2844
|
+
export namespace counterparty_72 {
|
|
2845
|
+
let client_id_145: string;
|
|
2846
|
+
export { client_id_145 as client_id };
|
|
2847
|
+
let connection_id_72: string;
|
|
2848
|
+
export { connection_id_72 as connection_id };
|
|
2849
|
+
export namespace prefix_72 {
|
|
2850
|
+
let key_prefix_72: string;
|
|
2851
|
+
export { key_prefix_72 as key_prefix };
|
|
2852
|
+
}
|
|
2853
|
+
export { prefix_72 as prefix };
|
|
2854
|
+
}
|
|
2855
|
+
export { counterparty_72 as counterparty };
|
|
2856
|
+
let state_144: number;
|
|
2857
|
+
export { state_144 as state };
|
|
2858
|
+
export namespace transferChannel_72 {
|
|
2859
|
+
let channelId_72: string;
|
|
2860
|
+
export { channelId_72 as channelId };
|
|
2861
|
+
let portId_72: string;
|
|
2862
|
+
export { portId_72 as portId };
|
|
2863
|
+
let counterPartyChannelId_72: string;
|
|
2864
|
+
export { counterPartyChannelId_72 as counterPartyChannelId };
|
|
2865
|
+
let counterPartyPortId_72: string;
|
|
2866
|
+
export { counterPartyPortId_72 as counterPartyPortId };
|
|
2867
|
+
let ordering_72: number;
|
|
2868
|
+
export { ordering_72 as ordering };
|
|
2869
|
+
let state_145: number;
|
|
2870
|
+
export { state_145 as state };
|
|
2871
|
+
let version_72: string;
|
|
2872
|
+
export { version_72 as version };
|
|
2873
|
+
}
|
|
2874
|
+
export { transferChannel_72 as transferChannel };
|
|
2875
|
+
}
|
|
2876
|
+
export { dydx_4 as dydx };
|
|
2877
|
+
export namespace juno_7 {
|
|
2878
|
+
let id_73: string;
|
|
2879
|
+
export { id_73 as id };
|
|
2880
|
+
let client_id_146: string;
|
|
2881
|
+
export { client_id_146 as client_id };
|
|
2882
|
+
export namespace counterparty_73 {
|
|
2883
|
+
let client_id_147: string;
|
|
2884
|
+
export { client_id_147 as client_id };
|
|
2885
|
+
let connection_id_73: string;
|
|
2886
|
+
export { connection_id_73 as connection_id };
|
|
2887
|
+
export namespace prefix_73 {
|
|
2888
|
+
let key_prefix_73: string;
|
|
2889
|
+
export { key_prefix_73 as key_prefix };
|
|
2890
|
+
}
|
|
2891
|
+
export { prefix_73 as prefix };
|
|
2892
|
+
}
|
|
2893
|
+
export { counterparty_73 as counterparty };
|
|
2894
|
+
let state_146: number;
|
|
2895
|
+
export { state_146 as state };
|
|
2896
|
+
export namespace transferChannel_73 {
|
|
2897
|
+
let channelId_73: string;
|
|
2898
|
+
export { channelId_73 as channelId };
|
|
2899
|
+
let portId_73: string;
|
|
2900
|
+
export { portId_73 as portId };
|
|
2901
|
+
let counterPartyChannelId_73: string;
|
|
2902
|
+
export { counterPartyChannelId_73 as counterPartyChannelId };
|
|
2903
|
+
let counterPartyPortId_73: string;
|
|
2904
|
+
export { counterPartyPortId_73 as counterPartyPortId };
|
|
2905
|
+
let ordering_73: number;
|
|
2906
|
+
export { ordering_73 as ordering };
|
|
2907
|
+
let state_147: number;
|
|
2908
|
+
export { state_147 as state };
|
|
2909
|
+
let version_73: string;
|
|
2910
|
+
export { version_73 as version };
|
|
2911
|
+
}
|
|
2912
|
+
export { transferChannel_73 as transferChannel };
|
|
2913
|
+
}
|
|
2914
|
+
export { juno_7 as juno };
|
|
2915
|
+
export namespace neutron_9 {
|
|
2916
|
+
let id_74: string;
|
|
2917
|
+
export { id_74 as id };
|
|
2918
|
+
let client_id_148: string;
|
|
2919
|
+
export { client_id_148 as client_id };
|
|
2920
|
+
export namespace counterparty_74 {
|
|
2921
|
+
let client_id_149: string;
|
|
2922
|
+
export { client_id_149 as client_id };
|
|
2923
|
+
let connection_id_74: string;
|
|
2924
|
+
export { connection_id_74 as connection_id };
|
|
2925
|
+
export namespace prefix_74 {
|
|
2926
|
+
let key_prefix_74: string;
|
|
2927
|
+
export { key_prefix_74 as key_prefix };
|
|
2928
|
+
}
|
|
2929
|
+
export { prefix_74 as prefix };
|
|
2930
|
+
}
|
|
2931
|
+
export { counterparty_74 as counterparty };
|
|
2932
|
+
let state_148: number;
|
|
2933
|
+
export { state_148 as state };
|
|
2934
|
+
export namespace transferChannel_74 {
|
|
2935
|
+
let channelId_74: string;
|
|
2936
|
+
export { channelId_74 as channelId };
|
|
2937
|
+
let portId_74: string;
|
|
2938
|
+
export { portId_74 as portId };
|
|
2939
|
+
let counterPartyChannelId_74: string;
|
|
2940
|
+
export { counterPartyChannelId_74 as counterPartyChannelId };
|
|
2941
|
+
let counterPartyPortId_74: string;
|
|
2942
|
+
export { counterPartyPortId_74 as counterPartyPortId };
|
|
2943
|
+
let ordering_74: number;
|
|
2944
|
+
export { ordering_74 as ordering };
|
|
2945
|
+
let state_149: number;
|
|
2946
|
+
export { state_149 as state };
|
|
2947
|
+
let version_74: string;
|
|
2948
|
+
export { version_74 as version };
|
|
2949
|
+
}
|
|
2950
|
+
export { transferChannel_74 as transferChannel };
|
|
2951
|
+
}
|
|
2952
|
+
export { neutron_9 as neutron };
|
|
2953
|
+
export namespace osmosis_10 {
|
|
2954
|
+
let id_75: string;
|
|
2955
|
+
export { id_75 as id };
|
|
2956
|
+
let client_id_150: string;
|
|
2957
|
+
export { client_id_150 as client_id };
|
|
2958
|
+
export namespace counterparty_75 {
|
|
2959
|
+
let client_id_151: string;
|
|
2960
|
+
export { client_id_151 as client_id };
|
|
2961
|
+
let connection_id_75: string;
|
|
2962
|
+
export { connection_id_75 as connection_id };
|
|
2963
|
+
export namespace prefix_75 {
|
|
2964
|
+
let key_prefix_75: string;
|
|
2965
|
+
export { key_prefix_75 as key_prefix };
|
|
2966
|
+
}
|
|
2967
|
+
export { prefix_75 as prefix };
|
|
2968
|
+
}
|
|
2969
|
+
export { counterparty_75 as counterparty };
|
|
2970
|
+
let state_150: number;
|
|
2971
|
+
export { state_150 as state };
|
|
2972
|
+
export namespace transferChannel_75 {
|
|
2973
|
+
let channelId_75: string;
|
|
2974
|
+
export { channelId_75 as channelId };
|
|
2975
|
+
let portId_75: string;
|
|
2976
|
+
export { portId_75 as portId };
|
|
2977
|
+
let counterPartyChannelId_75: string;
|
|
2978
|
+
export { counterPartyChannelId_75 as counterPartyChannelId };
|
|
2979
|
+
let counterPartyPortId_75: string;
|
|
2980
|
+
export { counterPartyPortId_75 as counterPartyPortId };
|
|
2981
|
+
let ordering_75: number;
|
|
2982
|
+
export { ordering_75 as ordering };
|
|
2983
|
+
let state_151: number;
|
|
2984
|
+
export { state_151 as state };
|
|
2985
|
+
let version_75: string;
|
|
2986
|
+
export { version_75 as version };
|
|
2987
|
+
}
|
|
2988
|
+
export { transferChannel_75 as transferChannel };
|
|
2989
|
+
}
|
|
2990
|
+
export { osmosis_10 as osmosis };
|
|
2991
|
+
export namespace secretnetwork_8 {
|
|
2992
|
+
let id_76: string;
|
|
2993
|
+
export { id_76 as id };
|
|
2994
|
+
let client_id_152: string;
|
|
2995
|
+
export { client_id_152 as client_id };
|
|
2996
|
+
export namespace counterparty_76 {
|
|
2997
|
+
let client_id_153: string;
|
|
2998
|
+
export { client_id_153 as client_id };
|
|
2999
|
+
let connection_id_76: string;
|
|
3000
|
+
export { connection_id_76 as connection_id };
|
|
3001
|
+
export namespace prefix_76 {
|
|
3002
|
+
let key_prefix_76: string;
|
|
3003
|
+
export { key_prefix_76 as key_prefix };
|
|
3004
|
+
}
|
|
3005
|
+
export { prefix_76 as prefix };
|
|
3006
|
+
}
|
|
3007
|
+
export { counterparty_76 as counterparty };
|
|
3008
|
+
let state_152: number;
|
|
3009
|
+
export { state_152 as state };
|
|
3010
|
+
export namespace transferChannel_76 {
|
|
3011
|
+
let channelId_76: string;
|
|
3012
|
+
export { channelId_76 as channelId };
|
|
3013
|
+
let portId_76: string;
|
|
3014
|
+
export { portId_76 as portId };
|
|
3015
|
+
let counterPartyChannelId_76: string;
|
|
3016
|
+
export { counterPartyChannelId_76 as counterPartyChannelId };
|
|
3017
|
+
let counterPartyPortId_76: string;
|
|
3018
|
+
export { counterPartyPortId_76 as counterPartyPortId };
|
|
3019
|
+
let ordering_76: number;
|
|
3020
|
+
export { ordering_76 as ordering };
|
|
3021
|
+
let state_153: number;
|
|
3022
|
+
export { state_153 as state };
|
|
3023
|
+
let version_76: string;
|
|
3024
|
+
export { version_76 as version };
|
|
3025
|
+
}
|
|
3026
|
+
export { transferChannel_76 as transferChannel };
|
|
3027
|
+
}
|
|
3028
|
+
export { secretnetwork_8 as secretnetwork };
|
|
3029
|
+
export namespace stargaze_8 {
|
|
3030
|
+
let id_77: string;
|
|
3031
|
+
export { id_77 as id };
|
|
3032
|
+
let client_id_154: string;
|
|
3033
|
+
export { client_id_154 as client_id };
|
|
3034
|
+
export namespace counterparty_77 {
|
|
3035
|
+
let client_id_155: string;
|
|
3036
|
+
export { client_id_155 as client_id };
|
|
3037
|
+
let connection_id_77: string;
|
|
3038
|
+
export { connection_id_77 as connection_id };
|
|
3039
|
+
export namespace prefix_77 {
|
|
3040
|
+
let key_prefix_77: string;
|
|
3041
|
+
export { key_prefix_77 as key_prefix };
|
|
3042
|
+
}
|
|
3043
|
+
export { prefix_77 as prefix };
|
|
3044
|
+
}
|
|
3045
|
+
export { counterparty_77 as counterparty };
|
|
3046
|
+
let state_154: number;
|
|
3047
|
+
export { state_154 as state };
|
|
3048
|
+
export namespace transferChannel_77 {
|
|
3049
|
+
let channelId_77: string;
|
|
3050
|
+
export { channelId_77 as channelId };
|
|
3051
|
+
let portId_77: string;
|
|
3052
|
+
export { portId_77 as portId };
|
|
3053
|
+
let counterPartyChannelId_77: string;
|
|
3054
|
+
export { counterPartyChannelId_77 as counterPartyChannelId };
|
|
3055
|
+
let counterPartyPortId_77: string;
|
|
3056
|
+
export { counterPartyPortId_77 as counterPartyPortId };
|
|
3057
|
+
let ordering_77: number;
|
|
3058
|
+
export { ordering_77 as ordering };
|
|
3059
|
+
let state_155: number;
|
|
3060
|
+
export { state_155 as state };
|
|
3061
|
+
let version_77: string;
|
|
3062
|
+
export { version_77 as version };
|
|
3063
|
+
}
|
|
3064
|
+
export { transferChannel_77 as transferChannel };
|
|
3065
|
+
}
|
|
3066
|
+
export { stargaze_8 as stargaze };
|
|
3067
|
+
}
|
|
3068
|
+
export { connections_10 as connections };
|
|
3069
|
+
}
|
|
3070
|
+
export { stride_8 as stride };
|
|
3071
|
+
}
|
|
3072
|
+
export default _default;
|
|
3073
|
+
//# sourceMappingURL=fetched-chain-info.d.ts.map
|