@sparkdreamnft/sparkdreamjs 0.0.25 → 0.0.27

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.
Files changed (67) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +181 -181
  3. package/esm/cosmos/bundle.js +181 -181
  4. package/esm/ibc/bundle.js +105 -105
  5. package/esm/sparkdream/bundle.js +275 -273
  6. package/esm/sparkdream/collect/v1/params.js +24 -0
  7. package/esm/sparkdream/collect/v1/tx.js +216 -1
  8. package/esm/sparkdream/collect/v1/tx.registry.js +20 -2
  9. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +11 -1
  10. package/esm/sparkdream/collect/v1/types.js +92 -2
  11. package/esm/sparkdream/forum/v1/genesis.js +110 -1
  12. package/esm/sparkdream/forum/v1/params.js +26 -2
  13. package/esm/sparkdream/forum/v1/sentinel_activity.js +58 -1
  14. package/esm/sparkdream/forum/v1/thread_metadata.js +13 -1
  15. package/esm/sparkdream/forum/v1/tx.js +157 -1
  16. package/esm/sparkdream/forum/v1/tx.registry.js +20 -2
  17. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +7 -1
  18. package/esm/sparkdream/rep/v1/bonded_role.js +17 -5
  19. package/esm/sparkdream/rep/v1/genesis.js +17 -1
  20. package/esm/sparkdream/rep/v1/role_activity.js +670 -0
  21. package/esm/sparkdream/rep/v1/tx.js +159 -0
  22. package/esm/sparkdream/rep/v1/tx.registry.js +20 -2
  23. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +8 -1
  24. package/esm/tendermint/bundle.js +17 -17
  25. package/ibc/bundle.d.ts +90 -90
  26. package/ibc/bundle.js +105 -105
  27. package/package.json +1 -1
  28. package/sparkdream/bundle.d.ts +7232 -7037
  29. package/sparkdream/bundle.js +275 -273
  30. package/sparkdream/collect/v1/params.d.ts +28 -0
  31. package/sparkdream/collect/v1/params.js +24 -0
  32. package/sparkdream/collect/v1/tx.d.ts +130 -6
  33. package/sparkdream/collect/v1/tx.js +220 -3
  34. package/sparkdream/collect/v1/tx.registry.d.ts +13 -1
  35. package/sparkdream/collect/v1/tx.registry.js +19 -1
  36. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +10 -1
  37. package/sparkdream/collect/v1/tx.rpc.msg.js +10 -0
  38. package/sparkdream/collect/v1/types.d.ts +72 -0
  39. package/sparkdream/collect/v1/types.js +92 -2
  40. package/sparkdream/forum/v1/genesis.d.ts +65 -0
  41. package/sparkdream/forum/v1/genesis.js +111 -2
  42. package/sparkdream/forum/v1/params.d.ts +30 -0
  43. package/sparkdream/forum/v1/params.js +26 -2
  44. package/sparkdream/forum/v1/sentinel_activity.d.ts +53 -0
  45. package/sparkdream/forum/v1/sentinel_activity.js +58 -1
  46. package/sparkdream/forum/v1/thread_metadata.d.ts +16 -0
  47. package/sparkdream/forum/v1/thread_metadata.js +13 -1
  48. package/sparkdream/forum/v1/tx.d.ts +93 -7
  49. package/sparkdream/forum/v1/tx.js +158 -2
  50. package/sparkdream/forum/v1/tx.registry.d.ts +13 -1
  51. package/sparkdream/forum/v1/tx.registry.js +19 -1
  52. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +4 -1
  53. package/sparkdream/forum/v1/tx.rpc.msg.js +6 -0
  54. package/sparkdream/rep/v1/bonded_role.d.ts +13 -1
  55. package/sparkdream/rep/v1/bonded_role.js +17 -5
  56. package/sparkdream/rep/v1/genesis.d.ts +3 -0
  57. package/sparkdream/rep/v1/genesis.js +17 -1
  58. package/sparkdream/rep/v1/role_activity.d.ts +395 -0
  59. package/sparkdream/rep/v1/role_activity.js +673 -0
  60. package/sparkdream/rep/v1/tx.d.ts +101 -0
  61. package/sparkdream/rep/v1/tx.js +160 -1
  62. package/sparkdream/rep/v1/tx.registry.d.ts +13 -1
  63. package/sparkdream/rep/v1/tx.registry.js +19 -1
  64. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +7 -1
  65. package/sparkdream/rep/v1/tx.rpc.msg.js +7 -0
  66. package/tendermint/bundle.d.ts +844 -844
  67. package/tendermint/bundle.js +17 -17
