@sparkdreamnft/sparkdreamjs 0.0.26 → 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 (43) 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/sentinel_activity.js +58 -1
  12. package/esm/sparkdream/forum/v1/tx.js +1 -1
  13. package/esm/sparkdream/rep/v1/bonded_role.js +17 -5
  14. package/esm/sparkdream/rep/v1/genesis.js +17 -1
  15. package/esm/sparkdream/rep/v1/role_activity.js +670 -0
  16. package/esm/tendermint/bundle.js +17 -17
  17. package/ibc/bundle.d.ts +90 -90
  18. package/ibc/bundle.js +105 -105
  19. package/package.json +1 -1
  20. package/sparkdream/bundle.d.ts +7168 -7061
  21. package/sparkdream/bundle.js +275 -273
  22. package/sparkdream/collect/v1/params.d.ts +28 -0
  23. package/sparkdream/collect/v1/params.js +24 -0
  24. package/sparkdream/collect/v1/tx.d.ts +130 -6
  25. package/sparkdream/collect/v1/tx.js +220 -3
  26. package/sparkdream/collect/v1/tx.registry.d.ts +13 -1
  27. package/sparkdream/collect/v1/tx.registry.js +19 -1
  28. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +10 -1
  29. package/sparkdream/collect/v1/tx.rpc.msg.js +10 -0
  30. package/sparkdream/collect/v1/types.d.ts +72 -0
  31. package/sparkdream/collect/v1/types.js +92 -2
  32. package/sparkdream/forum/v1/sentinel_activity.d.ts +53 -0
  33. package/sparkdream/forum/v1/sentinel_activity.js +58 -1
  34. package/sparkdream/forum/v1/tx.d.ts +1 -1
  35. package/sparkdream/forum/v1/tx.js +1 -1
  36. package/sparkdream/rep/v1/bonded_role.d.ts +13 -1
  37. package/sparkdream/rep/v1/bonded_role.js +17 -5
  38. package/sparkdream/rep/v1/genesis.d.ts +3 -0
  39. package/sparkdream/rep/v1/genesis.js +17 -1
  40. package/sparkdream/rep/v1/role_activity.d.ts +395 -0
  41. package/sparkdream/rep/v1/role_activity.js +673 -0
  42. package/tendermint/bundle.d.ts +844 -844
  43. package/tendermint/bundle.js +17 -17
@@ -114,97 +114,97 @@ import * as _113 from "./upgrade/v1beta1/upgrade";
114
114
  import * as _114 from "./vesting/module/v1/module";
115
115
  import * as _115 from "./vesting/v1beta1/tx";
116
116
  import * as _116 from "./vesting/v1beta1/vesting";
