@sparkdreamnft/sparkdreamjs 0.0.7 → 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 (676) 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/genesis.js +87 -1
  6. package/esm/sparkdream/blog/v1/params.js +433 -5
  7. package/esm/sparkdream/blog/v1/post.js +205 -2
  8. package/esm/sparkdream/blog/v1/query.js +1363 -0
  9. package/esm/sparkdream/blog/v1/query.lcd.js +105 -2
  10. package/esm/sparkdream/blog/v1/query.rpc.Query.js +75 -3
  11. package/esm/sparkdream/blog/v1/tx.amino.js +61 -1
  12. package/esm/sparkdream/blog/v1/tx.js +1861 -3
  13. package/esm/sparkdream/blog/v1/tx.registry.js +218 -2
  14. package/esm/sparkdream/blog/v1/tx.rpc.msg.js +77 -4
  15. package/esm/sparkdream/blog/v1/types.js +809 -0
  16. package/esm/sparkdream/bundle.js +585 -36
  17. package/esm/sparkdream/client.js +41 -2
  18. package/esm/sparkdream/collect/module/v1/module.js +71 -0
  19. package/esm/sparkdream/collect/v1/genesis.js +271 -0
  20. package/esm/sparkdream/collect/v1/params.js +763 -0
  21. package/esm/sparkdream/collect/v1/query.js +3790 -0
  22. package/esm/sparkdream/collect/v1/query.lcd.js +223 -0
  23. package/esm/sparkdream/collect/v1/query.rpc.Query.js +252 -0
  24. package/esm/sparkdream/collect/v1/tx.amino.js +149 -0
  25. package/esm/sparkdream/collect/v1/tx.js +4767 -0
  26. package/esm/sparkdream/collect/v1/tx.registry.js +537 -0
  27. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +185 -0
  28. package/esm/sparkdream/collect/v1/types.js +3434 -0
  29. package/esm/sparkdream/common/v1/content_type.js +96 -0
  30. package/esm/sparkdream/common/v1/flag_record.js +119 -0
  31. package/esm/sparkdream/common/v1/moderation_reason.js +115 -0
  32. package/esm/sparkdream/commons/module/v1/module.js +71 -0
  33. package/esm/sparkdream/commons/v1/category.js +121 -0
  34. package/esm/sparkdream/commons/v1/genesis.js +561 -0
  35. package/esm/sparkdream/commons/v1/group.js +1116 -0
  36. package/esm/sparkdream/commons/v1/params.js +78 -0
  37. package/esm/sparkdream/commons/v1/policy_permissions.js +86 -0
  38. package/esm/sparkdream/commons/v1/query.js +1629 -0
  39. package/esm/sparkdream/commons/v1/query.lcd.js +96 -0
  40. package/esm/sparkdream/commons/v1/query.rpc.Query.js +120 -0
  41. package/esm/sparkdream/commons/v1/tx.amino.js +99 -0
  42. package/esm/sparkdream/commons/v1/tx.js +3475 -0
  43. package/esm/sparkdream/commons/v1/tx.registry.js +357 -0
  44. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +129 -0
  45. package/esm/sparkdream/ecosystem/module/v1/module.js +71 -0
  46. package/esm/sparkdream/ecosystem/v1/genesis.js +72 -0
  47. package/esm/sparkdream/ecosystem/v1/params.js +65 -0
  48. package/esm/sparkdream/ecosystem/v1/query.js +128 -0
  49. package/esm/sparkdream/ecosystem/v1/query.lcd.js +11 -0
  50. package/esm/sparkdream/ecosystem/v1/query.rpc.Query.js +24 -0
  51. package/esm/sparkdream/ecosystem/v1/tx.amino.js +14 -0
  52. package/esm/sparkdream/ecosystem/v1/tx.js +308 -0
  53. package/esm/sparkdream/ecosystem/v1/tx.registry.js +51 -0
  54. package/esm/sparkdream/ecosystem/v1/tx.rpc.msg.js +24 -0
  55. package/esm/sparkdream/federation/module/v1/module.js +71 -0
  56. package/esm/sparkdream/federation/v1/genesis.js +244 -0
  57. package/esm/sparkdream/federation/v1/packet.js +810 -0
  58. package/esm/sparkdream/federation/v1/params.js +789 -0
  59. package/esm/sparkdream/federation/v1/query.js +2629 -0
  60. package/esm/sparkdream/federation/v1/query.lcd.js +152 -0
  61. package/esm/sparkdream/federation/v1/query.rpc.Query.js +189 -0
  62. package/esm/sparkdream/federation/v1/tx.amino.js +139 -0
  63. package/esm/sparkdream/federation/v1/tx.js +4199 -0
  64. package/esm/sparkdream/federation/v1/tx.registry.js +501 -0
  65. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +173 -0
  66. package/esm/sparkdream/federation/v1/types.js +2571 -0
  67. package/esm/sparkdream/forum/module/v1/module.js +71 -0
  68. package/esm/sparkdream/forum/v1/archive_metadata.js +119 -0
  69. package/esm/sparkdream/forum/v1/bounty.js +183 -0
  70. package/esm/sparkdream/forum/v1/genesis.js +292 -0
  71. package/esm/sparkdream/forum/v1/hide_record.js +154 -0
  72. package/esm/sparkdream/forum/v1/params.js +867 -0
  73. package/esm/sparkdream/forum/v1/post.js +397 -0
  74. package/esm/sparkdream/forum/v1/post_flag.js +254 -0
  75. package/esm/sparkdream/forum/v1/query.js +7167 -0
  76. package/esm/sparkdream/forum/v1/query.lcd.js +420 -0
  77. package/esm/sparkdream/forum/v1/query.rpc.Query.js +461 -0
  78. package/esm/sparkdream/forum/v1/sentinel_activity.js +397 -0
  79. package/esm/sparkdream/forum/v1/thread_follow.js +95 -0
  80. package/esm/sparkdream/forum/v1/thread_follow_count.js +83 -0
  81. package/esm/sparkdream/forum/v1/thread_lock_record.js +155 -0
  82. package/esm/sparkdream/forum/v1/thread_metadata.js +184 -0
  83. package/esm/sparkdream/forum/v1/thread_move_record.js +179 -0
  84. package/esm/sparkdream/forum/v1/tx.amino.js +179 -0
  85. package/esm/sparkdream/forum/v1/tx.js +5169 -0
  86. package/esm/sparkdream/forum/v1/tx.registry.js +645 -0
  87. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +223 -0
  88. package/esm/sparkdream/forum/v1/types.js +542 -0
  89. package/esm/sparkdream/forum/v1/user_rate_limit.js +119 -0
  90. package/esm/sparkdream/forum/v1/user_reaction_limit.js +107 -0
  91. package/esm/sparkdream/futarchy/module/v1/module.js +71 -0
  92. package/esm/sparkdream/futarchy/v1/genesis.js +88 -0
  93. package/esm/sparkdream/futarchy/v1/market.js +240 -0
  94. package/esm/sparkdream/futarchy/v1/params.js +241 -0
  95. package/esm/sparkdream/futarchy/v1/query.js +596 -0
  96. package/esm/sparkdream/futarchy/v1/query.lcd.js +45 -0
  97. package/esm/sparkdream/futarchy/v1/query.rpc.Query.js +53 -0
  98. package/esm/sparkdream/futarchy/v1/tx.amino.js +39 -0
  99. package/esm/sparkdream/futarchy/v1/tx.js +1097 -0
  100. package/esm/sparkdream/futarchy/v1/tx.registry.js +141 -0
  101. package/esm/sparkdream/futarchy/v1/tx.rpc.msg.js +55 -0
  102. package/esm/sparkdream/lcd.js +65 -0
  103. package/esm/sparkdream/name/module/v1/module.js +71 -0
  104. package/esm/sparkdream/name/v1/dispute.js +341 -0
  105. package/esm/sparkdream/name/v1/genesis.js +120 -0
  106. package/esm/sparkdream/name/v1/name_record.js +95 -0
  107. package/esm/sparkdream/name/v1/owner_info.js +95 -0
  108. package/esm/sparkdream/name/v1/params.js +306 -0
  109. package/esm/sparkdream/name/v1/query.js +863 -0
  110. package/esm/sparkdream/name/v1/query.lcd.js +52 -0
  111. package/esm/sparkdream/name/v1/query.rpc.Query.js +71 -0
  112. package/esm/sparkdream/name/v1/tx.amino.js +44 -0
  113. package/esm/sparkdream/name/v1/tx.js +1222 -0
  114. package/esm/sparkdream/name/v1/tx.registry.js +159 -0
  115. package/esm/sparkdream/name/v1/tx.rpc.msg.js +62 -0
  116. package/esm/sparkdream/rep/module/v1/module.js +71 -0
  117. package/esm/sparkdream/rep/v1/accountability.js +172 -0
  118. package/esm/sparkdream/rep/v1/challenge.js +226 -0
  119. package/esm/sparkdream/rep/v1/content_challenge.js +303 -0
  120. package/esm/sparkdream/rep/v1/genesis.js +689 -0
  121. package/esm/sparkdream/rep/v1/gov_action_appeal.js +202 -0
  122. package/esm/sparkdream/rep/v1/initiative.js +558 -0
  123. package/esm/sparkdream/rep/v1/interim.js +426 -0
  124. package/esm/sparkdream/rep/v1/interim_template.js +291 -0
  125. package/esm/sparkdream/rep/v1/invitation.js +251 -0
  126. package/esm/sparkdream/rep/v1/jury_participation.js +131 -0
  127. package/esm/sparkdream/rep/v1/jury_review.js +635 -0
  128. package/esm/sparkdream/rep/v1/member.js +881 -0
  129. package/esm/sparkdream/rep/v1/member_report.js +219 -0
  130. package/esm/sparkdream/rep/v1/member_warning.js +156 -0
  131. package/esm/sparkdream/rep/v1/params.js +2347 -0
  132. package/esm/sparkdream/rep/v1/project.js +557 -0
  133. package/esm/sparkdream/rep/v1/query.js +12156 -0
  134. package/esm/sparkdream/rep/v1/query.lcd.js +663 -0
  135. package/esm/sparkdream/rep/v1/query.rpc.Query.js +756 -0
  136. package/esm/sparkdream/rep/v1/reserved_tag.js +96 -0
  137. package/esm/sparkdream/rep/v1/sentinel_activity.js +214 -0
  138. package/esm/sparkdream/rep/v1/stake.js +575 -0
  139. package/esm/sparkdream/rep/v1/tag.js +120 -0
  140. package/esm/sparkdream/rep/v1/tag_budget.js +143 -0
  141. package/esm/sparkdream/rep/v1/tag_budget_award.js +155 -0
  142. package/esm/sparkdream/rep/v1/tag_report.js +122 -0
  143. package/esm/sparkdream/rep/v1/tx.amino.js +239 -0
  144. package/esm/sparkdream/rep/v1/tx.js +7637 -0
  145. package/esm/sparkdream/rep/v1/tx.registry.js +861 -0
  146. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +300 -0
  147. package/esm/sparkdream/reveal/module/v1/module.js +71 -0
  148. package/esm/sparkdream/reveal/v1/genesis.js +142 -0
  149. package/esm/sparkdream/reveal/v1/params.js +235 -0
  150. package/esm/sparkdream/reveal/v1/query.js +1700 -0
  151. package/esm/sparkdream/reveal/v1/query.lcd.js +101 -0
  152. package/esm/sparkdream/reveal/v1/query.rpc.Query.js +116 -0
  153. package/esm/sparkdream/reveal/v1/tx.amino.js +54 -0
  154. package/esm/sparkdream/reveal/v1/tx.js +1699 -0
  155. package/esm/sparkdream/reveal/v1/tx.registry.js +195 -0
  156. package/esm/sparkdream/reveal/v1/tx.rpc.msg.js +72 -0
  157. package/esm/sparkdream/reveal/v1/types.js +1141 -0
  158. package/esm/sparkdream/rpc.query.js +39 -0
  159. package/esm/sparkdream/rpc.tx.js +39 -0
  160. package/esm/sparkdream/season/module/v1/module.js +71 -0
  161. package/esm/sparkdream/season/v1/achievement.js +142 -0
  162. package/esm/sparkdream/season/v1/display_name_appeal_stake.js +95 -0
  163. package/esm/sparkdream/season/v1/display_name_moderation.js +155 -0
  164. package/esm/sparkdream/season/v1/display_name_report_stake.js +95 -0
  165. package/esm/sparkdream/season/v1/enums.js +391 -0
  166. package/esm/sparkdream/season/v1/epoch_xp_tracker.js +119 -0
  167. package/esm/sparkdream/season/v1/forum_xp_cooldown.js +83 -0
  168. package/esm/sparkdream/season/v1/genesis.js +482 -0
  169. package/esm/sparkdream/season/v1/guild.js +172 -0
  170. package/esm/sparkdream/season/v1/guild_invite.js +107 -0
  171. package/esm/sparkdream/season/v1/guild_membership.js +119 -0
  172. package/esm/sparkdream/season/v1/member_profile.js +296 -0
  173. package/esm/sparkdream/season/v1/member_quest_progress.js +132 -0
  174. package/esm/sparkdream/season/v1/member_registration.js +83 -0
  175. package/esm/sparkdream/season/v1/member_season_snapshot.js +238 -0
  176. package/esm/sparkdream/season/v1/next_season_info.js +83 -0
  177. package/esm/sparkdream/season/v1/nomination.js +428 -0
  178. package/esm/sparkdream/season/v1/params.js +1645 -0
  179. package/esm/sparkdream/season/v1/query.js +10569 -0
  180. package/esm/sparkdream/season/v1/query.lcd.js +598 -0
  181. package/esm/sparkdream/season/v1/query.rpc.Query.js +673 -0
  182. package/esm/sparkdream/season/v1/quest.js +334 -0
  183. package/esm/sparkdream/season/v1/season.js +166 -0
  184. package/esm/sparkdream/season/v1/season_snapshot.js +83 -0
  185. package/esm/sparkdream/season/v1/season_title_eligibility.js +194 -0
  186. package/esm/sparkdream/season/v1/season_transition_state.js +130 -0
  187. package/esm/sparkdream/season/v1/title.js +154 -0
  188. package/esm/sparkdream/season/v1/transition_recovery_state.js +118 -0
  189. package/esm/sparkdream/season/v1/tx.amino.js +219 -0
  190. package/esm/sparkdream/season/v1/tx.js +6823 -0
  191. package/esm/sparkdream/season/v1/tx.registry.js +789 -0
  192. package/esm/sparkdream/season/v1/tx.rpc.msg.js +272 -0
  193. package/esm/sparkdream/season/v1/vote_xp_record.js +83 -0
  194. package/esm/sparkdream/session/module/v1/module.js +71 -0
  195. package/esm/sparkdream/session/v1/genesis.js +88 -0
  196. package/esm/sparkdream/session/v1/params.js +275 -0
  197. package/esm/sparkdream/session/v1/query.js +743 -0
  198. package/esm/sparkdream/session/v1/query.lcd.js +45 -0
  199. package/esm/sparkdream/session/v1/query.rpc.Query.js +60 -0
  200. package/esm/sparkdream/session/v1/session.js +185 -0
  201. package/esm/sparkdream/session/v1/tx.amino.js +29 -0
  202. package/esm/sparkdream/session/v1/tx.js +768 -0
  203. package/esm/sparkdream/session/v1/tx.registry.js +105 -0
  204. package/esm/sparkdream/session/v1/tx.rpc.msg.js +43 -0
  205. package/esm/sparkdream/shield/module/v1/module.js +71 -0
  206. package/esm/sparkdream/shield/v1/genesis.js +301 -0
  207. package/esm/sparkdream/shield/v1/params.js +282 -0
  208. package/esm/sparkdream/shield/v1/query.js +2323 -0
  209. package/esm/sparkdream/shield/v1/query.lcd.js +110 -0
  210. package/esm/sparkdream/shield/v1/query.rpc.Query.js +170 -0
  211. package/esm/sparkdream/shield/v1/tx.amino.js +29 -0
  212. package/esm/sparkdream/shield/v1/tx.js +838 -0
  213. package/esm/sparkdream/shield/v1/tx.registry.js +105 -0
  214. package/esm/sparkdream/shield/v1/tx.rpc.msg.js +43 -0
  215. package/esm/sparkdream/shield/v1/types.js +2427 -0
  216. package/esm/sparkdream/split/module/v1/module.js +71 -0
  217. package/esm/sparkdream/split/v1/genesis.js +88 -0
  218. package/esm/sparkdream/split/v1/params.js +65 -0
  219. package/esm/sparkdream/split/v1/query.js +421 -0
  220. package/esm/sparkdream/split/v1/query.lcd.js +31 -0
  221. package/esm/sparkdream/split/v1/query.rpc.Query.js +44 -0
  222. package/esm/sparkdream/split/v1/share.js +83 -0
  223. package/esm/sparkdream/split/v1/tx.amino.js +9 -0
  224. package/esm/sparkdream/split/v1/tx.js +148 -0
  225. package/esm/sparkdream/split/v1/tx.registry.js +33 -0
  226. package/esm/sparkdream/split/v1/tx.rpc.msg.js +18 -0
  227. package/esm/tendermint/bundle.js +20 -20
  228. package/ibc/bundle.d.ts +90 -90
  229. package/ibc/bundle.js +106 -106
  230. package/package.json +1 -1
  231. package/sparkdream/blog/v1/genesis.d.ts +50 -0
  232. package/sparkdream/blog/v1/genesis.js +87 -1
  233. package/sparkdream/blog/v1/params.d.ts +292 -4
  234. package/sparkdream/blog/v1/params.js +434 -6
  235. package/sparkdream/blog/v1/post.d.ts +162 -0
  236. package/sparkdream/blog/v1/post.js +205 -2
  237. package/sparkdream/blog/v1/query.d.ts +751 -0
  238. package/sparkdream/blog/v1/query.js +1364 -1
  239. package/sparkdream/blog/v1/query.lcd.d.ts +9 -1
  240. package/sparkdream/blog/v1/query.lcd.js +105 -2
  241. package/sparkdream/blog/v1/query.rpc.Query.d.ts +35 -3
  242. package/sparkdream/blog/v1/query.rpc.Query.js +74 -2
  243. package/sparkdream/blog/v1/tx.amino.d.ts +61 -1
  244. package/sparkdream/blog/v1/tx.amino.js +60 -0
  245. package/sparkdream/blog/v1/tx.d.ts +1155 -1
  246. package/sparkdream/blog/v1/tx.js +1861 -3
  247. package/sparkdream/blog/v1/tx.registry.d.ts +145 -1
  248. package/sparkdream/blog/v1/tx.registry.js +217 -1
  249. package/sparkdream/blog/v1/tx.rpc.msg.d.ts +43 -4
  250. package/sparkdream/blog/v1/tx.rpc.msg.js +76 -3
  251. package/sparkdream/blog/v1/types.d.ts +463 -0
  252. package/sparkdream/blog/v1/types.js +818 -0
  253. package/sparkdream/bundle.d.ts +21937 -226
  254. package/sparkdream/bundle.js +585 -36
  255. package/sparkdream/client.d.ts +1250 -0
  256. package/sparkdream/client.js +41 -2
  257. package/sparkdream/collect/module/v1/module.d.ts +54 -0
  258. package/sparkdream/collect/module/v1/module.js +74 -0
  259. package/sparkdream/collect/v1/genesis.d.ts +82 -0
  260. package/sparkdream/collect/v1/genesis.js +274 -0
  261. package/sparkdream/collect/v1/params.d.ts +240 -0
  262. package/sparkdream/collect/v1/params.js +766 -0
  263. package/sparkdream/collect/v1/query.d.ts +2157 -0
  264. package/sparkdream/collect/v1/query.js +3793 -0
  265. package/sparkdream/collect/v1/query.lcd.d.ts +33 -0
  266. package/sparkdream/collect/v1/query.lcd.js +227 -0
  267. package/sparkdream/collect/v1/query.rpc.Query.d.ts +101 -0
  268. package/sparkdream/collect/v1/query.rpc.Query.js +257 -0
  269. package/sparkdream/collect/v1/tx.amino.d.ts +148 -0
  270. package/sparkdream/collect/v1/tx.amino.js +152 -0
  271. package/sparkdream/collect/v1/tx.d.ts +2581 -0
  272. package/sparkdream/collect/v1/tx.js +4771 -0
  273. package/sparkdream/collect/v1/tx.registry.d.ts +361 -0
  274. package/sparkdream/collect/v1/tx.registry.js +541 -0
  275. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +76 -0
  276. package/sparkdream/collect/v1/tx.rpc.msg.js +190 -0
  277. package/sparkdream/collect/v1/types.d.ts +1205 -0
  278. package/sparkdream/collect/v1/types.js +3453 -0
  279. package/sparkdream/common/v1/content_type.d.ts +31 -0
  280. package/sparkdream/common/v1/content_type.js +101 -0
  281. package/sparkdream/common/v1/flag_record.d.ts +58 -0
  282. package/sparkdream/common/v1/flag_record.js +122 -0
  283. package/sparkdream/common/v1/moderation_reason.d.ts +35 -0
  284. package/sparkdream/common/v1/moderation_reason.js +120 -0
  285. package/sparkdream/commons/module/v1/module.d.ts +54 -0
  286. package/sparkdream/commons/module/v1/module.js +74 -0
  287. package/sparkdream/commons/v1/category.d.ts +60 -0
  288. package/sparkdream/commons/v1/category.js +124 -0
  289. package/sparkdream/commons/v1/genesis.d.ts +316 -0
  290. package/sparkdream/commons/v1/genesis.js +564 -0
  291. package/sparkdream/commons/v1/group.d.ts +529 -0
  292. package/sparkdream/commons/v1/group.js +1123 -0
  293. package/sparkdream/commons/v1/params.d.ts +48 -0
  294. package/sparkdream/commons/v1/params.js +81 -0
  295. package/sparkdream/commons/v1/policy_permissions.d.ts +48 -0
  296. package/sparkdream/commons/v1/policy_permissions.js +89 -0
  297. package/sparkdream/commons/v1/query.d.ts +1001 -0
  298. package/sparkdream/commons/v1/query.js +1632 -0
  299. package/sparkdream/commons/v1/query.lcd.d.ts +19 -0
  300. package/sparkdream/commons/v1/query.lcd.js +100 -0
  301. package/sparkdream/commons/v1/query.rpc.Query.d.ts +56 -0
  302. package/sparkdream/commons/v1/query.rpc.Query.js +125 -0
  303. package/sparkdream/commons/v1/tx.amino.d.ts +98 -0
  304. package/sparkdream/commons/v1/tx.amino.js +102 -0
  305. package/sparkdream/commons/v1/tx.d.ts +2028 -0
  306. package/sparkdream/commons/v1/tx.js +3478 -0
  307. package/sparkdream/commons/v1/tx.registry.d.ts +241 -0
  308. package/sparkdream/commons/v1/tx.registry.js +361 -0
  309. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +79 -0
  310. package/sparkdream/commons/v1/tx.rpc.msg.js +134 -0
  311. package/sparkdream/ecosystem/module/v1/module.d.ts +54 -0
  312. package/sparkdream/ecosystem/module/v1/module.js +74 -0
  313. package/sparkdream/ecosystem/v1/genesis.d.ts +53 -0
  314. package/sparkdream/ecosystem/v1/genesis.js +75 -0
  315. package/sparkdream/ecosystem/v1/params.d.ts +46 -0
  316. package/sparkdream/ecosystem/v1/params.js +68 -0
  317. package/sparkdream/ecosystem/v1/query.d.ts +95 -0
  318. package/sparkdream/ecosystem/v1/query.js +131 -0
  319. package/sparkdream/ecosystem/v1/query.lcd.d.ts +9 -0
  320. package/sparkdream/ecosystem/v1/query.lcd.js +15 -0
  321. package/sparkdream/ecosystem/v1/query.rpc.Query.d.ts +16 -0
  322. package/sparkdream/ecosystem/v1/query.rpc.Query.js +29 -0
  323. package/sparkdream/ecosystem/v1/tx.amino.d.ts +13 -0
  324. package/sparkdream/ecosystem/v1/tx.amino.js +17 -0
  325. package/sparkdream/ecosystem/v1/tx.d.ts +201 -0
  326. package/sparkdream/ecosystem/v1/tx.js +311 -0
  327. package/sparkdream/ecosystem/v1/tx.registry.d.ts +37 -0
  328. package/sparkdream/ecosystem/v1/tx.registry.js +55 -0
  329. package/sparkdream/ecosystem/v1/tx.rpc.msg.d.ts +19 -0
  330. package/sparkdream/ecosystem/v1/tx.rpc.msg.js +29 -0
  331. package/sparkdream/federation/module/v1/module.d.ts +54 -0
  332. package/sparkdream/federation/module/v1/module.js +74 -0
  333. package/sparkdream/federation/v1/genesis.d.ts +78 -0
  334. package/sparkdream/federation/v1/genesis.js +247 -0
  335. package/sparkdream/federation/v1/packet.d.ts +397 -0
  336. package/sparkdream/federation/v1/packet.js +813 -0
  337. package/sparkdream/federation/v1/params.d.ts +272 -0
  338. package/sparkdream/federation/v1/params.js +792 -0
  339. package/sparkdream/federation/v1/query.d.ts +1541 -0
  340. package/sparkdream/federation/v1/query.js +2632 -0
  341. package/sparkdream/federation/v1/query.lcd.d.ts +26 -0
  342. package/sparkdream/federation/v1/query.lcd.js +156 -0
  343. package/sparkdream/federation/v1/query.rpc.Query.d.ts +66 -0
  344. package/sparkdream/federation/v1/query.rpc.Query.js +194 -0
  345. package/sparkdream/federation/v1/tx.amino.d.ts +138 -0
  346. package/sparkdream/federation/v1/tx.amino.js +142 -0
  347. package/sparkdream/federation/v1/tx.d.ts +2311 -0
  348. package/sparkdream/federation/v1/tx.js +4203 -0
  349. package/sparkdream/federation/v1/tx.registry.d.ts +337 -0
  350. package/sparkdream/federation/v1/tx.registry.js +505 -0
  351. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +64 -0
  352. package/sparkdream/federation/v1/tx.rpc.msg.js +178 -0
  353. package/sparkdream/federation/v1/types.d.ts +906 -0
  354. package/sparkdream/federation/v1/types.js +2588 -0
  355. package/sparkdream/forum/module/v1/module.d.ts +54 -0
  356. package/sparkdream/forum/module/v1/module.js +74 -0
  357. package/sparkdream/forum/v1/archive_metadata.d.ts +54 -0
  358. package/sparkdream/forum/v1/archive_metadata.js +122 -0
  359. package/sparkdream/forum/v1/bounty.d.ts +65 -0
  360. package/sparkdream/forum/v1/bounty.js +186 -0
  361. package/sparkdream/forum/v1/genesis.d.ts +94 -0
  362. package/sparkdream/forum/v1/genesis.js +295 -0
  363. package/sparkdream/forum/v1/hide_record.d.ts +61 -0
  364. package/sparkdream/forum/v1/hide_record.js +157 -0
  365. package/sparkdream/forum/v1/params.d.ts +450 -0
  366. package/sparkdream/forum/v1/params.js +870 -0
  367. package/sparkdream/forum/v1/post.d.ts +102 -0
  368. package/sparkdream/forum/v1/post.js +400 -0
  369. package/sparkdream/forum/v1/post_flag.d.ts +106 -0
  370. package/sparkdream/forum/v1/post_flag.js +257 -0
  371. package/sparkdream/forum/v1/query.d.ts +4197 -0
  372. package/sparkdream/forum/v1/query.js +7171 -0
  373. package/sparkdream/forum/v1/query.lcd.d.ts +54 -0
  374. package/sparkdream/forum/v1/query.lcd.js +424 -0
  375. package/sparkdream/forum/v1/query.rpc.Query.d.ts +196 -0
  376. package/sparkdream/forum/v1/query.rpc.Query.js +466 -0
  377. package/sparkdream/forum/v1/sentinel_activity.d.ts +106 -0
  378. package/sparkdream/forum/v1/sentinel_activity.js +400 -0
  379. package/sparkdream/forum/v1/thread_follow.d.ts +50 -0
  380. package/sparkdream/forum/v1/thread_follow.js +98 -0
  381. package/sparkdream/forum/v1/thread_follow_count.d.ts +48 -0
  382. package/sparkdream/forum/v1/thread_follow_count.js +86 -0
  383. package/sparkdream/forum/v1/thread_lock_record.d.ts +60 -0
  384. package/sparkdream/forum/v1/thread_lock_record.js +158 -0
  385. package/sparkdream/forum/v1/thread_metadata.d.ts +63 -0
  386. package/sparkdream/forum/v1/thread_metadata.js +187 -0
  387. package/sparkdream/forum/v1/thread_move_record.d.ts +64 -0
  388. package/sparkdream/forum/v1/thread_move_record.js +182 -0
  389. package/sparkdream/forum/v1/tx.amino.d.ts +178 -0
  390. package/sparkdream/forum/v1/tx.amino.js +182 -0
  391. package/sparkdream/forum/v1/tx.d.ts +3191 -0
  392. package/sparkdream/forum/v1/tx.js +5173 -0
  393. package/sparkdream/forum/v1/tx.registry.d.ts +433 -0
  394. package/sparkdream/forum/v1/tx.registry.js +649 -0
  395. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +121 -0
  396. package/sparkdream/forum/v1/tx.rpc.msg.js +228 -0
  397. package/sparkdream/forum/v1/types.d.ts +171 -0
  398. package/sparkdream/forum/v1/types.js +553 -0
  399. package/sparkdream/forum/v1/user_rate_limit.d.ts +54 -0
  400. package/sparkdream/forum/v1/user_rate_limit.js +122 -0
  401. package/sparkdream/forum/v1/user_reaction_limit.d.ts +52 -0
  402. package/sparkdream/forum/v1/user_reaction_limit.js +110 -0
  403. package/sparkdream/futarchy/module/v1/module.d.ts +54 -0
  404. package/sparkdream/futarchy/module/v1/module.js +74 -0
  405. package/sparkdream/futarchy/v1/genesis.d.ts +56 -0
  406. package/sparkdream/futarchy/v1/genesis.js +91 -0
  407. package/sparkdream/futarchy/v1/market.d.ts +104 -0
  408. package/sparkdream/futarchy/v1/market.js +243 -0
  409. package/sparkdream/futarchy/v1/params.d.ts +171 -0
  410. package/sparkdream/futarchy/v1/params.js +244 -0
  411. package/sparkdream/futarchy/v1/query.d.ts +381 -0
  412. package/sparkdream/futarchy/v1/query.js +599 -0
  413. package/sparkdream/futarchy/v1/query.lcd.d.ts +12 -0
  414. package/sparkdream/futarchy/v1/query.lcd.js +49 -0
  415. package/sparkdream/futarchy/v1/query.rpc.Query.d.ts +28 -0
  416. package/sparkdream/futarchy/v1/query.rpc.Query.js +58 -0
  417. package/sparkdream/futarchy/v1/tx.amino.d.ts +38 -0
  418. package/sparkdream/futarchy/v1/tx.amino.js +42 -0
  419. package/sparkdream/futarchy/v1/tx.d.ts +688 -0
  420. package/sparkdream/futarchy/v1/tx.js +1100 -0
  421. package/sparkdream/futarchy/v1/tx.registry.d.ts +97 -0
  422. package/sparkdream/futarchy/v1/tx.registry.js +145 -0
  423. package/sparkdream/futarchy/v1/tx.rpc.msg.d.ts +37 -0
  424. package/sparkdream/futarchy/v1/tx.rpc.msg.js +60 -0
  425. package/sparkdream/lcd.d.ts +39 -0
  426. package/sparkdream/lcd.js +65 -0
  427. package/sparkdream/name/module/v1/module.d.ts +54 -0
  428. package/sparkdream/name/module/v1/module.js +74 -0
  429. package/sparkdream/name/v1/dispute.d.ts +216 -0
  430. package/sparkdream/name/v1/dispute.js +344 -0
  431. package/sparkdream/name/v1/genesis.d.ts +62 -0
  432. package/sparkdream/name/v1/genesis.js +123 -0
  433. package/sparkdream/name/v1/name_record.d.ts +50 -0
  434. package/sparkdream/name/v1/name_record.js +98 -0
  435. package/sparkdream/name/v1/owner_info.d.ts +50 -0
  436. package/sparkdream/name/v1/owner_info.js +98 -0
  437. package/sparkdream/name/v1/params.d.ts +165 -0
  438. package/sparkdream/name/v1/params.js +309 -0
  439. package/sparkdream/name/v1/query.d.ts +544 -0
  440. package/sparkdream/name/v1/query.js +866 -0
  441. package/sparkdream/name/v1/query.lcd.d.ts +14 -0
  442. package/sparkdream/name/v1/query.lcd.js +56 -0
  443. package/sparkdream/name/v1/query.rpc.Query.d.ts +36 -0
  444. package/sparkdream/name/v1/query.rpc.Query.js +76 -0
  445. package/sparkdream/name/v1/tx.amino.d.ts +43 -0
  446. package/sparkdream/name/v1/tx.amino.js +47 -0
  447. package/sparkdream/name/v1/tx.d.ts +804 -0
  448. package/sparkdream/name/v1/tx.js +1225 -0
  449. package/sparkdream/name/v1/tx.registry.d.ts +109 -0
  450. package/sparkdream/name/v1/tx.registry.js +163 -0
  451. package/sparkdream/name/v1/tx.rpc.msg.d.ts +43 -0
  452. package/sparkdream/name/v1/tx.rpc.msg.js +67 -0
  453. package/sparkdream/rep/module/v1/module.d.ts +54 -0
  454. package/sparkdream/rep/module/v1/module.js +74 -0
  455. package/sparkdream/rep/v1/accountability.d.ts +39 -0
  456. package/sparkdream/rep/v1/accountability.js +181 -0
  457. package/sparkdream/rep/v1/challenge.d.ts +74 -0
  458. package/sparkdream/rep/v1/challenge.js +231 -0
  459. package/sparkdream/rep/v1/content_challenge.d.ts +154 -0
  460. package/sparkdream/rep/v1/content_challenge.js +308 -0
  461. package/sparkdream/rep/v1/genesis.d.ts +253 -0
  462. package/sparkdream/rep/v1/genesis.js +692 -0
  463. package/sparkdream/rep/v1/gov_action_appeal.d.ts +69 -0
  464. package/sparkdream/rep/v1/gov_action_appeal.js +205 -0
  465. package/sparkdream/rep/v1/initiative.d.ts +140 -0
  466. package/sparkdream/rep/v1/initiative.js +567 -0
  467. package/sparkdream/rep/v1/interim.d.ts +163 -0
  468. package/sparkdream/rep/v1/interim.js +435 -0
  469. package/sparkdream/rep/v1/interim_template.d.ts +114 -0
  470. package/sparkdream/rep/v1/interim_template.js +296 -0
  471. package/sparkdream/rep/v1/invitation.d.ts +78 -0
  472. package/sparkdream/rep/v1/invitation.js +256 -0
  473. package/sparkdream/rep/v1/jury_participation.d.ts +56 -0
  474. package/sparkdream/rep/v1/jury_participation.js +134 -0
  475. package/sparkdream/rep/v1/jury_review.d.ts +235 -0
  476. package/sparkdream/rep/v1/jury_review.js +640 -0
  477. package/sparkdream/rep/v1/member.d.ts +424 -0
  478. package/sparkdream/rep/v1/member.js +888 -0
  479. package/sparkdream/rep/v1/member_report.d.ts +67 -0
  480. package/sparkdream/rep/v1/member_report.js +222 -0
  481. package/sparkdream/rep/v1/member_warning.d.ts +58 -0
  482. package/sparkdream/rep/v1/member_warning.js +159 -0
  483. package/sparkdream/rep/v1/params.d.ts +1074 -0
  484. package/sparkdream/rep/v1/params.js +2350 -0
  485. package/sparkdream/rep/v1/project.d.ts +172 -0
  486. package/sparkdream/rep/v1/project.js +566 -0
  487. package/sparkdream/rep/v1/query.d.ts +7098 -0
  488. package/sparkdream/rep/v1/query.js +12162 -0
  489. package/sparkdream/rep/v1/query.lcd.d.ts +85 -0
  490. package/sparkdream/rep/v1/query.lcd.js +667 -0
  491. package/sparkdream/rep/v1/query.rpc.Query.d.ts +320 -0
  492. package/sparkdream/rep/v1/query.rpc.Query.js +761 -0
  493. package/sparkdream/rep/v1/reserved_tag.d.ts +53 -0
  494. package/sparkdream/rep/v1/reserved_tag.js +99 -0
  495. package/sparkdream/rep/v1/sentinel_activity.d.ts +79 -0
  496. package/sparkdream/rep/v1/sentinel_activity.js +219 -0
  497. package/sparkdream/rep/v1/stake.d.ts +266 -0
  498. package/sparkdream/rep/v1/stake.js +580 -0
  499. package/sparkdream/rep/v1/tag.d.ts +57 -0
  500. package/sparkdream/rep/v1/tag.js +123 -0
  501. package/sparkdream/rep/v1/tag_budget.d.ts +58 -0
  502. package/sparkdream/rep/v1/tag_budget.js +146 -0
  503. package/sparkdream/rep/v1/tag_budget_award.d.ts +60 -0
  504. package/sparkdream/rep/v1/tag_budget_award.js +158 -0
  505. package/sparkdream/rep/v1/tag_report.d.ts +54 -0
  506. package/sparkdream/rep/v1/tag_report.js +125 -0
  507. package/sparkdream/rep/v1/tx.amino.d.ts +238 -0
  508. package/sparkdream/rep/v1/tx.amino.js +242 -0
  509. package/sparkdream/rep/v1/tx.d.ts +4407 -0
  510. package/sparkdream/rep/v1/tx.js +7643 -0
  511. package/sparkdream/rep/v1/tx.registry.d.ts +577 -0
  512. package/sparkdream/rep/v1/tx.registry.js +865 -0
  513. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +170 -0
  514. package/sparkdream/rep/v1/tx.rpc.msg.js +305 -0
  515. package/sparkdream/reveal/module/v1/module.d.ts +54 -0
  516. package/sparkdream/reveal/module/v1/module.js +74 -0
  517. package/sparkdream/reveal/v1/genesis.d.ts +64 -0
  518. package/sparkdream/reveal/v1/genesis.js +145 -0
  519. package/sparkdream/reveal/v1/params.d.ts +140 -0
  520. package/sparkdream/reveal/v1/params.js +238 -0
  521. package/sparkdream/reveal/v1/query.d.ts +949 -0
  522. package/sparkdream/reveal/v1/query.js +1703 -0
  523. package/sparkdream/reveal/v1/query.lcd.d.ts +19 -0
  524. package/sparkdream/reveal/v1/query.lcd.js +105 -0
  525. package/sparkdream/reveal/v1/query.rpc.Query.d.ts +56 -0
  526. package/sparkdream/reveal/v1/query.rpc.Query.js +121 -0
  527. package/sparkdream/reveal/v1/tx.amino.d.ts +53 -0
  528. package/sparkdream/reveal/v1/tx.amino.js +57 -0
  529. package/sparkdream/reveal/v1/tx.d.ts +1043 -0
  530. package/sparkdream/reveal/v1/tx.js +1702 -0
  531. package/sparkdream/reveal/v1/tx.registry.d.ts +133 -0
  532. package/sparkdream/reveal/v1/tx.registry.js +199 -0
  533. package/sparkdream/reveal/v1/tx.rpc.msg.d.ts +43 -0
  534. package/sparkdream/reveal/v1/tx.rpc.msg.js +77 -0
  535. package/sparkdream/reveal/v1/types.d.ts +455 -0
  536. package/sparkdream/reveal/v1/types.js +1150 -0
  537. package/sparkdream/rpc.query.d.ts +352 -0
  538. package/sparkdream/rpc.query.js +39 -0
  539. package/sparkdream/rpc.tx.d.ts +39 -0
  540. package/sparkdream/rpc.tx.js +39 -0
  541. package/sparkdream/season/module/v1/module.d.ts +54 -0
  542. package/sparkdream/season/module/v1/module.js +74 -0
  543. package/sparkdream/season/v1/achievement.d.ts +101 -0
  544. package/sparkdream/season/v1/achievement.js +145 -0
  545. package/sparkdream/season/v1/display_name_appeal_stake.d.ts +68 -0
  546. package/sparkdream/season/v1/display_name_appeal_stake.js +98 -0
  547. package/sparkdream/season/v1/display_name_moderation.d.ts +60 -0
  548. package/sparkdream/season/v1/display_name_moderation.js +158 -0
  549. package/sparkdream/season/v1/display_name_report_stake.d.ts +68 -0
  550. package/sparkdream/season/v1/display_name_report_stake.js +98 -0
  551. package/sparkdream/season/v1/enums.d.ts +86 -0
  552. package/sparkdream/season/v1/enums.js +406 -0
  553. package/sparkdream/season/v1/epoch_xp_tracker.d.ts +54 -0
  554. package/sparkdream/season/v1/epoch_xp_tracker.js +122 -0
  555. package/sparkdream/season/v1/forum_xp_cooldown.d.ts +48 -0
  556. package/sparkdream/season/v1/forum_xp_cooldown.js +86 -0
  557. package/sparkdream/season/v1/genesis.d.ts +136 -0
  558. package/sparkdream/season/v1/genesis.js +485 -0
  559. package/sparkdream/season/v1/guild.d.ts +117 -0
  560. package/sparkdream/season/v1/guild.js +175 -0
  561. package/sparkdream/season/v1/guild_invite.d.ts +52 -0
  562. package/sparkdream/season/v1/guild_invite.js +110 -0
  563. package/sparkdream/season/v1/guild_membership.d.ts +54 -0
  564. package/sparkdream/season/v1/guild_membership.js +122 -0
  565. package/sparkdream/season/v1/member_profile.d.ts +196 -0
  566. package/sparkdream/season/v1/member_profile.js +299 -0
  567. package/sparkdream/season/v1/member_quest_progress.d.ts +84 -0
  568. package/sparkdream/season/v1/member_quest_progress.js +135 -0
  569. package/sparkdream/season/v1/member_registration.d.ts +48 -0
  570. package/sparkdream/season/v1/member_registration.js +86 -0
  571. package/sparkdream/season/v1/member_season_snapshot.d.ts +145 -0
  572. package/sparkdream/season/v1/member_season_snapshot.js +241 -0
  573. package/sparkdream/season/v1/next_season_info.d.ts +48 -0
  574. package/sparkdream/season/v1/next_season_info.js +86 -0
  575. package/sparkdream/season/v1/nomination.d.ts +194 -0
  576. package/sparkdream/season/v1/nomination.js +431 -0
  577. package/sparkdream/season/v1/params.d.ts +643 -0
  578. package/sparkdream/season/v1/params.js +1648 -0
  579. package/sparkdream/season/v1/query.d.ts +6199 -0
  580. package/sparkdream/season/v1/query.js +10574 -0
  581. package/sparkdream/season/v1/query.lcd.d.ts +76 -0
  582. package/sparkdream/season/v1/query.lcd.js +602 -0
  583. package/sparkdream/season/v1/query.rpc.Query.d.ts +284 -0
  584. package/sparkdream/season/v1/query.rpc.Query.js +678 -0
  585. package/sparkdream/season/v1/quest.d.ts +231 -0
  586. package/sparkdream/season/v1/quest.js +337 -0
  587. package/sparkdream/season/v1/season.d.ts +117 -0
  588. package/sparkdream/season/v1/season.js +169 -0
  589. package/sparkdream/season/v1/season_snapshot.d.ts +48 -0
  590. package/sparkdream/season/v1/season_snapshot.js +86 -0
  591. package/sparkdream/season/v1/season_title_eligibility.d.ts +134 -0
  592. package/sparkdream/season/v1/season_title_eligibility.js +197 -0
  593. package/sparkdream/season/v1/season_transition_state.d.ts +93 -0
  594. package/sparkdream/season/v1/season_transition_state.js +133 -0
  595. package/sparkdream/season/v1/title.d.ts +109 -0
  596. package/sparkdream/season/v1/title.js +157 -0
  597. package/sparkdream/season/v1/transition_recovery_state.d.ts +85 -0
  598. package/sparkdream/season/v1/transition_recovery_state.js +121 -0
  599. package/sparkdream/season/v1/tx.amino.d.ts +218 -0
  600. package/sparkdream/season/v1/tx.amino.js +222 -0
  601. package/sparkdream/season/v1/tx.d.ts +4133 -0
  602. package/sparkdream/season/v1/tx.js +6827 -0
  603. package/sparkdream/season/v1/tx.registry.d.ts +529 -0
  604. package/sparkdream/season/v1/tx.registry.js +793 -0
  605. package/sparkdream/season/v1/tx.rpc.msg.d.ts +144 -0
  606. package/sparkdream/season/v1/tx.rpc.msg.js +277 -0
  607. package/sparkdream/season/v1/vote_xp_record.d.ts +48 -0
  608. package/sparkdream/season/v1/vote_xp_record.js +86 -0
  609. package/sparkdream/session/module/v1/module.d.ts +54 -0
  610. package/sparkdream/session/module/v1/module.js +74 -0
  611. package/sparkdream/session/v1/genesis.d.ts +62 -0
  612. package/sparkdream/session/v1/genesis.js +91 -0
  613. package/sparkdream/session/v1/params.d.ts +168 -0
  614. package/sparkdream/session/v1/params.js +278 -0
  615. package/sparkdream/session/v1/query.d.ts +423 -0
  616. package/sparkdream/session/v1/query.js +746 -0
  617. package/sparkdream/session/v1/query.lcd.d.ts +13 -0
  618. package/sparkdream/session/v1/query.lcd.js +49 -0
  619. package/sparkdream/session/v1/query.rpc.Query.d.ts +32 -0
  620. package/sparkdream/session/v1/query.rpc.Query.js +65 -0
  621. package/sparkdream/session/v1/session.d.ts +125 -0
  622. package/sparkdream/session/v1/session.js +188 -0
  623. package/sparkdream/session/v1/tx.amino.d.ts +28 -0
  624. package/sparkdream/session/v1/tx.amino.js +32 -0
  625. package/sparkdream/session/v1/tx.d.ts +481 -0
  626. package/sparkdream/session/v1/tx.js +771 -0
  627. package/sparkdream/session/v1/tx.registry.d.ts +73 -0
  628. package/sparkdream/session/v1/tx.registry.js +109 -0
  629. package/sparkdream/session/v1/tx.rpc.msg.d.ts +31 -0
  630. package/sparkdream/session/v1/tx.rpc.msg.js +48 -0
  631. package/sparkdream/shield/module/v1/module.d.ts +54 -0
  632. package/sparkdream/shield/module/v1/module.js +74 -0
  633. package/sparkdream/shield/v1/genesis.d.ts +182 -0
  634. package/sparkdream/shield/v1/genesis.js +304 -0
  635. package/sparkdream/shield/v1/params.d.ts +192 -0
  636. package/sparkdream/shield/v1/params.js +285 -0
  637. package/sparkdream/shield/v1/query.d.ts +1406 -0
  638. package/sparkdream/shield/v1/query.js +2326 -0
  639. package/sparkdream/shield/v1/query.lcd.d.ts +25 -0
  640. package/sparkdream/shield/v1/query.lcd.js +114 -0
  641. package/sparkdream/shield/v1/query.rpc.Query.d.ts +80 -0
  642. package/sparkdream/shield/v1/query.rpc.Query.js +175 -0
  643. package/sparkdream/shield/v1/tx.amino.d.ts +28 -0
  644. package/sparkdream/shield/v1/tx.amino.js +32 -0
  645. package/sparkdream/shield/v1/tx.d.ts +542 -0
  646. package/sparkdream/shield/v1/tx.js +841 -0
  647. package/sparkdream/shield/v1/tx.registry.d.ts +73 -0
  648. package/sparkdream/shield/v1/tx.registry.js +109 -0
  649. package/sparkdream/shield/v1/tx.rpc.msg.d.ts +29 -0
  650. package/sparkdream/shield/v1/tx.rpc.msg.js +48 -0
  651. package/sparkdream/shield/v1/types.d.ts +1440 -0
  652. package/sparkdream/shield/v1/types.js +2440 -0
  653. package/sparkdream/split/module/v1/module.d.ts +54 -0
  654. package/sparkdream/split/module/v1/module.js +74 -0
  655. package/sparkdream/split/v1/genesis.d.ts +56 -0
  656. package/sparkdream/split/v1/genesis.js +91 -0
  657. package/sparkdream/split/v1/params.d.ts +46 -0
  658. package/sparkdream/split/v1/params.js +68 -0
  659. package/sparkdream/split/v1/query.d.ts +275 -0
  660. package/sparkdream/split/v1/query.js +424 -0
  661. package/sparkdream/split/v1/query.lcd.d.ts +11 -0
  662. package/sparkdream/split/v1/query.lcd.js +35 -0
  663. package/sparkdream/split/v1/query.rpc.Query.d.ts +24 -0
  664. package/sparkdream/split/v1/query.rpc.Query.js +49 -0
  665. package/sparkdream/split/v1/share.d.ts +48 -0
  666. package/sparkdream/split/v1/share.js +86 -0
  667. package/sparkdream/split/v1/tx.amino.d.ts +8 -0
  668. package/sparkdream/split/v1/tx.amino.js +12 -0
  669. package/sparkdream/split/v1/tx.d.ts +108 -0
  670. package/sparkdream/split/v1/tx.js +151 -0
  671. package/sparkdream/split/v1/tx.registry.d.ts +25 -0
  672. package/sparkdream/split/v1/tx.registry.js +37 -0
  673. package/sparkdream/split/v1/tx.rpc.msg.d.ts +16 -0
  674. package/sparkdream/split/v1/tx.rpc.msg.js +23 -0
  675. package/tendermint/bundle.d.ts +844 -844
  676. package/tendermint/bundle.js +20 -20