package/cosmos/bundle.js CHANGED
@@ -150,97 +150,97 @@ const _113 = __importStar(require("./upgrade/v1beta1/upgrade"));
150
150
  const _114 = __importStar(require("./vesting/module/v1/module"));
151
151
  const _115 = __importStar(require("./vesting/v1beta1/tx"));
152
152
  const _116 = __importStar(require("./vesting/v1beta1/vesting"));
153
- const _364 = __importStar(require("./auth/v1beta1/tx.amino"));
154
- const _365 = __importStar(require("./authz/v1beta1/tx.amino"));
155
- const _366 = __importStar(require("./bank/v1beta1/tx.amino"));
156
- const _367 = __importStar(require("./benchmark/v1/tx.amino"));
157
- const _368 = __importStar(require("./circuit/v1/tx.amino"));
158
- const _369 = __importStar(require("./consensus/v1/tx.amino"));
159
- const _370 = __importStar(require("./counter/v1/tx.amino"));
160
- const _371 = __importStar(require("./distribution/v1beta1/tx.amino"));
161
- const _372 = __importStar(require("./feegrant/v1beta1/tx.amino"));
162
- const _373 = __importStar(require("./gov/v1/tx.amino"));
163
- const _374 = __importStar(require("./gov/v1beta1/tx.amino"));
164
- const _375 = __importStar(require("./group/v1/tx.amino"));
165
- const _376 = __importStar(require("./mint/v1beta1/tx.amino"));
166
- const _377 = __importStar(require("./protocolpool/v1/tx.amino"));
167
- const _378 = __importStar(require("./staking/v1beta1/tx.amino"));
168
- const _379 = __importStar(require("./upgrade/v1beta1/tx.amino"));
169
- const _380 = __importStar(require("./vesting/v1beta1/tx.amino"));
170
- const _381 = __importStar(require("./auth/v1beta1/tx.registry"));
171
- const _382 = __importStar(require("./authz/v1beta1/tx.registry"));
172
- const _383 = __importStar(require("./bank/v1beta1/tx.registry"));
173
- const _384 = __importStar(require("./benchmark/v1/tx.registry"));
174
- const _385 = __importStar(require("./circuit/v1/tx.registry"));
175
- const _386 = __importStar(require("./consensus/v1/tx.registry"));
176
- const _387 = __importStar(require("./counter/v1/tx.registry"));
177
- const _388 = __importStar(require("./distribution/v1beta1/tx.registry"));
178
- const _389 = __importStar(require("./feegrant/v1beta1/tx.registry"));
179
- const _390 = __importStar(require("./gov/v1/tx.registry"));
180
- const _391 = __importStar(require("./gov/v1beta1/tx.registry"));
181
- const _392 = __importStar(require("./group/v1/tx.registry"));
182
- const _393 = __importStar(require("./mint/v1beta1/tx.registry"));
183
- const _394 = __importStar(require("./protocolpool/v1/tx.registry"));
184
- const _395 = __importStar(require("./staking/v1beta1/tx.registry"));
185
- const _396 = __importStar(require("./upgrade/v1beta1/tx.registry"));
186
- const _397 = __importStar(require("./vesting/v1beta1/tx.registry"));
187
- const _398 = __importStar(require("./auth/v1beta1/query.lcd"));
188
- const _399 = __importStar(require("./authz/v1beta1/query.lcd"));
189
- const _400 = __importStar(require("./bank/v1beta1/query.lcd"));
190
- const _401 = __importStar(require("./base/node/v1beta1/query.lcd"));
191
- const _402 = __importStar(require("./circuit/v1/query.lcd"));
192
- const _403 = __importStar(require("./consensus/v1/query.lcd"));
193
- const _404 = __importStar(require("./distribution/v1beta1/query.lcd"));
194
- const _405 = __importStar(require("./epochs/v1beta1/query.lcd"));
195
- const _406 = __importStar(require("./feegrant/v1beta1/query.lcd"));
196
- const _407 = __importStar(require("./gov/v1/query.lcd"));
197
- const _408 = __importStar(require("./gov/v1beta1/query.lcd"));
198
- const _409 = __importStar(require("./group/v1/query.lcd"));
199
- const _410 = __importStar(require("./mint/v1beta1/query.lcd"));
200
- const _411 = __importStar(require("./params/v1beta1/query.lcd"));
201
- const _412 = __importStar(require("./protocolpool/v1/query.lcd"));
202
- const _413 = __importStar(require("./staking/v1beta1/query.lcd"));
203
- const _414 = __importStar(require("./tx/v1beta1/service.lcd"));
204
- const _415 = __importStar(require("./upgrade/v1beta1/query.lcd"));
205
- const _416 = __importStar(require("./auth/v1beta1/query.rpc.Query"));
206
- const _417 = __importStar(require("./authz/v1beta1/query.rpc.Query"));
207
- const _418 = __importStar(require("./bank/v1beta1/query.rpc.Query"));
208
- const _419 = __importStar(require("./base/node/v1beta1/query.rpc.Service"));
209
- const _420 = __importStar(require("./circuit/v1/query.rpc.Query"));
210
- const _421 = __importStar(require("./consensus/v1/query.rpc.Query"));
211
- const _422 = __importStar(require("./counter/v1/query.rpc.Query"));
212
- const _423 = __importStar(require("./distribution/v1beta1/query.rpc.Query"));
213
- const _424 = __importStar(require("./epochs/v1beta1/query.rpc.Query"));
214
- const _425 = __importStar(require("./feegrant/v1beta1/query.rpc.Query"));
215
- const _426 = __importStar(require("./gov/v1/query.rpc.Query"));
216
- const _427 = __importStar(require("./gov/v1beta1/query.rpc.Query"));
217
- const _428 = __importStar(require("./group/v1/query.rpc.Query"));
218
- const _429 = __importStar(require("./mint/v1beta1/query.rpc.Query"));
219
- const _430 = __importStar(require("./params/v1beta1/query.rpc.Query"));
220
- const _431 = __importStar(require("./protocolpool/v1/query.rpc.Query"));
221
- const _432 = __importStar(require("./staking/v1beta1/query.rpc.Query"));
222
- const _433 = __importStar(require("./tx/v1beta1/service.rpc.Service"));
223
- const _434 = __importStar(require("./upgrade/v1beta1/query.rpc.Query"));
224
- const _435 = __importStar(require("./auth/v1beta1/tx.rpc.msg"));
225
- const _436 = __importStar(require("./authz/v1beta1/tx.rpc.msg"));
226
- const _437 = __importStar(require("./bank/v1beta1/tx.rpc.msg"));
227
- const _438 = __importStar(require("./benchmark/v1/tx.rpc.msg"));
228
- const _439 = __importStar(require("./circuit/v1/tx.rpc.msg"));
229
- const _440 = __importStar(require("./consensus/v1/tx.rpc.msg"));
230
- const _441 = __importStar(require("./counter/v1/tx.rpc.msg"));
231
- const _442 = __importStar(require("./distribution/v1beta1/tx.rpc.msg"));
232
- const _443 = __importStar(require("./feegrant/v1beta1/tx.rpc.msg"));
233
- const _444 = __importStar(require("./gov/v1/tx.rpc.msg"));
234
- const _445 = __importStar(require("./gov/v1beta1/tx.rpc.msg"));
235
- const _446 = __importStar(require("./group/v1/tx.rpc.msg"));
236
- const _447 = __importStar(require("./mint/v1beta1/tx.rpc.msg"));
237
- const _448 = __importStar(require("./protocolpool/v1/tx.rpc.msg"));
238
- const _449 = __importStar(require("./staking/v1beta1/tx.rpc.msg"));
239
- const _450 = __importStar(require("./upgrade/v1beta1/tx.rpc.msg"));
240
- const _451 = __importStar(require("./vesting/v1beta1/tx.rpc.msg"));
241
- const _589 = __importStar(require("./lcd"));
242
- const _590 = __importStar(require("./rpc.query"));
243
- const _591 = __importStar(require("./rpc.tx"));
153
+ const _365 = __importStar(require("./auth/v1beta1/tx.amino"));
154
+ const _366 = __importStar(require("./authz/v1beta1/tx.amino"));
155
+ const _367 = __importStar(require("./bank/v1beta1/tx.amino"));
156
+ const _368 = __importStar(require("./benchmark/v1/tx.amino"));
157
+ const _369 = __importStar(require("./circuit/v1/tx.amino"));
158
+ const _370 = __importStar(require("./consensus/v1/tx.amino"));
159
+ const _371 = __importStar(require("./counter/v1/tx.amino"));
160
+ const _372 = __importStar(require("./distribution/v1beta1/tx.amino"));
161
+ const _373 = __importStar(require("./feegrant/v1beta1/tx.amino"));
162
+ const _374 = __importStar(require("./gov/v1/tx.amino"));
163
+ const _375 = __importStar(require("./gov/v1beta1/tx.amino"));
164
+ const _376 = __importStar(require("./group/v1/tx.amino"));
165
+ const _377 = __importStar(require("./mint/v1beta1/tx.amino"));
166
+ const _378 = __importStar(require("./protocolpool/v1/tx.amino"));
167
+ const _379 = __importStar(require("./staking/v1beta1/tx.amino"));
168
+ const _380 = __importStar(require("./upgrade/v1beta1/tx.amino"));
169
+ const _381 = __importStar(require("./vesting/v1beta1/tx.amino"));
170
+ const _382 = __importStar(require("./auth/v1beta1/tx.registry"));
171
+ const _383 = __importStar(require("./authz/v1beta1/tx.registry"));
172
+ const _384 = __importStar(require("./bank/v1beta1/tx.registry"));
173
+ const _385 = __importStar(require("./benchmark/v1/tx.registry"));
174
+ const _386 = __importStar(require("./circuit/v1/tx.registry"));
175
+ const _387 = __importStar(require("./consensus/v1/tx.registry"));
176
+ const _388 = __importStar(require("./counter/v1/tx.registry"));
177
+ const _389 = __importStar(require("./distribution/v1beta1/tx.registry"));
178
+ const _390 = __importStar(require("./feegrant/v1beta1/tx.registry"));
179
+ const _391 = __importStar(require("./gov/v1/tx.registry"));
180
+ const _392 = __importStar(require("./gov/v1beta1/tx.registry"));
181
+ const _393 = __importStar(require("./group/v1/tx.registry"));
182
+ const _394 = __importStar(require("./mint/v1beta1/tx.registry"));
183
+ const _395 = __importStar(require("./protocolpool/v1/tx.registry"));
184
+ const _396 = __importStar(require("./staking/v1beta1/tx.registry"));
185
+ const _397 = __importStar(require("./upgrade/v1beta1/tx.registry"));
186
+ const _398 = __importStar(require("./vesting/v1beta1/tx.registry"));
187
+ const _399 = __importStar(require("./auth/v1beta1/query.lcd"));
188
+ const _400 = __importStar(require("./authz/v1beta1/query.lcd"));
189
+ const _401 = __importStar(require("./bank/v1beta1/query.lcd"));
190
+ const _402 = __importStar(require("./base/node/v1beta1/query.lcd"));
191
+ const _403 = __importStar(require("./circuit/v1/query.lcd"));
192
+ const _404 = __importStar(require("./consensus/v1/query.lcd"));
193
+ const _405 = __importStar(require("./distribution/v1beta1/query.lcd"));
194
+ const _406 = __importStar(require("./epochs/v1beta1/query.lcd"));
195
+ const _407 = __importStar(require("./feegrant/v1beta1/query.lcd"));
196
+ const _408 = __importStar(require("./gov/v1/query.lcd"));
197
+ const _409 = __importStar(require("./gov/v1beta1/query.lcd"));
198
+ const _410 = __importStar(require("./group/v1/query.lcd"));
199
+ const _411 = __importStar(require("./mint/v1beta1/query.lcd"));
200
+ const _412 = __importStar(require("./params/v1beta1/query.lcd"));
201
+ const _413 = __importStar(require("./protocolpool/v1/query.lcd"));
202
+ const _414 = __importStar(require("./staking/v1beta1/query.lcd"));
203
+ const _415 = __importStar(require("./tx/v1beta1/service.lcd"));
204
+ const _416 = __importStar(require("./upgrade/v1beta1/query.lcd"));
205
+ const _417 = __importStar(require("./auth/v1beta1/query.rpc.Query"));
206
+ const _418 = __importStar(require("./authz/v1beta1/query.rpc.Query"));
207
+ const _419 = __importStar(require("./bank/v1beta1/query.rpc.Query"));
208
+ const _420 = __importStar(require("./base/node/v1beta1/query.rpc.Service"));
209
+ const _421 = __importStar(require("./circuit/v1/query.rpc.Query"));
210
+ const _422 = __importStar(require("./consensus/v1/query.rpc.Query"));
211
+ const _423 = __importStar(require("./counter/v1/query.rpc.Query"));
212
+ const _424 = __importStar(require("./distribution/v1beta1/query.rpc.Query"));
213
+ const _425 = __importStar(require("./epochs/v1beta1/query.rpc.Query"));
214
+ const _426 = __importStar(require("./feegrant/v1beta1/query.rpc.Query"));
215
+ const _427 = __importStar(require("./gov/v1/query.rpc.Query"));
216
+ const _428 = __importStar(require("./gov/v1beta1/query.rpc.Query"));
217
+ const _429 = __importStar(require("./group/v1/query.rpc.Query"));
218
+ const _430 = __importStar(require("./mint/v1beta1/query.rpc.Query"));
219
+ const _431 = __importStar(require("./params/v1beta1/query.rpc.Query"));
220
+ const _432 = __importStar(require("./protocolpool/v1/query.rpc.Query"));
221
+ const _433 = __importStar(require("./staking/v1beta1/query.rpc.Query"));
222
+ const _434 = __importStar(require("./tx/v1beta1/service.rpc.Service"));
223
+ const _435 = __importStar(require("./upgrade/v1beta1/query.rpc.Query"));
224
+ const _436 = __importStar(require("./auth/v1beta1/tx.rpc.msg"));
225
+ const _437 = __importStar(require("./authz/v1beta1/tx.rpc.msg"));
226
+ const _438 = __importStar(require("./bank/v1beta1/tx.rpc.msg"));
227
+ const _439 = __importStar(require("./benchmark/v1/tx.rpc.msg"));
228
+ const _440 = __importStar(require("./circuit/v1/tx.rpc.msg"));
229
+ const _441 = __importStar(require("./consensus/v1/tx.rpc.msg"));
230
+ const _442 = __importStar(require("./counter/v1/tx.rpc.msg"));
231
+ const _443 = __importStar(require("./distribution/v1beta1/tx.rpc.msg"));
232
+ const _444 = __importStar(require("./feegrant/v1beta1/tx.rpc.msg"));
233
+ const _445 = __importStar(require("./gov/v1/tx.rpc.msg"));
234
+ const _446 = __importStar(require("./gov/v1beta1/tx.rpc.msg"));
235
+ const _447 = __importStar(require("./group/v1/tx.rpc.msg"));
236
+ const _448 = __importStar(require("./mint/v1beta1/tx.rpc.msg"));
237
+ const _449 = __importStar(require("./protocolpool/v1/tx.rpc.msg"));
238
+ const _450 = __importStar(require("./staking/v1beta1/tx.rpc.msg"));
239
+ const _451 = __importStar(require("./upgrade/v1beta1/tx.rpc.msg"));
240
+ const _452 = __importStar(require("./vesting/v1beta1/tx.rpc.msg"));
241
+ const _590 = __importStar(require("./lcd"));
242
+ const _591 = __importStar(require("./rpc.query"));
243
+ const _592 = __importStar(require("./rpc.tx"));
244
244
  var cosmos;
