@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
@@ -134,176 +134,177 @@ const _270 = __importStar(require("./rep/v1/params"));
134
134
  const _271 = __importStar(require("./rep/v1/project"));
135
135
  const _272 = __importStar(require("./rep/v1/query"));
136
136
  const _273 = __importStar(require("./rep/v1/reserved_tag"));
137
- const _274 = __importStar(require("./rep/v1/stake"));
138
- const _275 = __importStar(require("./rep/v1/tag_budget_award"));
139
- const _276 = __importStar(require("./rep/v1/tag_budget"));
140
- const _277 = __importStar(require("./rep/v1/tag_report"));
141
- const _278 = __importStar(require("./rep/v1/tag"));
142
- const _279 = __importStar(require("./rep/v1/tx"));
143
- const _280 = __importStar(require("./reveal/module/v1/module"));
144
- const _281 = __importStar(require("./reveal/v1/genesis"));
145
- const _282 = __importStar(require("./reveal/v1/params"));
146
- const _283 = __importStar(require("./reveal/v1/query"));
147
- const _284 = __importStar(require("./reveal/v1/tx"));
148
- const _285 = __importStar(require("./reveal/v1/types"));
149
- const _286 = __importStar(require("./season/module/v1/module"));
150
- const _287 = __importStar(require("./season/v1/achievement"));
151
- const _288 = __importStar(require("./season/v1/display_name_appeal_stake"));
152
- const _289 = __importStar(require("./season/v1/display_name_moderation"));
153
- const _290 = __importStar(require("./season/v1/display_name_report_stake"));
154
- const _291 = __importStar(require("./season/v1/enums"));
155
- const _292 = __importStar(require("./season/v1/epoch_xp_tracker"));
156
- const _293 = __importStar(require("./season/v1/forum_xp_cooldown"));
157
- const _294 = __importStar(require("./season/v1/genesis"));
158
- const _295 = __importStar(require("./season/v1/guild_invite"));
159
- const _296 = __importStar(require("./season/v1/guild_membership"));
160
- const _297 = __importStar(require("./season/v1/guild"));
161
- const _298 = __importStar(require("./season/v1/member_profile"));
162
- const _299 = __importStar(require("./season/v1/member_quest_progress"));
163
- const _300 = __importStar(require("./season/v1/member_registration"));
164
- const _301 = __importStar(require("./season/v1/member_season_snapshot"));
165
- const _302 = __importStar(require("./season/v1/next_season_info"));
166
- const _303 = __importStar(require("./season/v1/nomination"));
167
- const _304 = __importStar(require("./season/v1/params"));
168
- const _305 = __importStar(require("./season/v1/query"));
169
- const _306 = __importStar(require("./season/v1/quest"));
170
- const _307 = __importStar(require("./season/v1/season_snapshot"));
171
- const _308 = __importStar(require("./season/v1/season_title_eligibility"));
172
- const _309 = __importStar(require("./season/v1/season_transition_state"));
173
- const _310 = __importStar(require("./season/v1/season"));
174
- const _311 = __importStar(require("./season/v1/title"));
175
- const _312 = __importStar(require("./season/v1/transition_recovery_state"));
176
- const _313 = __importStar(require("./season/v1/tx"));
177
- const _314 = __importStar(require("./season/v1/vote_xp_record"));
178
- const _315 = __importStar(require("./service/module/v1/module"));
179
- const _316 = __importStar(require("./service/v1/controller_transfer_case"));
180
- const _317 = __importStar(require("./service/v1/genesis"));
181
- const _318 = __importStar(require("./service/v1/operator"));
182
- const _319 = __importStar(require("./service/v1/params"));
183
- const _320 = __importStar(require("./service/v1/query"));
184
- const _321 = __importStar(require("./service/v1/refile_cooldown"));
185
- const _322 = __importStar(require("./service/v1/report"));
186
- const _323 = __importStar(require("./service/v1/reporter_rate_limit"));
187
- const _324 = __importStar(require("./service/v1/service_type_config"));
188
- const _325 = __importStar(require("./service/v1/system_report_rate_limit"));
189
- const _326 = __importStar(require("./service/v1/tier1_escrow_entry"));
190
- const _327 = __importStar(require("./service/v1/tier1_last_slash"));
191
- const _328 = __importStar(require("./service/v1/tx"));
192
- const _329 = __importStar(require("./service/v1/types"));
193
- const _330 = __importStar(require("./session/module/v1/module"));
194
- const _331 = __importStar(require("./session/v1/genesis"));
195
- const _332 = __importStar(require("./session/v1/grant"));
196
- const _333 = __importStar(require("./session/v1/params"));
197
- const _334 = __importStar(require("./session/v1/query"));
198
- const _335 = __importStar(require("./session/v1/session"));
199
- const _336 = __importStar(require("./session/v1/tx"));
200
- const _337 = __importStar(require("./shield/module/v1/module"));
201
- const _338 = __importStar(require("./shield/v1/genesis"));
202
- const _339 = __importStar(require("./shield/v1/params"));
203
- const _340 = __importStar(require("./shield/v1/query"));
204
- const _341 = __importStar(require("./shield/v1/tx"));
205
- const _342 = __importStar(require("./shield/v1/types"));
206
- const _343 = __importStar(require("./sparkdream/module/v1/module"));
207
- const _344 = __importStar(require("./sparkdream/v1/genesis"));
208
- const _345 = __importStar(require("./sparkdream/v1/params"));
209
- const _346 = __importStar(require("./sparkdream/v1/query"));
210
- const _347 = __importStar(require("./sparkdream/v1/tx"));
211
- const _348 = __importStar(require("./split/module/v1/module"));
212
- const _349 = __importStar(require("./split/v1/genesis"));
213
- const _350 = __importStar(require("./split/v1/params"));
214
- const _351 = __importStar(require("./split/v1/query"));
215
- const _352 = __importStar(require("./split/v1/share"));
216
- const _353 = __importStar(require("./split/v1/tx"));
217
- const _502 = __importStar(require("./blog/v1/tx.amino"));
218
- const _503 = __importStar(require("./collect/v1/tx.amino"));
219
- const _504 = __importStar(require("./commons/v1/tx.amino"));
220
- const _505 = __importStar(require("./ecosystem/v1/tx.amino"));
221
- const _506 = __importStar(require("./federation/v1/tx.amino"));
222
- const _507 = __importStar(require("./forum/v1/tx.amino"));
223
- const _508 = __importStar(require("./futarchy/v1/tx.amino"));
224
- const _509 = __importStar(require("./guardian/v1/tx.amino"));
225
- const _510 = __importStar(require("./name/v1/tx.amino"));
226
- const _511 = __importStar(require("./rep/v1/tx.amino"));
227
- const _512 = __importStar(require("./reveal/v1/tx.amino"));
228
- const _513 = __importStar(require("./season/v1/tx.amino"));
229
- const _514 = __importStar(require("./service/v1/tx.amino"));
230
- const _515 = __importStar(require("./session/v1/tx.amino"));
231
- const _516 = __importStar(require("./shield/v1/tx.amino"));
232
- const _517 = __importStar(require("./sparkdream/v1/tx.amino"));
233
- const _518 = __importStar(require("./split/v1/tx.amino"));
234
- const _519 = __importStar(require("./blog/v1/tx.registry"));
235
- const _520 = __importStar(require("./collect/v1/tx.registry"));
236
- const _521 = __importStar(require("./commons/v1/tx.registry"));
237
- const _522 = __importStar(require("./ecosystem/v1/tx.registry"));
238
- const _523 = __importStar(require("./federation/v1/tx.registry"));
239
- const _524 = __importStar(require("./forum/v1/tx.registry"));
240
- const _525 = __importStar(require("./futarchy/v1/tx.registry"));
241
- const _526 = __importStar(require("./guardian/v1/tx.registry"));
242
- const _527 = __importStar(require("./name/v1/tx.registry"));
243
- const _528 = __importStar(require("./rep/v1/tx.registry"));
244
- const _529 = __importStar(require("./reveal/v1/tx.registry"));
245
- const _530 = __importStar(require("./season/v1/tx.registry"));
246
- const _531 = __importStar(require("./service/v1/tx.registry"));
247
- const _532 = __importStar(require("./session/v1/tx.registry"));
248
- const _533 = __importStar(require("./shield/v1/tx.registry"));
249
- const _534 = __importStar(require("./sparkdream/v1/tx.registry"));
250
- const _535 = __importStar(require("./split/v1/tx.registry"));
251
- const _536 = __importStar(require("./blog/v1/query.lcd"));
252
- const _537 = __importStar(require("./collect/v1/query.lcd"));
253
- const _538 = __importStar(require("./commons/v1/query.lcd"));
254
- const _539 = __importStar(require("./ecosystem/v1/query.lcd"));
255
- const _540 = __importStar(require("./federation/v1/query.lcd"));
256
- const _541 = __importStar(require("./forum/v1/query.lcd"));
257
- const _542 = __importStar(require("./futarchy/v1/query.lcd"));
258
- const _543 = __importStar(require("./guardian/v1/query.lcd"));
259
- const _544 = __importStar(require("./identity/v1/query.lcd"));
260
- const _545 = __importStar(require("./name/v1/query.lcd"));
261
- const _546 = __importStar(require("./rep/v1/query.lcd"));
262
- const _547 = __importStar(require("./reveal/v1/query.lcd"));
263
- const _548 = __importStar(require("./season/v1/query.lcd"));
264
- const _549 = __importStar(require("./service/v1/query.lcd"));
265
- const _550 = __importStar(require("./session/v1/query.lcd"));
266
- const _551 = __importStar(require("./shield/v1/query.lcd"));
267
- const _552 = __importStar(require("./sparkdream/v1/query.lcd"));
268
- const _553 = __importStar(require("./split/v1/query.lcd"));
269
- const _554 = __importStar(require("./blog/v1/query.rpc.Query"));
270
- const _555 = __importStar(require("./collect/v1/query.rpc.Query"));
271
- const _556 = __importStar(require("./commons/v1/query.rpc.Query"));
272
- const _557 = __importStar(require("./ecosystem/v1/query.rpc.Query"));
273
- const _558 = __importStar(require("./federation/v1/query.rpc.Query"));
274
- const _559 = __importStar(require("./forum/v1/query.rpc.Query"));
275
- const _560 = __importStar(require("./futarchy/v1/query.rpc.Query"));
276
- const _561 = __importStar(require("./guardian/v1/query.rpc.Query"));
277
- const _562 = __importStar(require("./identity/v1/query.rpc.Query"));
278
- const _563 = __importStar(require("./name/v1/query.rpc.Query"));
279
- const _564 = __importStar(require("./rep/v1/query.rpc.Query"));
280
- const _565 = __importStar(require("./reveal/v1/query.rpc.Query"));
281
- const _566 = __importStar(require("./season/v1/query.rpc.Query"));
282
- const _567 = __importStar(require("./service/v1/query.rpc.Query"));
283
- const _568 = __importStar(require("./session/v1/query.rpc.Query"));
284
- const _569 = __importStar(require("./shield/v1/query.rpc.Query"));
285
- const _570 = __importStar(require("./sparkdream/v1/query.rpc.Query"));
286
- const _571 = __importStar(require("./split/v1/query.rpc.Query"));
287
- const _572 = __importStar(require("./blog/v1/tx.rpc.msg"));
288
- const _573 = __importStar(require("./collect/v1/tx.rpc.msg"));
289
- const _574 = __importStar(require("./commons/v1/tx.rpc.msg"));
290
- const _575 = __importStar(require("./ecosystem/v1/tx.rpc.msg"));
291
- const _576 = __importStar(require("./federation/v1/tx.rpc.msg"));
292
- const _577 = __importStar(require("./forum/v1/tx.rpc.msg"));
293
- const _578 = __importStar(require("./futarchy/v1/tx.rpc.msg"));
294
- const _579 = __importStar(require("./guardian/v1/tx.rpc.msg"));
295
- const _580 = __importStar(require("./name/v1/tx.rpc.msg"));
296
- const _581 = __importStar(require("./rep/v1/tx.rpc.msg"));
297
- const _582 = __importStar(require("./reveal/v1/tx.rpc.msg"));
298
- const _583 = __importStar(require("./season/v1/tx.rpc.msg"));
299
- const _584 = __importStar(require("./service/v1/tx.rpc.msg"));
300
- const _585 = __importStar(require("./session/v1/tx.rpc.msg"));
301
- const _586 = __importStar(require("./shield/v1/tx.rpc.msg"));
302
- const _587 = __importStar(require("./sparkdream/v1/tx.rpc.msg"));
303
- const _588 = __importStar(require("./split/v1/tx.rpc.msg"));
304
- const _595 = __importStar(require("./lcd"));
305
- const _596 = __importStar(require("./rpc.query"));
306
- const _597 = __importStar(require("./rpc.tx"));
137
+ const _274 = __importStar(require("./rep/v1/role_activity"));
138
+ const _275 = __importStar(require("./rep/v1/stake"));
139
+ const _276 = __importStar(require("./rep/v1/tag_budget_award"));
140
+ const _277 = __importStar(require("./rep/v1/tag_budget"));
141
+ const _278 = __importStar(require("./rep/v1/tag_report"));
142
+ const _279 = __importStar(require("./rep/v1/tag"));
143
+ const _280 = __importStar(require("./rep/v1/tx"));
144
+ const _281 = __importStar(require("./reveal/module/v1/module"));
145
+ const _282 = __importStar(require("./reveal/v1/genesis"));
146
+ const _283 = __importStar(require("./reveal/v1/params"));
147
+ const _284 = __importStar(require("./reveal/v1/query"));
148
+ const _285 = __importStar(require("./reveal/v1/tx"));
149
+ const _286 = __importStar(require("./reveal/v1/types"));
150
+ const _287 = __importStar(require("./season/module/v1/module"));
151
+ const _288 = __importStar(require("./season/v1/achievement"));
152
+ const _289 = __importStar(require("./season/v1/display_name_appeal_stake"));
153
+ const _290 = __importStar(require("./season/v1/display_name_moderation"));
154
+ const _291 = __importStar(require("./season/v1/display_name_report_stake"));
155
+ const _292 = __importStar(require("./season/v1/enums"));
156
+ const _293 = __importStar(require("./season/v1/epoch_xp_tracker"));
157
+ const _294 = __importStar(require("./season/v1/forum_xp_cooldown"));
158
+ const _295 = __importStar(require("./season/v1/genesis"));
159
+ const _296 = __importStar(require("./season/v1/guild_invite"));
160
+ const _297 = __importStar(require("./season/v1/guild_membership"));
161
+ const _298 = __importStar(require("./season/v1/guild"));
162
+ const _299 = __importStar(require("./season/v1/member_profile"));
163
+ const _300 = __importStar(require("./season/v1/member_quest_progress"));
164
+ const _301 = __importStar(require("./season/v1/member_registration"));
165
+ const _302 = __importStar(require("./season/v1/member_season_snapshot"));
166
+ const _303 = __importStar(require("./season/v1/next_season_info"));
167
+ const _304 = __importStar(require("./season/v1/nomination"));
168
+ const _305 = __importStar(require("./season/v1/params"));
169
+ const _306 = __importStar(require("./season/v1/query"));
170
+ const _307 = __importStar(require("./season/v1/quest"));
171
+ const _308 = __importStar(require("./season/v1/season_snapshot"));
172
+ const _309 = __importStar(require("./season/v1/season_title_eligibility"));
173
+ const _310 = __importStar(require("./season/v1/season_transition_state"));
174
+ const _311 = __importStar(require("./season/v1/season"));
175
+ const _312 = __importStar(require("./season/v1/title"));
176
+ const _313 = __importStar(require("./season/v1/transition_recovery_state"));
177
+ const _314 = __importStar(require("./season/v1/tx"));
178
+ const _315 = __importStar(require("./season/v1/vote_xp_record"));
179
+ const _316 = __importStar(require("./service/module/v1/module"));
180
+ const _317 = __importStar(require("./service/v1/controller_transfer_case"));
181
+ const _318 = __importStar(require("./service/v1/genesis"));
182
+ const _319 = __importStar(require("./service/v1/operator"));
183
+ const _320 = __importStar(require("./service/v1/params"));
184
+ const _321 = __importStar(require("./service/v1/query"));
185
+ const _322 = __importStar(require("./service/v1/refile_cooldown"));
186
+ const _323 = __importStar(require("./service/v1/report"));
187
+ const _324 = __importStar(require("./service/v1/reporter_rate_limit"));
188
+ const _325 = __importStar(require("./service/v1/service_type_config"));
189
+ const _326 = __importStar(require("./service/v1/system_report_rate_limit"));
190
+ const _327 = __importStar(require("./service/v1/tier1_escrow_entry"));
191
+ const _328 = __importStar(require("./service/v1/tier1_last_slash"));
192
+ const _329 = __importStar(require("./service/v1/tx"));
193
+ const _330 = __importStar(require("./service/v1/types"));
194
+ const _331 = __importStar(require("./session/module/v1/module"));
195
+ const _332 = __importStar(require("./session/v1/genesis"));
196
+ const _333 = __importStar(require("./session/v1/grant"));
197
+ const _334 = __importStar(require("./session/v1/params"));
198
+ const _335 = __importStar(require("./session/v1/query"));
199
+ const _336 = __importStar(require("./session/v1/session"));
200
+ const _337 = __importStar(require("./session/v1/tx"));
201
+ const _338 = __importStar(require("./shield/module/v1/module"));
202
+ const _339 = __importStar(require("./shield/v1/genesis"));
203
+ const _340 = __importStar(require("./shield/v1/params"));
204
+ const _341 = __importStar(require("./shield/v1/query"));
205
+ const _342 = __importStar(require("./shield/v1/tx"));
206
+ const _343 = __importStar(require("./shield/v1/types"));
207
+ const _344 = __importStar(require("./sparkdream/module/v1/module"));
208
+ const _345 = __importStar(require("./sparkdream/v1/genesis"));
209
+ const _346 = __importStar(require("./sparkdream/v1/params"));
210
+ const _347 = __importStar(require("./sparkdream/v1/query"));
211
+ const _348 = __importStar(require("./sparkdream/v1/tx"));
212
+ const _349 = __importStar(require("./split/module/v1/module"));
213
+ const _350 = __importStar(require("./split/v1/genesis"));
214
+ const _351 = __importStar(require("./split/v1/params"));
215
+ const _352 = __importStar(require("./split/v1/query"));
216
+ const _353 = __importStar(require("./split/v1/share"));
217
+ const _354 = __importStar(require("./split/v1/tx"));
218
+ const _503 = __importStar(require("./blog/v1/tx.amino"));
219
+ const _504 = __importStar(require("./collect/v1/tx.amino"));
220
+ const _505 = __importStar(require("./commons/v1/tx.amino"));
221
+ const _506 = __importStar(require("./ecosystem/v1/tx.amino"));
222
+ const _507 = __importStar(require("./federation/v1/tx.amino"));
223
+ const _508 = __importStar(require("./forum/v1/tx.amino"));
224
+ const _509 = __importStar(require("./futarchy/v1/tx.amino"));
225
+ const _510 = __importStar(require("./guardian/v1/tx.amino"));
226
+ const _511 = __importStar(require("./name/v1/tx.amino"));
227
+ const _512 = __importStar(require("./rep/v1/tx.amino"));
228
+ const _513 = __importStar(require("./reveal/v1/tx.amino"));
229
+ const _514 = __importStar(require("./season/v1/tx.amino"));
230
+ const _515 = __importStar(require("./service/v1/tx.amino"));
231
+ const _516 = __importStar(require("./session/v1/tx.amino"));
232
+ const _517 = __importStar(require("./shield/v1/tx.amino"));
233
+ const _518 = __importStar(require("./sparkdream/v1/tx.amino"));
234
+ const _519 = __importStar(require("./split/v1/tx.amino"));
235
+ const _520 = __importStar(require("./blog/v1/tx.registry"));
236
+ const _521 = __importStar(require("./collect/v1/tx.registry"));
237
+ const _522 = __importStar(require("./commons/v1/tx.registry"));
238
+ const _523 = __importStar(require("./ecosystem/v1/tx.registry"));
239
+ const _524 = __importStar(require("./federation/v1/tx.registry"));
240
+ const _525 = __importStar(require("./forum/v1/tx.registry"));
241
+ const _526 = __importStar(require("./futarchy/v1/tx.registry"));
242
+ const _527 = __importStar(require("./guardian/v1/tx.registry"));
243
+ const _528 = __importStar(require("./name/v1/tx.registry"));
244
+ const _529 = __importStar(require("./rep/v1/tx.registry"));
245
+ const _530 = __importStar(require("./reveal/v1/tx.registry"));
246
+ const _531 = __importStar(require("./season/v1/tx.registry"));
247
+ const _532 = __importStar(require("./service/v1/tx.registry"));
248
+ const _533 = __importStar(require("./session/v1/tx.registry"));
249
+ const _534 = __importStar(require("./shield/v1/tx.registry"));
250
+ const _535 = __importStar(require("./sparkdream/v1/tx.registry"));
251
+ const _536 = __importStar(require("./split/v1/tx.registry"));
252
+ const _537 = __importStar(require("./blog/v1/query.lcd"));
253
+ const _538 = __importStar(require("./collect/v1/query.lcd"));
254
+ const _539 = __importStar(require("./commons/v1/query.lcd"));
255
+ const _540 = __importStar(require("./ecosystem/v1/query.lcd"));
256
+ const _541 = __importStar(require("./federation/v1/query.lcd"));
257
+ const _542 = __importStar(require("./forum/v1/query.lcd"));
258
+ const _543 = __importStar(require("./futarchy/v1/query.lcd"));
259
+ const _544 = __importStar(require("./guardian/v1/query.lcd"));
260
+ const _545 = __importStar(require("./identity/v1/query.lcd"));
261
+ const _546 = __importStar(require("./name/v1/query.lcd"));
262
+ const _547 = __importStar(require("./rep/v1/query.lcd"));
263
+ const _548 = __importStar(require("./reveal/v1/query.lcd"));
264
+ const _549 = __importStar(require("./season/v1/query.lcd"));
265
+ const _550 = __importStar(require("./service/v1/query.lcd"));
266
+ const _551 = __importStar(require("./session/v1/query.lcd"));
267
+ const _552 = __importStar(require("./shield/v1/query.lcd"));
268
+ const _553 = __importStar(require("./sparkdream/v1/query.lcd"));
269
+ const _554 = __importStar(require("./split/v1/query.lcd"));
270
+ const _555 = __importStar(require("./blog/v1/query.rpc.Query"));
271
+ const _556 = __importStar(require("./collect/v1/query.rpc.Query"));
272
+ const _557 = __importStar(require("./commons/v1/query.rpc.Query"));
273
+ const _558 = __importStar(require("./ecosystem/v1/query.rpc.Query"));
274
+ const _559 = __importStar(require("./federation/v1/query.rpc.Query"));
275
+ const _560 = __importStar(require("./forum/v1/query.rpc.Query"));
276
+ const _561 = __importStar(require("./futarchy/v1/query.rpc.Query"));
277
+ const _562 = __importStar(require("./guardian/v1/query.rpc.Query"));
278
+ const _563 = __importStar(require("./identity/v1/query.rpc.Query"));
279
+ const _564 = __importStar(require("./name/v1/query.rpc.Query"));
280
+ const _565 = __importStar(require("./rep/v1/query.rpc.Query"));
281
+ const _566 = __importStar(require("./reveal/v1/query.rpc.Query"));
282
+ const _567 = __importStar(require("./season/v1/query.rpc.Query"));
283
+ const _568 = __importStar(require("./service/v1/query.rpc.Query"));
284
+ const _569 = __importStar(require("./session/v1/query.rpc.Query"));
285
+ const _570 = __importStar(require("./shield/v1/query.rpc.Query"));
286
+ const _571 = __importStar(require("./sparkdream/v1/query.rpc.Query"));
287
+ const _572 = __importStar(require("./split/v1/query.rpc.Query"));
288
+ const _573 = __importStar(require("./blog/v1/tx.rpc.msg"));
289
+ const _574 = __importStar(require("./collect/v1/tx.rpc.msg"));
290
+ const _575 = __importStar(require("./commons/v1/tx.rpc.msg"));
291
+ const _576 = __importStar(require("./ecosystem/v1/tx.rpc.msg"));
292
+ const _577 = __importStar(require("./federation/v1/tx.rpc.msg"));
293
+ const _578 = __importStar(require("./forum/v1/tx.rpc.msg"));
294
+ const _579 = __importStar(require("./futarchy/v1/tx.rpc.msg"));
295
+ const _580 = __importStar(require("./guardian/v1/tx.rpc.msg"));
296
+ const _581 = __importStar(require("./name/v1/tx.rpc.msg"));
297
+ const _582 = __importStar(require("./rep/v1/tx.rpc.msg"));
298
+ const _583 = __importStar(require("./reveal/v1/tx.rpc.msg"));
299
+ const _584 = __importStar(require("./season/v1/tx.rpc.msg"));
300
+ const _585 = __importStar(require("./service/v1/tx.rpc.msg"));
301
+ const _586 = __importStar(require("./session/v1/tx.rpc.msg"));
302
+ const _587 = __importStar(require("./shield/v1/tx.rpc.msg"));
303
+ const _588 = __importStar(require("./sparkdream/v1/tx.rpc.msg"));
304
+ const _589 = __importStar(require("./split/v1/tx.rpc.msg"));
305
+ const _596 = __importStar(require("./lcd"));
306
+ const _597 = __importStar(require("./rpc.query"));
307
+ const _598 = __importStar(require("./rpc.tx"));
307
308
  var sparkdream;
