juno-network 0.10.0 → 0.11.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/main/codegen/helpers.js +4 -4
- package/module/codegen/helpers.js +4 -4
- package/module/codegen/index.js +1 -1
- package/package.json +8 -8
- package/src/codegen/helpers.ts +7 -5
- package/src/codegen/index.ts +1 -1
- package/types/codegen/JunoSwap.client.d.ts +1 -1
- package/types/codegen/JunoSwap.types.d.ts +1 -1
- package/types/codegen/contracts.d.ts +1 -1
- package/types/codegen/cosmos/bundle.d.ts +331 -3694
- package/types/codegen/cosmos/client.d.ts +3 -2
- package/types/codegen/cosmos/rpc.query.d.ts +2 -1
- package/types/codegen/cosmos_proto/bundle.d.ts +2 -9
- package/types/codegen/cosmwasm/bundle.d.ts +56 -488
- package/types/codegen/cosmwasm/client.d.ts +3 -2
- package/types/codegen/cosmwasm/rpc.query.d.ts +2 -1
- package/types/codegen/google/bundle.d.ts +31 -1256
- package/types/codegen/helpers.d.ts +5 -5
- package/types/codegen/ibc/bundle.d.ts +169 -1905
- package/types/codegen/ibc/client.d.ts +3 -2
- package/types/codegen/ibc/rpc.query.d.ts +2 -1
- package/types/codegen/ics23/bundle.d.ts +13 -482
- package/types/codegen/index.d.ts +1 -1
- package/types/codegen/juno/bundle.d.ts +10 -38
- package/types/codegen/juno/rpc.query.d.ts +2 -1
- package/types/codegen/tendermint/bundle.d.ts +85 -1674
@@ -1,5 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { GeneratedType, Registry, OfflineSigner } from "@cosmjs/proto-signing";
|
2
2
|
import { AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
|
3
|
+
import { HttpEndpoint } from "@cosmjs/tendermint-rpc";
|
3
4
|
export declare const ibcAminoConverters: {
|
4
5
|
"/ibc.core.connection.v1.MsgConnectionOpenInit": {
|
5
6
|
aminoType: string;
|
@@ -553,7 +554,7 @@ export declare const getSigningIbcClientOptions: ({ defaultTypes }?: {
|
|
553
554
|
aminoTypes: AminoTypes;
|
554
555
|
};
|
555
556
|
export declare const getSigningIbcClient: ({ rpcEndpoint, signer, defaultTypes }: {
|
556
|
-
rpcEndpoint: string;
|
557
|
+
rpcEndpoint: string | HttpEndpoint;
|
557
558
|
signer: OfflineSigner;
|
558
559
|
defaultTypes?: ReadonlyArray<[string, GeneratedType]>;
|
559
560
|
}) => Promise<SigningStargateClient>;
|
@@ -11,535 +11,66 @@ export declare const ics23: {
|
|
11
11
|
ExistenceProof: {
|
12
12
|
encode(message: _0.ExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
13
13
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.ExistenceProof;
|
14
|
-
fromPartial(object:
|
15
|
-
key?: Uint8Array;
|
16
|
-
value?: Uint8Array;
|
17
|
-
leaf?: {
|
18
|
-
hash?: _0.HashOp;
|
19
|
-
prehashKey?: _0.HashOp;
|
20
|
-
prehashValue?: _0.HashOp;
|
21
|
-
length?: _0.LengthOp;
|
22
|
-
prefix?: Uint8Array;
|
23
|
-
};
|
24
|
-
path?: {
|
25
|
-
hash?: _0.HashOp;
|
26
|
-
prefix?: Uint8Array;
|
27
|
-
suffix?: Uint8Array;
|
28
|
-
}[];
|
29
|
-
}): _0.ExistenceProof;
|
14
|
+
fromPartial(object: any): _0.ExistenceProof;
|
30
15
|
};
|
31
16
|
NonExistenceProof: {
|
32
17
|
encode(message: _0.NonExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
33
18
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.NonExistenceProof;
|
34
|
-
fromPartial(object:
|
35
|
-
key?: Uint8Array;
|
36
|
-
left?: {
|
37
|
-
key?: Uint8Array;
|
38
|
-
value?: Uint8Array;
|
39
|
-
leaf?: {
|
40
|
-
hash?: _0.HashOp;
|
41
|
-
prehashKey?: _0.HashOp;
|
42
|
-
prehashValue?: _0.HashOp;
|
43
|
-
length?: _0.LengthOp;
|
44
|
-
prefix?: Uint8Array;
|
45
|
-
};
|
46
|
-
path?: {
|
47
|
-
hash?: _0.HashOp;
|
48
|
-
prefix?: Uint8Array;
|
49
|
-
suffix?: Uint8Array;
|
50
|
-
}[];
|
51
|
-
};
|
52
|
-
right?: {
|
53
|
-
key?: Uint8Array;
|
54
|
-
value?: Uint8Array;
|
55
|
-
leaf?: {
|
56
|
-
hash?: _0.HashOp;
|
57
|
-
prehashKey?: _0.HashOp;
|
58
|
-
prehashValue?: _0.HashOp;
|
59
|
-
length?: _0.LengthOp;
|
60
|
-
prefix?: Uint8Array;
|
61
|
-
};
|
62
|
-
path?: {
|
63
|
-
hash?: _0.HashOp;
|
64
|
-
prefix?: Uint8Array;
|
65
|
-
suffix?: Uint8Array;
|
66
|
-
}[];
|
67
|
-
};
|
68
|
-
}): _0.NonExistenceProof;
|
19
|
+
fromPartial(object: any): _0.NonExistenceProof;
|
69
20
|
};
|
70
21
|
CommitmentProof: {
|
71
22
|
encode(message: _0.CommitmentProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
72
23
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CommitmentProof;
|
73
|
-
fromPartial(object:
|
74
|
-
exist?: {
|
75
|
-
key?: Uint8Array;
|
76
|
-
value?: Uint8Array;
|
77
|
-
leaf?: {
|
78
|
-
hash?: _0.HashOp;
|
79
|
-
prehashKey?: _0.HashOp;
|
80
|
-
prehashValue?: _0.HashOp;
|
81
|
-
length?: _0.LengthOp;
|
82
|
-
prefix?: Uint8Array;
|
83
|
-
};
|
84
|
-
path?: {
|
85
|
-
hash?: _0.HashOp;
|
86
|
-
prefix?: Uint8Array;
|
87
|
-
suffix?: Uint8Array;
|
88
|
-
}[];
|
89
|
-
};
|
90
|
-
nonexist?: {
|
91
|
-
key?: Uint8Array;
|
92
|
-
left?: {
|
93
|
-
key?: Uint8Array;
|
94
|
-
value?: Uint8Array;
|
95
|
-
leaf?: {
|
96
|
-
hash?: _0.HashOp;
|
97
|
-
prehashKey?: _0.HashOp;
|
98
|
-
prehashValue?: _0.HashOp;
|
99
|
-
length?: _0.LengthOp;
|
100
|
-
prefix?: Uint8Array;
|
101
|
-
};
|
102
|
-
path?: {
|
103
|
-
hash?: _0.HashOp;
|
104
|
-
prefix?: Uint8Array;
|
105
|
-
suffix?: Uint8Array;
|
106
|
-
}[];
|
107
|
-
};
|
108
|
-
right?: {
|
109
|
-
key?: Uint8Array;
|
110
|
-
value?: Uint8Array;
|
111
|
-
leaf?: {
|
112
|
-
hash?: _0.HashOp;
|
113
|
-
prehashKey?: _0.HashOp;
|
114
|
-
prehashValue?: _0.HashOp;
|
115
|
-
length?: _0.LengthOp;
|
116
|
-
prefix?: Uint8Array;
|
117
|
-
};
|
118
|
-
path?: {
|
119
|
-
hash?: _0.HashOp;
|
120
|
-
prefix?: Uint8Array;
|
121
|
-
suffix?: Uint8Array;
|
122
|
-
}[];
|
123
|
-
};
|
124
|
-
};
|
125
|
-
batch?: {
|
126
|
-
entries?: {
|
127
|
-
exist?: {
|
128
|
-
key?: Uint8Array;
|
129
|
-
value?: Uint8Array;
|
130
|
-
leaf?: {
|
131
|
-
hash?: _0.HashOp;
|
132
|
-
prehashKey?: _0.HashOp;
|
133
|
-
prehashValue?: _0.HashOp;
|
134
|
-
length?: _0.LengthOp;
|
135
|
-
prefix?: Uint8Array;
|
136
|
-
};
|
137
|
-
path?: {
|
138
|
-
hash?: _0.HashOp;
|
139
|
-
prefix?: Uint8Array;
|
140
|
-
suffix?: Uint8Array;
|
141
|
-
}[];
|
142
|
-
};
|
143
|
-
nonexist?: {
|
144
|
-
key?: Uint8Array;
|
145
|
-
left?: {
|
146
|
-
key?: Uint8Array;
|
147
|
-
value?: Uint8Array;
|
148
|
-
leaf?: {
|
149
|
-
hash?: _0.HashOp;
|
150
|
-
prehashKey?: _0.HashOp;
|
151
|
-
prehashValue?: _0.HashOp;
|
152
|
-
length?: _0.LengthOp;
|
153
|
-
prefix?: Uint8Array;
|
154
|
-
};
|
155
|
-
path?: {
|
156
|
-
hash?: _0.HashOp;
|
157
|
-
prefix?: Uint8Array;
|
158
|
-
suffix?: Uint8Array;
|
159
|
-
}[];
|
160
|
-
};
|
161
|
-
right?: {
|
162
|
-
key?: Uint8Array;
|
163
|
-
value?: Uint8Array;
|
164
|
-
leaf?: {
|
165
|
-
hash?: _0.HashOp;
|
166
|
-
prehashKey?: _0.HashOp;
|
167
|
-
prehashValue?: _0.HashOp;
|
168
|
-
length?: _0.LengthOp;
|
169
|
-
prefix?: Uint8Array;
|
170
|
-
};
|
171
|
-
path?: {
|
172
|
-
hash?: _0.HashOp;
|
173
|
-
prefix?: Uint8Array;
|
174
|
-
suffix?: Uint8Array;
|
175
|
-
}[];
|
176
|
-
};
|
177
|
-
};
|
178
|
-
}[];
|
179
|
-
};
|
180
|
-
compressed?: {
|
181
|
-
entries?: {
|
182
|
-
exist?: {
|
183
|
-
key?: Uint8Array;
|
184
|
-
value?: Uint8Array;
|
185
|
-
leaf?: {
|
186
|
-
hash?: _0.HashOp;
|
187
|
-
prehashKey?: _0.HashOp;
|
188
|
-
prehashValue?: _0.HashOp;
|
189
|
-
length?: _0.LengthOp;
|
190
|
-
prefix?: Uint8Array;
|
191
|
-
};
|
192
|
-
path?: number[];
|
193
|
-
};
|
194
|
-
nonexist?: {
|
195
|
-
key?: Uint8Array;
|
196
|
-
left?: {
|
197
|
-
key?: Uint8Array;
|
198
|
-
value?: Uint8Array;
|
199
|
-
leaf?: {
|
200
|
-
hash?: _0.HashOp;
|
201
|
-
prehashKey?: _0.HashOp;
|
202
|
-
prehashValue?: _0.HashOp;
|
203
|
-
length?: _0.LengthOp;
|
204
|
-
prefix?: Uint8Array;
|
205
|
-
};
|
206
|
-
path?: number[];
|
207
|
-
};
|
208
|
-
right?: {
|
209
|
-
key?: Uint8Array;
|
210
|
-
value?: Uint8Array;
|
211
|
-
leaf?: {
|
212
|
-
hash?: _0.HashOp;
|
213
|
-
prehashKey?: _0.HashOp;
|
214
|
-
prehashValue?: _0.HashOp;
|
215
|
-
length?: _0.LengthOp;
|
216
|
-
prefix?: Uint8Array;
|
217
|
-
};
|
218
|
-
path?: number[];
|
219
|
-
};
|
220
|
-
};
|
221
|
-
}[];
|
222
|
-
lookupInners?: {
|
223
|
-
hash?: _0.HashOp;
|
224
|
-
prefix?: Uint8Array;
|
225
|
-
suffix?: Uint8Array;
|
226
|
-
}[];
|
227
|
-
};
|
228
|
-
}): _0.CommitmentProof;
|
24
|
+
fromPartial(object: any): _0.CommitmentProof;
|
229
25
|
};
|
230
26
|
LeafOp: {
|
231
27
|
encode(message: _0.LeafOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
232
28
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.LeafOp;
|
233
|
-
fromPartial(object:
|
234
|
-
hash?: _0.HashOp;
|
235
|
-
prehashKey?: _0.HashOp;
|
236
|
-
prehashValue?: _0.HashOp;
|
237
|
-
length?: _0.LengthOp;
|
238
|
-
prefix?: Uint8Array;
|
239
|
-
}): _0.LeafOp;
|
29
|
+
fromPartial(object: any): _0.LeafOp;
|
240
30
|
};
|
241
31
|
InnerOp: {
|
242
32
|
encode(message: _0.InnerOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
243
33
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.InnerOp;
|
244
|
-
fromPartial(object:
|
245
|
-
hash?: _0.HashOp;
|
246
|
-
prefix?: Uint8Array;
|
247
|
-
suffix?: Uint8Array;
|
248
|
-
}): _0.InnerOp;
|
34
|
+
fromPartial(object: any): _0.InnerOp;
|
249
35
|
};
|
250
36
|
ProofSpec: {
|
251
37
|
encode(message: _0.ProofSpec, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
252
38
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.ProofSpec;
|
253
|
-
fromPartial(object:
|
254
|
-
leafSpec?: {
|
255
|
-
hash?: _0.HashOp;
|
256
|
-
prehashKey?: _0.HashOp;
|
257
|
-
prehashValue?: _0.HashOp;
|
258
|
-
length?: _0.LengthOp;
|
259
|
-
prefix?: Uint8Array;
|
260
|
-
};
|
261
|
-
innerSpec?: {
|
262
|
-
childOrder?: number[];
|
263
|
-
childSize?: number;
|
264
|
-
minPrefixLength?: number;
|
265
|
-
maxPrefixLength?: number;
|
266
|
-
emptyChild?: Uint8Array;
|
267
|
-
hash?: _0.HashOp;
|
268
|
-
};
|
269
|
-
maxDepth?: number;
|
270
|
-
minDepth?: number;
|
271
|
-
}): _0.ProofSpec;
|
39
|
+
fromPartial(object: any): _0.ProofSpec;
|
272
40
|
};
|
273
41
|
InnerSpec: {
|
274
42
|
encode(message: _0.InnerSpec, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
275
43
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.InnerSpec;
|
276
|
-
fromPartial(object:
|
277
|
-
childOrder?: number[];
|
278
|
-
childSize?: number;
|
279
|
-
minPrefixLength?: number;
|
280
|
-
maxPrefixLength?: number;
|
281
|
-
emptyChild?: Uint8Array;
|
282
|
-
hash?: _0.HashOp;
|
283
|
-
}): _0.InnerSpec;
|
44
|
+
fromPartial(object: any): _0.InnerSpec;
|
284
45
|
};
|
285
46
|
BatchProof: {
|
286
47
|
encode(message: _0.BatchProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
287
48
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.BatchProof;
|
288
|
-
fromPartial(object:
|
289
|
-
entries?: {
|
290
|
-
exist?: {
|
291
|
-
key?: Uint8Array;
|
292
|
-
value?: Uint8Array;
|
293
|
-
leaf?: {
|
294
|
-
hash?: _0.HashOp;
|
295
|
-
prehashKey?: _0.HashOp;
|
296
|
-
prehashValue?: _0.HashOp;
|
297
|
-
length?: _0.LengthOp;
|
298
|
-
prefix?: Uint8Array;
|
299
|
-
};
|
300
|
-
path?: {
|
301
|
-
hash?: _0.HashOp;
|
302
|
-
prefix?: Uint8Array;
|
303
|
-
suffix?: Uint8Array;
|
304
|
-
}[];
|
305
|
-
};
|
306
|
-
nonexist?: {
|
307
|
-
key?: Uint8Array;
|
308
|
-
left?: {
|
309
|
-
key?: Uint8Array;
|
310
|
-
value?: Uint8Array;
|
311
|
-
leaf?: {
|
312
|
-
hash?: _0.HashOp;
|
313
|
-
prehashKey?: _0.HashOp;
|
314
|
-
prehashValue?: _0.HashOp;
|
315
|
-
length?: _0.LengthOp;
|
316
|
-
prefix?: Uint8Array;
|
317
|
-
};
|
318
|
-
path?: {
|
319
|
-
hash?: _0.HashOp;
|
320
|
-
prefix?: Uint8Array;
|
321
|
-
suffix?: Uint8Array;
|
322
|
-
}[];
|
323
|
-
};
|
324
|
-
right?: {
|
325
|
-
key?: Uint8Array;
|
326
|
-
value?: Uint8Array;
|
327
|
-
leaf?: {
|
328
|
-
hash?: _0.HashOp;
|
329
|
-
prehashKey?: _0.HashOp;
|
330
|
-
prehashValue?: _0.HashOp;
|
331
|
-
length?: _0.LengthOp;
|
332
|
-
prefix?: Uint8Array;
|
333
|
-
};
|
334
|
-
path?: {
|
335
|
-
hash?: _0.HashOp;
|
336
|
-
prefix?: Uint8Array;
|
337
|
-
suffix?: Uint8Array;
|
338
|
-
}[];
|
339
|
-
};
|
340
|
-
};
|
341
|
-
}[];
|
342
|
-
}): _0.BatchProof;
|
49
|
+
fromPartial(object: any): _0.BatchProof;
|
343
50
|
};
|
344
51
|
BatchEntry: {
|
345
52
|
encode(message: _0.BatchEntry, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
346
53
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.BatchEntry;
|
347
|
-
fromPartial(object:
|
348
|
-
exist?: {
|
349
|
-
key?: Uint8Array;
|
350
|
-
value?: Uint8Array;
|
351
|
-
leaf?: {
|
352
|
-
hash?: _0.HashOp;
|
353
|
-
prehashKey?: _0.HashOp;
|
354
|
-
prehashValue?: _0.HashOp;
|
355
|
-
length?: _0.LengthOp;
|
356
|
-
prefix?: Uint8Array;
|
357
|
-
};
|
358
|
-
path?: {
|
359
|
-
hash?: _0.HashOp;
|
360
|
-
prefix?: Uint8Array;
|
361
|
-
suffix?: Uint8Array;
|
362
|
-
}[];
|
363
|
-
};
|
364
|
-
nonexist?: {
|
365
|
-
key?: Uint8Array;
|
366
|
-
left?: {
|
367
|
-
key?: Uint8Array;
|
368
|
-
value?: Uint8Array;
|
369
|
-
leaf?: {
|
370
|
-
hash?: _0.HashOp;
|
371
|
-
prehashKey?: _0.HashOp;
|
372
|
-
prehashValue?: _0.HashOp;
|
373
|
-
length?: _0.LengthOp;
|
374
|
-
prefix?: Uint8Array;
|
375
|
-
};
|
376
|
-
path?: {
|
377
|
-
hash?: _0.HashOp;
|
378
|
-
prefix?: Uint8Array;
|
379
|
-
suffix?: Uint8Array;
|
380
|
-
}[];
|
381
|
-
};
|
382
|
-
right?: {
|
383
|
-
key?: Uint8Array;
|
384
|
-
value?: Uint8Array;
|
385
|
-
leaf?: {
|
386
|
-
hash?: _0.HashOp;
|
387
|
-
prehashKey?: _0.HashOp;
|
388
|
-
prehashValue?: _0.HashOp;
|
389
|
-
length?: _0.LengthOp;
|
390
|
-
prefix?: Uint8Array;
|
391
|
-
};
|
392
|
-
path?: {
|
393
|
-
hash?: _0.HashOp;
|
394
|
-
prefix?: Uint8Array;
|
395
|
-
suffix?: Uint8Array;
|
396
|
-
}[];
|
397
|
-
};
|
398
|
-
};
|
399
|
-
}): _0.BatchEntry;
|
54
|
+
fromPartial(object: any): _0.BatchEntry;
|
400
55
|
};
|
401
56
|
CompressedBatchProof: {
|
402
57
|
encode(message: _0.CompressedBatchProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
403
58
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedBatchProof;
|
404
|
-
fromPartial(object:
|
405
|
-
entries?: {
|
406
|
-
exist?: {
|
407
|
-
key?: Uint8Array;
|
408
|
-
value?: Uint8Array;
|
409
|
-
leaf?: {
|
410
|
-
hash?: _0.HashOp;
|
411
|
-
prehashKey?: _0.HashOp;
|
412
|
-
prehashValue?: _0.HashOp;
|
413
|
-
length?: _0.LengthOp;
|
414
|
-
prefix?: Uint8Array;
|
415
|
-
};
|
416
|
-
path?: number[];
|
417
|
-
};
|
418
|
-
nonexist?: {
|
419
|
-
key?: Uint8Array;
|
420
|
-
left?: {
|
421
|
-
key?: Uint8Array;
|
422
|
-
value?: Uint8Array;
|
423
|
-
leaf?: {
|
424
|
-
hash?: _0.HashOp;
|
425
|
-
prehashKey?: _0.HashOp;
|
426
|
-
prehashValue?: _0.HashOp;
|
427
|
-
length?: _0.LengthOp;
|
428
|
-
prefix?: Uint8Array;
|
429
|
-
};
|
430
|
-
path?: number[];
|
431
|
-
};
|
432
|
-
right?: {
|
433
|
-
key?: Uint8Array;
|
434
|
-
value?: Uint8Array;
|
435
|
-
leaf?: {
|
436
|
-
hash?: _0.HashOp;
|
437
|
-
prehashKey?: _0.HashOp;
|
438
|
-
prehashValue?: _0.HashOp;
|
439
|
-
length?: _0.LengthOp;
|
440
|
-
prefix?: Uint8Array;
|
441
|
-
};
|
442
|
-
path?: number[];
|
443
|
-
};
|
444
|
-
};
|
445
|
-
}[];
|
446
|
-
lookupInners?: {
|
447
|
-
hash?: _0.HashOp;
|
448
|
-
prefix?: Uint8Array;
|
449
|
-
suffix?: Uint8Array;
|
450
|
-
}[];
|
451
|
-
}): _0.CompressedBatchProof;
|
59
|
+
fromPartial(object: any): _0.CompressedBatchProof;
|
452
60
|
};
|
453
61
|
CompressedBatchEntry: {
|
454
62
|
encode(message: _0.CompressedBatchEntry, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
455
63
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedBatchEntry;
|
456
|
-
fromPartial(object:
|
457
|
-
exist?: {
|
458
|
-
key?: Uint8Array;
|
459
|
-
value?: Uint8Array;
|
460
|
-
leaf?: {
|
461
|
-
hash?: _0.HashOp;
|
462
|
-
prehashKey?: _0.HashOp;
|
463
|
-
prehashValue?: _0.HashOp;
|
464
|
-
length?: _0.LengthOp;
|
465
|
-
prefix?: Uint8Array;
|
466
|
-
};
|
467
|
-
path?: number[];
|
468
|
-
};
|
469
|
-
nonexist?: {
|
470
|
-
key?: Uint8Array;
|
471
|
-
left?: {
|
472
|
-
key?: Uint8Array;
|
473
|
-
value?: Uint8Array;
|
474
|
-
leaf?: {
|
475
|
-
hash?: _0.HashOp;
|
476
|
-
prehashKey?: _0.HashOp;
|
477
|
-
prehashValue?: _0.HashOp;
|
478
|
-
length?: _0.LengthOp;
|
479
|
-
prefix?: Uint8Array;
|
480
|
-
};
|
481
|
-
path?: number[];
|
482
|
-
};
|
483
|
-
right?: {
|
484
|
-
key?: Uint8Array;
|
485
|
-
value?: Uint8Array;
|
486
|
-
leaf?: {
|
487
|
-
hash?: _0.HashOp;
|
488
|
-
prehashKey?: _0.HashOp;
|
489
|
-
prehashValue?: _0.HashOp;
|
490
|
-
length?: _0.LengthOp;
|
491
|
-
prefix?: Uint8Array;
|
492
|
-
};
|
493
|
-
path?: number[];
|
494
|
-
};
|
495
|
-
};
|
496
|
-
}): _0.CompressedBatchEntry;
|
64
|
+
fromPartial(object: any): _0.CompressedBatchEntry;
|
497
65
|
};
|
498
66
|
CompressedExistenceProof: {
|
499
67
|
encode(message: _0.CompressedExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
500
68
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedExistenceProof;
|
501
|
-
fromPartial(object:
|
502
|
-
key?: Uint8Array;
|
503
|
-
value?: Uint8Array;
|
504
|
-
leaf?: {
|
505
|
-
hash?: _0.HashOp;
|
506
|
-
prehashKey?: _0.HashOp;
|
507
|
-
prehashValue?: _0.HashOp;
|
508
|
-
length?: _0.LengthOp;
|
509
|
-
prefix?: Uint8Array;
|
510
|
-
};
|
511
|
-
path?: number[];
|
512
|
-
}): _0.CompressedExistenceProof;
|
69
|
+
fromPartial(object: any): _0.CompressedExistenceProof;
|
513
70
|
};
|
514
71
|
CompressedNonExistenceProof: {
|
515
72
|
encode(message: _0.CompressedNonExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
516
73
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedNonExistenceProof;
|
517
|
-
fromPartial(object:
|
518
|
-
key?: Uint8Array;
|
519
|
-
left?: {
|
520
|
-
key?: Uint8Array;
|
521
|
-
value?: Uint8Array;
|
522
|
-
leaf?: {
|
523
|
-
hash?: _0.HashOp;
|
524
|
-
prehashKey?: _0.HashOp;
|
525
|
-
prehashValue?: _0.HashOp;
|
526
|
-
length?: _0.LengthOp;
|
527
|
-
prefix?: Uint8Array;
|
528
|
-
};
|
529
|
-
path?: number[];
|
530
|
-
};
|
531
|
-
right?: {
|
532
|
-
key?: Uint8Array;
|
533
|
-
value?: Uint8Array;
|
534
|
-
leaf?: {
|
535
|
-
hash?: _0.HashOp;
|
536
|
-
prehashKey?: _0.HashOp;
|
537
|
-
prehashValue?: _0.HashOp;
|
538
|
-
length?: _0.LengthOp;
|
539
|
-
prefix?: Uint8Array;
|
540
|
-
};
|
541
|
-
path?: number[];
|
542
|
-
};
|
543
|
-
}): _0.CompressedNonExistenceProof;
|
74
|
+
fromPartial(object: any): _0.CompressedNonExistenceProof;
|
544
75
|
};
|
545
76
|
};
|
package/types/codegen/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* This file and any referenced files were automatically generated by @osmonauts/telescope@0.
|
2
|
+
* This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
4
4
|
* and run the transpile command or yarn proto command to regenerate this bundle.
|
5
5
|
*/
|
@@ -15,80 +15,52 @@ export declare namespace juno {
|
|
15
15
|
QueryParamsRequest: {
|
16
16
|
encode(_: _81.QueryParamsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
17
17
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _81.QueryParamsRequest;
|
18
|
-
fromPartial(_:
|
18
|
+
fromPartial(_: any): _81.QueryParamsRequest;
|
19
19
|
};
|
20
20
|
QueryParamsResponse: {
|
21
21
|
encode(message: _81.QueryParamsResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
22
22
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _81.QueryParamsResponse;
|
23
|
-
fromPartial(object:
|
24
|
-
params?: {
|
25
|
-
mintDenom?: string;
|
26
|
-
blocksPerYear?: any;
|
27
|
-
};
|
28
|
-
}): _81.QueryParamsResponse;
|
23
|
+
fromPartial(object: any): _81.QueryParamsResponse;
|
29
24
|
};
|
30
25
|
QueryInflationRequest: {
|
31
26
|
encode(_: _81.QueryInflationRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
32
27
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _81.QueryInflationRequest;
|
33
|
-
fromPartial(_:
|
28
|
+
fromPartial(_: any): _81.QueryInflationRequest;
|
34
29
|
};
|
35
30
|
QueryInflationResponse: {
|
36
31
|
encode(message: _81.QueryInflationResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
37
32
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _81.QueryInflationResponse;
|
38
|
-
fromPartial(object:
|
39
|
-
inflation?: Uint8Array;
|
40
|
-
}): _81.QueryInflationResponse;
|
33
|
+
fromPartial(object: any): _81.QueryInflationResponse;
|
41
34
|
};
|
42
35
|
QueryAnnualProvisionsRequest: {
|
43
36
|
encode(_: _81.QueryAnnualProvisionsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
44
37
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _81.QueryAnnualProvisionsRequest;
|
45
|
-
fromPartial(_:
|
38
|
+
fromPartial(_: any): _81.QueryAnnualProvisionsRequest;
|
46
39
|
};
|
47
40
|
QueryAnnualProvisionsResponse: {
|
48
41
|
encode(message: _81.QueryAnnualProvisionsResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
49
42
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _81.QueryAnnualProvisionsResponse;
|
50
|
-
fromPartial(object:
|
51
|
-
annualProvisions?: Uint8Array;
|
52
|
-
}): _81.QueryAnnualProvisionsResponse;
|
43
|
+
fromPartial(object: any): _81.QueryAnnualProvisionsResponse;
|
53
44
|
};
|
54
45
|
Minter: {
|
55
46
|
encode(message: _80.Minter, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
56
47
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _80.Minter;
|
57
|
-
fromPartial(object:
|
58
|
-
inflation?: string;
|
59
|
-
phase?: any;
|
60
|
-
startPhaseBlock?: any;
|
61
|
-
annualProvisions?: string;
|
62
|
-
}): _80.Minter;
|
48
|
+
fromPartial(object: any): _80.Minter;
|
63
49
|
};
|
64
50
|
Params: {
|
65
51
|
encode(message: _80.Params, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
66
52
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _80.Params;
|
67
|
-
fromPartial(object:
|
68
|
-
mintDenom?: string;
|
69
|
-
blocksPerYear?: any;
|
70
|
-
}): _80.Params;
|
53
|
+
fromPartial(object: any): _80.Params;
|
71
54
|
};
|
72
55
|
GenesisState: {
|
73
56
|
encode(message: _79.GenesisState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
74
57
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _79.GenesisState;
|
75
|
-
fromPartial(object:
|
76
|
-
minter?: {
|
77
|
-
inflation?: string;
|
78
|
-
phase?: any;
|
79
|
-
startPhaseBlock?: any;
|
80
|
-
annualProvisions?: string;
|
81
|
-
};
|
82
|
-
params?: {
|
83
|
-
mintDenom?: string;
|
84
|
-
blocksPerYear?: any;
|
85
|
-
};
|
86
|
-
}): _79.GenesisState;
|
58
|
+
fromPartial(object: any): _79.GenesisState;
|
87
59
|
};
|
88
60
|
};
|
89
61
|
const ClientFactory: {
|
90
62
|
createRPCQueryClient: ({ rpcEndpoint }: {
|
91
|
-
rpcEndpoint: string;
|
63
|
+
rpcEndpoint: string | import("@cosmjs/tendermint-rpc").HttpEndpoint;
|
92
64
|
}) => Promise<{
|
93
65
|
cosmos: {
|
94
66
|
authz: {
|