245
245
  (function (cosmos) {
246
246
  let app;
@@ -265,11 +265,11 @@ var cosmos;
265
265
  ..._5,
266
266
  ..._6,
267
267
  ..._7,
268
- ..._364,
269
- ..._381,
270
- ..._398,
271
- ..._416,
272
- ..._435
268
+ ..._365,
269
+ ..._382,
270
+ ..._399,
271
+ ..._417,
272
+ ..._436
273
273
  };
274
274
  })(auth = cosmos.auth || (cosmos.auth = {}));
275
275
  let authz;
@@ -286,11 +286,11 @@ var cosmos;
286
286
  ..._11,
287
287
  ..._12,
288
288
  ..._13,
289
- ..._365,
290
- ..._382,
291
- ..._399,
292
- ..._417,
293
- ..._436
289
+ ..._366,
290
+ ..._383,
291
+ ..._400,
292
+ ..._418,
293
+ ..._437
294
294
  };
295
295
  })(authz = cosmos.authz || (cosmos.authz = {}));
296
296
  let bank;
@@ -307,11 +307,11 @@ var cosmos;
307
307
  ..._17,
308
308
  ..._18,
309
309
  ..._19,
310
- ..._366,
311
- ..._383,
312
- ..._400,
313
- ..._418,
314
- ..._437
310
+ ..._367,
311
+ ..._384,
312
+ ..._401,
313
+ ..._419,
314
+ ..._438
315
315
  };