117
- import * as _364 from "./auth/v1beta1/tx.amino";
118
- import * as _365 from "./authz/v1beta1/tx.amino";
119
- import * as _366 from "./bank/v1beta1/tx.amino";
120
- import * as _367 from "./benchmark/v1/tx.amino";
121
- import * as _368 from "./circuit/v1/tx.amino";
122
- import * as _369 from "./consensus/v1/tx.amino";
123
- import * as _370 from "./counter/v1/tx.amino";
124
- import * as _371 from "./distribution/v1beta1/tx.amino";
125
- import * as _372 from "./feegrant/v1beta1/tx.amino";
126
- import * as _373 from "./gov/v1/tx.amino";
127
- import * as _374 from "./gov/v1beta1/tx.amino";
128
- import * as _375 from "./group/v1/tx.amino";
129
- import * as _376 from "./mint/v1beta1/tx.amino";
130
- import * as _377 from "./protocolpool/v1/tx.amino";
131
- import * as _378 from "./staking/v1beta1/tx.amino";
132
- import * as _379 from "./upgrade/v1beta1/tx.amino";
133
- import * as _380 from "./vesting/v1beta1/tx.amino";
134
- import * as _381 from "./auth/v1beta1/tx.registry";
135
- import * as _382 from "./authz/v1beta1/tx.registry";
136
- import * as _383 from "./bank/v1beta1/tx.registry";
137
- import * as _384 from "./benchmark/v1/tx.registry";
138
- import * as _385 from "./circuit/v1/tx.registry";
139
- import * as _386 from "./consensus/v1/tx.registry";
140
- import * as _387 from "./counter/v1/tx.registry";
141
- import * as _388 from "./distribution/v1beta1/tx.registry";
142
- import * as _389 from "./feegrant/v1beta1/tx.registry";
143
- import * as _390 from "./gov/v1/tx.registry";
144
- import * as _391 from "./gov/v1beta1/tx.registry";
145
- import * as _392 from "./group/v1/tx.registry";
146
- import * as _393 from "./mint/v1beta1/tx.registry";
147
- import * as _394 from "./protocolpool/v1/tx.registry";
148
- import * as _395 from "./staking/v1beta1/tx.registry";
149
- import * as _396 from "./upgrade/v1beta1/tx.registry";
150
- import * as _397 from "./vesting/v1beta1/tx.registry";
151
- import * as _398 from "./auth/v1beta1/query.lcd";
152
- import * as _399 from "./authz/v1beta1/query.lcd";
153
- import * as _400 from "./bank/v1beta1/query.lcd";
154
- import * as _401 from "./base/node/v1beta1/query.lcd";
155
- import * as _402 from "./circuit/v1/query.lcd";
156
- import * as _403 from "./consensus/v1/query.lcd";
157
- import * as _404 from "./distribution/v1beta1/query.lcd";
158
- import * as _405 from "./epochs/v1beta1/query.lcd";
159
- import * as _406 from "./feegrant/v1beta1/query.lcd";
160
- import * as _407 from "./gov/v1/query.lcd";
161
- import * as _408 from "./gov/v1beta1/query.lcd";
162
- import * as _409 from "./group/v1/query.lcd";
163
- import * as _410 from "./mint/v1beta1/query.lcd";
164
- import * as _411 from "./params/v1beta1/query.lcd";
165
- import * as _412 from "./protocolpool/v1/query.lcd";
166
- import * as _413 from "./staking/v1beta1/query.lcd";
167
- import * as _414 from "./tx/v1beta1/service.lcd";
168
- import * as _415 from "./upgrade/v1beta1/query.lcd";
169
- import * as _416 from "./auth/v1beta1/query.rpc.Query";
170
- import * as _417 from "./authz/v1beta1/query.rpc.Query";
171
- import * as _418 from "./bank/v1beta1/query.rpc.Query";
172
- import * as _419 from "./base/node/v1beta1/query.rpc.Service";
173
- import * as _420 from "./circuit/v1/query.rpc.Query";
174
- import * as _421 from "./consensus/v1/query.rpc.Query";
175
- import * as _422 from "./counter/v1/query.rpc.Query";
176
- import * as _423 from "./distribution/v1beta1/query.rpc.Query";
177
- import * as _424 from "./epochs/v1beta1/query.rpc.Query";
178
- import * as _425 from "./feegrant/v1beta1/query.rpc.Query";
179
- import * as _426 from "./gov/v1/query.rpc.Query";
180
- import * as _427 from "./gov/v1beta1/query.rpc.Query";
181
- import * as _428 from "./group/v1/query.rpc.Query";
182
- import * as _429 from "./mint/v1beta1/query.rpc.Query";
183
- import * as _430 from "./params/v1beta1/query.rpc.Query";
184
- import * as _431 from "./protocolpool/v1/query.rpc.Query";
185
- import * as _432 from "./staking/v1beta1/query.rpc.Query";
186
- import * as _433 from "./tx/v1beta1/service.rpc.Service";
187
- import * as _434 from "./upgrade/v1beta1/query.rpc.Query";
188
- import * as _435 from "./auth/v1beta1/tx.rpc.msg";
189
- import * as _436 from "./authz/v1beta1/tx.rpc.msg";
190
- import * as _437 from "./bank/v1beta1/tx.rpc.msg";
191
- import * as _438 from "./benchmark/v1/tx.rpc.msg";
192
- import * as _439 from "./circuit/v1/tx.rpc.msg";
193
- import * as _440 from "./consensus/v1/tx.rpc.msg";
194
- import * as _441 from "./counter/v1/tx.rpc.msg";
195
- import * as _442 from "./distribution/v1beta1/tx.rpc.msg";
196
- import * as _443 from "./feegrant/v1beta1/tx.rpc.msg";
197
- import * as _444 from "./gov/v1/tx.rpc.msg";
198
- import * as _445 from "./gov/v1beta1/tx.rpc.msg";
199
- import * as _446 from "./group/v1/tx.rpc.msg";
200
- import * as _447 from "./mint/v1beta1/tx.rpc.msg";
201
- import * as _448 from "./protocolpool/v1/tx.rpc.msg";
202
- import * as _449 from "./staking/v1beta1/tx.rpc.msg";
203
- import * as _450 from "./upgrade/v1beta1/tx.rpc.msg";
204
- import * as _451 from "./vesting/v1beta1/tx.rpc.msg";
205
- import * as _589 from "./lcd";
206
- import * as _590 from "./rpc.query";
207
- import * as _591 from "./rpc.tx";
117
+ import * as _365 from "./auth/v1beta1/tx.amino";
118
+ import * as _366 from "./authz/v1beta1/tx.amino";
119
+ import * as _367 from "./bank/v1beta1/tx.amino";
120
+ import * as _368 from "./benchmark/v1/tx.amino";
121
+ import * as _369 from "./circuit/v1/tx.amino";
122
+ import * as _370 from "./consensus/v1/tx.amino";
123
+ import * as _371 from "./counter/v1/tx.amino";
124
+ import * as _372 from "./distribution/v1beta1/tx.amino";
125
+ import * as _373 from "./feegrant/v1beta1/tx.amino";
126
+ import * as _374 from "./gov/v1/tx.amino";
127
+ import * as _375 from "./gov/v1beta1/tx.amino";
128
+ import * as _376 from "./group/v1/tx.amino";
129
+ import * as _377 from "./mint/v1beta1/tx.amino";
130
+ import * as _378 from "./protocolpool/v1/tx.amino";
131
+ import * as _379 from "./staking/v1beta1/tx.amino";
132
+ import * as _380 from "./upgrade/v1beta1/tx.amino";
133
+ import * as _381 from "./vesting/v1beta1/tx.amino";
134
+ import * as _382 from "./auth/v1beta1/tx.registry";
135
+ import * as _383 from "./authz/v1beta1/tx.registry";
136
+ import * as _384 from "./bank/v1beta1/tx.registry";
137
+ import * as _385 from "./benchmark/v1/tx.registry";
138
+ import * as _386 from "./circuit/v1/tx.registry";
139
+ import * as _387 from "./consensus/v1/tx.registry";
140
+ import * as _388 from "./counter/v1/tx.registry";
141
+ import * as _389 from "./distribution/v1beta1/tx.registry";
142
+ import * as _390 from "./feegrant/v1beta1/tx.registry";
143
+ import * as _391 from "./gov/v1/tx.registry";
144
+ import * as _392 from "./gov/v1beta1/tx.registry";
145
+ import * as _393 from "./group/v1/tx.registry";
146
+ import * as _394 from "./mint/v1beta1/tx.registry";
147
+ import * as _395 from "./protocolpool/v1/tx.registry";
148
+ import * as _396 from "./staking/v1beta1/tx.registry";
149
+ import * as _397 from "./upgrade/v1beta1/tx.registry";
150
+ import * as _398 from "./vesting/v1beta1/tx.registry";
151
+ import * as _399 from "./auth/v1beta1/query.lcd";
152
+ import * as _400 from "./authz/v1beta1/query.lcd";
153
+ import * as _401 from "./bank/v1beta1/query.lcd";
154
+ import * as _402 from "./base/node/v1beta1/query.lcd";
155
+ import * as _403 from "./circuit/v1/query.lcd";
156
+ import * as _404 from "./consensus/v1/query.lcd";
157
+ import * as _405 from "./distribution/v1beta1/query.lcd";
158
+ import * as _406 from "./epochs/v1beta1/query.lcd";
159
+ import * as _407 from "./feegrant/v1beta1/query.lcd";
160
+ import * as _408 from "./gov/v1/query.lcd";
161
+ import * as _409 from "./gov/v1beta1/query.lcd";
162
+ import * as _410 from "./group/v1/query.lcd";
163
+ import * as _411 from "./mint/v1beta1/query.lcd";
164
+ import * as _412 from "./params/v1beta1/query.lcd";
165
+ import * as _413 from "./protocolpool/v1/query.lcd";
166
+ import * as _414 from "./staking/v1beta1/query.lcd";
167
+ import * as _415 from "./tx/v1beta1/service.lcd";
168
+ import * as _416 from "./upgrade/v1beta1/query.lcd";
169
+ import * as _417 from "./auth/v1beta1/query.rpc.Query";
170
+ import * as _418 from "./authz/v1beta1/query.rpc.Query";
171
+ import * as _419 from "./bank/v1beta1/query.rpc.Query";
172
+ import * as _420 from "./base/node/v1beta1/query.rpc.Service";
173
+ import * as _421 from "./circuit/v1/query.rpc.Query";
174
+ import * as _422 from "./consensus/v1/query.rpc.Query";
175
+ import * as _423 from "./counter/v1/query.rpc.Query";
176
+ import * as _424 from "./distribution/v1beta1/query.rpc.Query";
177
+ import * as _425 from "./epochs/v1beta1/query.rpc.Query";
178
+ import * as _426 from "./feegrant/v1beta1/query.rpc.Query";
179
+ import * as _427 from "./gov/v1/query.rpc.Query";
180
+ import * as _428 from "./gov/v1beta1/query.rpc.Query";
181
+ import * as _429 from "./group/v1/query.rpc.Query";
182
+ import * as _430 from "./mint/v1beta1/query.rpc.Query";
183
+ import * as _431 from "./params/v1beta1/query.rpc.Query";
184
+ import * as _432 from "./protocolpool/v1/query.rpc.Query";
185
+ import * as _433 from "./staking/v1beta1/query.rpc.Query";
186
+ import * as _434 from "./tx/v1beta1/service.rpc.Service";
187
+ import * as _435 from "./upgrade/v1beta1/query.rpc.Query";
188
+ import * as _436 from "./auth/v1beta1/tx.rpc.msg";
189
+ import * as _437 from "./authz/v1beta1/tx.rpc.msg";
190
+ import * as _438 from "./bank/v1beta1/tx.rpc.msg";
191
+ import * as _439 from "./benchmark/v1/tx.rpc.msg";
192
+ import * as _440 from "./circuit/v1/tx.rpc.msg";
193
+ import * as _441 from "./consensus/v1/tx.rpc.msg";
194
+ import * as _442 from "./counter/v1/tx.rpc.msg";
195
+ import * as _443 from "./distribution/v1beta1/tx.rpc.msg";
196
+ import * as _444 from "./feegrant/v1beta1/tx.rpc.msg";
197
+ import * as _445 from "./gov/v1/tx.rpc.msg";
198
+ import * as _446 from "./gov/v1beta1/tx.rpc.msg";
199
+ import * as _447 from "./group/v1/tx.rpc.msg";
200
+ import * as _448 from "./mint/v1beta1/tx.rpc.msg";
201
+ import * as _449 from "./protocolpool/v1/tx.rpc.msg";
202
+ import * as _450 from "./staking/v1beta1/tx.rpc.msg";
203
+ import * as _451 from "./upgrade/v1beta1/tx.rpc.msg";
204
+ import * as _452 from "./vesting/v1beta1/tx.rpc.msg";
205
+ import * as _590 from "./lcd";
206
+ import * as _591 from "./rpc.query";
207
+ import * as _592 from "./rpc.tx";
208
208
  export var cosmos;
