@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.9

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 (193) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +182 -182
  3. package/esm/cosmos/bundle.js +182 -182
  4. package/esm/ibc/bundle.js +106 -106
  5. package/esm/sparkdream/bundle.js +368 -332
  6. package/esm/sparkdream/client.js +4 -1
  7. package/esm/sparkdream/{forum → commons}/v1/category.js +7 -5
  8. package/esm/sparkdream/commons/v1/genesis.js +29 -1
  9. package/esm/sparkdream/commons/v1/query.js +292 -0
  10. package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
  11. package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
  12. package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
  13. package/esm/sparkdream/commons/v1/tx.js +193 -0
  14. package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
  15. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
  16. package/esm/sparkdream/federation/module/v1/module.js +71 -0
  17. package/esm/sparkdream/federation/v1/genesis.js +244 -0
  18. package/esm/sparkdream/federation/v1/packet.js +810 -0
  19. package/esm/sparkdream/federation/v1/params.js +789 -0
  20. package/esm/sparkdream/federation/v1/query.js +2629 -0
  21. package/esm/sparkdream/federation/v1/query.lcd.js +152 -0
  22. package/esm/sparkdream/federation/v1/query.rpc.Query.js +189 -0
  23. package/esm/sparkdream/federation/v1/tx.amino.js +139 -0
  24. package/esm/sparkdream/federation/v1/tx.js +4199 -0
  25. package/esm/sparkdream/federation/v1/tx.registry.js +501 -0
  26. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +173 -0
  27. package/esm/sparkdream/federation/v1/types.js +2571 -0
  28. package/esm/sparkdream/forum/v1/genesis.js +26 -250
  29. package/esm/sparkdream/forum/v1/query.js +2084 -7387
  30. package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
  31. package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
  32. package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
  33. package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
  34. package/esm/sparkdream/forum/v1/tx.js +333 -2628
  35. package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
  36. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
  37. package/esm/sparkdream/forum/v1/types.js +0 -216
  38. package/esm/sparkdream/lcd.js +5 -0
  39. package/esm/sparkdream/rep/v1/accountability.js +172 -0
  40. package/esm/sparkdream/rep/v1/genesis.js +209 -1
  41. package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  42. package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  43. package/esm/sparkdream/rep/v1/member.js +25 -1
  44. package/esm/sparkdream/{forum → rep}/v1/member_report.js +4 -4
  45. package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  46. package/esm/sparkdream/rep/v1/params.js +782 -254
  47. package/esm/sparkdream/rep/v1/project.js +13 -1
  48. package/esm/sparkdream/rep/v1/query.js +5260 -0
  49. package/esm/sparkdream/rep/v1/query.lcd.js +286 -0
  50. package/esm/sparkdream/rep/v1/query.rpc.Query.js +333 -1
  51. package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  52. package/esm/sparkdream/rep/v1/sentinel_activity.js +214 -0
  53. package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
  54. package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  55. package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  56. package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  57. package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
  58. package/esm/sparkdream/rep/v1/tx.js +2439 -0
  59. package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
  60. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +102 -1
  61. package/esm/sparkdream/rpc.query.js +3 -0
  62. package/esm/sparkdream/rpc.tx.js +3 -0
  63. package/esm/sparkdream/season/v1/params.js +94 -46
  64. package/esm/sparkdream/shield/v1/types.js +47 -5
  65. package/esm/tendermint/bundle.js +20 -20
  66. package/ibc/bundle.d.ts +90 -90
  67. package/ibc/bundle.js +106 -106
  68. package/package.json +1 -1
  69. package/sparkdream/bundle.d.ts +13210 -11120
  70. package/sparkdream/bundle.js +368 -332
  71. package/sparkdream/client.d.ts +202 -57
  72. package/sparkdream/client.js +4 -1
  73. package/sparkdream/{forum → commons}/v1/category.d.ts +17 -11
  74. package/sparkdream/{forum → commons}/v1/category.js +7 -5
  75. package/sparkdream/commons/v1/genesis.d.ts +17 -0
  76. package/sparkdream/commons/v1/genesis.js +29 -1
  77. package/sparkdream/commons/v1/query.d.ts +179 -0
  78. package/sparkdream/commons/v1/query.js +293 -1
  79. package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
  80. package/sparkdream/commons/v1/query.lcd.js +18 -0
  81. package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
  82. package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
  83. package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
  84. package/sparkdream/commons/v1/tx.amino.js +5 -0
  85. package/sparkdream/commons/v1/tx.d.ts +98 -0
  86. package/sparkdream/commons/v1/tx.js +194 -1
  87. package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
  88. package/sparkdream/commons/v1/tx.registry.js +19 -1
  89. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
  90. package/sparkdream/commons/v1/tx.rpc.msg.js +7 -0
  91. package/sparkdream/federation/module/v1/module.d.ts +54 -0
  92. package/sparkdream/federation/module/v1/module.js +74 -0
  93. package/sparkdream/federation/v1/genesis.d.ts +78 -0
  94. package/sparkdream/federation/v1/genesis.js +247 -0
  95. package/sparkdream/federation/v1/packet.d.ts +397 -0
  96. package/sparkdream/federation/v1/packet.js +813 -0
  97. package/sparkdream/federation/v1/params.d.ts +272 -0
  98. package/sparkdream/federation/v1/params.js +792 -0
  99. package/sparkdream/federation/v1/query.d.ts +1541 -0
  100. package/sparkdream/federation/v1/query.js +2632 -0
  101. package/sparkdream/federation/v1/query.lcd.d.ts +26 -0
  102. package/sparkdream/federation/v1/query.lcd.js +156 -0
  103. package/sparkdream/federation/v1/query.rpc.Query.d.ts +66 -0
  104. package/sparkdream/federation/v1/query.rpc.Query.js +194 -0
  105. package/sparkdream/federation/v1/tx.amino.d.ts +138 -0
  106. package/sparkdream/federation/v1/tx.amino.js +142 -0
  107. package/sparkdream/federation/v1/tx.d.ts +2311 -0
  108. package/sparkdream/federation/v1/tx.js +4203 -0
  109. package/sparkdream/federation/v1/tx.registry.d.ts +337 -0
  110. package/sparkdream/federation/v1/tx.registry.js +505 -0
  111. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +64 -0
  112. package/sparkdream/federation/v1/tx.rpc.msg.js +178 -0
  113. package/sparkdream/federation/v1/types.d.ts +906 -0
  114. package/sparkdream/federation/v1/types.js +2588 -0
  115. package/sparkdream/forum/v1/genesis.d.ts +0 -41
  116. package/sparkdream/forum/v1/genesis.js +26 -250
  117. package/sparkdream/forum/v1/query.d.ts +65 -3164
  118. package/sparkdream/forum/v1/query.js +2086 -7391
  119. package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
  120. package/sparkdream/forum/v1/query.lcd.js +0 -310
  121. package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
  122. package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
  123. package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
  124. package/sparkdream/forum/v1/sentinel_activity.js +46 -139
  125. package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
  126. package/sparkdream/forum/v1/tx.amino.js +0 -75
  127. package/sparkdream/forum/v1/tx.d.ts +85 -1445
  128. package/sparkdream/forum/v1/tx.js +335 -2630
  129. package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
  130. package/sparkdream/forum/v1/tx.registry.js +1 -271
  131. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
  132. package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
  133. package/sparkdream/forum/v1/types.d.ts +0 -50
  134. package/sparkdream/forum/v1/types.js +1 -225
  135. package/sparkdream/lcd.d.ts +3 -0
  136. package/sparkdream/lcd.js +5 -0
  137. package/sparkdream/rep/v1/accountability.d.ts +39 -0
  138. package/sparkdream/rep/v1/accountability.js +181 -0
  139. package/sparkdream/rep/v1/genesis.d.ts +68 -0
  140. package/sparkdream/rep/v1/genesis.js +209 -1
  141. package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
  142. package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  143. package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
  144. package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  145. package/sparkdream/rep/v1/member.d.ts +16 -0
  146. package/sparkdream/rep/v1/member.js +25 -1
  147. package/sparkdream/{forum → rep}/v1/member_report.d.ts +9 -9
  148. package/sparkdream/{forum → rep}/v1/member_report.js +4 -4
  149. package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
  150. package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  151. package/sparkdream/rep/v1/params.d.ts +352 -8
  152. package/sparkdream/rep/v1/params.js +782 -254
  153. package/sparkdream/rep/v1/project.d.ts +10 -0
  154. package/sparkdream/rep/v1/project.js +13 -1
  155. package/sparkdream/rep/v1/query.d.ts +4197 -1129
  156. package/sparkdream/rep/v1/query.js +5263 -1
  157. package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
  158. package/sparkdream/rep/v1/query.lcd.js +286 -0
  159. package/sparkdream/rep/v1/query.rpc.Query.d.ts +137 -1
  160. package/sparkdream/rep/v1/query.rpc.Query.js +332 -0
  161. package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
  162. package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  163. package/sparkdream/rep/v1/sentinel_activity.d.ts +79 -0
  164. package/sparkdream/rep/v1/sentinel_activity.js +219 -0
  165. package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
  166. package/sparkdream/{common → rep}/v1/tag.js +6 -6
  167. package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
  168. package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  169. package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
  170. package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  171. package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
  172. package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  173. package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
  174. package/sparkdream/rep/v1/tx.amino.js +80 -0
  175. package/sparkdream/rep/v1/tx.d.ts +1467 -0
  176. package/sparkdream/rep/v1/tx.js +2440 -1
  177. package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
  178. package/sparkdream/rep/v1/tx.registry.js +289 -1
  179. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +62 -1
  180. package/sparkdream/rep/v1/tx.rpc.msg.js +101 -0
  181. package/sparkdream/rpc.query.d.ts +58 -34
  182. package/sparkdream/rpc.query.js +3 -0
  183. package/sparkdream/rpc.tx.d.ts +3 -0
  184. package/sparkdream/rpc.tx.js +3 -0
  185. package/sparkdream/season/v1/params.d.ts +36 -4
  186. package/sparkdream/season/v1/params.js +94 -46
  187. package/sparkdream/shield/v1/types.d.ts +28 -0
  188. package/sparkdream/shield/v1/types.js +47 -5
  189. package/tendermint/bundle.d.ts +844 -844
  190. package/tendermint/bundle.js +20 -20
  191. package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
  192. package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
  193. package/sparkdream/forum/v1/member_salvation_status.js +0 -122
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 _330 = __importStar(require("./auth/v1beta1/tx.amino"));
154
- const _331 = __importStar(require("./authz/v1beta1/tx.amino"));
155
- const _332 = __importStar(require("./bank/v1beta1/tx.amino"));
156
- const _333 = __importStar(require("./benchmark/v1/tx.amino"));
157
- const _334 = __importStar(require("./circuit/v1/tx.amino"));
158
- const _335 = __importStar(require("./consensus/v1/tx.amino"));
159
- const _336 = __importStar(require("./counter/v1/tx.amino"));
160
- const _337 = __importStar(require("./distribution/v1beta1/tx.amino"));
161
- const _338 = __importStar(require("./feegrant/v1beta1/tx.amino"));
162
- const _339 = __importStar(require("./gov/v1/tx.amino"));
163
- const _340 = __importStar(require("./gov/v1beta1/tx.amino"));
164
- const _341 = __importStar(require("./group/v1/tx.amino"));
165
- const _342 = __importStar(require("./mint/v1beta1/tx.amino"));
166
- const _343 = __importStar(require("./protocolpool/v1/tx.amino"));
167
- const _344 = __importStar(require("./staking/v1beta1/tx.amino"));
168
- const _345 = __importStar(require("./upgrade/v1beta1/tx.amino"));
169
- const _346 = __importStar(require("./vesting/v1beta1/tx.amino"));
170
- const _347 = __importStar(require("./auth/v1beta1/tx.registry"));
171
- const _348 = __importStar(require("./authz/v1beta1/tx.registry"));
172
- const _349 = __importStar(require("./bank/v1beta1/tx.registry"));
173
- const _350 = __importStar(require("./benchmark/v1/tx.registry"));
174
- const _351 = __importStar(require("./circuit/v1/tx.registry"));
175
- const _352 = __importStar(require("./consensus/v1/tx.registry"));
176
- const _353 = __importStar(require("./counter/v1/tx.registry"));
177
- const _354 = __importStar(require("./distribution/v1beta1/tx.registry"));
178
- const _355 = __importStar(require("./feegrant/v1beta1/tx.registry"));
179
- const _356 = __importStar(require("./gov/v1/tx.registry"));
180
- const _357 = __importStar(require("./gov/v1beta1/tx.registry"));
181
- const _358 = __importStar(require("./group/v1/tx.registry"));
182
- const _359 = __importStar(require("./mint/v1beta1/tx.registry"));
183
- const _360 = __importStar(require("./protocolpool/v1/tx.registry"));
184
- const _361 = __importStar(require("./staking/v1beta1/tx.registry"));
185
- const _362 = __importStar(require("./upgrade/v1beta1/tx.registry"));
186
- const _363 = __importStar(require("./vesting/v1beta1/tx.registry"));
187
- const _364 = __importStar(require("./auth/v1beta1/query.lcd"));
188
- const _365 = __importStar(require("./authz/v1beta1/query.lcd"));
189
- const _366 = __importStar(require("./bank/v1beta1/query.lcd"));
190
- const _367 = __importStar(require("./base/node/v1beta1/query.lcd"));
191
- const _368 = __importStar(require("./circuit/v1/query.lcd"));
192
- const _369 = __importStar(require("./consensus/v1/query.lcd"));
193
- const _370 = __importStar(require("./distribution/v1beta1/query.lcd"));
194
- const _371 = __importStar(require("./epochs/v1beta1/query.lcd"));
195
- const _372 = __importStar(require("./feegrant/v1beta1/query.lcd"));
196
- const _373 = __importStar(require("./gov/v1/query.lcd"));
197
- const _374 = __importStar(require("./gov/v1beta1/query.lcd"));
198
- const _375 = __importStar(require("./group/v1/query.lcd"));
199
- const _376 = __importStar(require("./mint/v1beta1/query.lcd"));
200
- const _377 = __importStar(require("./params/v1beta1/query.lcd"));
201
- const _378 = __importStar(require("./protocolpool/v1/query.lcd"));
202
- const _379 = __importStar(require("./staking/v1beta1/query.lcd"));
203
- const _380 = __importStar(require("./tx/v1beta1/service.lcd"));
204
- const _381 = __importStar(require("./upgrade/v1beta1/query.lcd"));
205
- const _382 = __importStar(require("./auth/v1beta1/query.rpc.Query"));
206
- const _383 = __importStar(require("./authz/v1beta1/query.rpc.Query"));
207
- const _384 = __importStar(require("./bank/v1beta1/query.rpc.Query"));
208
- const _385 = __importStar(require("./base/node/v1beta1/query.rpc.Service"));
209
- const _386 = __importStar(require("./circuit/v1/query.rpc.Query"));
210
- const _387 = __importStar(require("./consensus/v1/query.rpc.Query"));
211
- const _388 = __importStar(require("./counter/v1/query.rpc.Query"));
212
- const _389 = __importStar(require("./distribution/v1beta1/query.rpc.Query"));
213
- const _390 = __importStar(require("./epochs/v1beta1/query.rpc.Query"));
214
- const _391 = __importStar(require("./feegrant/v1beta1/query.rpc.Query"));
215
- const _392 = __importStar(require("./gov/v1/query.rpc.Query"));
216
- const _393 = __importStar(require("./gov/v1beta1/query.rpc.Query"));
217
- const _394 = __importStar(require("./group/v1/query.rpc.Query"));
218
- const _395 = __importStar(require("./mint/v1beta1/query.rpc.Query"));
219
- const _396 = __importStar(require("./params/v1beta1/query.rpc.Query"));
220
- const _397 = __importStar(require("./protocolpool/v1/query.rpc.Query"));
221
- const _398 = __importStar(require("./staking/v1beta1/query.rpc.Query"));
222
- const _399 = __importStar(require("./tx/v1beta1/service.rpc.Service"));
223
- const _400 = __importStar(require("./upgrade/v1beta1/query.rpc.Query"));
224
- const _401 = __importStar(require("./auth/v1beta1/tx.rpc.msg"));
225
- const _402 = __importStar(require("./authz/v1beta1/tx.rpc.msg"));
226
- const _403 = __importStar(require("./bank/v1beta1/tx.rpc.msg"));
227
- const _404 = __importStar(require("./benchmark/v1/tx.rpc.msg"));
228
- const _405 = __importStar(require("./circuit/v1/tx.rpc.msg"));
229
- const _406 = __importStar(require("./consensus/v1/tx.rpc.msg"));
230
- const _407 = __importStar(require("./counter/v1/tx.rpc.msg"));
231
- const _408 = __importStar(require("./distribution/v1beta1/tx.rpc.msg"));
232
- const _409 = __importStar(require("./feegrant/v1beta1/tx.rpc.msg"));
233
- const _410 = __importStar(require("./gov/v1/tx.rpc.msg"));
234
- const _411 = __importStar(require("./gov/v1beta1/tx.rpc.msg"));
235
- const _412 = __importStar(require("./group/v1/tx.rpc.msg"));
236
- const _413 = __importStar(require("./mint/v1beta1/tx.rpc.msg"));
237
- const _414 = __importStar(require("./protocolpool/v1/tx.rpc.msg"));
238
- const _415 = __importStar(require("./staking/v1beta1/tx.rpc.msg"));
239
- const _416 = __importStar(require("./upgrade/v1beta1/tx.rpc.msg"));
240
- const _417 = __importStar(require("./vesting/v1beta1/tx.rpc.msg"));
241
- const _538 = __importStar(require("./lcd"));
242
- const _539 = __importStar(require("./rpc.query"));
243
- const _540 = __importStar(require("./rpc.tx"));
153
+ const _338 = __importStar(require("./auth/v1beta1/tx.amino"));
154
+ const _339 = __importStar(require("./authz/v1beta1/tx.amino"));
155
+ const _340 = __importStar(require("./bank/v1beta1/tx.amino"));
156
+ const _341 = __importStar(require("./benchmark/v1/tx.amino"));
157
+ const _342 = __importStar(require("./circuit/v1/tx.amino"));
158
+ const _343 = __importStar(require("./consensus/v1/tx.amino"));
159
+ const _344 = __importStar(require("./counter/v1/tx.amino"));
160
+ const _345 = __importStar(require("./distribution/v1beta1/tx.amino"));
161
+ const _346 = __importStar(require("./feegrant/v1beta1/tx.amino"));
162
+ const _347 = __importStar(require("./gov/v1/tx.amino"));
163
+ const _348 = __importStar(require("./gov/v1beta1/tx.amino"));
164
+ const _349 = __importStar(require("./group/v1/tx.amino"));
165
+ const _350 = __importStar(require("./mint/v1beta1/tx.amino"));
166
+ const _351 = __importStar(require("./protocolpool/v1/tx.amino"));
167
+ const _352 = __importStar(require("./staking/v1beta1/tx.amino"));
168
+ const _353 = __importStar(require("./upgrade/v1beta1/tx.amino"));
169
+ const _354 = __importStar(require("./vesting/v1beta1/tx.amino"));
170
+ const _355 = __importStar(require("./auth/v1beta1/tx.registry"));
171
+ const _356 = __importStar(require("./authz/v1beta1/tx.registry"));
172
+ const _357 = __importStar(require("./bank/v1beta1/tx.registry"));
173
+ const _358 = __importStar(require("./benchmark/v1/tx.registry"));
174
+ const _359 = __importStar(require("./circuit/v1/tx.registry"));
175
+ const _360 = __importStar(require("./consensus/v1/tx.registry"));
176
+ const _361 = __importStar(require("./counter/v1/tx.registry"));
177
+ const _362 = __importStar(require("./distribution/v1beta1/tx.registry"));
178
+ const _363 = __importStar(require("./feegrant/v1beta1/tx.registry"));
179
+ const _364 = __importStar(require("./gov/v1/tx.registry"));
180
+ const _365 = __importStar(require("./gov/v1beta1/tx.registry"));
181
+ const _366 = __importStar(require("./group/v1/tx.registry"));
182
+ const _367 = __importStar(require("./mint/v1beta1/tx.registry"));
183
+ const _368 = __importStar(require("./protocolpool/v1/tx.registry"));
184
+ const _369 = __importStar(require("./staking/v1beta1/tx.registry"));
185
+ const _370 = __importStar(require("./upgrade/v1beta1/tx.registry"));
186
+ const _371 = __importStar(require("./vesting/v1beta1/tx.registry"));
187
+ const _372 = __importStar(require("./auth/v1beta1/query.lcd"));
188
+ const _373 = __importStar(require("./authz/v1beta1/query.lcd"));
189
+ const _374 = __importStar(require("./bank/v1beta1/query.lcd"));
190
+ const _375 = __importStar(require("./base/node/v1beta1/query.lcd"));
191
+ const _376 = __importStar(require("./circuit/v1/query.lcd"));
192
+ const _377 = __importStar(require("./consensus/v1/query.lcd"));
193
+ const _378 = __importStar(require("./distribution/v1beta1/query.lcd"));
194
+ const _379 = __importStar(require("./epochs/v1beta1/query.lcd"));
195
+ const _380 = __importStar(require("./feegrant/v1beta1/query.lcd"));
196
+ const _381 = __importStar(require("./gov/v1/query.lcd"));
197
+ const _382 = __importStar(require("./gov/v1beta1/query.lcd"));
198
+ const _383 = __importStar(require("./group/v1/query.lcd"));
199
+ const _384 = __importStar(require("./mint/v1beta1/query.lcd"));
200
+ const _385 = __importStar(require("./params/v1beta1/query.lcd"));
201
+ const _386 = __importStar(require("./protocolpool/v1/query.lcd"));
202
+ const _387 = __importStar(require("./staking/v1beta1/query.lcd"));
203
+ const _388 = __importStar(require("./tx/v1beta1/service.lcd"));
204
+ const _389 = __importStar(require("./upgrade/v1beta1/query.lcd"));
205
+ const _390 = __importStar(require("./auth/v1beta1/query.rpc.Query"));
206
+ const _391 = __importStar(require("./authz/v1beta1/query.rpc.Query"));
207
+ const _392 = __importStar(require("./bank/v1beta1/query.rpc.Query"));
208
+ const _393 = __importStar(require("./base/node/v1beta1/query.rpc.Service"));
209
+ const _394 = __importStar(require("./circuit/v1/query.rpc.Query"));
210
+ const _395 = __importStar(require("./consensus/v1/query.rpc.Query"));
211
+ const _396 = __importStar(require("./counter/v1/query.rpc.Query"));
212
+ const _397 = __importStar(require("./distribution/v1beta1/query.rpc.Query"));
213
+ const _398 = __importStar(require("./epochs/v1beta1/query.rpc.Query"));
214
+ const _399 = __importStar(require("./feegrant/v1beta1/query.rpc.Query"));
215
+ const _400 = __importStar(require("./gov/v1/query.rpc.Query"));
216
+ const _401 = __importStar(require("./gov/v1beta1/query.rpc.Query"));
217
+ const _402 = __importStar(require("./group/v1/query.rpc.Query"));
218
+ const _403 = __importStar(require("./mint/v1beta1/query.rpc.Query"));
219
+ const _404 = __importStar(require("./params/v1beta1/query.rpc.Query"));
220
+ const _405 = __importStar(require("./protocolpool/v1/query.rpc.Query"));
221
+ const _406 = __importStar(require("./staking/v1beta1/query.rpc.Query"));
222
+ const _407 = __importStar(require("./tx/v1beta1/service.rpc.Service"));
223
+ const _408 = __importStar(require("./upgrade/v1beta1/query.rpc.Query"));
224
+ const _409 = __importStar(require("./auth/v1beta1/tx.rpc.msg"));
225
+ const _410 = __importStar(require("./authz/v1beta1/tx.rpc.msg"));
226
+ const _411 = __importStar(require("./bank/v1beta1/tx.rpc.msg"));
227
+ const _412 = __importStar(require("./benchmark/v1/tx.rpc.msg"));
228
+ const _413 = __importStar(require("./circuit/v1/tx.rpc.msg"));
229
+ const _414 = __importStar(require("./consensus/v1/tx.rpc.msg"));
230
+ const _415 = __importStar(require("./counter/v1/tx.rpc.msg"));
231
+ const _416 = __importStar(require("./distribution/v1beta1/tx.rpc.msg"));
232
+ const _417 = __importStar(require("./feegrant/v1beta1/tx.rpc.msg"));
233
+ const _418 = __importStar(require("./gov/v1/tx.rpc.msg"));
234
+ const _419 = __importStar(require("./gov/v1beta1/tx.rpc.msg"));
235
+ const _420 = __importStar(require("./group/v1/tx.rpc.msg"));
236
+ const _421 = __importStar(require("./mint/v1beta1/tx.rpc.msg"));
237
+ const _422 = __importStar(require("./protocolpool/v1/tx.rpc.msg"));
238
+ const _423 = __importStar(require("./staking/v1beta1/tx.rpc.msg"));
239
+ const _424 = __importStar(require("./upgrade/v1beta1/tx.rpc.msg"));
240
+ const _425 = __importStar(require("./vesting/v1beta1/tx.rpc.msg"));
241
+ const _551 = __importStar(require("./lcd"));
242
+ const _552 = __importStar(require("./rpc.query"));
243
+ const _553 = __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
- ..._330,
269
- ..._347,
270
- ..._364,
271
- ..._382,
272
- ..._401
268
+ ..._338,
269
+ ..._355,
270
+ ..._372,
271
+ ..._390,
272
+ ..._409
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
- ..._331,
290
- ..._348,
291
- ..._365,
292
- ..._383,
293
- ..._402
289
+ ..._339,
290
+ ..._356,
291
+ ..._373,
292
+ ..._391,
293
+ ..._410
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
- ..._332,
311
- ..._349,
312
- ..._366,
313
- ..._384,
314
- ..._403
310
+ ..._340,
311
+ ..._357,
312
+ ..._374,
313
+ ..._392,
314
+ ..._411
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
- ..._367,
330
- ..._385
329
+ ..._375,
330
+ ..._393
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
- ..._333,
361
- ..._350,
362
- ..._404
360
+ ..._341,
361
+ ..._358,
362
+ ..._412
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
- ..._334,
378
- ..._351,
379
- ..._368,
380
- ..._386,
381
- ..._405
377
+ ..._342,
378
+ ..._359,
379
+ ..._376,
380
+ ..._394,
381
+ ..._413
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
- ..._335,
396
- ..._352,
397
- ..._369,
398
- ..._387,
399
- ..._406
395
+ ..._343,
396
+ ..._360,
397
+ ..._377,
398
+ ..._395,
399
+ ..._414
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
- ..._336,
414
- ..._353,
415
- ..._388,
416
- ..._407
413
+ ..._344,
414
+ ..._361,
415
+ ..._396,
416
+ ..._415
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
- ..._337,
469
- ..._354,
470
- ..._370,
471
- ..._389,
472
- ..._408
468
+ ..._345,
469
+ ..._362,
470
+ ..._378,
471
+ ..._397,
472
+ ..._416
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
- ..._371,
488
- ..._390
487
+ ..._379,
488
+ ..._398
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
- ..._338,
514
- ..._355,
515
- ..._372,
516
- ..._391,
517
- ..._409
513
+ ..._346,
514
+ ..._363,
515
+ ..._380,
516
+ ..._399,
517
+ ..._417
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
- ..._339,
543
- ..._356,
544
- ..._373,
545
- ..._392,
546
- ..._410
542
+ ..._347,
543
+ ..._364,
544
+ ..._381,
545
+ ..._400,
546
+ ..._418
547
547
  };