308
309
  (function (sparkdream_1) {
309
310
  let blog;
@@ -321,11 +322,11 @@ var sparkdream;
321
322
  ..._179,
322
323
  ..._180,
323
324
  ..._181,
324
- ..._502,
325
- ..._519,
326
- ..._536,
327
- ..._554,
328
- ..._572
325
+ ..._503,
326
+ ..._520,
327
+ ..._537,
328
+ ..._555,
329
+ ..._573
329
330
  };
330
331
  })(blog = sparkdream_1.blog || (sparkdream_1.blog = {}));
331
332
  let collect;
@@ -343,11 +344,11 @@ var sparkdream;
343
344
  ..._186,
344
345
  ..._187,
345
346
  ..._188,
346
- ..._503,
347
- ..._520,
348
- ..._537,
349
- ..._555,
350
- ..._573
347
+ ..._504,
348
+ ..._521,
349
+ ..._538,
350
+ ..._556,
351
+ ..._574
351
352
  };
352
353
  })(collect = sparkdream_1.collect || (sparkdream_1.collect = {}));
353
354
  let common;
@@ -375,11 +376,11 @@ var sparkdream;
375
376
  ..._198,
376
377
  ..._199,
377
378
  ..._200,
378
- ..._504,
379
- ..._521,
380
- ..._538,
381
- ..._556,
382
- ..._574
379
+ ..._505,
380
+ ..._522,
381
+ ..._539,
382
+ ..._557,
383
+ ..._575
383
384
  };