209
209
  (function (cosmos) {
210
210
  let app;
@@ -229,11 +229,11 @@ export var cosmos;
229
229
  ..._5,
230
230
  ..._6,
231
231
  ..._7,
232
- ..._364,
233
- ..._381,
234
- ..._398,
235
- ..._416,
236
- ..._435
232
+ ..._365,
233
+ ..._382,
234
+ ..._399,
235
+ ..._417,
236
+ ..._436
237
237
  };
238
238
  })(auth = cosmos.auth || (cosmos.auth = {}));
239
239
  let authz;
@@ -250,11 +250,11 @@ export var cosmos;
250
250
  ..._11,
251
251
  ..._12,
252
252
  ..._13,
253
- ..._365,
254
- ..._382,
255
- ..._399,
256
- ..._417,
257
- ..._436
253
+ ..._366,
254
+ ..._383,
255
+ ..._400,
256
+ ..._418,
257
+ ..._437
258
258
  };
259
259
  })(authz = cosmos.authz || (cosmos.authz = {}));
260
260
  let bank;
@@ -271,11 +271,11 @@ export var cosmos;
271
271
  ..._17,
272
272
  ..._18,
273
273
  ..._19,
274
- ..._366,
275
- ..._383,
276
- ..._400,
277
- ..._418,
278
- ..._437
274
+ ..._367,
275
+ ..._384,
276
+ ..._401,
277
+ ..._419,
278
+ ..._438
279
279
  };