316
316
  })(bank = cosmos.bank || (cosmos.bank = {}));
317
317
  let base;
@@ -326,8 +326,8 @@ var cosmos;
326
326
  (function (node) {
327
327
  node.v1beta1 = {
328
328
  ..._21,
329
- ..._401,
330
- ..._419
329
+ ..._402,
330
+ ..._420
331
331
  };
332
332
  })(node = base.node || (base.node = {}));
333
333
  let query;
@@ -357,9 +357,9 @@ var cosmos;
357
357
  benchmark.v1 = {
358
358
  ..._26,
359
359
  ..._27,
360
- ..._367,
361
- ..._384,
362
- ..._438
360
+ ..._368,
361
+ ..._385,
362
+ ..._439
363
363
  };
364
364
  })(benchmark = cosmos.benchmark || (cosmos.benchmark = {}));
365
365
  let circuit;
@@ -374,11 +374,11 @@ var cosmos;
374
374
  ..._29,
375
375
  ..._30,
376
376
  ..._31,
377
- ..._368,
378
- ..._385,
379
- ..._402,
380
- ..._420,
381
- ..._439
377
+ ..._369,
378
+ ..._386,
379
+ ..._403,
380
+ ..._421,
381
+ ..._440
382
382
  };
383
383
  })(circuit = cosmos.circuit || (cosmos.circuit = {}));