384
385
  })(commons = sparkdream_1.commons || (sparkdream_1.commons = {}));
385
386
  let ecosystem;
@@ -395,11 +396,11 @@ var sparkdream;
395
396
  ..._203,
396
397
  ..._204,
397
398
  ..._205,
398
- ..._505,
399
- ..._522,
400
- ..._539,
401
- ..._557,
402
- ..._575
399
+ ..._506,
400
+ ..._523,
401
+ ..._540,
402
+ ..._558,
403
+ ..._576
403
404
  };
404
405
  })(ecosystem = sparkdream_1.ecosystem || (sparkdream_1.ecosystem = {}));
405
406
  let federation;
@@ -418,11 +419,11 @@ var sparkdream;
418
419
  ..._211,
419
420
  ..._212,
420
421
  ..._213,
421
- ..._506,
422
- ..._523,
423
- ..._540,
424
- ..._558,
425
- ..._576
422
+ ..._507,
423
+ ..._524,
424
+ ..._541,
425
+ ..._559,
426
+ ..._577
426
427
  };
427
428
  })(federation = sparkdream_1.federation || (sparkdream_1.federation = {}));
428
429
  let forum;
@@ -452,11 +453,11 @@ var sparkdream;
452
453
  ..._230,
453
454
  ..._231,