280
280
  })(bank = cosmos.bank || (cosmos.bank = {}));
281
281
  let base;
@@ -290,8 +290,8 @@ export var cosmos;
290
290
  (function (node) {
291
291
  node.v1beta1 = {
292
292
  ..._21,
293
- ..._401,
294
- ..._419
293
+ ..._402,
294
+ ..._420
295
295
  };
296
296
  })(node = base.node || (base.node = {}));
297
297
  let query;
@@ -321,9 +321,9 @@ export var cosmos;
321
321
  benchmark.v1 = {
322
322
  ..._26,
323
323
  ..._27,
324
- ..._367,
325
- ..._384,
326
- ..._438
324
+ ..._368,
325
+ ..._385,
326
+ ..._439
327
327
  };
328
328
  })(benchmark = cosmos.benchmark || (cosmos.benchmark = {}));
329
329
  let circuit;
@@ -338,11 +338,11 @@ export var cosmos;
338
338
  ..._29,
339
339
  ..._30,
340
340
  ..._31,
341
- ..._368,
342
- ..._385,
343
- ..._402,
344
- ..._420,
345
- ..._439
341
+ ..._369,
342
+ ..._386,
343
+ ..._403,
344
+ ..._421,
345
+ ..._440
346
346
  };
347
347
  })(circuit = cosmos.circuit || (cosmos.circuit = {}));
