@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,1205 @@
1
+ import { FlagRecord, FlagRecordAmino } from "../../common/v1/flag_record";
2
+ import { ModerationReason } from "../../common/v1/moderation_reason";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary";
4
+ import { DeepPartial } from "../../../helpers";
5
+ /** CollectionType defines the kind of items a collection holds. */
6
+ export declare enum CollectionType {
7
+ COLLECTION_TYPE_UNSPECIFIED = 0,
8
+ COLLECTION_TYPE_NFT = 1,
9
+ COLLECTION_TYPE_LINK = 2,
10
+ COLLECTION_TYPE_ONCHAIN = 3,
11
+ COLLECTION_TYPE_MIXED = 4,
12
+ UNRECOGNIZED = -1
13
+ }
14
+ export declare const CollectionTypeAmino: typeof CollectionType;
15
+ export declare function collectionTypeFromJSON(object: any): CollectionType;
16
+ export declare function collectionTypeToJSON(object: CollectionType): string;
17
+ /** Visibility defines whether a collection is publicly browsable or private. */
18
+ export declare enum Visibility {
19
+ VISIBILITY_UNSPECIFIED = 0,
20
+ VISIBILITY_PUBLIC = 1,
21
+ VISIBILITY_PRIVATE = 2,
22
+ UNRECOGNIZED = -1
23
+ }
24
+ export declare const VisibilityAmino: typeof Visibility;
25
+ export declare function visibilityFromJSON(object: any): Visibility;
26
+ export declare function visibilityToJSON(object: Visibility): string;
27
+ /** ReferenceType defines the kind of external reference an item points to. */
28
+ export declare enum ReferenceType {
29
+ REFERENCE_TYPE_UNSPECIFIED = 0,
30
+ REFERENCE_TYPE_NFT = 1,
31
+ REFERENCE_TYPE_LINK = 2,
32
+ REFERENCE_TYPE_ON_CHAIN = 3,
33
+ REFERENCE_TYPE_CUSTOM = 4,
34
+ UNRECOGNIZED = -1
35
+ }
36
+ export declare const ReferenceTypeAmino: typeof ReferenceType;
37
+ export declare function referenceTypeFromJSON(object: any): ReferenceType;
38
+ export declare function referenceTypeToJSON(object: ReferenceType): string;
39
+ /** CollaboratorRole defines the permission level of a collection collaborator. */
40
+ export declare enum CollaboratorRole {
41
+ COLLABORATOR_ROLE_UNSPECIFIED = 0,
42
+ COLLABORATOR_ROLE_EDITOR = 1,
43
+ COLLABORATOR_ROLE_ADMIN = 2,
44
+ UNRECOGNIZED = -1
45
+ }
46
+ export declare const CollaboratorRoleAmino: typeof CollaboratorRole;
47
+ export declare function collaboratorRoleFromJSON(object: any): CollaboratorRole;
48
+ export declare function collaboratorRoleToJSON(object: CollaboratorRole): string;
49
+ /** CurationVerdict defines the outcome of a curator's review. */
50
+ export declare enum CurationVerdict {
51
+ CURATION_VERDICT_UNSPECIFIED = 0,
52
+ CURATION_VERDICT_UP = 1,
53
+ CURATION_VERDICT_DOWN = 2,
54
+ UNRECOGNIZED = -1
55
+ }
56
+ export declare const CurationVerdictAmino: typeof CurationVerdict;
57
+ export declare function curationVerdictFromJSON(object: any): CurationVerdict;
58
+ export declare function curationVerdictToJSON(object: CurationVerdict): string;
59
+ /** CollectionStatus defines the lifecycle state of a collection. */
60
+ export declare enum CollectionStatus {
61
+ COLLECTION_STATUS_UNSPECIFIED = 0,
62
+ COLLECTION_STATUS_ACTIVE = 1,
63
+ COLLECTION_STATUS_PENDING = 2,
64
+ COLLECTION_STATUS_HIDDEN = 3,
65
+ UNRECOGNIZED = -1
66
+ }
67
+ export declare const CollectionStatusAmino: typeof CollectionStatus;
68
+ export declare function collectionStatusFromJSON(object: any): CollectionStatus;
69
+ export declare function collectionStatusToJSON(object: CollectionStatus): string;
70
+ /** ItemStatus defines the moderation state of an item. */
71
+ export declare enum ItemStatus {
72
+ ITEM_STATUS_UNSPECIFIED = 0,
73
+ ITEM_STATUS_ACTIVE = 1,
74
+ ITEM_STATUS_HIDDEN = 2,
75
+ UNRECOGNIZED = -1
76
+ }
77
+ export declare const ItemStatusAmino: typeof ItemStatus;
78
+ export declare function itemStatusFromJSON(object: any): ItemStatus;
79
+ export declare function itemStatusToJSON(object: ItemStatus): string;
80
+ /** FlagTargetType identifies whether a moderation action targets a collection or item. */
81
+ export declare enum FlagTargetType {
82
+ FLAG_TARGET_TYPE_UNSPECIFIED = 0,
83
+ FLAG_TARGET_TYPE_COLLECTION = 1,
84
+ FLAG_TARGET_TYPE_ITEM = 2,
85
+ UNRECOGNIZED = -1
86
+ }
87
+ export declare const FlagTargetTypeAmino: typeof FlagTargetType;
88
+ export declare function flagTargetTypeFromJSON(object: any): FlagTargetType;
89
+ export declare function flagTargetTypeToJSON(object: FlagTargetType): string;
90
+ /**
91
+ * Collection represents a curated set of items owned by an address.
92
+ * @name Collection
93
+ * @package sparkdream.collect.v1
94
+ * @see proto type: sparkdream.collect.v1.Collection
95
+ */
96
+ export interface Collection {
97
+ id: bigint;
98
+ owner: string;
99
+ name: string;
100
+ description: string;
101
+ coverUri: string;
102
+ tags: string[];
103
+ encryptedData: Uint8Array;
104
+ type: CollectionType;
105
+ visibility: Visibility;
106
+ encrypted: boolean;
107
+ itemCount: bigint;
108
+ collaboratorCount: number;
109
+ createdAt: bigint;
110
+ updatedAt: bigint;
111
+ expiresAt: bigint;
112
+ depositAmount: string;
113
+ itemDepositTotal: string;
114
+ depositBurned: boolean;
115
+ sponsoredBy: string;
116
+ communityFeedbackEnabled: boolean;
117
+ status: CollectionStatus;
118
+ upvoteCount: bigint;
119
+ downvoteCount: bigint;
120
+ endorsedBy: string;
121
+ seekingEndorsement: boolean;
122
+ immutable: boolean;
123
+ convictionSustained: boolean;
124
+ initiativeId: bigint;
125
+ }
126
+ export interface CollectionProtoMsg {
127
+ typeUrl: "/sparkdream.collect.v1.Collection";
128
+ value: Uint8Array;
129
+ }
130
+ /**
131
+ * Collection represents a curated set of items owned by an address.
132
+ * @name CollectionAmino
133
+ * @package sparkdream.collect.v1
134
+ * @see proto type: sparkdream.collect.v1.Collection
135
+ */
136
+ export interface CollectionAmino {
137
+ id?: string;
138
+ owner?: string;
139
+ name?: string;
140
+ description?: string;
141
+ cover_uri?: string;
142
+ tags?: string[];
143
+ encrypted_data?: string;
144
+ type?: CollectionType;
145
+ visibility?: Visibility;
146
+ encrypted?: boolean;
147
+ item_count?: string;
148
+ collaborator_count?: number;
149
+ created_at?: string;
150
+ updated_at?: string;
151
+ expires_at?: string;
152
+ deposit_amount?: string;
153
+ item_deposit_total?: string;
154
+ deposit_burned?: boolean;
155
+ sponsored_by?: string;
156
+ community_feedback_enabled?: boolean;
157
+ status?: CollectionStatus;
158
+ upvote_count?: string;
159
+ downvote_count?: string;
160
+ endorsed_by?: string;
161
+ seeking_endorsement?: boolean;
162
+ immutable?: boolean;
163
+ conviction_sustained?: boolean;
164
+ initiative_id?: string;
165
+ }
166
+ export interface CollectionAminoMsg {
167
+ type: "/sparkdream.collect.v1.Collection";
168
+ value: CollectionAmino;
169
+ }
170
+ /**
171
+ * Item represents a single entry within a collection.
172
+ * @name Item
173
+ * @package sparkdream.collect.v1
174
+ * @see proto type: sparkdream.collect.v1.Item
175
+ */
176
+ export interface Item {
177
+ id: bigint;
178
+ collectionId: bigint;
179
+ addedBy: string;
180
+ title: string;
181
+ description: string;
182
+ imageUri: string;
183
+ referenceType: ReferenceType;
184
+ nft?: NftReference;
185
+ link?: LinkReference;
186
+ onChain?: OnChainReference;
187
+ custom?: CustomReference;
188
+ /**
189
+ * proto3 does not support map in messages used as collection values easily,
190
+ * so we use repeated KeyValuePair instead.
191
+ */
192
+ attributes: KeyValuePair[];
193
+ encryptedData: Uint8Array;
194
+ position: bigint;
195
+ addedAt: bigint;
196
+ status: ItemStatus;
197
+ upvoteCount: bigint;
198
+ downvoteCount: bigint;
199
+ }
200
+ export interface ItemProtoMsg {
201
+ typeUrl: "/sparkdream.collect.v1.Item";
202
+ value: Uint8Array;
203
+ }
204
+ /**
205
+ * Item represents a single entry within a collection.
206
+ * @name ItemAmino
207
+ * @package sparkdream.collect.v1
208
+ * @see proto type: sparkdream.collect.v1.Item
209
+ */
210
+ export interface ItemAmino {
211
+ id?: string;
212
+ collection_id?: string;
213
+ added_by?: string;
214
+ title?: string;
215
+ description?: string;
216
+ image_uri?: string;
217
+ reference_type?: ReferenceType;
218
+ nft?: NftReferenceAmino;
219
+ link?: LinkReferenceAmino;
220
+ on_chain?: OnChainReferenceAmino;
221
+ custom?: CustomReferenceAmino;
222
+ /**
223
+ * proto3 does not support map in messages used as collection values easily,
224
+ * so we use repeated KeyValuePair instead.
225
+ */
226
+ attributes?: KeyValuePairAmino[];
227
+ encrypted_data?: string;
228
+ position?: string;
229
+ added_at?: string;
230
+ status?: ItemStatus;
231
+ upvote_count?: string;
232
+ downvote_count?: string;
233
+ }
234
+ export interface ItemAminoMsg {
235
+ type: "/sparkdream.collect.v1.Item";
236
+ value: ItemAmino;
237
+ }
238
+ /**
239
+ * KeyValuePair is a generic key-value entry used for extensible attributes.
240
+ * @name KeyValuePair
241
+ * @package sparkdream.collect.v1
242
+ * @see proto type: sparkdream.collect.v1.KeyValuePair
243
+ */
244
+ export interface KeyValuePair {
245
+ key: string;
246
+ value: string;
247
+ }
248
+ export interface KeyValuePairProtoMsg {
249
+ typeUrl: "/sparkdream.collect.v1.KeyValuePair";
250
+ value: Uint8Array;
251
+ }
252
+ /**
253
+ * KeyValuePair is a generic key-value entry used for extensible attributes.
254
+ * @name KeyValuePairAmino
255
+ * @package sparkdream.collect.v1
256
+ * @see proto type: sparkdream.collect.v1.KeyValuePair
257
+ */
258
+ export interface KeyValuePairAmino {
259
+ key?: string;
260
+ value?: string;
261
+ }
262
+ export interface KeyValuePairAminoMsg {
263
+ type: "/sparkdream.collect.v1.KeyValuePair";
264
+ value: KeyValuePairAmino;
265
+ }
266
+ /**
267
+ * NftReference points to an NFT on a specific chain and contract.
268
+ * @name NftReference
269
+ * @package sparkdream.collect.v1
270
+ * @see proto type: sparkdream.collect.v1.NftReference
271
+ */
272
+ export interface NftReference {
273
+ chainId: string;
274
+ contractAddress: string;
275
+ tokenId: string;
276
+ tokenStandard: string;
277
+ tokenUri: string;
278
+ }
279
+ export interface NftReferenceProtoMsg {
280
+ typeUrl: "/sparkdream.collect.v1.NftReference";
281
+ value: Uint8Array;
282
+ }
283
+ /**
284
+ * NftReference points to an NFT on a specific chain and contract.
285
+ * @name NftReferenceAmino
286
+ * @package sparkdream.collect.v1
287
+ * @see proto type: sparkdream.collect.v1.NftReference
288
+ */
289
+ export interface NftReferenceAmino {
290
+ chain_id?: string;
291
+ contract_address?: string;
292
+ token_id?: string;
293
+ token_standard?: string;
294
+ token_uri?: string;
295
+ }
296
+ export interface NftReferenceAminoMsg {
297
+ type: "/sparkdream.collect.v1.NftReference";
298
+ value: NftReferenceAmino;
299
+ }
300
+ /**
301
+ * LinkReference points to an external URI with optional content integrity hash.
302
+ * @name LinkReference
303
+ * @package sparkdream.collect.v1
304
+ * @see proto type: sparkdream.collect.v1.LinkReference
305
+ */
306
+ export interface LinkReference {
307
+ uri: string;
308
+ contentHash: string;
309
+ contentType: string;
310
+ }
311
+ export interface LinkReferenceProtoMsg {
312
+ typeUrl: "/sparkdream.collect.v1.LinkReference";
313
+ value: Uint8Array;
314
+ }
315
+ /**
316
+ * LinkReference points to an external URI with optional content integrity hash.
317
+ * @name LinkReferenceAmino
318
+ * @package sparkdream.collect.v1
319
+ * @see proto type: sparkdream.collect.v1.LinkReference
320
+ */
321
+ export interface LinkReferenceAmino {
322
+ uri?: string;
323
+ content_hash?: string;
324
+ content_type?: string;
325
+ }
326
+ export interface LinkReferenceAminoMsg {
327
+ type: "/sparkdream.collect.v1.LinkReference";
328
+ value: LinkReferenceAmino;
329
+ }
330
+ /**
331
+ * OnChainReference points to an entity within another on-chain module.
332
+ * @name OnChainReference
333
+ * @package sparkdream.collect.v1
334
+ * @see proto type: sparkdream.collect.v1.OnChainReference
335
+ */
336
+ export interface OnChainReference {
337
+ module: string;
338
+ entityType: string;
339
+ entityId: string;
340
+ }
341
+ export interface OnChainReferenceProtoMsg {
342
+ typeUrl: "/sparkdream.collect.v1.OnChainReference";
343
+ value: Uint8Array;
344
+ }
345
+ /**
346
+ * OnChainReference points to an entity within another on-chain module.
347
+ * @name OnChainReferenceAmino
348
+ * @package sparkdream.collect.v1
349
+ * @see proto type: sparkdream.collect.v1.OnChainReference
350
+ */
351
+ export interface OnChainReferenceAmino {
352
+ module?: string;
353
+ entity_type?: string;
354
+ entity_id?: string;
355
+ }
356
+ export interface OnChainReferenceAminoMsg {
357
+ type: "/sparkdream.collect.v1.OnChainReference";
358
+ value: OnChainReferenceAmino;
359
+ }
360
+ /**
361
+ * CustomReference allows arbitrary typed references with extensible metadata.
362
+ * @name CustomReference
363
+ * @package sparkdream.collect.v1
364
+ * @see proto type: sparkdream.collect.v1.CustomReference
365
+ */
366
+ export interface CustomReference {
367
+ typeLabel: string;
368
+ value: string;
369
+ extra: KeyValuePair[];
370
+ }
371
+ export interface CustomReferenceProtoMsg {
372
+ typeUrl: "/sparkdream.collect.v1.CustomReference";
373
+ value: Uint8Array;
374
+ }
375
+ /**
376
+ * CustomReference allows arbitrary typed references with extensible metadata.
377
+ * @name CustomReferenceAmino
378
+ * @package sparkdream.collect.v1
379
+ * @see proto type: sparkdream.collect.v1.CustomReference
380
+ */
381
+ export interface CustomReferenceAmino {
382
+ type_label?: string;
383
+ value?: string;
384
+ extra?: KeyValuePairAmino[];
385
+ }
386
+ export interface CustomReferenceAminoMsg {
387
+ type: "/sparkdream.collect.v1.CustomReference";
388
+ value: CustomReferenceAmino;
389
+ }
390
+ /**
391
+ * Collaborator represents a user granted edit or admin access to a collection.
392
+ * @name Collaborator
393
+ * @package sparkdream.collect.v1
394
+ * @see proto type: sparkdream.collect.v1.Collaborator
395
+ */
396
+ export interface Collaborator {
397
+ collectionId: bigint;
398
+ address: string;
399
+ role: CollaboratorRole;
400
+ addedAt: bigint;
401
+ }
402
+ export interface CollaboratorProtoMsg {
403
+ typeUrl: "/sparkdream.collect.v1.Collaborator";
404
+ value: Uint8Array;
405
+ }
406
+ /**
407
+ * Collaborator represents a user granted edit or admin access to a collection.
408
+ * @name CollaboratorAmino
409
+ * @package sparkdream.collect.v1
410
+ * @see proto type: sparkdream.collect.v1.Collaborator
411
+ */
412
+ export interface CollaboratorAmino {
413
+ collection_id?: string;
414
+ address?: string;
415
+ role?: CollaboratorRole;
416
+ added_at?: string;
417
+ }
418
+ export interface CollaboratorAminoMsg {
419
+ type: "/sparkdream.collect.v1.Collaborator";
420
+ value: CollaboratorAmino;
421
+ }
422
+ /**
423
+ * Curator represents a registered curation reviewer with a bonded stake.
424
+ * @name Curator
425
+ * @package sparkdream.collect.v1
426
+ * @see proto type: sparkdream.collect.v1.Curator
427
+ */
428
+ export interface Curator {
429
+ address: string;
430
+ bondAmount: string;
431
+ registeredAt: bigint;
432
+ totalReviews: bigint;
433
+ challengedReviews: bigint;
434
+ active: boolean;
435
+ pendingChallenges: number;
436
+ }
437
+ export interface CuratorProtoMsg {
438
+ typeUrl: "/sparkdream.collect.v1.Curator";
439
+ value: Uint8Array;
440
+ }
441
+ /**
442
+ * Curator represents a registered curation reviewer with a bonded stake.
443
+ * @name CuratorAmino
444
+ * @package sparkdream.collect.v1
445
+ * @see proto type: sparkdream.collect.v1.Curator
446
+ */
447
+ export interface CuratorAmino {
448
+ address?: string;
449
+ bond_amount?: string;
450
+ registered_at?: string;
451
+ total_reviews?: string;
452
+ challenged_reviews?: string;
453
+ active?: boolean;
454
+ pending_challenges?: number;
455
+ }
456
+ export interface CuratorAminoMsg {
457
+ type: "/sparkdream.collect.v1.Curator";
458
+ value: CuratorAmino;
459
+ }
460
+ /**
461
+ * CurationReview records a curator's verdict on a collection.
462
+ * @name CurationReview
463
+ * @package sparkdream.collect.v1
464
+ * @see proto type: sparkdream.collect.v1.CurationReview
465
+ */
466
+ export interface CurationReview {
467
+ id: bigint;
468
+ collectionId: bigint;
469
+ curator: string;
470
+ verdict: CurationVerdict;
471
+ tags: string[];
472
+ comment: string;
473
+ createdAt: bigint;
474
+ challenged: boolean;
475
+ overturned: boolean;
476
+ challenger: string;
477
+ }
478
+ export interface CurationReviewProtoMsg {
479
+ typeUrl: "/sparkdream.collect.v1.CurationReview";
480
+ value: Uint8Array;
481
+ }
482
+ /**
483
+ * CurationReview records a curator's verdict on a collection.
484
+ * @name CurationReviewAmino
485
+ * @package sparkdream.collect.v1
486
+ * @see proto type: sparkdream.collect.v1.CurationReview
487
+ */
488
+ export interface CurationReviewAmino {
489
+ id?: string;
490
+ collection_id?: string;
491
+ curator?: string;
492
+ verdict?: CurationVerdict;
493
+ tags?: string[];
494
+ comment?: string;
495
+ created_at?: string;
496
+ challenged?: boolean;
497
+ overturned?: boolean;
498
+ challenger?: string;
499
+ }
500
+ export interface CurationReviewAminoMsg {
501
+ type: "/sparkdream.collect.v1.CurationReview";
502
+ value: CurationReviewAmino;
503
+ }
504
+ /**
505
+ * CurationSummary aggregates curation activity for a collection.
506
+ * @name CurationSummary
507
+ * @package sparkdream.collect.v1
508
+ * @see proto type: sparkdream.collect.v1.CurationSummary
509
+ */
510
+ export interface CurationSummary {
511
+ collectionId: bigint;
512
+ upCount: number;
513
+ downCount: number;
514
+ topTags: TagCount[];
515
+ lastReviewedAt: bigint;
516
+ }
517
+ export interface CurationSummaryProtoMsg {
518
+ typeUrl: "/sparkdream.collect.v1.CurationSummary";
519
+ value: Uint8Array;
520
+ }
521
+ /**
522
+ * CurationSummary aggregates curation activity for a collection.
523
+ * @name CurationSummaryAmino
524
+ * @package sparkdream.collect.v1
525
+ * @see proto type: sparkdream.collect.v1.CurationSummary
526
+ */
527
+ export interface CurationSummaryAmino {
528
+ collection_id?: string;
529
+ up_count?: number;
530
+ down_count?: number;
531
+ top_tags?: TagCountAmino[];
532
+ last_reviewed_at?: string;
533
+ }
534
+ export interface CurationSummaryAminoMsg {
535
+ type: "/sparkdream.collect.v1.CurationSummary";
536
+ value: CurationSummaryAmino;
537
+ }
538
+ /**
539
+ * TagCount pairs a tag label with the number of times it has been applied.
540
+ * @name TagCount
541
+ * @package sparkdream.collect.v1
542
+ * @see proto type: sparkdream.collect.v1.TagCount
543
+ */
544
+ export interface TagCount {
545
+ tag: string;
546
+ count: number;
547
+ }
548
+ export interface TagCountProtoMsg {
549
+ typeUrl: "/sparkdream.collect.v1.TagCount";
550
+ value: Uint8Array;
551
+ }
552
+ /**
553
+ * TagCount pairs a tag label with the number of times it has been applied.
554
+ * @name TagCountAmino
555
+ * @package sparkdream.collect.v1
556
+ * @see proto type: sparkdream.collect.v1.TagCount
557
+ */
558
+ export interface TagCountAmino {
559
+ tag?: string;
560
+ count?: number;
561
+ }
562
+ export interface TagCountAminoMsg {
563
+ type: "/sparkdream.collect.v1.TagCount";
564
+ value: TagCountAmino;
565
+ }
566
+ /**
567
+ * SponsorshipRequest represents a pending request for deposit sponsorship.
568
+ * @name SponsorshipRequest
569
+ * @package sparkdream.collect.v1
570
+ * @see proto type: sparkdream.collect.v1.SponsorshipRequest
571
+ */
572
+ export interface SponsorshipRequest {
573
+ collectionId: bigint;
574
+ requester: string;
575
+ collectionDeposit: string;
576
+ itemDepositTotal: string;
577
+ requestedAt: bigint;
578
+ expiresAt: bigint;
579
+ }
580
+ export interface SponsorshipRequestProtoMsg {
581
+ typeUrl: "/sparkdream.collect.v1.SponsorshipRequest";
582
+ value: Uint8Array;
583
+ }
584
+ /**
585
+ * SponsorshipRequest represents a pending request for deposit sponsorship.
586
+ * @name SponsorshipRequestAmino
587
+ * @package sparkdream.collect.v1
588
+ * @see proto type: sparkdream.collect.v1.SponsorshipRequest
589
+ */
590
+ export interface SponsorshipRequestAmino {
591
+ collection_id?: string;
592
+ requester?: string;
593
+ collection_deposit?: string;
594
+ item_deposit_total?: string;
595
+ requested_at?: string;
596
+ expires_at?: string;
597
+ }
598
+ export interface SponsorshipRequestAminoMsg {
599
+ type: "/sparkdream.collect.v1.SponsorshipRequest";
600
+ value: SponsorshipRequestAmino;
601
+ }
602
+ /**
603
+ * AddItemEntry is used in MsgAddItems to define a new item to add to a collection.
604
+ * @name AddItemEntry
605
+ * @package sparkdream.collect.v1
606
+ * @see proto type: sparkdream.collect.v1.AddItemEntry
607
+ */
608
+ export interface AddItemEntry {
609
+ title: string;
610
+ description: string;
611
+ imageUri: string;
612
+ referenceType: ReferenceType;
613
+ nft?: NftReference;
614
+ link?: LinkReference;
615
+ onChain?: OnChainReference;
616
+ custom?: CustomReference;
617
+ attributes: KeyValuePair[];
618
+ encryptedData: Uint8Array;
619
+ }
620
+ export interface AddItemEntryProtoMsg {
621
+ typeUrl: "/sparkdream.collect.v1.AddItemEntry";
622
+ value: Uint8Array;
623
+ }
624
+ /**
625
+ * AddItemEntry is used in MsgAddItems to define a new item to add to a collection.
626
+ * @name AddItemEntryAmino
627
+ * @package sparkdream.collect.v1
628
+ * @see proto type: sparkdream.collect.v1.AddItemEntry
629
+ */
630
+ export interface AddItemEntryAmino {
631
+ title?: string;
632
+ description?: string;
633
+ image_uri?: string;
634
+ reference_type?: ReferenceType;
635
+ nft?: NftReferenceAmino;
636
+ link?: LinkReferenceAmino;
637
+ on_chain?: OnChainReferenceAmino;
638
+ custom?: CustomReferenceAmino;
639
+ attributes?: KeyValuePairAmino[];
640
+ encrypted_data?: string;
641
+ }
642
+ export interface AddItemEntryAminoMsg {
643
+ type: "/sparkdream.collect.v1.AddItemEntry";
644
+ value: AddItemEntryAmino;
645
+ }
646
+ /**
647
+ * CollectOperationalParams defines council-adjustable operational parameters for x/collect.
648
+ * @name CollectOperationalParams
649
+ * @package sparkdream.collect.v1
650
+ * @see proto type: sparkdream.collect.v1.CollectOperationalParams
651
+ */
652
+ export interface CollectOperationalParams {
653
+ baseCollectionDeposit: string;
654
+ perItemDeposit: string;
655
+ perItemSpamTax: string;
656
+ sponsorFee: string;
657
+ minSponsorTrustLevel: string;
658
+ sponsorshipRequestTtlBlocks: bigint;
659
+ minCuratorBond: string;
660
+ minCuratorTrustLevel: string;
661
+ minCuratorAgeBlocks: bigint;
662
+ maxTagsPerReview: number;
663
+ maxReviewCommentLength: number;
664
+ maxReviewsPerCollection: number;
665
+ curatorSlashFraction: string;
666
+ challengeWindowBlocks: bigint;
667
+ challengeDeposit: string;
668
+ maxChallengeReasonLength: number;
669
+ challengeRewardFraction: string;
670
+ downvoteCost: string;
671
+ maxUpvotesPerDay: number;
672
+ maxDownvotesPerDay: number;
673
+ flagReviewThreshold: number;
674
+ maxFlagsPerDay: number;
675
+ maxFlaggersPerTarget: number;
676
+ flagExpirationBlocks: bigint;
677
+ maxFlagReasonLength: number;
678
+ sentinelCommitAmount: string;
679
+ hideExpiryBlocks: bigint;
680
+ appealFee: string;
681
+ appealCooldownBlocks: bigint;
682
+ appealDeadlineBlocks: bigint;
683
+ endorsementCreationFee: string;
684
+ endorsementDreamStake: string;
685
+ endorsementStakeDuration: bigint;
686
+ endorsementExpiryBlocks: bigint;
687
+ endorsementFeeEndorserShare: string;
688
+ endorsementDeletionBurnFraction: string;
689
+ /**
690
+ * --- Conviction renewal parameters — OPERATIONAL ---
691
+ */
692
+ convictionRenewalThreshold: string;
693
+ convictionRenewalPeriod: bigint;
694
+ /**
695
+ * --- Pinning parameters — OPERATIONAL ---
696
+ */
697
+ pinMinTrustLevel: number;
698
+ maxPinsPerDay: number;
699
+ }
700
+ export interface CollectOperationalParamsProtoMsg {
701
+ typeUrl: "/sparkdream.collect.v1.CollectOperationalParams";
702
+ value: Uint8Array;
703
+ }
704
+ /**
705
+ * CollectOperationalParams defines council-adjustable operational parameters for x/collect.
706
+ * @name CollectOperationalParamsAmino
707
+ * @package sparkdream.collect.v1
708
+ * @see proto type: sparkdream.collect.v1.CollectOperationalParams
709
+ */
710
+ export interface CollectOperationalParamsAmino {
711
+ base_collection_deposit?: string;
712
+ per_item_deposit?: string;
713
+ per_item_spam_tax?: string;
714
+ sponsor_fee?: string;
715
+ min_sponsor_trust_level?: string;
716
+ sponsorship_request_ttl_blocks?: string;
717
+ min_curator_bond?: string;
718
+ min_curator_trust_level?: string;
719
+ min_curator_age_blocks?: string;
720
+ max_tags_per_review?: number;
721
+ max_review_comment_length?: number;
722
+ max_reviews_per_collection?: number;
723
+ curator_slash_fraction?: string;
724
+ challenge_window_blocks?: string;
725
+ challenge_deposit?: string;
726
+ max_challenge_reason_length?: number;
727
+ challenge_reward_fraction?: string;
728
+ downvote_cost?: string;
729
+ max_upvotes_per_day?: number;
730
+ max_downvotes_per_day?: number;
731
+ flag_review_threshold?: number;
732
+ max_flags_per_day?: number;
733
+ max_flaggers_per_target?: number;
734
+ flag_expiration_blocks?: string;
735
+ max_flag_reason_length?: number;
736
+ sentinel_commit_amount?: string;
737
+ hide_expiry_blocks?: string;
738
+ appeal_fee?: string;
739
+ appeal_cooldown_blocks?: string;
740
+ appeal_deadline_blocks?: string;
741
+ endorsement_creation_fee?: string;
742
+ endorsement_dream_stake?: string;
743
+ endorsement_stake_duration?: string;
744
+ endorsement_expiry_blocks?: string;
745
+ endorsement_fee_endorser_share?: string;
746
+ endorsement_deletion_burn_fraction?: string;
747
+ /**
748
+ * --- Conviction renewal parameters — OPERATIONAL ---
749
+ */
750
+ conviction_renewal_threshold?: string;
751
+ conviction_renewal_period?: string;
752
+ /**
753
+ * --- Pinning parameters — OPERATIONAL ---
754
+ */
755
+ pin_min_trust_level?: number;
756
+ max_pins_per_day?: number;
757
+ }
758
+ export interface CollectOperationalParamsAminoMsg {
759
+ type: "/sparkdream.collect.v1.CollectOperationalParams";
760
+ value: CollectOperationalParamsAmino;
761
+ }
762
+ /**
763
+ * CollectionFlag aggregates all flags on a single piece of content.
764
+ * @name CollectionFlag
765
+ * @package sparkdream.collect.v1
766
+ * @see proto type: sparkdream.collect.v1.CollectionFlag
767
+ */
768
+ export interface CollectionFlag {
769
+ targetId: bigint;
770
+ targetType: FlagTargetType;
771
+ flagRecords: FlagRecord[];
772
+ totalWeight: string;
773
+ firstFlagAt: bigint;
774
+ lastFlagAt: bigint;
775
+ inReviewQueue: boolean;
776
+ }
777
+ export interface CollectionFlagProtoMsg {
778
+ typeUrl: "/sparkdream.collect.v1.CollectionFlag";
779
+ value: Uint8Array;
780
+ }
781
+ /**
782
+ * CollectionFlag aggregates all flags on a single piece of content.
783
+ * @name CollectionFlagAmino
784
+ * @package sparkdream.collect.v1
785
+ * @see proto type: sparkdream.collect.v1.CollectionFlag
786
+ */
787
+ export interface CollectionFlagAmino {
788
+ target_id?: string;
789
+ target_type?: FlagTargetType;
790
+ flag_records?: FlagRecordAmino[];
791
+ total_weight?: string;
792
+ first_flag_at?: string;
793
+ last_flag_at?: string;
794
+ in_review_queue?: boolean;
795
+ }
796
+ export interface CollectionFlagAminoMsg {
797
+ type: "/sparkdream.collect.v1.CollectionFlag";
798
+ value: CollectionFlagAmino;
799
+ }
800
+ /**
801
+ * HideRecord tracks a sentinel's content hide action and its appeal status.
802
+ * @name HideRecord
803
+ * @package sparkdream.collect.v1
804
+ * @see proto type: sparkdream.collect.v1.HideRecord
805
+ */
806
+ export interface HideRecord {
807
+ id: bigint;
808
+ targetId: bigint;
809
+ targetType: FlagTargetType;
810
+ sentinel: string;
811
+ hiddenAt: bigint;
812
+ committedAmount: string;
813
+ reasonCode: ModerationReason;
814
+ reasonText: string;
815
+ appealDeadline: bigint;
816
+ appealed: boolean;
817
+ resolved: boolean;
818
+ }
819
+ export interface HideRecordProtoMsg {
820
+ typeUrl: "/sparkdream.collect.v1.HideRecord";
821
+ value: Uint8Array;
822
+ }
823
+ /**
824
+ * HideRecord tracks a sentinel's content hide action and its appeal status.
825
+ * @name HideRecordAmino
826
+ * @package sparkdream.collect.v1
827
+ * @see proto type: sparkdream.collect.v1.HideRecord
828
+ */
829
+ export interface HideRecordAmino {
830
+ id?: string;
831
+ target_id?: string;
832
+ target_type?: FlagTargetType;
833
+ sentinel?: string;
834
+ hidden_at?: string;
835
+ committed_amount?: string;
836
+ reason_code?: ModerationReason;
837
+ reason_text?: string;
838
+ appeal_deadline?: string;
839
+ appealed?: boolean;
840
+ resolved?: boolean;
841
+ }
842
+ export interface HideRecordAminoMsg {
843
+ type: "/sparkdream.collect.v1.HideRecord";
844
+ value: HideRecordAmino;
845
+ }
846
+ /**
847
+ * Endorsement records a member's endorsement of a non-member's collection.
848
+ * @name Endorsement
849
+ * @package sparkdream.collect.v1
850
+ * @see proto type: sparkdream.collect.v1.Endorsement
851
+ */
852
+ export interface Endorsement {
853
+ collectionId: bigint;
854
+ endorser: string;
855
+ dreamStake: string;
856
+ endorsedAt: bigint;
857
+ stakeReleaseAt: bigint;
858
+ stakeReleased: boolean;
859
+ }
860
+ export interface EndorsementProtoMsg {
861
+ typeUrl: "/sparkdream.collect.v1.Endorsement";
862
+ value: Uint8Array;
863
+ }
864
+ /**
865
+ * Endorsement records a member's endorsement of a non-member's collection.
866
+ * @name EndorsementAmino
867
+ * @package sparkdream.collect.v1
868
+ * @see proto type: sparkdream.collect.v1.Endorsement
869
+ */
870
+ export interface EndorsementAmino {
871
+ collection_id?: string;
872
+ endorser?: string;
873
+ dream_stake?: string;
874
+ endorsed_at?: string;
875
+ stake_release_at?: string;
876
+ stake_released?: boolean;
877
+ }
878
+ export interface EndorsementAminoMsg {
879
+ type: "/sparkdream.collect.v1.Endorsement";
880
+ value: EndorsementAmino;
881
+ }
882
+ /**
883
+ * Collection represents a curated set of items owned by an address.
884
+ * @name Collection
885
+ * @package sparkdream.collect.v1
886
+ * @see proto type: sparkdream.collect.v1.Collection
887
+ */
888
+ export declare const Collection: {
889
+ typeUrl: string;
890
+ encode(message: Collection, writer?: BinaryWriter): BinaryWriter;
891
+ decode(input: BinaryReader | Uint8Array, length?: number): Collection;
892
+ fromPartial(object: DeepPartial<Collection>): Collection;
893
+ fromAmino(object: CollectionAmino): Collection;
894
+ toAmino(message: Collection): CollectionAmino;
895
+ fromAminoMsg(object: CollectionAminoMsg): Collection;
896
+ fromProtoMsg(message: CollectionProtoMsg): Collection;
897
+ toProto(message: Collection): Uint8Array;
898
+ toProtoMsg(message: Collection): CollectionProtoMsg;
899
+ };
900
+ /**
901
+ * Item represents a single entry within a collection.
902
+ * @name Item
903
+ * @package sparkdream.collect.v1
904
+ * @see proto type: sparkdream.collect.v1.Item
905
+ */
906
+ export declare const Item: {
907
+ typeUrl: string;
908
+ encode(message: Item, writer?: BinaryWriter): BinaryWriter;
909
+ decode(input: BinaryReader | Uint8Array, length?: number): Item;
910
+ fromPartial(object: DeepPartial<Item>): Item;
911
+ fromAmino(object: ItemAmino): Item;
912
+ toAmino(message: Item): ItemAmino;
913
+ fromAminoMsg(object: ItemAminoMsg): Item;
914
+ fromProtoMsg(message: ItemProtoMsg): Item;
915
+ toProto(message: Item): Uint8Array;
916
+ toProtoMsg(message: Item): ItemProtoMsg;
917
+ };
918
+ /**
919
+ * KeyValuePair is a generic key-value entry used for extensible attributes.
920
+ * @name KeyValuePair
921
+ * @package sparkdream.collect.v1
922
+ * @see proto type: sparkdream.collect.v1.KeyValuePair
923
+ */
924
+ export declare const KeyValuePair: {
925
+ typeUrl: string;
926
+ encode(message: KeyValuePair, writer?: BinaryWriter): BinaryWriter;
927
+ decode(input: BinaryReader | Uint8Array, length?: number): KeyValuePair;
928
+ fromPartial(object: DeepPartial<KeyValuePair>): KeyValuePair;
929
+ fromAmino(object: KeyValuePairAmino): KeyValuePair;
930
+ toAmino(message: KeyValuePair): KeyValuePairAmino;
931
+ fromAminoMsg(object: KeyValuePairAminoMsg): KeyValuePair;
932
+ fromProtoMsg(message: KeyValuePairProtoMsg): KeyValuePair;
933
+ toProto(message: KeyValuePair): Uint8Array;
934
+ toProtoMsg(message: KeyValuePair): KeyValuePairProtoMsg;
935
+ };
936
+ /**
937
+ * NftReference points to an NFT on a specific chain and contract.
938
+ * @name NftReference
939
+ * @package sparkdream.collect.v1
940
+ * @see proto type: sparkdream.collect.v1.NftReference
941
+ */
942
+ export declare const NftReference: {
943
+ typeUrl: string;
944
+ encode(message: NftReference, writer?: BinaryWriter): BinaryWriter;
945
+ decode(input: BinaryReader | Uint8Array, length?: number): NftReference;
946
+ fromPartial(object: DeepPartial<NftReference>): NftReference;
947
+ fromAmino(object: NftReferenceAmino): NftReference;
948
+ toAmino(message: NftReference): NftReferenceAmino;
949
+ fromAminoMsg(object: NftReferenceAminoMsg): NftReference;
950
+ fromProtoMsg(message: NftReferenceProtoMsg): NftReference;
951
+ toProto(message: NftReference): Uint8Array;
952
+ toProtoMsg(message: NftReference): NftReferenceProtoMsg;
953
+ };
954
+ /**
955
+ * LinkReference points to an external URI with optional content integrity hash.
956
+ * @name LinkReference
957
+ * @package sparkdream.collect.v1
958
+ * @see proto type: sparkdream.collect.v1.LinkReference
959
+ */
960
+ export declare const LinkReference: {
961
+ typeUrl: string;
962
+ encode(message: LinkReference, writer?: BinaryWriter): BinaryWriter;
963
+ decode(input: BinaryReader | Uint8Array, length?: number): LinkReference;
964
+ fromPartial(object: DeepPartial<LinkReference>): LinkReference;
965
+ fromAmino(object: LinkReferenceAmino): LinkReference;
966
+ toAmino(message: LinkReference): LinkReferenceAmino;
967
+ fromAminoMsg(object: LinkReferenceAminoMsg): LinkReference;
968
+ fromProtoMsg(message: LinkReferenceProtoMsg): LinkReference;
969
+ toProto(message: LinkReference): Uint8Array;
970
+ toProtoMsg(message: LinkReference): LinkReferenceProtoMsg;
971
+ };
972
+ /**
973
+ * OnChainReference points to an entity within another on-chain module.
974
+ * @name OnChainReference
975
+ * @package sparkdream.collect.v1
976
+ * @see proto type: sparkdream.collect.v1.OnChainReference
977
+ */
978
+ export declare const OnChainReference: {
979
+ typeUrl: string;
980
+ encode(message: OnChainReference, writer?: BinaryWriter): BinaryWriter;
981
+ decode(input: BinaryReader | Uint8Array, length?: number): OnChainReference;
982
+ fromPartial(object: DeepPartial<OnChainReference>): OnChainReference;
983
+ fromAmino(object: OnChainReferenceAmino): OnChainReference;
984
+ toAmino(message: OnChainReference): OnChainReferenceAmino;
985
+ fromAminoMsg(object: OnChainReferenceAminoMsg): OnChainReference;
986
+ fromProtoMsg(message: OnChainReferenceProtoMsg): OnChainReference;
987
+ toProto(message: OnChainReference): Uint8Array;
988
+ toProtoMsg(message: OnChainReference): OnChainReferenceProtoMsg;
989
+ };
990
+ /**
991
+ * CustomReference allows arbitrary typed references with extensible metadata.
992
+ * @name CustomReference
993
+ * @package sparkdream.collect.v1
994
+ * @see proto type: sparkdream.collect.v1.CustomReference
995
+ */
996
+ export declare const CustomReference: {
997
+ typeUrl: string;
998
+ encode(message: CustomReference, writer?: BinaryWriter): BinaryWriter;
999
+ decode(input: BinaryReader | Uint8Array, length?: number): CustomReference;
1000
+ fromPartial(object: DeepPartial<CustomReference>): CustomReference;
1001
+ fromAmino(object: CustomReferenceAmino): CustomReference;
1002
+ toAmino(message: CustomReference): CustomReferenceAmino;
1003
+ fromAminoMsg(object: CustomReferenceAminoMsg): CustomReference;
1004
+ fromProtoMsg(message: CustomReferenceProtoMsg): CustomReference;
1005
+ toProto(message: CustomReference): Uint8Array;
1006
+ toProtoMsg(message: CustomReference): CustomReferenceProtoMsg;
1007
+ };
1008
+ /**
1009
+ * Collaborator represents a user granted edit or admin access to a collection.
1010
+ * @name Collaborator
1011
+ * @package sparkdream.collect.v1
1012
+ * @see proto type: sparkdream.collect.v1.Collaborator
1013
+ */
1014
+ export declare const Collaborator: {
1015
+ typeUrl: string;
1016
+ encode(message: Collaborator, writer?: BinaryWriter): BinaryWriter;
1017
+ decode(input: BinaryReader | Uint8Array, length?: number): Collaborator;
1018
+ fromPartial(object: DeepPartial<Collaborator>): Collaborator;
1019
+ fromAmino(object: CollaboratorAmino): Collaborator;
1020
+ toAmino(message: Collaborator): CollaboratorAmino;
1021
+ fromAminoMsg(object: CollaboratorAminoMsg): Collaborator;
1022
+ fromProtoMsg(message: CollaboratorProtoMsg): Collaborator;
1023
+ toProto(message: Collaborator): Uint8Array;
1024
+ toProtoMsg(message: Collaborator): CollaboratorProtoMsg;
1025
+ };
1026
+ /**
1027
+ * Curator represents a registered curation reviewer with a bonded stake.
1028
+ * @name Curator
1029
+ * @package sparkdream.collect.v1
1030
+ * @see proto type: sparkdream.collect.v1.Curator
1031
+ */
1032
+ export declare const Curator: {
1033
+ typeUrl: string;
1034
+ encode(message: Curator, writer?: BinaryWriter): BinaryWriter;
1035
+ decode(input: BinaryReader | Uint8Array, length?: number): Curator;
1036
+ fromPartial(object: DeepPartial<Curator>): Curator;
1037
+ fromAmino(object: CuratorAmino): Curator;
1038
+ toAmino(message: Curator): CuratorAmino;
1039
+ fromAminoMsg(object: CuratorAminoMsg): Curator;
1040
+ fromProtoMsg(message: CuratorProtoMsg): Curator;
1041
+ toProto(message: Curator): Uint8Array;
1042
+ toProtoMsg(message: Curator): CuratorProtoMsg;
1043
+ };
1044
+ /**
1045
+ * CurationReview records a curator's verdict on a collection.
1046
+ * @name CurationReview
1047
+ * @package sparkdream.collect.v1
1048
+ * @see proto type: sparkdream.collect.v1.CurationReview
1049
+ */
1050
+ export declare const CurationReview: {
1051
+ typeUrl: string;
1052
+ encode(message: CurationReview, writer?: BinaryWriter): BinaryWriter;
1053
+ decode(input: BinaryReader | Uint8Array, length?: number): CurationReview;
1054
+ fromPartial(object: DeepPartial<CurationReview>): CurationReview;
1055
+ fromAmino(object: CurationReviewAmino): CurationReview;
1056
+ toAmino(message: CurationReview): CurationReviewAmino;
1057
+ fromAminoMsg(object: CurationReviewAminoMsg): CurationReview;
1058
+ fromProtoMsg(message: CurationReviewProtoMsg): CurationReview;
1059
+ toProto(message: CurationReview): Uint8Array;
1060
+ toProtoMsg(message: CurationReview): CurationReviewProtoMsg;
1061
+ };
1062
+ /**
1063
+ * CurationSummary aggregates curation activity for a collection.
1064
+ * @name CurationSummary
1065
+ * @package sparkdream.collect.v1
1066
+ * @see proto type: sparkdream.collect.v1.CurationSummary
1067
+ */
1068
+ export declare const CurationSummary: {
1069
+ typeUrl: string;
1070
+ encode(message: CurationSummary, writer?: BinaryWriter): BinaryWriter;
1071
+ decode(input: BinaryReader | Uint8Array, length?: number): CurationSummary;
1072
+ fromPartial(object: DeepPartial<CurationSummary>): CurationSummary;
1073
+ fromAmino(object: CurationSummaryAmino): CurationSummary;
1074
+ toAmino(message: CurationSummary): CurationSummaryAmino;
1075
+ fromAminoMsg(object: CurationSummaryAminoMsg): CurationSummary;
1076
+ fromProtoMsg(message: CurationSummaryProtoMsg): CurationSummary;
1077
+ toProto(message: CurationSummary): Uint8Array;
1078
+ toProtoMsg(message: CurationSummary): CurationSummaryProtoMsg;
1079
+ };
1080
+ /**
1081
+ * TagCount pairs a tag label with the number of times it has been applied.
1082
+ * @name TagCount
1083
+ * @package sparkdream.collect.v1
1084
+ * @see proto type: sparkdream.collect.v1.TagCount
1085
+ */
1086
+ export declare const TagCount: {
1087
+ typeUrl: string;
1088
+ encode(message: TagCount, writer?: BinaryWriter): BinaryWriter;
1089
+ decode(input: BinaryReader | Uint8Array, length?: number): TagCount;
1090
+ fromPartial(object: DeepPartial<TagCount>): TagCount;
1091
+ fromAmino(object: TagCountAmino): TagCount;
1092
+ toAmino(message: TagCount): TagCountAmino;
1093
+ fromAminoMsg(object: TagCountAminoMsg): TagCount;
1094
+ fromProtoMsg(message: TagCountProtoMsg): TagCount;
1095
+ toProto(message: TagCount): Uint8Array;
1096
+ toProtoMsg(message: TagCount): TagCountProtoMsg;
1097
+ };
1098
+ /**
1099
+ * SponsorshipRequest represents a pending request for deposit sponsorship.
1100
+ * @name SponsorshipRequest
1101
+ * @package sparkdream.collect.v1
1102
+ * @see proto type: sparkdream.collect.v1.SponsorshipRequest
1103
+ */
1104
+ export declare const SponsorshipRequest: {
1105
+ typeUrl: string;
1106
+ encode(message: SponsorshipRequest, writer?: BinaryWriter): BinaryWriter;
1107
+ decode(input: BinaryReader | Uint8Array, length?: number): SponsorshipRequest;
1108
+ fromPartial(object: DeepPartial<SponsorshipRequest>): SponsorshipRequest;
1109
+ fromAmino(object: SponsorshipRequestAmino): SponsorshipRequest;
1110
+ toAmino(message: SponsorshipRequest): SponsorshipRequestAmino;
1111
+ fromAminoMsg(object: SponsorshipRequestAminoMsg): SponsorshipRequest;
1112
+ fromProtoMsg(message: SponsorshipRequestProtoMsg): SponsorshipRequest;
1113
+ toProto(message: SponsorshipRequest): Uint8Array;
1114
+ toProtoMsg(message: SponsorshipRequest): SponsorshipRequestProtoMsg;
1115
+ };
1116
+ /**
1117
+ * AddItemEntry is used in MsgAddItems to define a new item to add to a collection.
1118
+ * @name AddItemEntry
1119
+ * @package sparkdream.collect.v1
1120
+ * @see proto type: sparkdream.collect.v1.AddItemEntry
1121
+ */
1122
+ export declare const AddItemEntry: {
1123
+ typeUrl: string;
1124
+ encode(message: AddItemEntry, writer?: BinaryWriter): BinaryWriter;
1125
+ decode(input: BinaryReader | Uint8Array, length?: number): AddItemEntry;
1126
+ fromPartial(object: DeepPartial<AddItemEntry>): AddItemEntry;
1127
+ fromAmino(object: AddItemEntryAmino): AddItemEntry;
1128
+ toAmino(message: AddItemEntry): AddItemEntryAmino;
1129
+ fromAminoMsg(object: AddItemEntryAminoMsg): AddItemEntry;
1130
+ fromProtoMsg(message: AddItemEntryProtoMsg): AddItemEntry;
1131
+ toProto(message: AddItemEntry): Uint8Array;
1132
+ toProtoMsg(message: AddItemEntry): AddItemEntryProtoMsg;
1133
+ };
1134
+ /**
1135
+ * CollectOperationalParams defines council-adjustable operational parameters for x/collect.
1136
+ * @name CollectOperationalParams
1137
+ * @package sparkdream.collect.v1
1138
+ * @see proto type: sparkdream.collect.v1.CollectOperationalParams
1139
+ */
1140
+ export declare const CollectOperationalParams: {
1141
+ typeUrl: string;
1142
+ encode(message: CollectOperationalParams, writer?: BinaryWriter): BinaryWriter;
1143
+ decode(input: BinaryReader | Uint8Array, length?: number): CollectOperationalParams;
1144
+ fromPartial(object: DeepPartial<CollectOperationalParams>): CollectOperationalParams;
1145
+ fromAmino(object: CollectOperationalParamsAmino): CollectOperationalParams;
1146
+ toAmino(message: CollectOperationalParams): CollectOperationalParamsAmino;
1147
+ fromAminoMsg(object: CollectOperationalParamsAminoMsg): CollectOperationalParams;
1148
+ fromProtoMsg(message: CollectOperationalParamsProtoMsg): CollectOperationalParams;
1149
+ toProto(message: CollectOperationalParams): Uint8Array;
1150
+ toProtoMsg(message: CollectOperationalParams): CollectOperationalParamsProtoMsg;
1151
+ };
1152
+ /**
1153
+ * CollectionFlag aggregates all flags on a single piece of content.
1154
+ * @name CollectionFlag
1155
+ * @package sparkdream.collect.v1
1156
+ * @see proto type: sparkdream.collect.v1.CollectionFlag
1157
+ */
1158
+ export declare const CollectionFlag: {
1159
+ typeUrl: string;
1160
+ encode(message: CollectionFlag, writer?: BinaryWriter): BinaryWriter;
1161
+ decode(input: BinaryReader | Uint8Array, length?: number): CollectionFlag;
1162
+ fromPartial(object: DeepPartial<CollectionFlag>): CollectionFlag;
1163
+ fromAmino(object: CollectionFlagAmino): CollectionFlag;
1164
+ toAmino(message: CollectionFlag): CollectionFlagAmino;
1165
+ fromAminoMsg(object: CollectionFlagAminoMsg): CollectionFlag;
1166
+ fromProtoMsg(message: CollectionFlagProtoMsg): CollectionFlag;
1167
+ toProto(message: CollectionFlag): Uint8Array;
1168
+ toProtoMsg(message: CollectionFlag): CollectionFlagProtoMsg;
1169
+ };
1170
+ /**
1171
+ * HideRecord tracks a sentinel's content hide action and its appeal status.
1172
+ * @name HideRecord
1173
+ * @package sparkdream.collect.v1
1174
+ * @see proto type: sparkdream.collect.v1.HideRecord
1175
+ */
1176
+ export declare const HideRecord: {
1177
+ typeUrl: string;
1178
+ encode(message: HideRecord, writer?: BinaryWriter): BinaryWriter;
1179
+ decode(input: BinaryReader | Uint8Array, length?: number): HideRecord;
1180
+ fromPartial(object: DeepPartial<HideRecord>): HideRecord;
1181
+ fromAmino(object: HideRecordAmino): HideRecord;
1182
+ toAmino(message: HideRecord): HideRecordAmino;
1183
+ fromAminoMsg(object: HideRecordAminoMsg): HideRecord;
1184
+ fromProtoMsg(message: HideRecordProtoMsg): HideRecord;
1185
+ toProto(message: HideRecord): Uint8Array;
1186
+ toProtoMsg(message: HideRecord): HideRecordProtoMsg;
1187
+ };
1188
+ /**
1189
+ * Endorsement records a member's endorsement of a non-member's collection.
1190
+ * @name Endorsement
1191
+ * @package sparkdream.collect.v1
1192
+ * @see proto type: sparkdream.collect.v1.Endorsement
1193
+ */
1194
+ export declare const Endorsement: {
1195
+ typeUrl: string;
1196
+ encode(message: Endorsement, writer?: BinaryWriter): BinaryWriter;
1197
+ decode(input: BinaryReader | Uint8Array, length?: number): Endorsement;
1198
+ fromPartial(object: DeepPartial<Endorsement>): Endorsement;
1199
+ fromAmino(object: EndorsementAmino): Endorsement;
1200
+ toAmino(message: Endorsement): EndorsementAmino;
1201
+ fromAminoMsg(object: EndorsementAminoMsg): Endorsement;
1202
+ fromProtoMsg(message: EndorsementProtoMsg): Endorsement;
1203
+ toProto(message: Endorsement): Uint8Array;
1204
+ toProtoMsg(message: Endorsement): EndorsementProtoMsg;
1205
+ };