384
384
  let consensus;
@@ -392,11 +392,11 @@ var cosmos;
392
392
  consensus.v1 = {
393
393
  ..._33,
394
394
  ..._34,
395
- ..._369,
396
- ..._386,
397
- ..._403,
398
- ..._421,
399
- ..._440
395
+ ..._370,
396
+ ..._387,
397
+ ..._404,
398
+ ..._422,
399
+ ..._441
400
400
  };
401
401
  })(consensus = cosmos.consensus || (cosmos.consensus = {}));
402
402
  let counter;
@@ -410,10 +410,10 @@ var cosmos;
410
410
  counter.v1 = {
411
411
  ..._36,
412
412
  ..._37,
413
- ..._370,
414
- ..._387,
415
- ..._422,
416
- ..._441
413
+ ..._371,
414
+ ..._388,
415
+ ..._423,
416
+ ..._442
417
417
  };
418
418
  })(counter = cosmos.counter || (cosmos.counter = {}));
419
419
  let crisis;
@@ -465,11 +465,11 @@ var cosmos;
465
465
  ..._47,
466
466
  ..._48,
467
467
  ..._49,
468
- ..._371,
469
- ..._388,
470
- ..._404,
471
- ..._423,
472
- ..._442
468
+ ..._372,
469
+ ..._389,
470
+ ..._405,
471
+ ..._424,
472
+ ..._443
473
473
  };