348
348
  let consensus;
@@ -356,11 +356,11 @@ export var cosmos;
356
356
  consensus.v1 = {
357
357
  ..._33,
358
358
  ..._34,
359
- ..._369,
360
- ..._386,
361
- ..._403,
362
- ..._421,
363
- ..._440
359
+ ..._370,
360
+ ..._387,
361
+ ..._404,
362
+ ..._422,
363
+ ..._441
364
364
  };
365
365
  })(consensus = cosmos.consensus || (cosmos.consensus = {}));
366
366
  let counter;
@@ -374,10 +374,10 @@ export var cosmos;
374
374
  counter.v1 = {
375
375
  ..._36,
376
376
  ..._37,
377
- ..._370,
378
- ..._387,
379
- ..._422,
380
- ..._441
377
+ ..._371,
378
+ ..._388,
379
+ ..._423,
380
+ ..._442
381
381
  };
382
382
  })(counter = cosmos.counter || (cosmos.counter = {}));
383
383
  let crisis;
@@ -429,11 +429,11 @@ export var cosmos;
429
429
  ..._47,
430
430
  ..._48,
431
431
  ..._49,
432
- ..._371,
433
- ..._388,
434
- ..._404,
435
- ..._423,
436
- ..._442
432
+ ..._372,
433
+ ..._389,
434
+ ..._405,
435
+ ..._424,
436
+ ..._443
437
437
  };
438
438
  })(distribution = cosmos.distribution || (cosmos.distribution = {}));
439
439
  let epochs;
@@ -448,8 +448,8 @@ export var cosmos;
448
448
  ..._51,
449
449
  ..._52,
450
450
  ..._53,
451
- ..._405,
452
- ..._424
451
+ ..._406,
452
+ ..._425
453
453
  };
454
454
  })(epochs = cosmos.epochs || (cosmos.epochs = {}));
455
455
  let evidence;
@@ -474,11 +474,11 @@ export var cosmos;
474
474
  ..._57,
475
475
  ..._58,
476
476
  ..._59,
477
- ..._372,
478
- ..._389,
479
- ..._406,
480
- ..._425,
481
- ..._443
477
+ ..._373,
478
+ ..._390,
479
+ ..._407,
480
+ ..._426,
481
+ ..._444
482
482
  };
483
483
  })(feegrant = cosmos.feegrant || (cosmos.feegrant = {}));
484
484
  let genutil;
@@ -503,22 +503,22 @@ export var cosmos;
503
503
  ..._63,
504
504
  ..._64,
505
505
  ..._65,
506
- ..._373,
507
- ..._390,
508
- ..._407,
509
- ..._426,
510
- ..._444
506
+ ..._374,
507
+ ..._391,
508
+ ..._408,
509
+ ..._427,
510
+ ..._445
511
511
  };
