@sparkdreamnft/sparkdreamjs 0.0.7 → 0.0.8

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 (637) 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 +549 -36
  17. package/esm/sparkdream/client.js +38 -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/common/v1/reserved_tag.js +96 -0
  33. package/esm/sparkdream/common/v1/tag.js +120 -0
  34. package/esm/sparkdream/commons/module/v1/module.js +71 -0
  35. package/esm/sparkdream/commons/v1/genesis.js +533 -0
  36. package/esm/sparkdream/commons/v1/group.js +1116 -0
  37. package/esm/sparkdream/commons/v1/params.js +78 -0
  38. package/esm/sparkdream/commons/v1/policy_permissions.js +86 -0
  39. package/esm/sparkdream/commons/v1/query.js +1337 -0
  40. package/esm/sparkdream/commons/v1/query.lcd.js +78 -0
  41. package/esm/sparkdream/commons/v1/query.rpc.Query.js +100 -0
  42. package/esm/sparkdream/commons/v1/tx.amino.js +94 -0
  43. package/esm/sparkdream/commons/v1/tx.js +3282 -0
  44. package/esm/sparkdream/commons/v1/tx.registry.js +339 -0
  45. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +122 -0
  46. package/esm/sparkdream/ecosystem/module/v1/module.js +71 -0
  47. package/esm/sparkdream/ecosystem/v1/genesis.js +72 -0
  48. package/esm/sparkdream/ecosystem/v1/params.js +65 -0
  49. package/esm/sparkdream/ecosystem/v1/query.js +128 -0
  50. package/esm/sparkdream/ecosystem/v1/query.lcd.js +11 -0
  51. package/esm/sparkdream/ecosystem/v1/query.rpc.Query.js +24 -0
  52. package/esm/sparkdream/ecosystem/v1/tx.amino.js +14 -0
  53. package/esm/sparkdream/ecosystem/v1/tx.js +308 -0
  54. package/esm/sparkdream/ecosystem/v1/tx.registry.js +51 -0
  55. package/esm/sparkdream/ecosystem/v1/tx.rpc.msg.js +24 -0
  56. package/esm/sparkdream/forum/module/v1/module.js +71 -0
  57. package/esm/sparkdream/forum/v1/archive_metadata.js +119 -0
  58. package/esm/sparkdream/forum/v1/bounty.js +183 -0
  59. package/esm/sparkdream/forum/v1/category.js +119 -0
  60. package/esm/sparkdream/forum/v1/genesis.js +516 -0
  61. package/esm/sparkdream/forum/v1/gov_action_appeal.js +202 -0
  62. package/esm/sparkdream/forum/v1/hide_record.js +154 -0
  63. package/esm/sparkdream/forum/v1/jury_participation.js +131 -0
  64. package/esm/sparkdream/forum/v1/member_report.js +219 -0
  65. package/esm/sparkdream/forum/v1/member_salvation_status.js +119 -0
  66. package/esm/sparkdream/forum/v1/member_warning.js +156 -0
  67. package/esm/sparkdream/forum/v1/params.js +867 -0
  68. package/esm/sparkdream/forum/v1/post.js +397 -0
  69. package/esm/sparkdream/forum/v1/post_flag.js +254 -0
  70. package/esm/sparkdream/forum/v1/query.js +12470 -0
  71. package/esm/sparkdream/forum/v1/query.lcd.js +730 -0
  72. package/esm/sparkdream/forum/v1/query.rpc.Query.js +799 -0
  73. package/esm/sparkdream/forum/v1/sentinel_activity.js +490 -0
  74. package/esm/sparkdream/forum/v1/tag_budget.js +143 -0
  75. package/esm/sparkdream/forum/v1/tag_budget_award.js +155 -0
  76. package/esm/sparkdream/forum/v1/tag_report.js +122 -0
  77. package/esm/sparkdream/forum/v1/thread_follow.js +95 -0
  78. package/esm/sparkdream/forum/v1/thread_follow_count.js +83 -0
  79. package/esm/sparkdream/forum/v1/thread_lock_record.js +155 -0
  80. package/esm/sparkdream/forum/v1/thread_metadata.js +184 -0
  81. package/esm/sparkdream/forum/v1/thread_move_record.js +179 -0
  82. package/esm/sparkdream/forum/v1/tx.amino.js +254 -0
  83. package/esm/sparkdream/forum/v1/tx.js +7464 -0
  84. package/esm/sparkdream/forum/v1/tx.registry.js +915 -0
  85. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +313 -0
  86. package/esm/sparkdream/forum/v1/types.js +758 -0
  87. package/esm/sparkdream/forum/v1/user_rate_limit.js +119 -0
  88. package/esm/sparkdream/forum/v1/user_reaction_limit.js +107 -0
  89. package/esm/sparkdream/futarchy/module/v1/module.js +71 -0
  90. package/esm/sparkdream/futarchy/v1/genesis.js +88 -0
  91. package/esm/sparkdream/futarchy/v1/market.js +240 -0
  92. package/esm/sparkdream/futarchy/v1/params.js +241 -0
  93. package/esm/sparkdream/futarchy/v1/query.js +596 -0
  94. package/esm/sparkdream/futarchy/v1/query.lcd.js +45 -0
  95. package/esm/sparkdream/futarchy/v1/query.rpc.Query.js +53 -0
  96. package/esm/sparkdream/futarchy/v1/tx.amino.js +39 -0
  97. package/esm/sparkdream/futarchy/v1/tx.js +1097 -0
  98. package/esm/sparkdream/futarchy/v1/tx.registry.js +141 -0
  99. package/esm/sparkdream/futarchy/v1/tx.rpc.msg.js +55 -0
  100. package/esm/sparkdream/lcd.js +60 -0
  101. package/esm/sparkdream/name/module/v1/module.js +71 -0
  102. package/esm/sparkdream/name/v1/dispute.js +341 -0
  103. package/esm/sparkdream/name/v1/genesis.js +120 -0
  104. package/esm/sparkdream/name/v1/name_record.js +95 -0
  105. package/esm/sparkdream/name/v1/owner_info.js +95 -0
  106. package/esm/sparkdream/name/v1/params.js +306 -0
  107. package/esm/sparkdream/name/v1/query.js +863 -0
  108. package/esm/sparkdream/name/v1/query.lcd.js +52 -0
  109. package/esm/sparkdream/name/v1/query.rpc.Query.js +71 -0
  110. package/esm/sparkdream/name/v1/tx.amino.js +44 -0
  111. package/esm/sparkdream/name/v1/tx.js +1222 -0
  112. package/esm/sparkdream/name/v1/tx.registry.js +159 -0
  113. package/esm/sparkdream/name/v1/tx.rpc.msg.js +62 -0
  114. package/esm/sparkdream/rep/module/v1/module.js +71 -0
  115. package/esm/sparkdream/rep/v1/challenge.js +226 -0
  116. package/esm/sparkdream/rep/v1/content_challenge.js +303 -0
  117. package/esm/sparkdream/rep/v1/genesis.js +481 -0
  118. package/esm/sparkdream/rep/v1/initiative.js +558 -0
  119. package/esm/sparkdream/rep/v1/interim.js +426 -0
  120. package/esm/sparkdream/rep/v1/interim_template.js +291 -0
  121. package/esm/sparkdream/rep/v1/invitation.js +251 -0
  122. package/esm/sparkdream/rep/v1/jury_review.js +635 -0
  123. package/esm/sparkdream/rep/v1/member.js +857 -0
  124. package/esm/sparkdream/rep/v1/params.js +1819 -0
  125. package/esm/sparkdream/rep/v1/project.js +545 -0
  126. package/esm/sparkdream/rep/v1/query.js +6896 -0
  127. package/esm/sparkdream/rep/v1/query.lcd.js +377 -0
  128. package/esm/sparkdream/rep/v1/query.rpc.Query.js +424 -0
  129. package/esm/sparkdream/rep/v1/stake.js +575 -0
  130. package/esm/sparkdream/rep/v1/tx.amino.js +159 -0
  131. package/esm/sparkdream/rep/v1/tx.js +5198 -0
  132. package/esm/sparkdream/rep/v1/tx.registry.js +573 -0
  133. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +199 -0
  134. package/esm/sparkdream/reveal/module/v1/module.js +71 -0
  135. package/esm/sparkdream/reveal/v1/genesis.js +142 -0
  136. package/esm/sparkdream/reveal/v1/params.js +235 -0
  137. package/esm/sparkdream/reveal/v1/query.js +1700 -0
  138. package/esm/sparkdream/reveal/v1/query.lcd.js +101 -0
  139. package/esm/sparkdream/reveal/v1/query.rpc.Query.js +116 -0
  140. package/esm/sparkdream/reveal/v1/tx.amino.js +54 -0
  141. package/esm/sparkdream/reveal/v1/tx.js +1699 -0
  142. package/esm/sparkdream/reveal/v1/tx.registry.js +195 -0
  143. package/esm/sparkdream/reveal/v1/tx.rpc.msg.js +72 -0
  144. package/esm/sparkdream/reveal/v1/types.js +1141 -0
  145. package/esm/sparkdream/rpc.query.js +36 -0
  146. package/esm/sparkdream/rpc.tx.js +36 -0
  147. package/esm/sparkdream/season/module/v1/module.js +71 -0
  148. package/esm/sparkdream/season/v1/achievement.js +142 -0
  149. package/esm/sparkdream/season/v1/display_name_appeal_stake.js +95 -0
  150. package/esm/sparkdream/season/v1/display_name_moderation.js +155 -0
  151. package/esm/sparkdream/season/v1/display_name_report_stake.js +95 -0
  152. package/esm/sparkdream/season/v1/enums.js +391 -0
  153. package/esm/sparkdream/season/v1/epoch_xp_tracker.js +119 -0
  154. package/esm/sparkdream/season/v1/forum_xp_cooldown.js +83 -0
  155. package/esm/sparkdream/season/v1/genesis.js +482 -0
  156. package/esm/sparkdream/season/v1/guild.js +172 -0
  157. package/esm/sparkdream/season/v1/guild_invite.js +107 -0
  158. package/esm/sparkdream/season/v1/guild_membership.js +119 -0
  159. package/esm/sparkdream/season/v1/member_profile.js +296 -0
  160. package/esm/sparkdream/season/v1/member_quest_progress.js +132 -0
  161. package/esm/sparkdream/season/v1/member_registration.js +83 -0
  162. package/esm/sparkdream/season/v1/member_season_snapshot.js +238 -0
  163. package/esm/sparkdream/season/v1/next_season_info.js +83 -0
  164. package/esm/sparkdream/season/v1/nomination.js +428 -0
  165. package/esm/sparkdream/season/v1/params.js +1597 -0
  166. package/esm/sparkdream/season/v1/query.js +10569 -0
  167. package/esm/sparkdream/season/v1/query.lcd.js +598 -0
  168. package/esm/sparkdream/season/v1/query.rpc.Query.js +673 -0
  169. package/esm/sparkdream/season/v1/quest.js +334 -0
  170. package/esm/sparkdream/season/v1/season.js +166 -0
  171. package/esm/sparkdream/season/v1/season_snapshot.js +83 -0
  172. package/esm/sparkdream/season/v1/season_title_eligibility.js +194 -0
  173. package/esm/sparkdream/season/v1/season_transition_state.js +130 -0
  174. package/esm/sparkdream/season/v1/title.js +154 -0
  175. package/esm/sparkdream/season/v1/transition_recovery_state.js +118 -0
  176. package/esm/sparkdream/season/v1/tx.amino.js +219 -0
  177. package/esm/sparkdream/season/v1/tx.js +6823 -0
  178. package/esm/sparkdream/season/v1/tx.registry.js +789 -0
  179. package/esm/sparkdream/season/v1/tx.rpc.msg.js +272 -0
  180. package/esm/sparkdream/season/v1/vote_xp_record.js +83 -0
  181. package/esm/sparkdream/session/module/v1/module.js +71 -0
  182. package/esm/sparkdream/session/v1/genesis.js +88 -0
  183. package/esm/sparkdream/session/v1/params.js +275 -0
  184. package/esm/sparkdream/session/v1/query.js +743 -0
  185. package/esm/sparkdream/session/v1/query.lcd.js +45 -0
  186. package/esm/sparkdream/session/v1/query.rpc.Query.js +60 -0
  187. package/esm/sparkdream/session/v1/session.js +185 -0
  188. package/esm/sparkdream/session/v1/tx.amino.js +29 -0
  189. package/esm/sparkdream/session/v1/tx.js +768 -0
  190. package/esm/sparkdream/session/v1/tx.registry.js +105 -0
  191. package/esm/sparkdream/session/v1/tx.rpc.msg.js +43 -0
  192. package/esm/sparkdream/shield/module/v1/module.js +71 -0
  193. package/esm/sparkdream/shield/v1/genesis.js +301 -0
  194. package/esm/sparkdream/shield/v1/params.js +282 -0
  195. package/esm/sparkdream/shield/v1/query.js +2323 -0
  196. package/esm/sparkdream/shield/v1/query.lcd.js +110 -0
  197. package/esm/sparkdream/shield/v1/query.rpc.Query.js +170 -0
  198. package/esm/sparkdream/shield/v1/tx.amino.js +29 -0
  199. package/esm/sparkdream/shield/v1/tx.js +838 -0
  200. package/esm/sparkdream/shield/v1/tx.registry.js +105 -0
  201. package/esm/sparkdream/shield/v1/tx.rpc.msg.js +43 -0
  202. package/esm/sparkdream/shield/v1/types.js +2385 -0
  203. package/esm/sparkdream/split/module/v1/module.js +71 -0
  204. package/esm/sparkdream/split/v1/genesis.js +88 -0
  205. package/esm/sparkdream/split/v1/params.js +65 -0
  206. package/esm/sparkdream/split/v1/query.js +421 -0
  207. package/esm/sparkdream/split/v1/query.lcd.js +31 -0
  208. package/esm/sparkdream/split/v1/query.rpc.Query.js +44 -0
  209. package/esm/sparkdream/split/v1/share.js +83 -0
  210. package/esm/sparkdream/split/v1/tx.amino.js +9 -0
  211. package/esm/sparkdream/split/v1/tx.js +148 -0
  212. package/esm/sparkdream/split/v1/tx.registry.js +33 -0
  213. package/esm/sparkdream/split/v1/tx.rpc.msg.js +18 -0
  214. package/esm/tendermint/bundle.js +20 -20
  215. package/ibc/bundle.d.ts +90 -90
  216. package/ibc/bundle.js +106 -106
  217. package/package.json +1 -1
  218. package/sparkdream/blog/v1/genesis.d.ts +50 -0
  219. package/sparkdream/blog/v1/genesis.js +87 -1
  220. package/sparkdream/blog/v1/params.d.ts +292 -4
  221. package/sparkdream/blog/v1/params.js +434 -6
  222. package/sparkdream/blog/v1/post.d.ts +162 -0
  223. package/sparkdream/blog/v1/post.js +205 -2
  224. package/sparkdream/blog/v1/query.d.ts +751 -0
  225. package/sparkdream/blog/v1/query.js +1364 -1
  226. package/sparkdream/blog/v1/query.lcd.d.ts +9 -1
  227. package/sparkdream/blog/v1/query.lcd.js +105 -2
  228. package/sparkdream/blog/v1/query.rpc.Query.d.ts +35 -3
  229. package/sparkdream/blog/v1/query.rpc.Query.js +74 -2
  230. package/sparkdream/blog/v1/tx.amino.d.ts +61 -1
  231. package/sparkdream/blog/v1/tx.amino.js +60 -0
  232. package/sparkdream/blog/v1/tx.d.ts +1155 -1
  233. package/sparkdream/blog/v1/tx.js +1861 -3
  234. package/sparkdream/blog/v1/tx.registry.d.ts +145 -1
  235. package/sparkdream/blog/v1/tx.registry.js +217 -1
  236. package/sparkdream/blog/v1/tx.rpc.msg.d.ts +43 -4
  237. package/sparkdream/blog/v1/tx.rpc.msg.js +76 -3
  238. package/sparkdream/blog/v1/types.d.ts +463 -0
  239. package/sparkdream/blog/v1/types.js +818 -0
  240. package/sparkdream/bundle.d.ts +19847 -226
  241. package/sparkdream/bundle.js +549 -36
  242. package/sparkdream/client.d.ts +1105 -0
  243. package/sparkdream/client.js +38 -2
  244. package/sparkdream/collect/module/v1/module.d.ts +54 -0
  245. package/sparkdream/collect/module/v1/module.js +74 -0
  246. package/sparkdream/collect/v1/genesis.d.ts +82 -0
  247. package/sparkdream/collect/v1/genesis.js +274 -0
  248. package/sparkdream/collect/v1/params.d.ts +240 -0
  249. package/sparkdream/collect/v1/params.js +766 -0
  250. package/sparkdream/collect/v1/query.d.ts +2157 -0
  251. package/sparkdream/collect/v1/query.js +3793 -0
  252. package/sparkdream/collect/v1/query.lcd.d.ts +33 -0
  253. package/sparkdream/collect/v1/query.lcd.js +227 -0
  254. package/sparkdream/collect/v1/query.rpc.Query.d.ts +101 -0
  255. package/sparkdream/collect/v1/query.rpc.Query.js +257 -0
  256. package/sparkdream/collect/v1/tx.amino.d.ts +148 -0
  257. package/sparkdream/collect/v1/tx.amino.js +152 -0
  258. package/sparkdream/collect/v1/tx.d.ts +2581 -0
  259. package/sparkdream/collect/v1/tx.js +4771 -0
  260. package/sparkdream/collect/v1/tx.registry.d.ts +361 -0
  261. package/sparkdream/collect/v1/tx.registry.js +541 -0
  262. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +76 -0
  263. package/sparkdream/collect/v1/tx.rpc.msg.js +190 -0
  264. package/sparkdream/collect/v1/types.d.ts +1205 -0
  265. package/sparkdream/collect/v1/types.js +3453 -0
  266. package/sparkdream/common/v1/content_type.d.ts +31 -0
  267. package/sparkdream/common/v1/content_type.js +101 -0
  268. package/sparkdream/common/v1/flag_record.d.ts +58 -0
  269. package/sparkdream/common/v1/flag_record.js +122 -0
  270. package/sparkdream/common/v1/moderation_reason.d.ts +35 -0
  271. package/sparkdream/common/v1/moderation_reason.js +120 -0
  272. package/sparkdream/common/v1/reserved_tag.d.ts +53 -0
  273. package/sparkdream/common/v1/reserved_tag.js +99 -0
  274. package/sparkdream/common/v1/tag.d.ts +57 -0
  275. package/sparkdream/common/v1/tag.js +123 -0
  276. package/sparkdream/commons/module/v1/module.d.ts +54 -0
  277. package/sparkdream/commons/module/v1/module.js +74 -0
  278. package/sparkdream/commons/v1/genesis.d.ts +299 -0
  279. package/sparkdream/commons/v1/genesis.js +536 -0
  280. package/sparkdream/commons/v1/group.d.ts +529 -0
  281. package/sparkdream/commons/v1/group.js +1123 -0
  282. package/sparkdream/commons/v1/params.d.ts +48 -0
  283. package/sparkdream/commons/v1/params.js +81 -0
  284. package/sparkdream/commons/v1/policy_permissions.d.ts +48 -0
  285. package/sparkdream/commons/v1/policy_permissions.js +89 -0
  286. package/sparkdream/commons/v1/query.d.ts +822 -0
  287. package/sparkdream/commons/v1/query.js +1340 -0
  288. package/sparkdream/commons/v1/query.lcd.d.ts +17 -0
  289. package/sparkdream/commons/v1/query.lcd.js +82 -0
  290. package/sparkdream/commons/v1/query.rpc.Query.d.ts +48 -0
  291. package/sparkdream/commons/v1/query.rpc.Query.js +105 -0
  292. package/sparkdream/commons/v1/tx.amino.d.ts +93 -0
  293. package/sparkdream/commons/v1/tx.amino.js +97 -0
  294. package/sparkdream/commons/v1/tx.d.ts +1930 -0
  295. package/sparkdream/commons/v1/tx.js +3285 -0
  296. package/sparkdream/commons/v1/tx.registry.d.ts +229 -0
  297. package/sparkdream/commons/v1/tx.registry.js +343 -0
  298. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +73 -0
  299. package/sparkdream/commons/v1/tx.rpc.msg.js +127 -0
  300. package/sparkdream/ecosystem/module/v1/module.d.ts +54 -0
  301. package/sparkdream/ecosystem/module/v1/module.js +74 -0
  302. package/sparkdream/ecosystem/v1/genesis.d.ts +53 -0
  303. package/sparkdream/ecosystem/v1/genesis.js +75 -0
  304. package/sparkdream/ecosystem/v1/params.d.ts +46 -0
  305. package/sparkdream/ecosystem/v1/params.js +68 -0
  306. package/sparkdream/ecosystem/v1/query.d.ts +95 -0
  307. package/sparkdream/ecosystem/v1/query.js +131 -0
  308. package/sparkdream/ecosystem/v1/query.lcd.d.ts +9 -0
  309. package/sparkdream/ecosystem/v1/query.lcd.js +15 -0
  310. package/sparkdream/ecosystem/v1/query.rpc.Query.d.ts +16 -0
  311. package/sparkdream/ecosystem/v1/query.rpc.Query.js +29 -0
  312. package/sparkdream/ecosystem/v1/tx.amino.d.ts +13 -0
  313. package/sparkdream/ecosystem/v1/tx.amino.js +17 -0
  314. package/sparkdream/ecosystem/v1/tx.d.ts +201 -0
  315. package/sparkdream/ecosystem/v1/tx.js +311 -0
  316. package/sparkdream/ecosystem/v1/tx.registry.d.ts +37 -0
  317. package/sparkdream/ecosystem/v1/tx.registry.js +55 -0
  318. package/sparkdream/ecosystem/v1/tx.rpc.msg.d.ts +19 -0
  319. package/sparkdream/ecosystem/v1/tx.rpc.msg.js +29 -0
  320. package/sparkdream/forum/module/v1/module.d.ts +54 -0
  321. package/sparkdream/forum/module/v1/module.js +74 -0
  322. package/sparkdream/forum/v1/archive_metadata.d.ts +54 -0
  323. package/sparkdream/forum/v1/archive_metadata.js +122 -0
  324. package/sparkdream/forum/v1/bounty.d.ts +65 -0
  325. package/sparkdream/forum/v1/bounty.js +186 -0
  326. package/sparkdream/forum/v1/category.d.ts +54 -0
  327. package/sparkdream/forum/v1/category.js +122 -0
  328. package/sparkdream/forum/v1/genesis.d.ts +135 -0
  329. package/sparkdream/forum/v1/genesis.js +519 -0
  330. package/sparkdream/forum/v1/gov_action_appeal.d.ts +69 -0
  331. package/sparkdream/forum/v1/gov_action_appeal.js +205 -0
  332. package/sparkdream/forum/v1/hide_record.d.ts +61 -0
  333. package/sparkdream/forum/v1/hide_record.js +157 -0
  334. package/sparkdream/forum/v1/jury_participation.d.ts +56 -0
  335. package/sparkdream/forum/v1/jury_participation.js +134 -0
  336. package/sparkdream/forum/v1/member_report.d.ts +67 -0
  337. package/sparkdream/forum/v1/member_report.js +222 -0
  338. package/sparkdream/forum/v1/member_salvation_status.d.ts +54 -0
  339. package/sparkdream/forum/v1/member_salvation_status.js +122 -0
  340. package/sparkdream/forum/v1/member_warning.d.ts +58 -0
  341. package/sparkdream/forum/v1/member_warning.js +159 -0
  342. package/sparkdream/forum/v1/params.d.ts +450 -0
  343. package/sparkdream/forum/v1/params.js +870 -0
  344. package/sparkdream/forum/v1/post.d.ts +102 -0
  345. package/sparkdream/forum/v1/post.js +400 -0
  346. package/sparkdream/forum/v1/post_flag.d.ts +106 -0
  347. package/sparkdream/forum/v1/post_flag.js +257 -0
  348. package/sparkdream/forum/v1/query.d.ts +7296 -0
  349. package/sparkdream/forum/v1/query.js +12476 -0
  350. package/sparkdream/forum/v1/query.lcd.d.ts +88 -0
  351. package/sparkdream/forum/v1/query.lcd.js +734 -0
  352. package/sparkdream/forum/v1/query.rpc.Query.d.ts +332 -0
  353. package/sparkdream/forum/v1/query.rpc.Query.js +804 -0
  354. package/sparkdream/forum/v1/sentinel_activity.d.ts +117 -0
  355. package/sparkdream/forum/v1/sentinel_activity.js +493 -0
  356. package/sparkdream/forum/v1/tag_budget.d.ts +58 -0
  357. package/sparkdream/forum/v1/tag_budget.js +146 -0
  358. package/sparkdream/forum/v1/tag_budget_award.d.ts +60 -0
  359. package/sparkdream/forum/v1/tag_budget_award.js +158 -0
  360. package/sparkdream/forum/v1/tag_report.d.ts +54 -0
  361. package/sparkdream/forum/v1/tag_report.js +125 -0
  362. package/sparkdream/forum/v1/thread_follow.d.ts +50 -0
  363. package/sparkdream/forum/v1/thread_follow.js +98 -0
  364. package/sparkdream/forum/v1/thread_follow_count.d.ts +48 -0
  365. package/sparkdream/forum/v1/thread_follow_count.js +86 -0
  366. package/sparkdream/forum/v1/thread_lock_record.d.ts +60 -0
  367. package/sparkdream/forum/v1/thread_lock_record.js +158 -0
  368. package/sparkdream/forum/v1/thread_metadata.d.ts +63 -0
  369. package/sparkdream/forum/v1/thread_metadata.js +187 -0
  370. package/sparkdream/forum/v1/thread_move_record.d.ts +64 -0
  371. package/sparkdream/forum/v1/thread_move_record.js +182 -0
  372. package/sparkdream/forum/v1/tx.amino.d.ts +253 -0
  373. package/sparkdream/forum/v1/tx.amino.js +257 -0
  374. package/sparkdream/forum/v1/tx.d.ts +4551 -0
  375. package/sparkdream/forum/v1/tx.js +7468 -0
  376. package/sparkdream/forum/v1/tx.registry.d.ts +613 -0
  377. package/sparkdream/forum/v1/tx.registry.js +919 -0
  378. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +166 -0
  379. package/sparkdream/forum/v1/tx.rpc.msg.js +318 -0
  380. package/sparkdream/forum/v1/types.d.ts +221 -0
  381. package/sparkdream/forum/v1/types.js +777 -0
  382. package/sparkdream/forum/v1/user_rate_limit.d.ts +54 -0
  383. package/sparkdream/forum/v1/user_rate_limit.js +122 -0
  384. package/sparkdream/forum/v1/user_reaction_limit.d.ts +52 -0
  385. package/sparkdream/forum/v1/user_reaction_limit.js +110 -0
  386. package/sparkdream/futarchy/module/v1/module.d.ts +54 -0
  387. package/sparkdream/futarchy/module/v1/module.js +74 -0
  388. package/sparkdream/futarchy/v1/genesis.d.ts +56 -0
  389. package/sparkdream/futarchy/v1/genesis.js +91 -0
  390. package/sparkdream/futarchy/v1/market.d.ts +104 -0
  391. package/sparkdream/futarchy/v1/market.js +243 -0
  392. package/sparkdream/futarchy/v1/params.d.ts +171 -0
  393. package/sparkdream/futarchy/v1/params.js +244 -0
  394. package/sparkdream/futarchy/v1/query.d.ts +381 -0
  395. package/sparkdream/futarchy/v1/query.js +599 -0
  396. package/sparkdream/futarchy/v1/query.lcd.d.ts +12 -0
  397. package/sparkdream/futarchy/v1/query.lcd.js +49 -0
  398. package/sparkdream/futarchy/v1/query.rpc.Query.d.ts +28 -0
  399. package/sparkdream/futarchy/v1/query.rpc.Query.js +58 -0
  400. package/sparkdream/futarchy/v1/tx.amino.d.ts +38 -0
  401. package/sparkdream/futarchy/v1/tx.amino.js +42 -0
  402. package/sparkdream/futarchy/v1/tx.d.ts +688 -0
  403. package/sparkdream/futarchy/v1/tx.js +1100 -0
  404. package/sparkdream/futarchy/v1/tx.registry.d.ts +97 -0
  405. package/sparkdream/futarchy/v1/tx.registry.js +145 -0
  406. package/sparkdream/futarchy/v1/tx.rpc.msg.d.ts +37 -0
  407. package/sparkdream/futarchy/v1/tx.rpc.msg.js +60 -0
  408. package/sparkdream/lcd.d.ts +36 -0
  409. package/sparkdream/lcd.js +60 -0
  410. package/sparkdream/name/module/v1/module.d.ts +54 -0
  411. package/sparkdream/name/module/v1/module.js +74 -0
  412. package/sparkdream/name/v1/dispute.d.ts +216 -0
  413. package/sparkdream/name/v1/dispute.js +344 -0
  414. package/sparkdream/name/v1/genesis.d.ts +62 -0
  415. package/sparkdream/name/v1/genesis.js +123 -0
  416. package/sparkdream/name/v1/name_record.d.ts +50 -0
  417. package/sparkdream/name/v1/name_record.js +98 -0
  418. package/sparkdream/name/v1/owner_info.d.ts +50 -0
  419. package/sparkdream/name/v1/owner_info.js +98 -0
  420. package/sparkdream/name/v1/params.d.ts +165 -0
  421. package/sparkdream/name/v1/params.js +309 -0
  422. package/sparkdream/name/v1/query.d.ts +544 -0
  423. package/sparkdream/name/v1/query.js +866 -0
  424. package/sparkdream/name/v1/query.lcd.d.ts +14 -0
  425. package/sparkdream/name/v1/query.lcd.js +56 -0
  426. package/sparkdream/name/v1/query.rpc.Query.d.ts +36 -0
  427. package/sparkdream/name/v1/query.rpc.Query.js +76 -0
  428. package/sparkdream/name/v1/tx.amino.d.ts +43 -0
  429. package/sparkdream/name/v1/tx.amino.js +47 -0
  430. package/sparkdream/name/v1/tx.d.ts +804 -0
  431. package/sparkdream/name/v1/tx.js +1225 -0
  432. package/sparkdream/name/v1/tx.registry.d.ts +109 -0
  433. package/sparkdream/name/v1/tx.registry.js +163 -0
  434. package/sparkdream/name/v1/tx.rpc.msg.d.ts +43 -0
  435. package/sparkdream/name/v1/tx.rpc.msg.js +67 -0
  436. package/sparkdream/rep/module/v1/module.d.ts +54 -0
  437. package/sparkdream/rep/module/v1/module.js +74 -0
  438. package/sparkdream/rep/v1/challenge.d.ts +74 -0
  439. package/sparkdream/rep/v1/challenge.js +231 -0
  440. package/sparkdream/rep/v1/content_challenge.d.ts +154 -0
  441. package/sparkdream/rep/v1/content_challenge.js +308 -0
  442. package/sparkdream/rep/v1/genesis.d.ts +185 -0
  443. package/sparkdream/rep/v1/genesis.js +484 -0
  444. package/sparkdream/rep/v1/initiative.d.ts +140 -0
  445. package/sparkdream/rep/v1/initiative.js +567 -0
  446. package/sparkdream/rep/v1/interim.d.ts +163 -0
  447. package/sparkdream/rep/v1/interim.js +435 -0
  448. package/sparkdream/rep/v1/interim_template.d.ts +114 -0
  449. package/sparkdream/rep/v1/interim_template.js +296 -0
  450. package/sparkdream/rep/v1/invitation.d.ts +78 -0
  451. package/sparkdream/rep/v1/invitation.js +256 -0
  452. package/sparkdream/rep/v1/jury_review.d.ts +235 -0
  453. package/sparkdream/rep/v1/jury_review.js +640 -0
  454. package/sparkdream/rep/v1/member.d.ts +408 -0
  455. package/sparkdream/rep/v1/member.js +864 -0
  456. package/sparkdream/rep/v1/params.d.ts +730 -0
  457. package/sparkdream/rep/v1/params.js +1822 -0
  458. package/sparkdream/rep/v1/project.d.ts +162 -0
  459. package/sparkdream/rep/v1/project.js +554 -0
  460. package/sparkdream/rep/v1/query.d.ts +4030 -0
  461. package/sparkdream/rep/v1/query.js +6900 -0
  462. package/sparkdream/rep/v1/query.lcd.d.ts +51 -0
  463. package/sparkdream/rep/v1/query.lcd.js +381 -0
  464. package/sparkdream/rep/v1/query.rpc.Query.d.ts +184 -0
  465. package/sparkdream/rep/v1/query.rpc.Query.js +429 -0
  466. package/sparkdream/rep/v1/stake.d.ts +266 -0
  467. package/sparkdream/rep/v1/stake.js +580 -0
  468. package/sparkdream/rep/v1/tx.amino.d.ts +158 -0
  469. package/sparkdream/rep/v1/tx.amino.js +162 -0
  470. package/sparkdream/rep/v1/tx.d.ts +2940 -0
  471. package/sparkdream/rep/v1/tx.js +5204 -0
  472. package/sparkdream/rep/v1/tx.registry.d.ts +385 -0
  473. package/sparkdream/rep/v1/tx.registry.js +577 -0
  474. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +109 -0
  475. package/sparkdream/rep/v1/tx.rpc.msg.js +204 -0
  476. package/sparkdream/reveal/module/v1/module.d.ts +54 -0
  477. package/sparkdream/reveal/module/v1/module.js +74 -0
  478. package/sparkdream/reveal/v1/genesis.d.ts +64 -0
  479. package/sparkdream/reveal/v1/genesis.js +145 -0
  480. package/sparkdream/reveal/v1/params.d.ts +140 -0
  481. package/sparkdream/reveal/v1/params.js +238 -0
  482. package/sparkdream/reveal/v1/query.d.ts +949 -0
  483. package/sparkdream/reveal/v1/query.js +1703 -0
  484. package/sparkdream/reveal/v1/query.lcd.d.ts +19 -0
  485. package/sparkdream/reveal/v1/query.lcd.js +105 -0
  486. package/sparkdream/reveal/v1/query.rpc.Query.d.ts +56 -0
  487. package/sparkdream/reveal/v1/query.rpc.Query.js +121 -0
  488. package/sparkdream/reveal/v1/tx.amino.d.ts +53 -0
  489. package/sparkdream/reveal/v1/tx.amino.js +57 -0
  490. package/sparkdream/reveal/v1/tx.d.ts +1043 -0
  491. package/sparkdream/reveal/v1/tx.js +1702 -0
  492. package/sparkdream/reveal/v1/tx.registry.d.ts +133 -0
  493. package/sparkdream/reveal/v1/tx.registry.js +199 -0
  494. package/sparkdream/reveal/v1/tx.rpc.msg.d.ts +43 -0
  495. package/sparkdream/reveal/v1/tx.rpc.msg.js +77 -0
  496. package/sparkdream/reveal/v1/types.d.ts +455 -0
  497. package/sparkdream/reveal/v1/types.js +1150 -0
  498. package/sparkdream/rpc.query.d.ts +328 -0
  499. package/sparkdream/rpc.query.js +36 -0
  500. package/sparkdream/rpc.tx.d.ts +36 -0
  501. package/sparkdream/rpc.tx.js +36 -0
  502. package/sparkdream/season/module/v1/module.d.ts +54 -0
  503. package/sparkdream/season/module/v1/module.js +74 -0
  504. package/sparkdream/season/v1/achievement.d.ts +101 -0
  505. package/sparkdream/season/v1/achievement.js +145 -0
  506. package/sparkdream/season/v1/display_name_appeal_stake.d.ts +68 -0
  507. package/sparkdream/season/v1/display_name_appeal_stake.js +98 -0
  508. package/sparkdream/season/v1/display_name_moderation.d.ts +60 -0
  509. package/sparkdream/season/v1/display_name_moderation.js +158 -0
  510. package/sparkdream/season/v1/display_name_report_stake.d.ts +68 -0
  511. package/sparkdream/season/v1/display_name_report_stake.js +98 -0
  512. package/sparkdream/season/v1/enums.d.ts +86 -0
  513. package/sparkdream/season/v1/enums.js +406 -0
  514. package/sparkdream/season/v1/epoch_xp_tracker.d.ts +54 -0
  515. package/sparkdream/season/v1/epoch_xp_tracker.js +122 -0
  516. package/sparkdream/season/v1/forum_xp_cooldown.d.ts +48 -0
  517. package/sparkdream/season/v1/forum_xp_cooldown.js +86 -0
  518. package/sparkdream/season/v1/genesis.d.ts +136 -0
  519. package/sparkdream/season/v1/genesis.js +485 -0
  520. package/sparkdream/season/v1/guild.d.ts +117 -0
  521. package/sparkdream/season/v1/guild.js +175 -0
  522. package/sparkdream/season/v1/guild_invite.d.ts +52 -0
  523. package/sparkdream/season/v1/guild_invite.js +110 -0
  524. package/sparkdream/season/v1/guild_membership.d.ts +54 -0
  525. package/sparkdream/season/v1/guild_membership.js +122 -0
  526. package/sparkdream/season/v1/member_profile.d.ts +196 -0
  527. package/sparkdream/season/v1/member_profile.js +299 -0
  528. package/sparkdream/season/v1/member_quest_progress.d.ts +84 -0
  529. package/sparkdream/season/v1/member_quest_progress.js +135 -0
  530. package/sparkdream/season/v1/member_registration.d.ts +48 -0
  531. package/sparkdream/season/v1/member_registration.js +86 -0
  532. package/sparkdream/season/v1/member_season_snapshot.d.ts +145 -0
  533. package/sparkdream/season/v1/member_season_snapshot.js +241 -0
  534. package/sparkdream/season/v1/next_season_info.d.ts +48 -0
  535. package/sparkdream/season/v1/next_season_info.js +86 -0
  536. package/sparkdream/season/v1/nomination.d.ts +194 -0
  537. package/sparkdream/season/v1/nomination.js +431 -0
  538. package/sparkdream/season/v1/params.d.ts +611 -0
  539. package/sparkdream/season/v1/params.js +1600 -0
  540. package/sparkdream/season/v1/query.d.ts +6199 -0
  541. package/sparkdream/season/v1/query.js +10574 -0
  542. package/sparkdream/season/v1/query.lcd.d.ts +76 -0
  543. package/sparkdream/season/v1/query.lcd.js +602 -0
  544. package/sparkdream/season/v1/query.rpc.Query.d.ts +284 -0
  545. package/sparkdream/season/v1/query.rpc.Query.js +678 -0
  546. package/sparkdream/season/v1/quest.d.ts +231 -0
  547. package/sparkdream/season/v1/quest.js +337 -0
  548. package/sparkdream/season/v1/season.d.ts +117 -0
  549. package/sparkdream/season/v1/season.js +169 -0
  550. package/sparkdream/season/v1/season_snapshot.d.ts +48 -0
  551. package/sparkdream/season/v1/season_snapshot.js +86 -0
  552. package/sparkdream/season/v1/season_title_eligibility.d.ts +134 -0
  553. package/sparkdream/season/v1/season_title_eligibility.js +197 -0
  554. package/sparkdream/season/v1/season_transition_state.d.ts +93 -0
  555. package/sparkdream/season/v1/season_transition_state.js +133 -0
  556. package/sparkdream/season/v1/title.d.ts +109 -0
  557. package/sparkdream/season/v1/title.js +157 -0
  558. package/sparkdream/season/v1/transition_recovery_state.d.ts +85 -0
  559. package/sparkdream/season/v1/transition_recovery_state.js +121 -0
  560. package/sparkdream/season/v1/tx.amino.d.ts +218 -0
  561. package/sparkdream/season/v1/tx.amino.js +222 -0
  562. package/sparkdream/season/v1/tx.d.ts +4133 -0
  563. package/sparkdream/season/v1/tx.js +6827 -0
  564. package/sparkdream/season/v1/tx.registry.d.ts +529 -0
  565. package/sparkdream/season/v1/tx.registry.js +793 -0
  566. package/sparkdream/season/v1/tx.rpc.msg.d.ts +144 -0
  567. package/sparkdream/season/v1/tx.rpc.msg.js +277 -0
  568. package/sparkdream/season/v1/vote_xp_record.d.ts +48 -0
  569. package/sparkdream/season/v1/vote_xp_record.js +86 -0
  570. package/sparkdream/session/module/v1/module.d.ts +54 -0
  571. package/sparkdream/session/module/v1/module.js +74 -0
  572. package/sparkdream/session/v1/genesis.d.ts +62 -0
  573. package/sparkdream/session/v1/genesis.js +91 -0
  574. package/sparkdream/session/v1/params.d.ts +168 -0
  575. package/sparkdream/session/v1/params.js +278 -0
  576. package/sparkdream/session/v1/query.d.ts +423 -0
  577. package/sparkdream/session/v1/query.js +746 -0
  578. package/sparkdream/session/v1/query.lcd.d.ts +13 -0
  579. package/sparkdream/session/v1/query.lcd.js +49 -0
  580. package/sparkdream/session/v1/query.rpc.Query.d.ts +32 -0
  581. package/sparkdream/session/v1/query.rpc.Query.js +65 -0
  582. package/sparkdream/session/v1/session.d.ts +125 -0
  583. package/sparkdream/session/v1/session.js +188 -0
  584. package/sparkdream/session/v1/tx.amino.d.ts +28 -0
  585. package/sparkdream/session/v1/tx.amino.js +32 -0
  586. package/sparkdream/session/v1/tx.d.ts +481 -0
  587. package/sparkdream/session/v1/tx.js +771 -0
  588. package/sparkdream/session/v1/tx.registry.d.ts +73 -0
  589. package/sparkdream/session/v1/tx.registry.js +109 -0
  590. package/sparkdream/session/v1/tx.rpc.msg.d.ts +31 -0
  591. package/sparkdream/session/v1/tx.rpc.msg.js +48 -0
  592. package/sparkdream/shield/module/v1/module.d.ts +54 -0
  593. package/sparkdream/shield/module/v1/module.js +74 -0
  594. package/sparkdream/shield/v1/genesis.d.ts +182 -0
  595. package/sparkdream/shield/v1/genesis.js +304 -0
  596. package/sparkdream/shield/v1/params.d.ts +192 -0
  597. package/sparkdream/shield/v1/params.js +285 -0
  598. package/sparkdream/shield/v1/query.d.ts +1406 -0
  599. package/sparkdream/shield/v1/query.js +2326 -0
  600. package/sparkdream/shield/v1/query.lcd.d.ts +25 -0
  601. package/sparkdream/shield/v1/query.lcd.js +114 -0
  602. package/sparkdream/shield/v1/query.rpc.Query.d.ts +80 -0
  603. package/sparkdream/shield/v1/query.rpc.Query.js +175 -0
  604. package/sparkdream/shield/v1/tx.amino.d.ts +28 -0
  605. package/sparkdream/shield/v1/tx.amino.js +32 -0
  606. package/sparkdream/shield/v1/tx.d.ts +542 -0
  607. package/sparkdream/shield/v1/tx.js +841 -0
  608. package/sparkdream/shield/v1/tx.registry.d.ts +73 -0
  609. package/sparkdream/shield/v1/tx.registry.js +109 -0
  610. package/sparkdream/shield/v1/tx.rpc.msg.d.ts +29 -0
  611. package/sparkdream/shield/v1/tx.rpc.msg.js +48 -0
  612. package/sparkdream/shield/v1/types.d.ts +1412 -0
  613. package/sparkdream/shield/v1/types.js +2398 -0
  614. package/sparkdream/split/module/v1/module.d.ts +54 -0
  615. package/sparkdream/split/module/v1/module.js +74 -0
  616. package/sparkdream/split/v1/genesis.d.ts +56 -0
  617. package/sparkdream/split/v1/genesis.js +91 -0
  618. package/sparkdream/split/v1/params.d.ts +46 -0
  619. package/sparkdream/split/v1/params.js +68 -0
  620. package/sparkdream/split/v1/query.d.ts +275 -0
  621. package/sparkdream/split/v1/query.js +424 -0
  622. package/sparkdream/split/v1/query.lcd.d.ts +11 -0
  623. package/sparkdream/split/v1/query.lcd.js +35 -0
  624. package/sparkdream/split/v1/query.rpc.Query.d.ts +24 -0
  625. package/sparkdream/split/v1/query.rpc.Query.js +49 -0
  626. package/sparkdream/split/v1/share.d.ts +48 -0
  627. package/sparkdream/split/v1/share.js +86 -0
  628. package/sparkdream/split/v1/tx.amino.d.ts +8 -0
  629. package/sparkdream/split/v1/tx.amino.js +12 -0
  630. package/sparkdream/split/v1/tx.d.ts +108 -0
  631. package/sparkdream/split/v1/tx.js +151 -0
  632. package/sparkdream/split/v1/tx.registry.d.ts +25 -0
  633. package/sparkdream/split/v1/tx.registry.js +37 -0
  634. package/sparkdream/split/v1/tx.rpc.msg.d.ts +16 -0
  635. package/sparkdream/split/v1/tx.rpc.msg.js +23 -0
  636. package/tendermint/bundle.d.ts +844 -844
  637. package/tendermint/bundle.js +20 -20