454
455
  ..._232,
455
- ..._507,
456
- ..._524,
457
- ..._541,
458
- ..._559,
459
- ..._577
456
+ ..._508,
457
+ ..._525,
458
+ ..._542,
459
+ ..._560,
460
+ ..._578
460
461
  };
461
462
  })(forum = sparkdream_1.forum || (sparkdream_1.forum = {}));
462
463
  let futarchy;
@@ -473,11 +474,11 @@ var sparkdream;
473
474
  ..._236,
474
475
  ..._237,
475
476
  ..._238,
476
- ..._508,
477
- ..._525,
478
- ..._542,
479
- ..._560,
480
- ..._578
477
+ ..._509,
478
+ ..._526,
479
+ ..._543,
480
+ ..._561,
481
+ ..._579
481
482
  };
482
483
  })(futarchy = sparkdream_1.futarchy || (sparkdream_1.futarchy = {}));
483
484
  let guardian;
@@ -491,11 +492,11 @@ var sparkdream;
491
492
  guardian.v1 = {
492
493
  ..._240,
493
494
  ..._241,
494
- ..._509,
495
- ..._526,
496
- ..._543,
497
- ..._561,
498
- ..._579
495
+ ..._510,
496
+ ..._527,
497
+ ..._544,
498
+ ..._562,
499
+ ..._580
499
500
  };