512
512
  gov.v1beta1 = {
513
513
  ..._66,
514
514
  ..._67,
515
515
  ..._68,
516
516
  ..._69,
517
- ..._374,
518
- ..._391,
519
- ..._408,
520
- ..._427,
521
- ..._445
517
+ ..._375,
518
+ ..._392,
519
+ ..._409,
520
+ ..._428,
521
+ ..._446
522
522
  };
523
523
  })(gov = cosmos.gov || (cosmos.gov = {}));
524
524
  let group;
@@ -535,11 +535,11 @@ export var cosmos;
535
535
  ..._73,
536
536
  ..._74,
537
537
  ..._75,
538
- ..._375,
539
- ..._392,
540
- ..._409,
541
- ..._428,
542
- ..._446
538
+ ..._376,
539
+ ..._393,
540
+ ..._410,
541
+ ..._429,
542
+ ..._447
543
543
  };
544
544
  })(group = cosmos.group || (cosmos.group = {}));
545
545
  let ics23;
@@ -561,11 +561,11 @@ export var cosmos;
561
561
  ..._79,
562
562
  ..._80,
563
563
  ..._81,
564
- ..._376,
565
- ..._393,
566
- ..._410,
567
- ..._429,
568
- ..._447
564
+ ..._377,
565
+ ..._394,
566
+ ..._411,
567
+ ..._430,
568
+ ..._448
569
569
  };
570
570
  })(mint = cosmos.mint || (cosmos.mint = {}));
571
571
  let msg;
@@ -597,8 +597,8 @@ export var cosmos;
597
597
  params.v1beta1 = {
598
598
  ..._85,
599
599
  ..._86,
600
- ..._411,
601
- ..._430
600
+ ..._412,
601
+ ..._431
602
602
  };
603
603
  })(params = cosmos.params || (cosmos.params = {}));
604
604
  let protocolpool;
@@ -614,11 +614,11 @@ export var cosmos;
614
614
  ..._89,
615
615
  ..._90,
616
616
  ..._91,
617
- ..._377,
618
- ..._394,
619
- ..._412,
620
- ..._431,
621
- ..._448
617
+ ..._378,
618
+ ..._395,
619
+ ..._413,
620
+ ..._432,
621
+ ..._449
622
622
  };
623
623
  })(protocolpool = cosmos.protocolpool || (cosmos.protocolpool = {}));
624
624
  let query;
@@ -656,11 +656,11 @@ export var cosmos;
656
656
  ..._98,
657
657
  ..._99,
658
658
  ..._100,
659
- ..._378,
660
- ..._395,
661
- ..._413,
662
- ..._432,
663
- ..._449
659
+ ..._379,
660
+ ..._396,
661
+ ..._414,
662
+ ..._433,
663
+ ..._450
664
664
  };
665
665
  })(staking = cosmos.staking || (cosmos.staking = {}));
666
666
  let store;
@@ -708,8 +708,8 @@ export var cosmos;
708
708
  tx.v1beta1 = {
709
709
  ..._108,
710
710
  ..._109,
711
- ..._414,
712
- ..._433
711
+ ..._415,
712
+ ..._434
713
713
  };
714
714
  })(tx = cosmos.tx || (cosmos.tx = {}));
715
715
  let upgrade;
@@ -724,11 +724,11 @@ export var cosmos;
724
724
  ..._111,
725
725
  ..._112,
726
726
  ..._113,
727
- ..._379,
728
- ..._396,
729
- ..._415,
730
- ..._434,
731
- ..._450
727
+ ..._380,
728
+ ..._397,
729
+ ..._416,
730
+ ..._435,
731
+ ..._451
732
732
  };
733
733
  })(upgrade = cosmos.upgrade || (cosmos.upgrade = {}));
734
734
  let vesting;
@@ -742,14 +742,14 @@ export var cosmos;
742
742
  vesting.v1beta1 = {
743
743
  ..._115,
744
744
  ..._116,
745
- ..._380,
746
- ..._397,
747
- ..._451
745
+ ..._381,
746
+ ..._398,
747
+ ..._452
748
748
  };
749
749
  })(vesting = cosmos.vesting || (cosmos.vesting = {}));
750
750
  cosmos.ClientFactory = {
751
- ..._589,
752
751
  ..._590,
753
- ..._591
752
+ ..._591,
753
+ ..._592
754
754
  };
755
755
  })(cosmos || (cosmos = {}));