@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.10

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