500
501
  })(guardian = sparkdream_1.guardian || (sparkdream_1.guardian = {}));
501
502
  let identity;
@@ -510,8 +511,8 @@ var sparkdream;
510
511
  ..._243,
511
512
  ..._244,
512
513
  ..._245,
513
- ..._544,
514
- ..._562
514
+ ..._545,
515
+ ..._563
515
516
  };
516
517
  })(identity = sparkdream_1.identity || (sparkdream_1.identity = {}));
517
518
  let name;
@@ -530,11 +531,11 @@ var sparkdream;
530
531
  ..._251,
531
532
  ..._252,
532
533
  ..._253,
533
- ..._510,
534
- ..._527,
535
- ..._545,
536
- ..._563,
537
- ..._580
534
+ ..._511,
535
+ ..._528,
536
+ ..._546,
537
+ ..._564,
538
+ ..._581
538
539
  };
539
540
  })(name = sparkdream_1.name || (sparkdream_1.name = {}));
540
541
  let rep;
@@ -571,11 +572,12 @@ var sparkdream;
571
572
  ..._277,
572
573
  ..._278,
573
574
  ..._279,
574
- ..._511,
575
- ..._528,
576
- ..._546,
577
- ..._564,
578
- ..._581
575
+ ..._280,
576
+ ..._512,
577
+ ..._529,
578
+ ..._547,
579
+ ..._565,
580
+ ..._582
579
581
  };
