@sparkdreamnft/sparkdreamjs 0.0.9 → 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 (138) 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/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 +343 -339
  12. package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
  13. package/esm/sparkdream/collect/v1/genesis.js +12 -11
  14. package/esm/sparkdream/collect/v1/params.js +37 -1
  15. package/esm/sparkdream/collect/v1/query.js +201 -186
  16. package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
  17. package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
  18. package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
  19. package/esm/sparkdream/collect/v1/tx.js +0 -258
  20. package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
  21. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
  22. package/esm/sparkdream/collect/v1/types.js +50 -143
  23. package/esm/sparkdream/federation/v1/genesis.js +12 -11
  24. package/esm/sparkdream/federation/v1/query.js +37 -187
  25. package/esm/sparkdream/federation/v1/query.lcd.js +6 -16
  26. package/esm/sparkdream/federation/v1/query.rpc.Query.js +11 -19
  27. package/esm/sparkdream/federation/v1/tx.amino.js +1 -11
  28. package/esm/sparkdream/federation/v1/tx.js +0 -270
  29. package/esm/sparkdream/federation/v1/tx.registry.js +2 -38
  30. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +4 -14
  31. package/esm/sparkdream/federation/v1/types.js +13 -318
  32. package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
  33. package/esm/sparkdream/forum/v1/params.js +146 -2
  34. package/esm/sparkdream/futarchy/v1/market.js +13 -1
  35. package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
  36. package/esm/sparkdream/rep/v1/genesis.js +32 -17
  37. package/esm/sparkdream/rep/v1/member_report.js +98 -1
  38. package/esm/sparkdream/rep/v1/query.js +297 -306
  39. package/esm/sparkdream/rep/v1/query.lcd.js +23 -16
  40. package/esm/sparkdream/rep/v1/query.rpc.Query.js +36 -35
  41. package/esm/sparkdream/rep/v1/tx.amino.js +9 -9
  42. package/esm/sparkdream/rep/v1/tx.js +86 -58
  43. package/esm/sparkdream/rep/v1/tx.registry.js +18 -18
  44. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +16 -14
  45. package/esm/sparkdream/season/v1/enums.js +10 -0
  46. package/esm/tendermint/bundle.js +18 -18
  47. package/ibc/bundle.d.ts +90 -90
  48. package/ibc/bundle.js +106 -106
  49. package/package.json +1 -1
  50. package/sparkdream/blog/v1/params.d.ts +16 -0
  51. package/sparkdream/blog/v1/params.js +25 -1
  52. package/sparkdream/blog/v1/post.d.ts +8 -0
  53. package/sparkdream/blog/v1/post.js +16 -1
  54. package/sparkdream/blog/v1/query.d.ts +92 -0
  55. package/sparkdream/blog/v1/query.js +166 -1
  56. package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
  57. package/sparkdream/blog/v1/query.lcd.js +11 -0
  58. package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
  59. package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
  60. package/sparkdream/blog/v1/tx.d.ts +16 -0
  61. package/sparkdream/blog/v1/tx.js +32 -2
  62. package/sparkdream/bundle.d.ts +14376 -14514
  63. package/sparkdream/bundle.js +343 -339
  64. package/sparkdream/client.d.ts +6 -26
  65. package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
  66. package/sparkdream/collect/v1/curator_activity.js +161 -0
  67. package/sparkdream/collect/v1/genesis.d.ts +4 -3
  68. package/sparkdream/collect/v1/genesis.js +11 -10
  69. package/sparkdream/collect/v1/params.d.ts +32 -0
  70. package/sparkdream/collect/v1/params.js +37 -1
  71. package/sparkdream/collect/v1/query.d.ts +142 -133
  72. package/sparkdream/collect/v1/query.js +201 -186
  73. package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
  74. package/sparkdream/collect/v1/query.lcd.js +16 -16
  75. package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
  76. package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
  77. package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
  78. package/sparkdream/collect/v1/tx.amino.js +0 -10
  79. package/sparkdream/collect/v1/tx.d.ts +0 -162
  80. package/sparkdream/collect/v1/tx.js +2 -260
  81. package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
  82. package/sparkdream/collect/v1/tx.registry.js +1 -37
  83. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
  84. package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
  85. package/sparkdream/collect/v1/types.d.ts +26 -56
  86. package/sparkdream/collect/v1/types.js +51 -144
  87. package/sparkdream/federation/v1/genesis.d.ts +4 -3
  88. package/sparkdream/federation/v1/genesis.js +11 -10
  89. package/sparkdream/federation/v1/query.d.ts +53 -136
  90. package/sparkdream/federation/v1/query.js +37 -187
  91. package/sparkdream/federation/v1/query.lcd.d.ts +2 -3
  92. package/sparkdream/federation/v1/query.lcd.js +6 -16
  93. package/sparkdream/federation/v1/query.rpc.Query.d.ts +10 -7
  94. package/sparkdream/federation/v1/query.rpc.Query.js +10 -18
  95. package/sparkdream/federation/v1/tx.amino.d.ts +1 -11
  96. package/sparkdream/federation/v1/tx.amino.js +0 -10
  97. package/sparkdream/federation/v1/tx.d.ts +0 -164
  98. package/sparkdream/federation/v1/tx.js +1 -272
  99. package/sparkdream/federation/v1/tx.registry.d.ts +1 -25
  100. package/sparkdream/federation/v1/tx.registry.js +1 -37
  101. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +6 -5
  102. package/sparkdream/federation/v1/tx.rpc.msg.js +3 -13
  103. package/sparkdream/federation/v1/types.d.ts +10 -106
  104. package/sparkdream/federation/v1/types.js +14 -321
  105. package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
  106. package/sparkdream/federation/v1/verifier_activity.js +197 -0
  107. package/sparkdream/forum/v1/params.d.ts +112 -0
  108. package/sparkdream/forum/v1/params.js +146 -2
  109. package/sparkdream/futarchy/v1/market.d.ts +14 -0
  110. package/sparkdream/futarchy/v1/market.js +13 -1
  111. package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
  112. package/sparkdream/rep/v1/bonded_role.js +453 -0
  113. package/sparkdream/rep/v1/genesis.d.ts +11 -9
  114. package/sparkdream/rep/v1/genesis.js +32 -17
  115. package/sparkdream/rep/v1/member_report.d.ts +61 -0
  116. package/sparkdream/rep/v1/member_report.js +99 -2
  117. package/sparkdream/rep/v1/query.d.ts +259 -261
  118. package/sparkdream/rep/v1/query.js +299 -308
  119. package/sparkdream/rep/v1/query.lcd.d.ts +5 -5
  120. package/sparkdream/rep/v1/query.lcd.js +23 -16
  121. package/sparkdream/rep/v1/query.rpc.Query.d.ts +20 -17
  122. package/sparkdream/rep/v1/query.rpc.Query.js +35 -34
  123. package/sparkdream/rep/v1/tx.amino.d.ts +7 -7
  124. package/sparkdream/rep/v1/tx.amino.js +9 -9
  125. package/sparkdream/rep/v1/tx.d.ts +121 -104
  126. package/sparkdream/rep/v1/tx.js +87 -59
  127. package/sparkdream/rep/v1/tx.registry.d.ts +11 -11
  128. package/sparkdream/rep/v1/tx.registry.js +17 -17
  129. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +11 -9
  130. package/sparkdream/rep/v1/tx.rpc.msg.js +15 -13
  131. package/sparkdream/rpc.query.d.ts +8 -8
  132. package/sparkdream/season/v1/enums.d.ts +5 -0
  133. package/sparkdream/season/v1/enums.js +10 -0
  134. package/tendermint/bundle.d.ts +844 -844
  135. package/tendermint/bundle.js +18 -18
  136. package/esm/sparkdream/rep/v1/sentinel_activity.js +0 -214
  137. package/sparkdream/rep/v1/sentinel_activity.d.ts +0 -79
  138. package/sparkdream/rep/v1/sentinel_activity.js +0 -219
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 _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"));
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
- ..._338,
269
- ..._355,
270
- ..._372,
271
- ..._390,
272
- ..._409
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
- ..._339,
290
- ..._356,
291
- ..._373,
292
- ..._391,
293
- ..._410
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
- ..._340,
311
- ..._357,
312
- ..._374,
313
- ..._392,
314
- ..._411
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
- ..._375,
330
- ..._393
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
- ..._341,
361
- ..._358,
362
- ..._412
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
- ..._342,
378
- ..._359,
379
- ..._376,
380
- ..._394,
381
- ..._413
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
- ..._343,
396
- ..._360,
397
- ..._377,
398
- ..._395,
399
- ..._414
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
- ..._344,
414
- ..._361,
415
- ..._396,
416
- ..._415
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
- ..._345,
469
- ..._362,
470
- ..._378,
471
- ..._397,
472
- ..._416
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
- ..._379,
488
- ..._398
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
- ..._346,
514
- ..._363,
515
- ..._380,
516
- ..._399,
517
- ..._417
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
- ..._347,
543
- ..._364,
544
- ..._381,
545
- ..._400,
546
- ..._418
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
- ..._348,
554
- ..._365,
555
- ..._382,
556
- ..._401,
557
- ..._419
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
- ..._349,
575
- ..._366,
576
- ..._383,
577
- ..._402,
578
- ..._420
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
- ..._350,
601
- ..._367,
602
- ..._384,
603
- ..._403,
604
- ..._421
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
- ..._385,
637
- ..._404
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
- ..._351,
654
- ..._368,
655
- ..._386,
656
- ..._405,
657
- ..._422
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
- ..._352,
696
- ..._369,
697
- ..._387,
698
- ..._406,
699
- ..._423
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
- ..._388,
748
- ..._407
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
- ..._353,
764
- ..._370,
765
- ..._389,
766
- ..._408,
767
- ..._424
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
- ..._354,
782
- ..._371,
783
- ..._425
781
+ ..._356,
782
+ ..._373,
783
+ ..._427
784
784
  };
785
785
  })(vesting = cosmos.vesting || (cosmos.vesting = {}));
786
786
  cosmos.ClientFactory = {
787
- ..._551,
788
- ..._552,
789
- ..._553
787
+ ..._553,
788
+ ..._554,
789
+ ..._555
790
790
  };
791
791
  })(cosmos || (exports.cosmos = cosmos = {}));