@@ -0,0 +1,865 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MessageComposer = exports.load = exports.registry = void 0;
4
+ const tx_1 = require("./tx");
5
+ exports.registry = [["/sparkdream.rep.v1.MsgUpdateParams", tx_1.MsgUpdateParams], ["/sparkdream.rep.v1.MsgUpdateOperationalParams", tx_1.MsgUpdateOperationalParams], ["/sparkdream.rep.v1.MsgInviteMember", tx_1.MsgInviteMember], ["/sparkdream.rep.v1.MsgAcceptInvitation", tx_1.MsgAcceptInvitation], ["/sparkdream.rep.v1.MsgTransferDream", tx_1.MsgTransferDream], ["/sparkdream.rep.v1.MsgCreateInterim", tx_1.MsgCreateInterim], ["/sparkdream.rep.v1.MsgAssignInterim", tx_1.MsgAssignInterim], ["/sparkdream.rep.v1.MsgSubmitInterimWork", tx_1.MsgSubmitInterimWork], ["/sparkdream.rep.v1.MsgApproveInterim", tx_1.MsgApproveInterim], ["/sparkdream.rep.v1.MsgAbandonInterim", tx_1.MsgAbandonInterim], ["/sparkdream.rep.v1.MsgCompleteInterim", tx_1.MsgCompleteInterim], ["/sparkdream.rep.v1.MsgProposeProject", tx_1.MsgProposeProject], ["/sparkdream.rep.v1.MsgApproveProjectBudget", tx_1.MsgApproveProjectBudget], ["/sparkdream.rep.v1.MsgCancelProject", tx_1.MsgCancelProject], ["/sparkdream.rep.v1.MsgCreateInitiative", tx_1.MsgCreateInitiative], ["/sparkdream.rep.v1.MsgAssignInitiative", tx_1.MsgAssignInitiative], ["/sparkdream.rep.v1.MsgSubmitInitiativeWork", tx_1.MsgSubmitInitiativeWork], ["/sparkdream.rep.v1.MsgApproveInitiative", tx_1.MsgApproveInitiative], ["/sparkdream.rep.v1.MsgAbandonInitiative", tx_1.MsgAbandonInitiative], ["/sparkdream.rep.v1.MsgCompleteInitiative", tx_1.MsgCompleteInitiative], ["/sparkdream.rep.v1.MsgStake", tx_1.MsgStake], ["/sparkdream.rep.v1.MsgUnstake", tx_1.MsgUnstake], ["/sparkdream.rep.v1.MsgClaimStakingRewards", tx_1.MsgClaimStakingRewards], ["/sparkdream.rep.v1.MsgCompoundStakingRewards", tx_1.MsgCompoundStakingRewards], ["/sparkdream.rep.v1.MsgCreateChallenge", tx_1.MsgCreateChallenge], ["/sparkdream.rep.v1.MsgRespondToChallenge", tx_1.MsgRespondToChallenge], ["/sparkdream.rep.v1.MsgSubmitJurorVote", tx_1.MsgSubmitJurorVote], ["/sparkdream.rep.v1.MsgSubmitExpertTestimony", tx_1.MsgSubmitExpertTestimony], ["/sparkdream.rep.v1.MsgChallengeContent", tx_1.MsgChallengeContent], ["/sparkdream.rep.v1.MsgRespondToContentChallenge", tx_1.MsgRespondToContentChallenge], ["/sparkdream.rep.v1.MsgRegisterZkPublicKey", tx_1.MsgRegisterZkPublicKey], ["/sparkdream.rep.v1.MsgCreateTag", tx_1.MsgCreateTag], ["/sparkdream.rep.v1.MsgReportTag", tx_1.MsgReportTag], ["/sparkdream.rep.v1.MsgResolveTagReport", tx_1.MsgResolveTagReport], ["/sparkdream.rep.v1.MsgCreateTagBudget", tx_1.MsgCreateTagBudget], ["/sparkdream.rep.v1.MsgAwardFromTagBudget", tx_1.MsgAwardFromTagBudget], ["/sparkdream.rep.v1.MsgTopUpTagBudget", tx_1.MsgTopUpTagBudget], ["/sparkdream.rep.v1.MsgToggleTagBudget", tx_1.MsgToggleTagBudget], ["/sparkdream.rep.v1.MsgWithdrawTagBudget", tx_1.MsgWithdrawTagBudget], ["/sparkdream.rep.v1.MsgBondSentinel", tx_1.MsgBondSentinel], ["/sparkdream.rep.v1.MsgUnbondSentinel", tx_1.MsgUnbondSentinel], ["/sparkdream.rep.v1.MsgReportMember", tx_1.MsgReportMember], ["/sparkdream.rep.v1.MsgCosignMemberReport", tx_1.MsgCosignMemberReport], ["/sparkdream.rep.v1.MsgResolveMemberReport", tx_1.MsgResolveMemberReport], ["/sparkdream.rep.v1.MsgDefendMemberReport", tx_1.MsgDefendMemberReport], ["/sparkdream.rep.v1.MsgAppealGovAction", tx_1.MsgAppealGovAction], ["/sparkdream.rep.v1.MsgResolveGovActionAppeal", tx_1.MsgResolveGovActionAppeal]];
6
+ const load = (protoRegistry) => {
7
+ exports.registry.forEach(([typeUrl, mod]) => {
8
+ protoRegistry.register(typeUrl, mod);
9
+ });
10
+ };
11
+ exports.load = load;
12
+ exports.MessageComposer = {
13
+ encoded: {
14
+ updateParams(value) {
15
+ return {
16
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateParams",
17
+ value: tx_1.MsgUpdateParams.encode(value).finish()
18
+ };
19
+ },
20
+ updateOperationalParams(value) {
21
+ return {
22
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateOperationalParams",
23
+ value: tx_1.MsgUpdateOperationalParams.encode(value).finish()
24
+ };
25
+ },
26
+ inviteMember(value) {
27
+ return {
28
+ typeUrl: "/sparkdream.rep.v1.MsgInviteMember",
29
+ value: tx_1.MsgInviteMember.encode(value).finish()
30
+ };
31
+ },
32
+ acceptInvitation(value) {
33
+ return {
34
+ typeUrl: "/sparkdream.rep.v1.MsgAcceptInvitation",
35
+ value: tx_1.MsgAcceptInvitation.encode(value).finish()
36
+ };
37
+ },
38
+ transferDream(value) {
39
+ return {
40
+ typeUrl: "/sparkdream.rep.v1.MsgTransferDream",
41
+ value: tx_1.MsgTransferDream.encode(value).finish()
42
+ };
43
+ },
44
+ createInterim(value) {
45
+ return {
46
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInterim",
47
+ value: tx_1.MsgCreateInterim.encode(value).finish()
48
+ };
49
+ },
50
+ assignInterim(value) {
51
+ return {
52
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInterim",
53
+ value: tx_1.MsgAssignInterim.encode(value).finish()
54
+ };
55
+ },
56
+ submitInterimWork(value) {
57
+ return {
58
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInterimWork",
59
+ value: tx_1.MsgSubmitInterimWork.encode(value).finish()
60
+ };
61
+ },
62
+ approveInterim(value) {
63
+ return {
64
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInterim",
65
+ value: tx_1.MsgApproveInterim.encode(value).finish()
66
+ };
67
+ },
68
+ abandonInterim(value) {
69
+ return {
70
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInterim",
71
+ value: tx_1.MsgAbandonInterim.encode(value).finish()
72
+ };
73
+ },
74
+ completeInterim(value) {
75
+ return {
76
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInterim",
77
+ value: tx_1.MsgCompleteInterim.encode(value).finish()
78
+ };
79
+ },
80
+ proposeProject(value) {
81
+ return {
82
+ typeUrl: "/sparkdream.rep.v1.MsgProposeProject",
83
+ value: tx_1.MsgProposeProject.encode(value).finish()
84
+ };
85
+ },
86
+ approveProjectBudget(value) {
87
+ return {
88
+ typeUrl: "/sparkdream.rep.v1.MsgApproveProjectBudget",
89
+ value: tx_1.MsgApproveProjectBudget.encode(value).finish()
90
+ };
91
+ },
92
+ cancelProject(value) {
93
+ return {
94
+ typeUrl: "/sparkdream.rep.v1.MsgCancelProject",
95
+ value: tx_1.MsgCancelProject.encode(value).finish()
96
+ };
97
+ },
98
+ createInitiative(value) {
99
+ return {
100
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInitiative",
101
+ value: tx_1.MsgCreateInitiative.encode(value).finish()
102
+ };
103
+ },
104
+ assignInitiative(value) {
105
+ return {
106
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInitiative",
107
+ value: tx_1.MsgAssignInitiative.encode(value).finish()
108
+ };
109
+ },
110
+ submitInitiativeWork(value) {
111
+ return {
112
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInitiativeWork",
113
+ value: tx_1.MsgSubmitInitiativeWork.encode(value).finish()
114
+ };
115
+ },
116
+ approveInitiative(value) {
117
+ return {
118
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInitiative",
119
+ value: tx_1.MsgApproveInitiative.encode(value).finish()
120
+ };
121
+ },
122
+ abandonInitiative(value) {
123
+ return {
124
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInitiative",
125
+ value: tx_1.MsgAbandonInitiative.encode(value).finish()
126
+ };
127
+ },
128
+ completeInitiative(value) {
129
+ return {
130
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInitiative",
131
+ value: tx_1.MsgCompleteInitiative.encode(value).finish()
132
+ };
133
+ },
134
+ stake(value) {
135
+ return {
136
+ typeUrl: "/sparkdream.rep.v1.MsgStake",
137
+ value: tx_1.MsgStake.encode(value).finish()
138
+ };
139
+ },
140
+ unstake(value) {
141
+ return {
142
+ typeUrl: "/sparkdream.rep.v1.MsgUnstake",
143
+ value: tx_1.MsgUnstake.encode(value).finish()
144
+ };
145
+ },
146
+ claimStakingRewards(value) {
147
+ return {
148
+ typeUrl: "/sparkdream.rep.v1.MsgClaimStakingRewards",
149
+ value: tx_1.MsgClaimStakingRewards.encode(value).finish()
150
+ };
151
+ },
152
+ compoundStakingRewards(value) {
153
+ return {
154
+ typeUrl: "/sparkdream.rep.v1.MsgCompoundStakingRewards",
155
+ value: tx_1.MsgCompoundStakingRewards.encode(value).finish()
156
+ };
157
+ },
158
+ createChallenge(value) {
159
+ return {
160
+ typeUrl: "/sparkdream.rep.v1.MsgCreateChallenge",
161
+ value: tx_1.MsgCreateChallenge.encode(value).finish()
162
+ };
163
+ },
164
+ respondToChallenge(value) {
165
+ return {
166
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToChallenge",
167
+ value: tx_1.MsgRespondToChallenge.encode(value).finish()
168
+ };
169
+ },
170
+ submitJurorVote(value) {
171
+ return {
172
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitJurorVote",
173
+ value: tx_1.MsgSubmitJurorVote.encode(value).finish()
174
+ };
175
+ },
176
+ submitExpertTestimony(value) {
177
+ return {
178
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitExpertTestimony",
179
+ value: tx_1.MsgSubmitExpertTestimony.encode(value).finish()
180
+ };
181
+ },
182
+ challengeContent(value) {
183
+ return {
184
+ typeUrl: "/sparkdream.rep.v1.MsgChallengeContent",
185
+ value: tx_1.MsgChallengeContent.encode(value).finish()
186
+ };
187
+ },
188
+ respondToContentChallenge(value) {
189
+ return {
190
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToContentChallenge",
191
+ value: tx_1.MsgRespondToContentChallenge.encode(value).finish()
192
+ };
193
+ },
194
+ registerZkPublicKey(value) {
195
+ return {
196
+ typeUrl: "/sparkdream.rep.v1.MsgRegisterZkPublicKey",
197
+ value: tx_1.MsgRegisterZkPublicKey.encode(value).finish()
198
+ };
199
+ },
200
+ createTag(value) {
201
+ return {
202
+ typeUrl: "/sparkdream.rep.v1.MsgCreateTag",
203
+ value: tx_1.MsgCreateTag.encode(value).finish()
204
+ };
205
+ },
206
+ reportTag(value) {
207
+ return {
208
+ typeUrl: "/sparkdream.rep.v1.MsgReportTag",
209
+ value: tx_1.MsgReportTag.encode(value).finish()
210
+ };
211
+ },
212
+ resolveTagReport(value) {
213
+ return {
214
+ typeUrl: "/sparkdream.rep.v1.MsgResolveTagReport",
215
+ value: tx_1.MsgResolveTagReport.encode(value).finish()
216
+ };
217
+ },
218
+ createTagBudget(value) {
219
+ return {
220
+ typeUrl: "/sparkdream.rep.v1.MsgCreateTagBudget",
221
+ value: tx_1.MsgCreateTagBudget.encode(value).finish()
222
+ };
223
+ },
224
+ awardFromTagBudget(value) {
225
+ return {
226
+ typeUrl: "/sparkdream.rep.v1.MsgAwardFromTagBudget",
227
+ value: tx_1.MsgAwardFromTagBudget.encode(value).finish()
228
+ };
229
+ },
230
+ topUpTagBudget(value) {
231
+ return {
232
+ typeUrl: "/sparkdream.rep.v1.MsgTopUpTagBudget",
233
+ value: tx_1.MsgTopUpTagBudget.encode(value).finish()
234
+ };
235
+ },
236
+ toggleTagBudget(value) {
237
+ return {
238
+ typeUrl: "/sparkdream.rep.v1.MsgToggleTagBudget",
239
+ value: tx_1.MsgToggleTagBudget.encode(value).finish()
240
+ };
241
+ },
242
+ withdrawTagBudget(value) {
243
+ return {
244
+ typeUrl: "/sparkdream.rep.v1.MsgWithdrawTagBudget",
245
+ value: tx_1.MsgWithdrawTagBudget.encode(value).finish()
246
+ };
247
+ },
248
+ bondSentinel(value) {
249
+ return {
250
+ typeUrl: "/sparkdream.rep.v1.MsgBondSentinel",
251
+ value: tx_1.MsgBondSentinel.encode(value).finish()
252
+ };
253
+ },
254
+ unbondSentinel(value) {
255
+ return {
256
+ typeUrl: "/sparkdream.rep.v1.MsgUnbondSentinel",
257
+ value: tx_1.MsgUnbondSentinel.encode(value).finish()
258
+ };
259
+ },
260
+ reportMember(value) {
261
+ return {
262
+ typeUrl: "/sparkdream.rep.v1.MsgReportMember",
263
+ value: tx_1.MsgReportMember.encode(value).finish()
264
+ };
265
+ },
266
+ cosignMemberReport(value) {
267
+ return {
268
+ typeUrl: "/sparkdream.rep.v1.MsgCosignMemberReport",
269
+ value: tx_1.MsgCosignMemberReport.encode(value).finish()
270
+ };
271
+ },
272
+ resolveMemberReport(value) {
273
+ return {
274
+ typeUrl: "/sparkdream.rep.v1.MsgResolveMemberReport",
275
+ value: tx_1.MsgResolveMemberReport.encode(value).finish()
276
+ };
277
+ },
278
+ defendMemberReport(value) {
279
+ return {
280
+ typeUrl: "/sparkdream.rep.v1.MsgDefendMemberReport",
281
+ value: tx_1.MsgDefendMemberReport.encode(value).finish()
282
+ };
283
+ },
284
+ appealGovAction(value) {
285
+ return {
286
+ typeUrl: "/sparkdream.rep.v1.MsgAppealGovAction",
287
+ value: tx_1.MsgAppealGovAction.encode(value).finish()
288
+ };
289
+ },
290
+ resolveGovActionAppeal(value) {
291
+ return {
292
+ typeUrl: "/sparkdream.rep.v1.MsgResolveGovActionAppeal",
293
+ value: tx_1.MsgResolveGovActionAppeal.encode(value).finish()
294
+ };
295
+ }
296
+ },
297
+ withTypeUrl: {
298
+ updateParams(value) {
299
+ return {
300
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateParams",
301
+ value
302
+ };
303
+ },
304
+ updateOperationalParams(value) {
305
+ return {
306
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateOperationalParams",
307
+ value
308
+ };
309
+ },
310
+ inviteMember(value) {
311
+ return {
312
+ typeUrl: "/sparkdream.rep.v1.MsgInviteMember",
313
+ value
314
+ };
315
+ },
316
+ acceptInvitation(value) {
317
+ return {
318
+ typeUrl: "/sparkdream.rep.v1.MsgAcceptInvitation",
319
+ value
320
+ };
321
+ },
322
+ transferDream(value) {
323
+ return {
324
+ typeUrl: "/sparkdream.rep.v1.MsgTransferDream",
325
+ value
326
+ };
327
+ },
328
+ createInterim(value) {
329
+ return {
330
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInterim",
331
+ value
332
+ };
333
+ },
334
+ assignInterim(value) {
335
+ return {
336
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInterim",
337
+ value
338
+ };
339
+ },
340
+ submitInterimWork(value) {
341
+ return {
342
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInterimWork",
343
+ value
344
+ };
345
+ },
346
+ approveInterim(value) {
347
+ return {
348
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInterim",
349
+ value
350
+ };
351
+ },
352
+ abandonInterim(value) {
353
+ return {
354
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInterim",
355
+ value
356
+ };
357
+ },
358
+ completeInterim(value) {
359
+ return {
360
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInterim",
361
+ value
362
+ };
363
+ },
364
+ proposeProject(value) {
365
+ return {
366
+ typeUrl: "/sparkdream.rep.v1.MsgProposeProject",
367
+ value
368
+ };
369
+ },
370
+ approveProjectBudget(value) {
371
+ return {
372
+ typeUrl: "/sparkdream.rep.v1.MsgApproveProjectBudget",
373
+ value
374
+ };
375
+ },
376
+ cancelProject(value) {
377
+ return {
378
+ typeUrl: "/sparkdream.rep.v1.MsgCancelProject",
379
+ value
380
+ };
381
+ },
382
+ createInitiative(value) {
383
+ return {
384
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInitiative",
385
+ value
386
+ };
387
+ },
388
+ assignInitiative(value) {
389
+ return {
390
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInitiative",
391
+ value
392
+ };
393
+ },
394
+ submitInitiativeWork(value) {
395
+ return {
396
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInitiativeWork",
397
+ value
398
+ };
399
+ },
400
+ approveInitiative(value) {
401
+ return {
402
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInitiative",
403
+ value
404
+ };
405
+ },
406
+ abandonInitiative(value) {
407
+ return {
408
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInitiative",
409
+ value
410
+ };
411
+ },
412
+ completeInitiative(value) {
413
+ return {
414
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInitiative",
415
+ value
416
+ };
417
+ },
418
+ stake(value) {
419
+ return {
420
+ typeUrl: "/sparkdream.rep.v1.MsgStake",
421
+ value
422
+ };
423
+ },
424
+ unstake(value) {
425
+ return {
426
+ typeUrl: "/sparkdream.rep.v1.MsgUnstake",
427
+ value
428
+ };
429
+ },
430
+ claimStakingRewards(value) {
431
+ return {
432
+ typeUrl: "/sparkdream.rep.v1.MsgClaimStakingRewards",
433
+ value
434
+ };
435
+ },
436
+ compoundStakingRewards(value) {
437
+ return {
438
+ typeUrl: "/sparkdream.rep.v1.MsgCompoundStakingRewards",
439
+ value
440
+ };
441
+ },
442
+ createChallenge(value) {
443
+ return {
444
+ typeUrl: "/sparkdream.rep.v1.MsgCreateChallenge",
445
+ value
446
+ };
447
+ },
448
+ respondToChallenge(value) {
449
+ return {
450
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToChallenge",
451
+ value
452
+ };
453
+ },
454
+ submitJurorVote(value) {
455
+ return {
456
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitJurorVote",
457
+ value
458
+ };
459
+ },
460
+ submitExpertTestimony(value) {
461
+ return {
462
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitExpertTestimony",
463
+ value
464
+ };
465
+ },
466
+ challengeContent(value) {
467
+ return {
468
+ typeUrl: "/sparkdream.rep.v1.MsgChallengeContent",
469
+ value
470
+ };
471
+ },
472
+ respondToContentChallenge(value) {
473
+ return {
474
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToContentChallenge",
475
+ value
476
+ };
477
+ },
478
+ registerZkPublicKey(value) {
479
+ return {
480
+ typeUrl: "/sparkdream.rep.v1.MsgRegisterZkPublicKey",
481
+ value
482
+ };
483
+ },
484
+ createTag(value) {
485
+ return {
486
+ typeUrl: "/sparkdream.rep.v1.MsgCreateTag",
487
+ value
488
+ };
489
+ },
490
+ reportTag(value) {
491
+ return {
492
+ typeUrl: "/sparkdream.rep.v1.MsgReportTag",
493
+ value
494
+ };
495
+ },
496
+ resolveTagReport(value) {
497
+ return {
498
+ typeUrl: "/sparkdream.rep.v1.MsgResolveTagReport",
499
+ value
500
+ };
501
+ },
502
+ createTagBudget(value) {
503
+ return {
504
+ typeUrl: "/sparkdream.rep.v1.MsgCreateTagBudget",
505
+ value
506
+ };
507
+ },
508
+ awardFromTagBudget(value) {
509
+ return {
510
+ typeUrl: "/sparkdream.rep.v1.MsgAwardFromTagBudget",
511
+ value
512
+ };
513
+ },
514
+ topUpTagBudget(value) {
515
+ return {
516
+ typeUrl: "/sparkdream.rep.v1.MsgTopUpTagBudget",
517
+ value
518
+ };
519
+ },
520
+ toggleTagBudget(value) {
521
+ return {
522
+ typeUrl: "/sparkdream.rep.v1.MsgToggleTagBudget",
523
+ value
524
+ };
525
+ },
526
+ withdrawTagBudget(value) {
527
+ return {
528
+ typeUrl: "/sparkdream.rep.v1.MsgWithdrawTagBudget",
529
+ value
530
+ };
531
+ },
532
+ bondSentinel(value) {
533
+ return {
534
+ typeUrl: "/sparkdream.rep.v1.MsgBondSentinel",
535
+ value
536
+ };
537
+ },
538
+ unbondSentinel(value) {
539
+ return {
540
+ typeUrl: "/sparkdream.rep.v1.MsgUnbondSentinel",
541
+ value
542
+ };
543
+ },
544
+ reportMember(value) {
545
+ return {
546
+ typeUrl: "/sparkdream.rep.v1.MsgReportMember",
547
+ value
548
+ };
549
+ },
550
+ cosignMemberReport(value) {
551
+ return {
552
+ typeUrl: "/sparkdream.rep.v1.MsgCosignMemberReport",
553
+ value
554
+ };
555
+ },
556
+ resolveMemberReport(value) {
557
+ return {
558
+ typeUrl: "/sparkdream.rep.v1.MsgResolveMemberReport",
559
+ value
560
+ };
561
+ },
562
+ defendMemberReport(value) {
563
+ return {
564
+ typeUrl: "/sparkdream.rep.v1.MsgDefendMemberReport",
565
+ value
566
+ };
567
+ },
568
+ appealGovAction(value) {
569
+ return {
570
+ typeUrl: "/sparkdream.rep.v1.MsgAppealGovAction",
571
+ value
572
+ };
573
+ },
574
+ resolveGovActionAppeal(value) {
575
+ return {
576
+ typeUrl: "/sparkdream.rep.v1.MsgResolveGovActionAppeal",
577
+ value
578
+ };
579
+ }
580
+ },
581
+ fromPartial: {
582
+ updateParams(value) {
583
+ return {
584
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateParams",
585
+ value: tx_1.MsgUpdateParams.fromPartial(value)
586
+ };
587
+ },
588
+ updateOperationalParams(value) {
589
+ return {
590
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateOperationalParams",
591
+ value: tx_1.MsgUpdateOperationalParams.fromPartial(value)
592
+ };
593
+ },
594
+ inviteMember(value) {
595
+ return {
596
+ typeUrl: "/sparkdream.rep.v1.MsgInviteMember",
597
+ value: tx_1.MsgInviteMember.fromPartial(value)
598
+ };
599
+ },
600
+ acceptInvitation(value) {
601
+ return {
602
+ typeUrl: "/sparkdream.rep.v1.MsgAcceptInvitation",
603
+ value: tx_1.MsgAcceptInvitation.fromPartial(value)
604
+ };
605
+ },
606
+ transferDream(value) {
607
+ return {
608
+ typeUrl: "/sparkdream.rep.v1.MsgTransferDream",
609
+ value: tx_1.MsgTransferDream.fromPartial(value)
610
+ };
611
+ },
612
+ createInterim(value) {
613
+ return {
614
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInterim",
615
+ value: tx_1.MsgCreateInterim.fromPartial(value)
616
+ };
617
+ },
618
+ assignInterim(value) {
619
+ return {
620
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInterim",
621
+ value: tx_1.MsgAssignInterim.fromPartial(value)
622
+ };
623
+ },
624
+ submitInterimWork(value) {
625
+ return {
626
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInterimWork",
627
+ value: tx_1.MsgSubmitInterimWork.fromPartial(value)
628
+ };
629
+ },
630
+ approveInterim(value) {
631
+ return {
632
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInterim",
633
+ value: tx_1.MsgApproveInterim.fromPartial(value)
634
+ };
635
+ },
636
+ abandonInterim(value) {
637
+ return {
638
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInterim",
639
+ value: tx_1.MsgAbandonInterim.fromPartial(value)
640
+ };
641
+ },
642
+ completeInterim(value) {
643
+ return {
644
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInterim",
645
+ value: tx_1.MsgCompleteInterim.fromPartial(value)
646
+ };
647
+ },
648
+ proposeProject(value) {
649
+ return {
650
+ typeUrl: "/sparkdream.rep.v1.MsgProposeProject",
651
+ value: tx_1.MsgProposeProject.fromPartial(value)
652
+ };
653
+ },
654
+ approveProjectBudget(value) {
655
+ return {
656
+ typeUrl: "/sparkdream.rep.v1.MsgApproveProjectBudget",
657
+ value: tx_1.MsgApproveProjectBudget.fromPartial(value)
658
+ };
659
+ },
660
+ cancelProject(value) {
661
+ return {
662
+ typeUrl: "/sparkdream.rep.v1.MsgCancelProject",
663
+ value: tx_1.MsgCancelProject.fromPartial(value)
664
+ };
665
+ },
666
+ createInitiative(value) {
667
+ return {
668
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInitiative",
669
+ value: tx_1.MsgCreateInitiative.fromPartial(value)
670
+ };
671
+ },
672
+ assignInitiative(value) {
673
+ return {
674
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInitiative",
675
+ value: tx_1.MsgAssignInitiative.fromPartial(value)
676
+ };
677
+ },
678
+ submitInitiativeWork(value) {
679
+ return {
680
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInitiativeWork",
681
+ value: tx_1.MsgSubmitInitiativeWork.fromPartial(value)
682
+ };
683
+ },
684
+ approveInitiative(value) {
685
+ return {
686
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInitiative",
687
+ value: tx_1.MsgApproveInitiative.fromPartial(value)
688
+ };
689
+ },
690
+ abandonInitiative(value) {
691
+ return {
692
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInitiative",
693
+ value: tx_1.MsgAbandonInitiative.fromPartial(value)
694
+ };
695
+ },
696
+ completeInitiative(value) {
697
+ return {
698
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInitiative",
699
+ value: tx_1.MsgCompleteInitiative.fromPartial(value)
700
+ };
701
+ },
702
+ stake(value) {
703
+ return {
704
+ typeUrl: "/sparkdream.rep.v1.MsgStake",
705
+ value: tx_1.MsgStake.fromPartial(value)
706
+ };
707
+ },
708
+ unstake(value) {
709
+ return {
710
+ typeUrl: "/sparkdream.rep.v1.MsgUnstake",
711
+ value: tx_1.MsgUnstake.fromPartial(value)
712
+ };
713
+ },
714
+ claimStakingRewards(value) {
715
+ return {
716
+ typeUrl: "/sparkdream.rep.v1.MsgClaimStakingRewards",
717
+ value: tx_1.MsgClaimStakingRewards.fromPartial(value)
718
+ };
719
+ },
720
+ compoundStakingRewards(value) {
721
+ return {
722
+ typeUrl: "/sparkdream.rep.v1.MsgCompoundStakingRewards",
723
+ value: tx_1.MsgCompoundStakingRewards.fromPartial(value)
724
+ };
725
+ },
726
+ createChallenge(value) {
727
+ return {
728
+ typeUrl: "/sparkdream.rep.v1.MsgCreateChallenge",
729
+ value: tx_1.MsgCreateChallenge.fromPartial(value)
730
+ };
731
+ },
732
+ respondToChallenge(value) {
733
+ return {
734
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToChallenge",
735
+ value: tx_1.MsgRespondToChallenge.fromPartial(value)
736
+ };
737
+ },
738
+ submitJurorVote(value) {
739
+ return {
740
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitJurorVote",
741
+ value: tx_1.MsgSubmitJurorVote.fromPartial(value)
742
+ };
743
+ },
744
+ submitExpertTestimony(value) {
745
+ return {
746
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitExpertTestimony",
747
+ value: tx_1.MsgSubmitExpertTestimony.fromPartial(value)
748
+ };
749
+ },
750
+ challengeContent(value) {
751
+ return {
752
+ typeUrl: "/sparkdream.rep.v1.MsgChallengeContent",
753
+ value: tx_1.MsgChallengeContent.fromPartial(value)
754
+ };
755
+ },
756
+ respondToContentChallenge(value) {
757
+ return {
758
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToContentChallenge",
759
+ value: tx_1.MsgRespondToContentChallenge.fromPartial(value)
760
+ };
761
+ },
762
+ registerZkPublicKey(value) {
763
+ return {
764
+ typeUrl: "/sparkdream.rep.v1.MsgRegisterZkPublicKey",
765
+ value: tx_1.MsgRegisterZkPublicKey.fromPartial(value)
766
+ };
767
+ },
768
+ createTag(value) {
769
+ return {
770
+ typeUrl: "/sparkdream.rep.v1.MsgCreateTag",
771
+ value: tx_1.MsgCreateTag.fromPartial(value)
772
+ };
773
+ },
774
+ reportTag(value) {
775
+ return {
776
+ typeUrl: "/sparkdream.rep.v1.MsgReportTag",
777
+ value: tx_1.MsgReportTag.fromPartial(value)
778
+ };
779
+ },
780
+ resolveTagReport(value) {
781
+ return {
782
+ typeUrl: "/sparkdream.rep.v1.MsgResolveTagReport",
783
+ value: tx_1.MsgResolveTagReport.fromPartial(value)
784
+ };
785
+ },
786
+ createTagBudget(value) {
787
+ return {
788
+ typeUrl: "/sparkdream.rep.v1.MsgCreateTagBudget",
789
+ value: tx_1.MsgCreateTagBudget.fromPartial(value)
790
+ };
791
+ },
792
+ awardFromTagBudget(value) {
793
+ return {
794
+ typeUrl: "/sparkdream.rep.v1.MsgAwardFromTagBudget",
795
+ value: tx_1.MsgAwardFromTagBudget.fromPartial(value)
796
+ };
797
+ },
798
+ topUpTagBudget(value) {
799
+ return {
800
+ typeUrl: "/sparkdream.rep.v1.MsgTopUpTagBudget",
801
+ value: tx_1.MsgTopUpTagBudget.fromPartial(value)
802
+ };
803
+ },
804
+ toggleTagBudget(value) {
805
+ return {
806
+ typeUrl: "/sparkdream.rep.v1.MsgToggleTagBudget",
807
+ value: tx_1.MsgToggleTagBudget.fromPartial(value)
808
+ };
809
+ },
810
+ withdrawTagBudget(value) {
811
+ return {
812
+ typeUrl: "/sparkdream.rep.v1.MsgWithdrawTagBudget",
813
+ value: tx_1.MsgWithdrawTagBudget.fromPartial(value)
814
+ };
815
+ },
816
+ bondSentinel(value) {
817
+ return {
818
+ typeUrl: "/sparkdream.rep.v1.MsgBondSentinel",
819
+ value: tx_1.MsgBondSentinel.fromPartial(value)
820
+ };
821
+ },
822
+ unbondSentinel(value) {
823
+ return {
824
+ typeUrl: "/sparkdream.rep.v1.MsgUnbondSentinel",
825
+ value: tx_1.MsgUnbondSentinel.fromPartial(value)
826
+ };
827
+ },
828
+ reportMember(value) {
829
+ return {
830
+ typeUrl: "/sparkdream.rep.v1.MsgReportMember",
831
+ value: tx_1.MsgReportMember.fromPartial(value)
832
+ };
833
+ },
834
+ cosignMemberReport(value) {
835
+ return {
836
+ typeUrl: "/sparkdream.rep.v1.MsgCosignMemberReport",
837
+ value: tx_1.MsgCosignMemberReport.fromPartial(value)
838
+ };
839
+ },
840
+ resolveMemberReport(value) {
841
+ return {
842
+ typeUrl: "/sparkdream.rep.v1.MsgResolveMemberReport",
843
+ value: tx_1.MsgResolveMemberReport.fromPartial(value)
844
+ };
845
+ },
846
+ defendMemberReport(value) {
847
+ return {
848
+ typeUrl: "/sparkdream.rep.v1.MsgDefendMemberReport",
849
+ value: tx_1.MsgDefendMemberReport.fromPartial(value)
850
+ };
851
+ },
852
+ appealGovAction(value) {
853
+ return {
854
+ typeUrl: "/sparkdream.rep.v1.MsgAppealGovAction",
855
+ value: tx_1.MsgAppealGovAction.fromPartial(value)
856
+ };
857
+ },
858
+ resolveGovActionAppeal(value) {
859
+ return {
860
+ typeUrl: "/sparkdream.rep.v1.MsgResolveGovActionAppeal",
861
+ value: tx_1.MsgResolveGovActionAppeal.fromPartial(value)
862
+ };
863
+ }
864
+ }
865
+ };