548
548
  gov.v1beta1 = {
549
549
  ..._66,
550
550
  ..._67,
551
551
  ..._68,
552
552
  ..._69,
553
- ..._340,
554
- ..._357,
555
- ..._374,
556
- ..._393,
557
- ..._411
553
+ ..._348,
554
+ ..._365,
555
+ ..._382,
556
+ ..._401,
557
+ ..._419
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
- ..._341,
575
- ..._358,
576
- ..._375,
577
- ..._394,
578
- ..._412
574
+ ..._349,
575
+ ..._366,
576
+ ..._383,
577
+ ..._402,
578
+ ..._420
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
- ..._342,
601
- ..._359,
602
- ..._376,
603
- ..._395,
604
- ..._413
600
+ ..._350,
601
+ ..._367,
602
+ ..._384,
603
+ ..._403,
604
+ ..._421
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
- ..._377,
637
- ..._396
636
+ ..._385,
637
+ ..._404
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
- ..._343,
654
- ..._360,
655
- ..._378,
656
- ..._397,
657
- ..._414
653
+ ..._351,
654
+ ..._368,
655
+ ..._386,
656
+ ..._405,
657
+ ..._422
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
- ..._344,
696
- ..._361,
697
- ..._379,
698
- ..._398,
699
- ..._415
695
+ ..._352,
696
+ ..._369,
697
+ ..._387,
698
+ ..._406,
699
+ ..._423
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
- ..._380,
748
- ..._399
747
+ ..._388,
748
+ ..._407
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
- ..._345,
764
- ..._362,
765
- ..._381,
766
- ..._400,
767
- ..._416
763
+ ..._353,
764
+ ..._370,
765
+ ..._389,
766
+ ..._408,
767
+ ..._424
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
- ..._346,
782
- ..._363,
783
- ..._417
781
+ ..._354,
782
+ ..._371,
783
+ ..._425
784
784
  };
785
785
  })(vesting = cosmos.vesting || (cosmos.vesting = {}));
786
786
  cosmos.ClientFactory = {
787
- ..._538,
788
- ..._539,
789
- ..._540
787
+ ..._551,
788
+ ..._552,
789
+ ..._553
790
790
  };
791
791
  })(cosmos || (exports.cosmos = cosmos = {}));