580
582
  })(rep = sparkdream_1.rep || (sparkdream_1.rep = {}));
581
583
  let reveal;
@@ -583,20 +585,20 @@ var sparkdream;
583
585
  let module;
584
586
  (function (module) {
585
587
  module.v1 = {
586
- ..._280
588
+ ..._281
587
589
  };
588
590
  })(module = reveal.module || (reveal.module = {}));
589
591
  reveal.v1 = {
590
- ..._281,
591
592
  ..._282,
592
593
  ..._283,
593
594
  ..._284,
594
595
  ..._285,
595
- ..._512,
596
- ..._529,
597
- ..._547,
598
- ..._565,
599
- ..._582
596
+ ..._286,
597
+ ..._513,
598
+ ..._530,
599
+ ..._548,
600
+ ..._566,
601
+ ..._583
600
602
  };
601
603
  })(reveal = sparkdream_1.reveal || (sparkdream_1.reveal = {}));
602
604
  let season;
@@ -604,11 +606,10 @@ var sparkdream;
604
606
  let module;
605
607
  (function (module) {
606
608
  module.v1 = {
607
- ..._286
609
+ ..._287
608
610
  };
609
611
  })(module = season.module || (season.module = {}));
610
612
  season.v1 = {
611
- ..._287,
612
613
  ..._288,
613
614
  ..._289,
614
615
  ..._290,
@@ -636,11 +637,12 @@ var sparkdream;
636
637
  ..._312,
637
638
  ..._313,
638
639
  ..._314,
639
- ..._513,
640
- ..._530,
641
- ..._548,
642
- ..._566,
643
- ..._583
640
+ ..._315,
641
+ ..._514,
642
+ ..._531,
643
+ ..._549,
644
+ ..._567,
645
+ ..._584
644
646
  };