474
474
  })(distribution = cosmos.distribution || (cosmos.distribution = {}));
475
475
  let epochs;
@@ -484,8 +484,8 @@ var cosmos;
484
484
  ..._51,
485
485
  ..._52,
486
486
  ..._53,
487
- ..._405,
488
- ..._424
487
+ ..._406,
488
+ ..._425
489
489
  };
490
490
  })(epochs = cosmos.epochs || (cosmos.epochs = {}));
491
491
  let evidence;
@@ -510,11 +510,11 @@ var cosmos;
510
510
  ..._57,
511
511
  ..._58,
512
512
  ..._59,
513
- ..._372,
514
- ..._389,
515
- ..._406,
516
- ..._425,
517
- ..._443
513
+ ..._373,
514
+ ..._390,
515
+ ..._407,
516
+ ..._426,
517
+ ..._444
518
518
  };
519
519
  })(feegrant = cosmos.feegrant || (cosmos.feegrant = {}));
520
520
  let genutil;
@@ -539,22 +539,22 @@ var cosmos;
539
539
  ..._63,
540
540
  ..._64,
541
541
  ..._65,
542
- ..._373,
543
- ..._390,
544
- ..._407,
545
- ..._426,
546
- ..._444
542
+ ..._374,
543
+ ..._391,
544
+ ..._408,
545
+ ..._427,
546
+ ..._445
547
547
  };