@@ -0,0 +1,577 @@
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]];
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
+ },
201
+ withTypeUrl: {
202
+ updateParams(value) {
203
+ return {
204
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateParams",
205
+ value
206
+ };
207
+ },
208
+ updateOperationalParams(value) {
209
+ return {
210
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateOperationalParams",
211
+ value
212
+ };
213
+ },
214
+ inviteMember(value) {
215
+ return {
216
+ typeUrl: "/sparkdream.rep.v1.MsgInviteMember",
217
+ value
218
+ };
219
+ },
220
+ acceptInvitation(value) {
221
+ return {
222
+ typeUrl: "/sparkdream.rep.v1.MsgAcceptInvitation",
223
+ value
224
+ };
225
+ },
226
+ transferDream(value) {
227
+ return {
228
+ typeUrl: "/sparkdream.rep.v1.MsgTransferDream",
229
+ value
230
+ };
231
+ },
232
+ createInterim(value) {
233
+ return {
234
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInterim",
235
+ value
236
+ };
237
+ },
238
+ assignInterim(value) {
239
+ return {
240
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInterim",
241
+ value
242
+ };
243
+ },
244
+ submitInterimWork(value) {
245
+ return {
246
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInterimWork",
247
+ value
248
+ };
249
+ },
250
+ approveInterim(value) {
251
+ return {
252
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInterim",
253
+ value
254
+ };
255
+ },
256
+ abandonInterim(value) {
257
+ return {
258
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInterim",
259
+ value
260
+ };
261
+ },
262
+ completeInterim(value) {
263
+ return {
264
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInterim",
265
+ value
266
+ };
267
+ },
268
+ proposeProject(value) {
269
+ return {
270
+ typeUrl: "/sparkdream.rep.v1.MsgProposeProject",
271
+ value
272
+ };
273
+ },
274
+ approveProjectBudget(value) {
275
+ return {
276
+ typeUrl: "/sparkdream.rep.v1.MsgApproveProjectBudget",
277
+ value
278
+ };
279
+ },
280
+ cancelProject(value) {
281
+ return {
282
+ typeUrl: "/sparkdream.rep.v1.MsgCancelProject",
283
+ value
284
+ };
285
+ },
286
+ createInitiative(value) {
287
+ return {
288
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInitiative",
289
+ value
290
+ };
291
+ },
292
+ assignInitiative(value) {
293
+ return {
294
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInitiative",
295
+ value
296
+ };
297
+ },
298
+ submitInitiativeWork(value) {
299
+ return {
300
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInitiativeWork",
301
+ value
302
+ };
303
+ },
304
+ approveInitiative(value) {
305
+ return {
306
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInitiative",
307
+ value
308
+ };
309
+ },
310
+ abandonInitiative(value) {
311
+ return {
312
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInitiative",
313
+ value
314
+ };
315
+ },
316
+ completeInitiative(value) {
317
+ return {
318
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInitiative",
319
+ value
320
+ };
321
+ },
322
+ stake(value) {
323
+ return {
324
+ typeUrl: "/sparkdream.rep.v1.MsgStake",
325
+ value
326
+ };
327
+ },
328
+ unstake(value) {
329
+ return {
330
+ typeUrl: "/sparkdream.rep.v1.MsgUnstake",
331
+ value
332
+ };
333
+ },
334
+ claimStakingRewards(value) {
335
+ return {
336
+ typeUrl: "/sparkdream.rep.v1.MsgClaimStakingRewards",
337
+ value
338
+ };
339
+ },
340
+ compoundStakingRewards(value) {
341
+ return {
342
+ typeUrl: "/sparkdream.rep.v1.MsgCompoundStakingRewards",
343
+ value
344
+ };
345
+ },
346
+ createChallenge(value) {
347
+ return {
348
+ typeUrl: "/sparkdream.rep.v1.MsgCreateChallenge",
349
+ value
350
+ };
351
+ },
352
+ respondToChallenge(value) {
353
+ return {
354
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToChallenge",
355
+ value
356
+ };
357
+ },
358
+ submitJurorVote(value) {
359
+ return {
360
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitJurorVote",
361
+ value
362
+ };
363
+ },
364
+ submitExpertTestimony(value) {
365
+ return {
366
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitExpertTestimony",
367
+ value
368
+ };
369
+ },
370
+ challengeContent(value) {
371
+ return {
372
+ typeUrl: "/sparkdream.rep.v1.MsgChallengeContent",
373
+ value
374
+ };
375
+ },
376
+ respondToContentChallenge(value) {
377
+ return {
378
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToContentChallenge",
379
+ value
380
+ };
381
+ },
382
+ registerZkPublicKey(value) {
383
+ return {
384
+ typeUrl: "/sparkdream.rep.v1.MsgRegisterZkPublicKey",
385
+ value
386
+ };
387
+ }
388
+ },
389
+ fromPartial: {
390
+ updateParams(value) {
391
+ return {
392
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateParams",
393
+ value: tx_1.MsgUpdateParams.fromPartial(value)
394
+ };
395
+ },
396
+ updateOperationalParams(value) {
397
+ return {
398
+ typeUrl: "/sparkdream.rep.v1.MsgUpdateOperationalParams",
399
+ value: tx_1.MsgUpdateOperationalParams.fromPartial(value)
400
+ };
401
+ },
402
+ inviteMember(value) {
403
+ return {
404
+ typeUrl: "/sparkdream.rep.v1.MsgInviteMember",
405
+ value: tx_1.MsgInviteMember.fromPartial(value)
406
+ };
407
+ },
408
+ acceptInvitation(value) {
409
+ return {
410
+ typeUrl: "/sparkdream.rep.v1.MsgAcceptInvitation",
411
+ value: tx_1.MsgAcceptInvitation.fromPartial(value)
412
+ };
413
+ },
414
+ transferDream(value) {
415
+ return {
416
+ typeUrl: "/sparkdream.rep.v1.MsgTransferDream",
417
+ value: tx_1.MsgTransferDream.fromPartial(value)
418
+ };
419
+ },
420
+ createInterim(value) {
421
+ return {
422
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInterim",
423
+ value: tx_1.MsgCreateInterim.fromPartial(value)
424
+ };
425
+ },
426
+ assignInterim(value) {
427
+ return {
428
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInterim",
429
+ value: tx_1.MsgAssignInterim.fromPartial(value)
430
+ };
431
+ },
432
+ submitInterimWork(value) {
433
+ return {
434
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInterimWork",
435
+ value: tx_1.MsgSubmitInterimWork.fromPartial(value)
436
+ };
437
+ },
438
+ approveInterim(value) {
439
+ return {
440
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInterim",
441
+ value: tx_1.MsgApproveInterim.fromPartial(value)
442
+ };
443
+ },
444
+ abandonInterim(value) {
445
+ return {
446
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInterim",
447
+ value: tx_1.MsgAbandonInterim.fromPartial(value)
448
+ };
449
+ },
450
+ completeInterim(value) {
451
+ return {
452
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInterim",
453
+ value: tx_1.MsgCompleteInterim.fromPartial(value)
454
+ };
455
+ },
456
+ proposeProject(value) {
457
+ return {
458
+ typeUrl: "/sparkdream.rep.v1.MsgProposeProject",
459
+ value: tx_1.MsgProposeProject.fromPartial(value)
460
+ };
461
+ },
462
+ approveProjectBudget(value) {
463
+ return {
464
+ typeUrl: "/sparkdream.rep.v1.MsgApproveProjectBudget",
465
+ value: tx_1.MsgApproveProjectBudget.fromPartial(value)
466
+ };
467
+ },
468
+ cancelProject(value) {
469
+ return {
470
+ typeUrl: "/sparkdream.rep.v1.MsgCancelProject",
471
+ value: tx_1.MsgCancelProject.fromPartial(value)
472
+ };
473
+ },
474
+ createInitiative(value) {
475
+ return {
476
+ typeUrl: "/sparkdream.rep.v1.MsgCreateInitiative",
477
+ value: tx_1.MsgCreateInitiative.fromPartial(value)
478
+ };
479
+ },
480
+ assignInitiative(value) {
481
+ return {
482
+ typeUrl: "/sparkdream.rep.v1.MsgAssignInitiative",
483
+ value: tx_1.MsgAssignInitiative.fromPartial(value)
484
+ };
485
+ },
486
+ submitInitiativeWork(value) {
487
+ return {
488
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitInitiativeWork",
489
+ value: tx_1.MsgSubmitInitiativeWork.fromPartial(value)
490
+ };
491
+ },
492
+ approveInitiative(value) {
493
+ return {
494
+ typeUrl: "/sparkdream.rep.v1.MsgApproveInitiative",
495
+ value: tx_1.MsgApproveInitiative.fromPartial(value)
496
+ };
497
+ },
498
+ abandonInitiative(value) {
499
+ return {
500
+ typeUrl: "/sparkdream.rep.v1.MsgAbandonInitiative",
501
+ value: tx_1.MsgAbandonInitiative.fromPartial(value)
502
+ };
503
+ },
504
+ completeInitiative(value) {
505
+ return {
506
+ typeUrl: "/sparkdream.rep.v1.MsgCompleteInitiative",
507
+ value: tx_1.MsgCompleteInitiative.fromPartial(value)
508
+ };
509
+ },
510
+ stake(value) {
511
+ return {
512
+ typeUrl: "/sparkdream.rep.v1.MsgStake",
513
+ value: tx_1.MsgStake.fromPartial(value)
514
+ };
515
+ },
516
+ unstake(value) {
517
+ return {
518
+ typeUrl: "/sparkdream.rep.v1.MsgUnstake",
519
+ value: tx_1.MsgUnstake.fromPartial(value)
520
+ };
521
+ },
522
+ claimStakingRewards(value) {
523
+ return {
524
+ typeUrl: "/sparkdream.rep.v1.MsgClaimStakingRewards",
525
+ value: tx_1.MsgClaimStakingRewards.fromPartial(value)
526
+ };
527
+ },
528
+ compoundStakingRewards(value) {
529
+ return {
530
+ typeUrl: "/sparkdream.rep.v1.MsgCompoundStakingRewards",
531
+ value: tx_1.MsgCompoundStakingRewards.fromPartial(value)
532
+ };
533
+ },
534
+ createChallenge(value) {
535
+ return {
536
+ typeUrl: "/sparkdream.rep.v1.MsgCreateChallenge",
537
+ value: tx_1.MsgCreateChallenge.fromPartial(value)
538
+ };
539
+ },
540
+ respondToChallenge(value) {
541
+ return {
542
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToChallenge",
543
+ value: tx_1.MsgRespondToChallenge.fromPartial(value)
544
+ };
545
+ },
546
+ submitJurorVote(value) {
547
+ return {
548
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitJurorVote",
549
+ value: tx_1.MsgSubmitJurorVote.fromPartial(value)
550
+ };
551
+ },
552
+ submitExpertTestimony(value) {
553
+ return {
554
+ typeUrl: "/sparkdream.rep.v1.MsgSubmitExpertTestimony",
555
+ value: tx_1.MsgSubmitExpertTestimony.fromPartial(value)
556
+ };
557
+ },
558
+ challengeContent(value) {
559
+ return {
560
+ typeUrl: "/sparkdream.rep.v1.MsgChallengeContent",
561
+ value: tx_1.MsgChallengeContent.fromPartial(value)
562
+ };
563
+ },
564
+ respondToContentChallenge(value) {
565
+ return {
566
+ typeUrl: "/sparkdream.rep.v1.MsgRespondToContentChallenge",
567
+ value: tx_1.MsgRespondToContentChallenge.fromPartial(value)
568
+ };
569
+ },
570
+ registerZkPublicKey(value) {
571
+ return {
572
+ typeUrl: "/sparkdream.rep.v1.MsgRegisterZkPublicKey",
573
+ value: tx_1.MsgRegisterZkPublicKey.fromPartial(value)
574
+ };
575
+ }
576
+ }
577
+ };
@@ -0,0 +1,109 @@
1
+ import { TxRpc } from "../../../types";
2
+ import { MsgUpdateParams, MsgUpdateParamsResponse, MsgUpdateOperationalParams, MsgUpdateOperationalParamsResponse, MsgInviteMember, MsgInviteMemberResponse, MsgAcceptInvitation, MsgAcceptInvitationResponse, MsgTransferDream, MsgTransferDreamResponse, MsgCreateInterim, MsgCreateInterimResponse, MsgAssignInterim, MsgAssignInterimResponse, MsgSubmitInterimWork, MsgSubmitInterimWorkResponse, MsgApproveInterim, MsgApproveInterimResponse, MsgAbandonInterim, MsgAbandonInterimResponse, MsgCompleteInterim, MsgCompleteInterimResponse, MsgProposeProject, MsgProposeProjectResponse, MsgApproveProjectBudget, MsgApproveProjectBudgetResponse, MsgCancelProject, MsgCancelProjectResponse, MsgCreateInitiative, MsgCreateInitiativeResponse, MsgAssignInitiative, MsgAssignInitiativeResponse, MsgSubmitInitiativeWork, MsgSubmitInitiativeWorkResponse, MsgApproveInitiative, MsgApproveInitiativeResponse, MsgAbandonInitiative, MsgAbandonInitiativeResponse, MsgCompleteInitiative, MsgCompleteInitiativeResponse, MsgStake, MsgStakeResponse, MsgUnstake, MsgUnstakeResponse, MsgClaimStakingRewards, MsgClaimStakingRewardsResponse, MsgCompoundStakingRewards, MsgCompoundStakingRewardsResponse, MsgCreateChallenge, MsgCreateChallengeResponse, MsgRespondToChallenge, MsgRespondToChallengeResponse, MsgSubmitJurorVote, MsgSubmitJurorVoteResponse, MsgSubmitExpertTestimony, MsgSubmitExpertTestimonyResponse, MsgChallengeContent, MsgChallengeContentResponse, MsgRespondToContentChallenge, MsgRespondToContentChallengeResponse, MsgRegisterZkPublicKey, MsgRegisterZkPublicKeyResponse } from "./tx";
3
+ /** Msg defines the Msg service. */
4
+ export interface Msg {
5
+ /**
6
+ * UpdateParams defines a (governance) operation for updating the module
7
+ * parameters. The authority defaults to the x/gov module account.
8
+ */
9
+ updateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse>;
10
+ /**
11
+ * UpdateOperationalParams defines an operation for updating operational
12
+ * parameters. Can be called by committee/council authority.
13
+ */
14
+ updateOperationalParams(request: MsgUpdateOperationalParams): Promise<MsgUpdateOperationalParamsResponse>;
15
+ /** InviteMember defines the InviteMember RPC. */
16
+ inviteMember(request: MsgInviteMember): Promise<MsgInviteMemberResponse>;
17
+ /** AcceptInvitation defines the AcceptInvitation RPC. */
18
+ acceptInvitation(request: MsgAcceptInvitation): Promise<MsgAcceptInvitationResponse>;
19
+ /** TransferDream defines the TransferDream RPC. */
20
+ transferDream(request: MsgTransferDream): Promise<MsgTransferDreamResponse>;
21
+ /** CreateInterim defines the CreateInterim RPC. */
22
+ createInterim(request: MsgCreateInterim): Promise<MsgCreateInterimResponse>;
23
+ /** AssignInterim defines the AssignInterim RPC. */
24
+ assignInterim(request: MsgAssignInterim): Promise<MsgAssignInterimResponse>;
25
+ /** SubmitInterimWork defines the SubmitInterimWork RPC. */
26
+ submitInterimWork(request: MsgSubmitInterimWork): Promise<MsgSubmitInterimWorkResponse>;
27
+ /** ApproveInterim defines the ApproveInterim RPC. */
28
+ approveInterim(request: MsgApproveInterim): Promise<MsgApproveInterimResponse>;
29
+ /** AbandonInterim defines the AbandonInterim RPC. */
30
+ abandonInterim(request: MsgAbandonInterim): Promise<MsgAbandonInterimResponse>;
31
+ /** CompleteInterim defines the CompleteInterim RPC. */
32
+ completeInterim(request: MsgCompleteInterim): Promise<MsgCompleteInterimResponse>;
33
+ /** ProposeProject defines the ProposeProject RPC. */
34
+ proposeProject(request: MsgProposeProject): Promise<MsgProposeProjectResponse>;
35
+ /** ApproveProjectBudget defines the ApproveProjectBudget RPC. */
36
+ approveProjectBudget(request: MsgApproveProjectBudget): Promise<MsgApproveProjectBudgetResponse>;
37
+ /** CancelProject defines the CancelProject RPC. */
38
+ cancelProject(request: MsgCancelProject): Promise<MsgCancelProjectResponse>;
39
+ /** CreateInitiative defines the CreateInitiative RPC. */
40
+ createInitiative(request: MsgCreateInitiative): Promise<MsgCreateInitiativeResponse>;
41
+ /** AssignInitiative defines the AssignInitiative RPC. */
42
+ assignInitiative(request: MsgAssignInitiative): Promise<MsgAssignInitiativeResponse>;
43
+ /** SubmitInitiativeWork defines the SubmitInitiativeWork RPC. */
44
+ submitInitiativeWork(request: MsgSubmitInitiativeWork): Promise<MsgSubmitInitiativeWorkResponse>;
45
+ /** ApproveInitiative defines the ApproveInitiative RPC. */
46
+ approveInitiative(request: MsgApproveInitiative): Promise<MsgApproveInitiativeResponse>;
47
+ /** AbandonInitiative defines the AbandonInitiative RPC. */
48
+ abandonInitiative(request: MsgAbandonInitiative): Promise<MsgAbandonInitiativeResponse>;
49
+ /** CompleteInitiative defines the CompleteInitiative RPC. */
50
+ completeInitiative(request: MsgCompleteInitiative): Promise<MsgCompleteInitiativeResponse>;
51
+ /** Stake defines the Stake RPC. */
52
+ stake(request: MsgStake): Promise<MsgStakeResponse>;
53
+ /** Unstake defines the Unstake RPC. */
54
+ unstake(request: MsgUnstake): Promise<MsgUnstakeResponse>;
55
+ /** ClaimStakingRewards defines the ClaimStakingRewards RPC. */
56
+ claimStakingRewards(request: MsgClaimStakingRewards): Promise<MsgClaimStakingRewardsResponse>;
57
+ /** CompoundStakingRewards defines the CompoundStakingRewards RPC. */
58
+ compoundStakingRewards(request: MsgCompoundStakingRewards): Promise<MsgCompoundStakingRewardsResponse>;
59
+ /** CreateChallenge defines the CreateChallenge RPC. */
60
+ createChallenge(request: MsgCreateChallenge): Promise<MsgCreateChallengeResponse>;
61
+ /** RespondToChallenge defines the RespondToChallenge RPC. */
62
+ respondToChallenge(request: MsgRespondToChallenge): Promise<MsgRespondToChallengeResponse>;
63
+ /** SubmitJurorVote defines the SubmitJurorVote RPC. */
64
+ submitJurorVote(request: MsgSubmitJurorVote): Promise<MsgSubmitJurorVoteResponse>;
65
+ /** SubmitExpertTestimony defines the SubmitExpertTestimony RPC. */
66
+ submitExpertTestimony(request: MsgSubmitExpertTestimony): Promise<MsgSubmitExpertTestimonyResponse>;
67
+ /** ChallengeContent creates a challenge against bonded content. */
68
+ challengeContent(request: MsgChallengeContent): Promise<MsgChallengeContentResponse>;
69
+ /** RespondToContentChallenge allows the content author to respond to a challenge. */
70
+ respondToContentChallenge(request: MsgRespondToContentChallenge): Promise<MsgRespondToContentChallengeResponse>;
71
+ /** RegisterZkPublicKey defines the RegisterZkPublicKey RPC. */
72
+ registerZkPublicKey(request: MsgRegisterZkPublicKey): Promise<MsgRegisterZkPublicKeyResponse>;
73
+ }
74
+ export declare class MsgClientImpl implements Msg {
75
+ private readonly rpc;
76
+ constructor(rpc: TxRpc);
77
+ updateParams: (request: MsgUpdateParams) => Promise<MsgUpdateParamsResponse>;
78
+ updateOperationalParams: (request: MsgUpdateOperationalParams) => Promise<MsgUpdateOperationalParamsResponse>;
79
+ inviteMember: (request: MsgInviteMember) => Promise<MsgInviteMemberResponse>;
80
+ acceptInvitation: (request: MsgAcceptInvitation) => Promise<MsgAcceptInvitationResponse>;
81
+ transferDream: (request: MsgTransferDream) => Promise<MsgTransferDreamResponse>;
82
+ createInterim: (request: MsgCreateInterim) => Promise<MsgCreateInterimResponse>;
83
+ assignInterim: (request: MsgAssignInterim) => Promise<MsgAssignInterimResponse>;
84
+ submitInterimWork: (request: MsgSubmitInterimWork) => Promise<MsgSubmitInterimWorkResponse>;
85
+ approveInterim: (request: MsgApproveInterim) => Promise<MsgApproveInterimResponse>;
86
+ abandonInterim: (request: MsgAbandonInterim) => Promise<MsgAbandonInterimResponse>;
87
+ completeInterim: (request: MsgCompleteInterim) => Promise<MsgCompleteInterimResponse>;
88
+ proposeProject: (request: MsgProposeProject) => Promise<MsgProposeProjectResponse>;
89
+ approveProjectBudget: (request: MsgApproveProjectBudget) => Promise<MsgApproveProjectBudgetResponse>;
90
+ cancelProject: (request: MsgCancelProject) => Promise<MsgCancelProjectResponse>;
91
+ createInitiative: (request: MsgCreateInitiative) => Promise<MsgCreateInitiativeResponse>;
92
+ assignInitiative: (request: MsgAssignInitiative) => Promise<MsgAssignInitiativeResponse>;
93
+ submitInitiativeWork: (request: MsgSubmitInitiativeWork) => Promise<MsgSubmitInitiativeWorkResponse>;
94
+ approveInitiative: (request: MsgApproveInitiative) => Promise<MsgApproveInitiativeResponse>;
95
+ abandonInitiative: (request: MsgAbandonInitiative) => Promise<MsgAbandonInitiativeResponse>;
96
+ completeInitiative: (request: MsgCompleteInitiative) => Promise<MsgCompleteInitiativeResponse>;
97
+ stake: (request: MsgStake) => Promise<MsgStakeResponse>;
98
+ unstake: (request: MsgUnstake) => Promise<MsgUnstakeResponse>;
99
+ claimStakingRewards: (request: MsgClaimStakingRewards) => Promise<MsgClaimStakingRewardsResponse>;
100
+ compoundStakingRewards: (request: MsgCompoundStakingRewards) => Promise<MsgCompoundStakingRewardsResponse>;
101
+ createChallenge: (request: MsgCreateChallenge) => Promise<MsgCreateChallengeResponse>;
102
+ respondToChallenge: (request: MsgRespondToChallenge) => Promise<MsgRespondToChallengeResponse>;
103
+ submitJurorVote: (request: MsgSubmitJurorVote) => Promise<MsgSubmitJurorVoteResponse>;
104
+ submitExpertTestimony: (request: MsgSubmitExpertTestimony) => Promise<MsgSubmitExpertTestimonyResponse>;
105
+ challengeContent: (request: MsgChallengeContent) => Promise<MsgChallengeContentResponse>;
106
+ respondToContentChallenge: (request: MsgRespondToContentChallenge) => Promise<MsgRespondToContentChallengeResponse>;
107
+ registerZkPublicKey: (request: MsgRegisterZkPublicKey) => Promise<MsgRegisterZkPublicKeyResponse>;
108
+ }
109
+ export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;