645
647
  })(season = sparkdream_1.season || (sparkdream_1.season = {}));
646
648
  let service;
@@ -648,11 +650,10 @@ var sparkdream;
648
650
  let module;
649
651
  (function (module) {
650
652
  module.v1 = {
651
- ..._315
653
+ ..._316
652
654
  };
653
655
  })(module = service.module || (service.module = {}));
654
656
  service.v1 = {
655
- ..._316,
656
657
  ..._317,
657
658
  ..._318,
658
659
  ..._319,
@@ -666,11 +667,12 @@ var sparkdream;
666
667
  ..._327,
667
668
  ..._328,
668
669
  ..._329,
669
- ..._514,
670
- ..._531,
671
- ..._549,
672
- ..._567,
673
- ..._584
670
+ ..._330,
671
+ ..._515,
672
+ ..._532,
673
+ ..._550,
674
+ ..._568,
675
+ ..._585
674
676
  };
675
677
  })(service = sparkdream_1.service || (sparkdream_1.service = {}));
676
678
  let session;
@@ -678,21 +680,21 @@ var sparkdream;
678
680
  let module;
679
681
  (function (module) {
680
682
  module.v1 = {
681
- ..._330
683
+ ..._331
682
684
  };
683
685
  })(module = session.module || (session.module = {}));