548
548
  gov.v1beta1 = {
549
549
  ..._66,
550
550
  ..._67,
551
551
  ..._68,
552
552
  ..._69,
553
- ..._374,
554
- ..._391,
555
- ..._408,
556
- ..._427,
557
- ..._445
553
+ ..._375,
554
+ ..._392,
555
+ ..._409,
556
+ ..._428,
557
+ ..._446
558
558
  };
559
559
  })(gov = cosmos.gov || (cosmos.gov = {}));
560
560
  let group;
@@ -571,11 +571,11 @@ var cosmos;
571
571
  ..._73,
572
572
  ..._74,
573
573
  ..._75,
574
- ..._375,
575
- ..._392,
576
- ..._409,
577
- ..._428,
578
- ..._446
574
+ ..._376,
575
+ ..._393,
576
+ ..._410,
577
+ ..._429,
578
+ ..._447
579
579
  };
580
580
  })(group = cosmos.group || (cosmos.group = {}));
581
581
  let ics23;
@@ -597,11 +597,11 @@ var cosmos;
597
597
  ..._79,
598
598
  ..._80,
599
599
  ..._81,
600
- ..._376,
601
- ..._393,
602
- ..._410,
603
- ..._429,
604
- ..._447
600
+ ..._377,
601
+ ..._394,
602
+ ..._411,
603
+ ..._430,
604
+ ..._448
605
605
  };
606
606
  })(mint = cosmos.mint || (cosmos.mint = {}));
607
607
  let msg;
@@ -633,8 +633,8 @@ var cosmos;
633
633
  params.v1beta1 = {
634
634
  ..._85,
635
635
  ..._86,
636
- ..._411,
637
- ..._430
636
+ ..._412,
637
+ ..._431
638
638
  };
639
639
  })(params = cosmos.params || (cosmos.params = {}));
640
640
  let protocolpool;
@@ -650,11 +650,11 @@ var cosmos;
650
650
  ..._89,
651
651
  ..._90,
652
652
  ..._91,
653
- ..._377,
654
- ..._394,
655
- ..._412,
656
- ..._431,
657
- ..._448
653
+ ..._378,
654
+ ..._395,
655
+ ..._413,
656
+ ..._432,
657
+ ..._449
658
658
  };
659
659
  })(protocolpool = cosmos.protocolpool || (cosmos.protocolpool = {}));
660
660
  let query;
@@ -692,11 +692,11 @@ var cosmos;
692
692
  ..._98,
693
693
  ..._99,
694
694
  ..._100,
695
- ..._378,
696
- ..._395,
697
- ..._413,
698
- ..._432,
699
- ..._449
695
+ ..._379,
696
+ ..._396,
697
+ ..._414,
698
+ ..._433,
699
+ ..._450
700
700
  };
701
701
  })(staking = cosmos.staking || (cosmos.staking = {}));
702
702
  let store;
@@ -744,8 +744,8 @@ var cosmos;
744
744
  tx.v1beta1 = {
745
745
  ..._108,
746
746
  ..._109,
747
- ..._414,
748
- ..._433
747
+ ..._415,
748
+ ..._434
749
749
  };
750
750
  })(tx = cosmos.tx || (cosmos.tx = {}));
751
751
  let upgrade;
@@ -760,11 +760,11 @@ var cosmos;
760
760
  ..._111,
761
761
  ..._112,
762
762
  ..._113,
763
- ..._379,
764
- ..._396,
765
- ..._415,
766
- ..._434,
767
- ..._450
763
+ ..._380,
764
+ ..._397,
765
+ ..._416,
766
+ ..._435,
767
+ ..._451
768
768
  };
769
769
  })(upgrade = cosmos.upgrade || (cosmos.upgrade = {}));
770
770
  let vesting;
@@ -778,14 +778,14 @@ var cosmos;
778
778
  vesting.v1beta1 = {
779
779
  ..._115,
780
780
  ..._116,
781
- ..._380,
782
- ..._397,
783
- ..._451
781
+ ..._381,
782
+ ..._398,
783
+ ..._452
784
784
  };
785
785
  })(vesting = cosmos.vesting || (cosmos.vesting = {}));
786
786
  cosmos.ClientFactory = {
787
- ..._589,
788
787
  ..._590,
789
- ..._591
788
+ ..._591,
789
+ ..._592
790
790
  };
791
791
  })(cosmos || (exports.cosmos = cosmos = {}));