684
686
  session.v1 = {
685
- ..._331,
686
687
  ..._332,
687
688
  ..._333,
688
689
  ..._334,
689
690
  ..._335,
690
691
  ..._336,
691
- ..._515,
692
- ..._532,
693
- ..._550,
694
- ..._568,
695
- ..._585
692
+ ..._337,
693
+ ..._516,
694
+ ..._533,
695
+ ..._551,
696
+ ..._569,
697
+ ..._586
696
698
  };
697
699
  })(session = sparkdream_1.session || (sparkdream_1.session = {}));
698
700
  let shield;
@@ -700,20 +702,20 @@ var sparkdream;
700
702
  let module;
701
703
  (function (module) {
702
704
  module.v1 = {
703
- ..._337
705
+ ..._338
704
706
  };
705
707
  })(module = shield.module || (shield.module = {}));
706
708
  shield.v1 = {
707
- ..._338,
708
709
  ..._339,
709
710
  ..._340,
710
711
  ..._341,
711
712
  ..._342,
712
- ..._516,
713
- ..._533,
714
- ..._551,
715
- ..._569,
716
- ..._586
713
+ ..._343,
714
+ ..._517,
715
+ ..._534,
716
+ ..._552,
717
+ ..._570,
718
+ ..._587
717
719
  };
718
720
  })(shield = sparkdream_1.shield || (sparkdream_1.shield = {}));
719
721
  let sparkdream;
@@ -721,19 +723,19 @@ var sparkdream;
721
723
  let module;
722
724
  (function (module) {
723
725
  module.v1 = {
724
- ..._343
726
+ ..._344
725
727
  };
726
728
  })(module = sparkdream.module || (sparkdream.module = {}));
727
729
  sparkdream.v1 = {
728
- ..._344,
729
730
  ..._345,
730
731
  ..._346,
731
732
  ..._347,
732
- ..._517,
733
- ..._534,
734
- ..._552,
735
- ..._570,
736
- ..._587
733
+ ..._348,
734
+ ..._518,
735
+ ..._535,
736
+ ..._553,
737
+ ..._571,
738
+ ..._588
737
739
  };
738
740
  })(sparkdream = sparkdream_1.sparkdream || (sparkdream_1.sparkdream = {}));
739
741
  let split;
@@ -741,25 +743,25 @@ var sparkdream;
741
743
  let module;
742
744
  (function (module) {
743
745
  module.v1 = {
744
- ..._348
746
+ ..._349
745
747
  };
746
748
  })(module = split.module || (split.module = {}));
747
749
  split.v1 = {
748
- ..._349,
749
750
  ..._350,
750
751
  ..._351,
751
752
  ..._352,
752
753
  ..._353,
753
- ..._518,
754
- ..._535,
755
- ..._553,
756
- ..._571,
757
- ..._588
754
+ ..._354,
755
+ ..._519,
756
+ ..._536,
757
+ ..._554,
758
+ ..._572,
759
+ ..._589
758
760
  };
759
761
  })(split = sparkdream_1.split || (sparkdream_1.split = {}));
760
762
  sparkdream_1.ClientFactory = {
761
- ..._595,
762
763
  ..._596,
763
- ..._597
764
+ ..._597,
765
+ ..._598
764
766
  };
765
767
  })(sparkdream || (exports.sparkdream = sparkdream = {}));