@sparkdreamnft/sparkdreamjs 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (676) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +182 -182
  3. package/esm/cosmos/bundle.js +182 -182
  4. package/esm/ibc/bundle.js +106 -106
  5. package/esm/sparkdream/blog/v1/genesis.js +87 -1
  6. package/esm/sparkdream/blog/v1/params.js +433 -5
  7. package/esm/sparkdream/blog/v1/post.js +205 -2
  8. package/esm/sparkdream/blog/v1/query.js +1363 -0
  9. package/esm/sparkdream/blog/v1/query.lcd.js +105 -2
  10. package/esm/sparkdream/blog/v1/query.rpc.Query.js +75 -3
  11. package/esm/sparkdream/blog/v1/tx.amino.js +61 -1
  12. package/esm/sparkdream/blog/v1/tx.js +1861 -3
  13. package/esm/sparkdream/blog/v1/tx.registry.js +218 -2
  14. package/esm/sparkdream/blog/v1/tx.rpc.msg.js +77 -4
  15. package/esm/sparkdream/blog/v1/types.js +809 -0
  16. package/esm/sparkdream/bundle.js +585 -36
  17. package/esm/sparkdream/client.js +41 -2
  18. package/esm/sparkdream/collect/module/v1/module.js +71 -0
  19. package/esm/sparkdream/collect/v1/genesis.js +271 -0
  20. package/esm/sparkdream/collect/v1/params.js +763 -0
  21. package/esm/sparkdream/collect/v1/query.js +3790 -0
  22. package/esm/sparkdream/collect/v1/query.lcd.js +223 -0
  23. package/esm/sparkdream/collect/v1/query.rpc.Query.js +252 -0
  24. package/esm/sparkdream/collect/v1/tx.amino.js +149 -0
  25. package/esm/sparkdream/collect/v1/tx.js +4767 -0
  26. package/esm/sparkdream/collect/v1/tx.registry.js +537 -0
  27. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +185 -0
  28. package/esm/sparkdream/collect/v1/types.js +3434 -0
  29. package/esm/sparkdream/common/v1/content_type.js +96 -0
  30. package/esm/sparkdream/common/v1/flag_record.js +119 -0
  31. package/esm/sparkdream/common/v1/moderation_reason.js +115 -0
  32. package/esm/sparkdream/commons/module/v1/module.js +71 -0
  33. package/esm/sparkdream/commons/v1/category.js +121 -0
  34. package/esm/sparkdream/commons/v1/genesis.js +561 -0
  35. package/esm/sparkdream/commons/v1/group.js +1116 -0
  36. package/esm/sparkdream/commons/v1/params.js +78 -0
  37. package/esm/sparkdream/commons/v1/policy_permissions.js +86 -0
  38. package/esm/sparkdream/commons/v1/query.js +1629 -0
  39. package/esm/sparkdream/commons/v1/query.lcd.js +96 -0
  40. package/esm/sparkdream/commons/v1/query.rpc.Query.js +120 -0
  41. package/esm/sparkdream/commons/v1/tx.amino.js +99 -0
  42. package/esm/sparkdream/commons/v1/tx.js +3475 -0
  43. package/esm/sparkdream/commons/v1/tx.registry.js +357 -0
  44. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +129 -0
  45. package/esm/sparkdream/ecosystem/module/v1/module.js +71 -0
  46. package/esm/sparkdream/ecosystem/v1/genesis.js +72 -0
  47. package/esm/sparkdream/ecosystem/v1/params.js +65 -0
  48. package/esm/sparkdream/ecosystem/v1/query.js +128 -0
  49. package/esm/sparkdream/ecosystem/v1/query.lcd.js +11 -0
  50. package/esm/sparkdream/ecosystem/v1/query.rpc.Query.js +24 -0
  51. package/esm/sparkdream/ecosystem/v1/tx.amino.js +14 -0
  52. package/esm/sparkdream/ecosystem/v1/tx.js +308 -0
  53. package/esm/sparkdream/ecosystem/v1/tx.registry.js +51 -0
  54. package/esm/sparkdream/ecosystem/v1/tx.rpc.msg.js +24 -0
  55. package/esm/sparkdream/federation/module/v1/module.js +71 -0
  56. package/esm/sparkdream/federation/v1/genesis.js +244 -0
  57. package/esm/sparkdream/federation/v1/packet.js +810 -0
  58. package/esm/sparkdream/federation/v1/params.js +789 -0
  59. package/esm/sparkdream/federation/v1/query.js +2629 -0
  60. package/esm/sparkdream/federation/v1/query.lcd.js +152 -0
  61. package/esm/sparkdream/federation/v1/query.rpc.Query.js +189 -0
  62. package/esm/sparkdream/federation/v1/tx.amino.js +139 -0
  63. package/esm/sparkdream/federation/v1/tx.js +4199 -0
  64. package/esm/sparkdream/federation/v1/tx.registry.js +501 -0
  65. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +173 -0
  66. package/esm/sparkdream/federation/v1/types.js +2571 -0
  67. package/esm/sparkdream/forum/module/v1/module.js +71 -0
  68. package/esm/sparkdream/forum/v1/archive_metadata.js +119 -0
  69. package/esm/sparkdream/forum/v1/bounty.js +183 -0
  70. package/esm/sparkdream/forum/v1/genesis.js +292 -0
  71. package/esm/sparkdream/forum/v1/hide_record.js +154 -0
  72. package/esm/sparkdream/forum/v1/params.js +867 -0
  73. package/esm/sparkdream/forum/v1/post.js +397 -0
  74. package/esm/sparkdream/forum/v1/post_flag.js +254 -0
  75. package/esm/sparkdream/forum/v1/query.js +7167 -0
  76. package/esm/sparkdream/forum/v1/query.lcd.js +420 -0
  77. package/esm/sparkdream/forum/v1/query.rpc.Query.js +461 -0
  78. package/esm/sparkdream/forum/v1/sentinel_activity.js +397 -0
  79. package/esm/sparkdream/forum/v1/thread_follow.js +95 -0
  80. package/esm/sparkdream/forum/v1/thread_follow_count.js +83 -0
  81. package/esm/sparkdream/forum/v1/thread_lock_record.js +155 -0
  82. package/esm/sparkdream/forum/v1/thread_metadata.js +184 -0
  83. package/esm/sparkdream/forum/v1/thread_move_record.js +179 -0
  84. package/esm/sparkdream/forum/v1/tx.amino.js +179 -0
  85. package/esm/sparkdream/forum/v1/tx.js +5169 -0
  86. package/esm/sparkdream/forum/v1/tx.registry.js +645 -0
  87. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +223 -0
  88. package/esm/sparkdream/forum/v1/types.js +542 -0
  89. package/esm/sparkdream/forum/v1/user_rate_limit.js +119 -0
  90. package/esm/sparkdream/forum/v1/user_reaction_limit.js +107 -0
  91. package/esm/sparkdream/futarchy/module/v1/module.js +71 -0
  92. package/esm/sparkdream/futarchy/v1/genesis.js +88 -0
  93. package/esm/sparkdream/futarchy/v1/market.js +240 -0
  94. package/esm/sparkdream/futarchy/v1/params.js +241 -0
  95. package/esm/sparkdream/futarchy/v1/query.js +596 -0
  96. package/esm/sparkdream/futarchy/v1/query.lcd.js +45 -0
  97. package/esm/sparkdream/futarchy/v1/query.rpc.Query.js +53 -0
  98. package/esm/sparkdream/futarchy/v1/tx.amino.js +39 -0
  99. package/esm/sparkdream/futarchy/v1/tx.js +1097 -0
  100. package/esm/sparkdream/futarchy/v1/tx.registry.js +141 -0
  101. package/esm/sparkdream/futarchy/v1/tx.rpc.msg.js +55 -0
  102. package/esm/sparkdream/lcd.js +65 -0
  103. package/esm/sparkdream/name/module/v1/module.js +71 -0
  104. package/esm/sparkdream/name/v1/dispute.js +341 -0
  105. package/esm/sparkdream/name/v1/genesis.js +120 -0
  106. package/esm/sparkdream/name/v1/name_record.js +95 -0
  107. package/esm/sparkdream/name/v1/owner_info.js +95 -0
  108. package/esm/sparkdream/name/v1/params.js +306 -0
  109. package/esm/sparkdream/name/v1/query.js +863 -0
  110. package/esm/sparkdream/name/v1/query.lcd.js +52 -0
  111. package/esm/sparkdream/name/v1/query.rpc.Query.js +71 -0
  112. package/esm/sparkdream/name/v1/tx.amino.js +44 -0
  113. package/esm/sparkdream/name/v1/tx.js +1222 -0
  114. package/esm/sparkdream/name/v1/tx.registry.js +159 -0
  115. package/esm/sparkdream/name/v1/tx.rpc.msg.js +62 -0
  116. package/esm/sparkdream/rep/module/v1/module.js +71 -0
  117. package/esm/sparkdream/rep/v1/accountability.js +172 -0
  118. package/esm/sparkdream/rep/v1/challenge.js +226 -0
  119. package/esm/sparkdream/rep/v1/content_challenge.js +303 -0
  120. package/esm/sparkdream/rep/v1/genesis.js +689 -0
  121. package/esm/sparkdream/rep/v1/gov_action_appeal.js +202 -0
  122. package/esm/sparkdream/rep/v1/initiative.js +558 -0
  123. package/esm/sparkdream/rep/v1/interim.js +426 -0
  124. package/esm/sparkdream/rep/v1/interim_template.js +291 -0
  125. package/esm/sparkdream/rep/v1/invitation.js +251 -0
  126. package/esm/sparkdream/rep/v1/jury_participation.js +131 -0
  127. package/esm/sparkdream/rep/v1/jury_review.js +635 -0
  128. package/esm/sparkdream/rep/v1/member.js +881 -0
  129. package/esm/sparkdream/rep/v1/member_report.js +219 -0
  130. package/esm/sparkdream/rep/v1/member_warning.js +156 -0
  131. package/esm/sparkdream/rep/v1/params.js +2347 -0
  132. package/esm/sparkdream/rep/v1/project.js +557 -0
  133. package/esm/sparkdream/rep/v1/query.js +12156 -0
  134. package/esm/sparkdream/rep/v1/query.lcd.js +663 -0
  135. package/esm/sparkdream/rep/v1/query.rpc.Query.js +756 -0
  136. package/esm/sparkdream/rep/v1/reserved_tag.js +96 -0
  137. package/esm/sparkdream/rep/v1/sentinel_activity.js +214 -0
  138. package/esm/sparkdream/rep/v1/stake.js +575 -0
  139. package/esm/sparkdream/rep/v1/tag.js +120 -0
  140. package/esm/sparkdream/rep/v1/tag_budget.js +143 -0
  141. package/esm/sparkdream/rep/v1/tag_budget_award.js +155 -0
  142. package/esm/sparkdream/rep/v1/tag_report.js +122 -0
  143. package/esm/sparkdream/rep/v1/tx.amino.js +239 -0
  144. package/esm/sparkdream/rep/v1/tx.js +7637 -0
  145. package/esm/sparkdream/rep/v1/tx.registry.js +861 -0
  146. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +300 -0
  147. package/esm/sparkdream/reveal/module/v1/module.js +71 -0
  148. package/esm/sparkdream/reveal/v1/genesis.js +142 -0
  149. package/esm/sparkdream/reveal/v1/params.js +235 -0
  150. package/esm/sparkdream/reveal/v1/query.js +1700 -0
  151. package/esm/sparkdream/reveal/v1/query.lcd.js +101 -0
  152. package/esm/sparkdream/reveal/v1/query.rpc.Query.js +116 -0
  153. package/esm/sparkdream/reveal/v1/tx.amino.js +54 -0
  154. package/esm/sparkdream/reveal/v1/tx.js +1699 -0
  155. package/esm/sparkdream/reveal/v1/tx.registry.js +195 -0
  156. package/esm/sparkdream/reveal/v1/tx.rpc.msg.js +72 -0
  157. package/esm/sparkdream/reveal/v1/types.js +1141 -0
  158. package/esm/sparkdream/rpc.query.js +39 -0
  159. package/esm/sparkdream/rpc.tx.js +39 -0
  160. package/esm/sparkdream/season/module/v1/module.js +71 -0
  161. package/esm/sparkdream/season/v1/achievement.js +142 -0
  162. package/esm/sparkdream/season/v1/display_name_appeal_stake.js +95 -0
  163. package/esm/sparkdream/season/v1/display_name_moderation.js +155 -0
  164. package/esm/sparkdream/season/v1/display_name_report_stake.js +95 -0
  165. package/esm/sparkdream/season/v1/enums.js +391 -0
  166. package/esm/sparkdream/season/v1/epoch_xp_tracker.js +119 -0
  167. package/esm/sparkdream/season/v1/forum_xp_cooldown.js +83 -0
  168. package/esm/sparkdream/season/v1/genesis.js +482 -0
  169. package/esm/sparkdream/season/v1/guild.js +172 -0
  170. package/esm/sparkdream/season/v1/guild_invite.js +107 -0
  171. package/esm/sparkdream/season/v1/guild_membership.js +119 -0
  172. package/esm/sparkdream/season/v1/member_profile.js +296 -0
  173. package/esm/sparkdream/season/v1/member_quest_progress.js +132 -0
  174. package/esm/sparkdream/season/v1/member_registration.js +83 -0
  175. package/esm/sparkdream/season/v1/member_season_snapshot.js +238 -0
  176. package/esm/sparkdream/season/v1/next_season_info.js +83 -0
  177. package/esm/sparkdream/season/v1/nomination.js +428 -0
  178. package/esm/sparkdream/season/v1/params.js +1645 -0
  179. package/esm/sparkdream/season/v1/query.js +10569 -0
  180. package/esm/sparkdream/season/v1/query.lcd.js +598 -0
  181. package/esm/sparkdream/season/v1/query.rpc.Query.js +673 -0
  182. package/esm/sparkdream/season/v1/quest.js +334 -0
  183. package/esm/sparkdream/season/v1/season.js +166 -0
  184. package/esm/sparkdream/season/v1/season_snapshot.js +83 -0
  185. package/esm/sparkdream/season/v1/season_title_eligibility.js +194 -0
  186. package/esm/sparkdream/season/v1/season_transition_state.js +130 -0
  187. package/esm/sparkdream/season/v1/title.js +154 -0
  188. package/esm/sparkdream/season/v1/transition_recovery_state.js +118 -0
  189. package/esm/sparkdream/season/v1/tx.amino.js +219 -0
  190. package/esm/sparkdream/season/v1/tx.js +6823 -0
  191. package/esm/sparkdream/season/v1/tx.registry.js +789 -0
  192. package/esm/sparkdream/season/v1/tx.rpc.msg.js +272 -0
  193. package/esm/sparkdream/season/v1/vote_xp_record.js +83 -0
  194. package/esm/sparkdream/session/module/v1/module.js +71 -0
  195. package/esm/sparkdream/session/v1/genesis.js +88 -0
  196. package/esm/sparkdream/session/v1/params.js +275 -0
  197. package/esm/sparkdream/session/v1/query.js +743 -0
  198. package/esm/sparkdream/session/v1/query.lcd.js +45 -0
  199. package/esm/sparkdream/session/v1/query.rpc.Query.js +60 -0
  200. package/esm/sparkdream/session/v1/session.js +185 -0
  201. package/esm/sparkdream/session/v1/tx.amino.js +29 -0
  202. package/esm/sparkdream/session/v1/tx.js +768 -0
  203. package/esm/sparkdream/session/v1/tx.registry.js +105 -0
  204. package/esm/sparkdream/session/v1/tx.rpc.msg.js +43 -0
  205. package/esm/sparkdream/shield/module/v1/module.js +71 -0
  206. package/esm/sparkdream/shield/v1/genesis.js +301 -0
  207. package/esm/sparkdream/shield/v1/params.js +282 -0
  208. package/esm/sparkdream/shield/v1/query.js +2323 -0
  209. package/esm/sparkdream/shield/v1/query.lcd.js +110 -0
  210. package/esm/sparkdream/shield/v1/query.rpc.Query.js +170 -0
  211. package/esm/sparkdream/shield/v1/tx.amino.js +29 -0
  212. package/esm/sparkdream/shield/v1/tx.js +838 -0
  213. package/esm/sparkdream/shield/v1/tx.registry.js +105 -0
  214. package/esm/sparkdream/shield/v1/tx.rpc.msg.js +43 -0
  215. package/esm/sparkdream/shield/v1/types.js +2427 -0
  216. package/esm/sparkdream/split/module/v1/module.js +71 -0
  217. package/esm/sparkdream/split/v1/genesis.js +88 -0
  218. package/esm/sparkdream/split/v1/params.js +65 -0
  219. package/esm/sparkdream/split/v1/query.js +421 -0
  220. package/esm/sparkdream/split/v1/query.lcd.js +31 -0
  221. package/esm/sparkdream/split/v1/query.rpc.Query.js +44 -0
  222. package/esm/sparkdream/split/v1/share.js +83 -0
  223. package/esm/sparkdream/split/v1/tx.amino.js +9 -0
  224. package/esm/sparkdream/split/v1/tx.js +148 -0
  225. package/esm/sparkdream/split/v1/tx.registry.js +33 -0
  226. package/esm/sparkdream/split/v1/tx.rpc.msg.js +18 -0
  227. package/esm/tendermint/bundle.js +20 -20
  228. package/ibc/bundle.d.ts +90 -90
  229. package/ibc/bundle.js +106 -106
  230. package/package.json +1 -1
  231. package/sparkdream/blog/v1/genesis.d.ts +50 -0
  232. package/sparkdream/blog/v1/genesis.js +87 -1
  233. package/sparkdream/blog/v1/params.d.ts +292 -4
  234. package/sparkdream/blog/v1/params.js +434 -6
  235. package/sparkdream/blog/v1/post.d.ts +162 -0
  236. package/sparkdream/blog/v1/post.js +205 -2
  237. package/sparkdream/blog/v1/query.d.ts +751 -0
  238. package/sparkdream/blog/v1/query.js +1364 -1
  239. package/sparkdream/blog/v1/query.lcd.d.ts +9 -1
  240. package/sparkdream/blog/v1/query.lcd.js +105 -2
  241. package/sparkdream/blog/v1/query.rpc.Query.d.ts +35 -3
  242. package/sparkdream/blog/v1/query.rpc.Query.js +74 -2
  243. package/sparkdream/blog/v1/tx.amino.d.ts +61 -1
  244. package/sparkdream/blog/v1/tx.amino.js +60 -0
  245. package/sparkdream/blog/v1/tx.d.ts +1155 -1
  246. package/sparkdream/blog/v1/tx.js +1861 -3
  247. package/sparkdream/blog/v1/tx.registry.d.ts +145 -1
  248. package/sparkdream/blog/v1/tx.registry.js +217 -1
  249. package/sparkdream/blog/v1/tx.rpc.msg.d.ts +43 -4
  250. package/sparkdream/blog/v1/tx.rpc.msg.js +76 -3
  251. package/sparkdream/blog/v1/types.d.ts +463 -0
  252. package/sparkdream/blog/v1/types.js +818 -0
  253. package/sparkdream/bundle.d.ts +21937 -226
  254. package/sparkdream/bundle.js +585 -36
  255. package/sparkdream/client.d.ts +1250 -0
  256. package/sparkdream/client.js +41 -2
  257. package/sparkdream/collect/module/v1/module.d.ts +54 -0
  258. package/sparkdream/collect/module/v1/module.js +74 -0
  259. package/sparkdream/collect/v1/genesis.d.ts +82 -0
  260. package/sparkdream/collect/v1/genesis.js +274 -0
  261. package/sparkdream/collect/v1/params.d.ts +240 -0
  262. package/sparkdream/collect/v1/params.js +766 -0
  263. package/sparkdream/collect/v1/query.d.ts +2157 -0
  264. package/sparkdream/collect/v1/query.js +3793 -0
  265. package/sparkdream/collect/v1/query.lcd.d.ts +33 -0
  266. package/sparkdream/collect/v1/query.lcd.js +227 -0
  267. package/sparkdream/collect/v1/query.rpc.Query.d.ts +101 -0
  268. package/sparkdream/collect/v1/query.rpc.Query.js +257 -0
  269. package/sparkdream/collect/v1/tx.amino.d.ts +148 -0
  270. package/sparkdream/collect/v1/tx.amino.js +152 -0
  271. package/sparkdream/collect/v1/tx.d.ts +2581 -0
  272. package/sparkdream/collect/v1/tx.js +4771 -0
  273. package/sparkdream/collect/v1/tx.registry.d.ts +361 -0
  274. package/sparkdream/collect/v1/tx.registry.js +541 -0
  275. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +76 -0
  276. package/sparkdream/collect/v1/tx.rpc.msg.js +190 -0
  277. package/sparkdream/collect/v1/types.d.ts +1205 -0
  278. package/sparkdream/collect/v1/types.js +3453 -0
  279. package/sparkdream/common/v1/content_type.d.ts +31 -0
  280. package/sparkdream/common/v1/content_type.js +101 -0
  281. package/sparkdream/common/v1/flag_record.d.ts +58 -0
  282. package/sparkdream/common/v1/flag_record.js +122 -0
  283. package/sparkdream/common/v1/moderation_reason.d.ts +35 -0
  284. package/sparkdream/common/v1/moderation_reason.js +120 -0
  285. package/sparkdream/commons/module/v1/module.d.ts +54 -0
  286. package/sparkdream/commons/module/v1/module.js +74 -0
  287. package/sparkdream/commons/v1/category.d.ts +60 -0
  288. package/sparkdream/commons/v1/category.js +124 -0
  289. package/sparkdream/commons/v1/genesis.d.ts +316 -0
  290. package/sparkdream/commons/v1/genesis.js +564 -0
  291. package/sparkdream/commons/v1/group.d.ts +529 -0
  292. package/sparkdream/commons/v1/group.js +1123 -0
  293. package/sparkdream/commons/v1/params.d.ts +48 -0
  294. package/sparkdream/commons/v1/params.js +81 -0
  295. package/sparkdream/commons/v1/policy_permissions.d.ts +48 -0
  296. package/sparkdream/commons/v1/policy_permissions.js +89 -0
  297. package/sparkdream/commons/v1/query.d.ts +1001 -0
  298. package/sparkdream/commons/v1/query.js +1632 -0
  299. package/sparkdream/commons/v1/query.lcd.d.ts +19 -0
  300. package/sparkdream/commons/v1/query.lcd.js +100 -0
  301. package/sparkdream/commons/v1/query.rpc.Query.d.ts +56 -0
  302. package/sparkdream/commons/v1/query.rpc.Query.js +125 -0
  303. package/sparkdream/commons/v1/tx.amino.d.ts +98 -0
  304. package/sparkdream/commons/v1/tx.amino.js +102 -0
  305. package/sparkdream/commons/v1/tx.d.ts +2028 -0
  306. package/sparkdream/commons/v1/tx.js +3478 -0
  307. package/sparkdream/commons/v1/tx.registry.d.ts +241 -0
  308. package/sparkdream/commons/v1/tx.registry.js +361 -0
  309. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +79 -0
  310. package/sparkdream/commons/v1/tx.rpc.msg.js +134 -0
  311. package/sparkdream/ecosystem/module/v1/module.d.ts +54 -0
  312. package/sparkdream/ecosystem/module/v1/module.js +74 -0
  313. package/sparkdream/ecosystem/v1/genesis.d.ts +53 -0
  314. package/sparkdream/ecosystem/v1/genesis.js +75 -0
  315. package/sparkdream/ecosystem/v1/params.d.ts +46 -0
  316. package/sparkdream/ecosystem/v1/params.js +68 -0
  317. package/sparkdream/ecosystem/v1/query.d.ts +95 -0
  318. package/sparkdream/ecosystem/v1/query.js +131 -0
  319. package/sparkdream/ecosystem/v1/query.lcd.d.ts +9 -0
  320. package/sparkdream/ecosystem/v1/query.lcd.js +15 -0
  321. package/sparkdream/ecosystem/v1/query.rpc.Query.d.ts +16 -0
  322. package/sparkdream/ecosystem/v1/query.rpc.Query.js +29 -0
  323. package/sparkdream/ecosystem/v1/tx.amino.d.ts +13 -0
  324. package/sparkdream/ecosystem/v1/tx.amino.js +17 -0
  325. package/sparkdream/ecosystem/v1/tx.d.ts +201 -0
  326. package/sparkdream/ecosystem/v1/tx.js +311 -0
  327. package/sparkdream/ecosystem/v1/tx.registry.d.ts +37 -0
  328. package/sparkdream/ecosystem/v1/tx.registry.js +55 -0
  329. package/sparkdream/ecosystem/v1/tx.rpc.msg.d.ts +19 -0
  330. package/sparkdream/ecosystem/v1/tx.rpc.msg.js +29 -0
  331. package/sparkdream/federation/module/v1/module.d.ts +54 -0
  332. package/sparkdream/federation/module/v1/module.js +74 -0
  333. package/sparkdream/federation/v1/genesis.d.ts +78 -0
  334. package/sparkdream/federation/v1/genesis.js +247 -0
  335. package/sparkdream/federation/v1/packet.d.ts +397 -0
  336. package/sparkdream/federation/v1/packet.js +813 -0
  337. package/sparkdream/federation/v1/params.d.ts +272 -0
  338. package/sparkdream/federation/v1/params.js +792 -0
  339. package/sparkdream/federation/v1/query.d.ts +1541 -0
  340. package/sparkdream/federation/v1/query.js +2632 -0
  341. package/sparkdream/federation/v1/query.lcd.d.ts +26 -0
  342. package/sparkdream/federation/v1/query.lcd.js +156 -0
  343. package/sparkdream/federation/v1/query.rpc.Query.d.ts +66 -0
  344. package/sparkdream/federation/v1/query.rpc.Query.js +194 -0
  345. package/sparkdream/federation/v1/tx.amino.d.ts +138 -0
  346. package/sparkdream/federation/v1/tx.amino.js +142 -0
  347. package/sparkdream/federation/v1/tx.d.ts +2311 -0
  348. package/sparkdream/federation/v1/tx.js +4203 -0
  349. package/sparkdream/federation/v1/tx.registry.d.ts +337 -0
  350. package/sparkdream/federation/v1/tx.registry.js +505 -0
  351. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +64 -0
  352. package/sparkdream/federation/v1/tx.rpc.msg.js +178 -0
  353. package/sparkdream/federation/v1/types.d.ts +906 -0
  354. package/sparkdream/federation/v1/types.js +2588 -0
  355. package/sparkdream/forum/module/v1/module.d.ts +54 -0
  356. package/sparkdream/forum/module/v1/module.js +74 -0
  357. package/sparkdream/forum/v1/archive_metadata.d.ts +54 -0
  358. package/sparkdream/forum/v1/archive_metadata.js +122 -0
  359. package/sparkdream/forum/v1/bounty.d.ts +65 -0
  360. package/sparkdream/forum/v1/bounty.js +186 -0
  361. package/sparkdream/forum/v1/genesis.d.ts +94 -0
  362. package/sparkdream/forum/v1/genesis.js +295 -0
  363. package/sparkdream/forum/v1/hide_record.d.ts +61 -0
  364. package/sparkdream/forum/v1/hide_record.js +157 -0
  365. package/sparkdream/forum/v1/params.d.ts +450 -0
  366. package/sparkdream/forum/v1/params.js +870 -0
  367. package/sparkdream/forum/v1/post.d.ts +102 -0
  368. package/sparkdream/forum/v1/post.js +400 -0
  369. package/sparkdream/forum/v1/post_flag.d.ts +106 -0
  370. package/sparkdream/forum/v1/post_flag.js +257 -0
  371. package/sparkdream/forum/v1/query.d.ts +4197 -0
  372. package/sparkdream/forum/v1/query.js +7171 -0
  373. package/sparkdream/forum/v1/query.lcd.d.ts +54 -0
  374. package/sparkdream/forum/v1/query.lcd.js +424 -0
  375. package/sparkdream/forum/v1/query.rpc.Query.d.ts +196 -0
  376. package/sparkdream/forum/v1/query.rpc.Query.js +466 -0
  377. package/sparkdream/forum/v1/sentinel_activity.d.ts +106 -0
  378. package/sparkdream/forum/v1/sentinel_activity.js +400 -0
  379. package/sparkdream/forum/v1/thread_follow.d.ts +50 -0
  380. package/sparkdream/forum/v1/thread_follow.js +98 -0
  381. package/sparkdream/forum/v1/thread_follow_count.d.ts +48 -0
  382. package/sparkdream/forum/v1/thread_follow_count.js +86 -0
  383. package/sparkdream/forum/v1/thread_lock_record.d.ts +60 -0
  384. package/sparkdream/forum/v1/thread_lock_record.js +158 -0
  385. package/sparkdream/forum/v1/thread_metadata.d.ts +63 -0
  386. package/sparkdream/forum/v1/thread_metadata.js +187 -0
  387. package/sparkdream/forum/v1/thread_move_record.d.ts +64 -0
  388. package/sparkdream/forum/v1/thread_move_record.js +182 -0
  389. package/sparkdream/forum/v1/tx.amino.d.ts +178 -0
  390. package/sparkdream/forum/v1/tx.amino.js +182 -0
  391. package/sparkdream/forum/v1/tx.d.ts +3191 -0
  392. package/sparkdream/forum/v1/tx.js +5173 -0
  393. package/sparkdream/forum/v1/tx.registry.d.ts +433 -0
  394. package/sparkdream/forum/v1/tx.registry.js +649 -0
  395. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +121 -0
  396. package/sparkdream/forum/v1/tx.rpc.msg.js +228 -0
  397. package/sparkdream/forum/v1/types.d.ts +171 -0
  398. package/sparkdream/forum/v1/types.js +553 -0
  399. package/sparkdream/forum/v1/user_rate_limit.d.ts +54 -0
  400. package/sparkdream/forum/v1/user_rate_limit.js +122 -0
  401. package/sparkdream/forum/v1/user_reaction_limit.d.ts +52 -0
  402. package/sparkdream/forum/v1/user_reaction_limit.js +110 -0
  403. package/sparkdream/futarchy/module/v1/module.d.ts +54 -0
  404. package/sparkdream/futarchy/module/v1/module.js +74 -0
  405. package/sparkdream/futarchy/v1/genesis.d.ts +56 -0
  406. package/sparkdream/futarchy/v1/genesis.js +91 -0
  407. package/sparkdream/futarchy/v1/market.d.ts +104 -0
  408. package/sparkdream/futarchy/v1/market.js +243 -0
  409. package/sparkdream/futarchy/v1/params.d.ts +171 -0
  410. package/sparkdream/futarchy/v1/params.js +244 -0
  411. package/sparkdream/futarchy/v1/query.d.ts +381 -0
  412. package/sparkdream/futarchy/v1/query.js +599 -0
  413. package/sparkdream/futarchy/v1/query.lcd.d.ts +12 -0
  414. package/sparkdream/futarchy/v1/query.lcd.js +49 -0
  415. package/sparkdream/futarchy/v1/query.rpc.Query.d.ts +28 -0
  416. package/sparkdream/futarchy/v1/query.rpc.Query.js +58 -0
  417. package/sparkdream/futarchy/v1/tx.amino.d.ts +38 -0
  418. package/sparkdream/futarchy/v1/tx.amino.js +42 -0
  419. package/sparkdream/futarchy/v1/tx.d.ts +688 -0
  420. package/sparkdream/futarchy/v1/tx.js +1100 -0
  421. package/sparkdream/futarchy/v1/tx.registry.d.ts +97 -0
  422. package/sparkdream/futarchy/v1/tx.registry.js +145 -0
  423. package/sparkdream/futarchy/v1/tx.rpc.msg.d.ts +37 -0
  424. package/sparkdream/futarchy/v1/tx.rpc.msg.js +60 -0
  425. package/sparkdream/lcd.d.ts +39 -0
  426. package/sparkdream/lcd.js +65 -0
  427. package/sparkdream/name/module/v1/module.d.ts +54 -0
  428. package/sparkdream/name/module/v1/module.js +74 -0
  429. package/sparkdream/name/v1/dispute.d.ts +216 -0
  430. package/sparkdream/name/v1/dispute.js +344 -0
  431. package/sparkdream/name/v1/genesis.d.ts +62 -0
  432. package/sparkdream/name/v1/genesis.js +123 -0
  433. package/sparkdream/name/v1/name_record.d.ts +50 -0
  434. package/sparkdream/name/v1/name_record.js +98 -0
  435. package/sparkdream/name/v1/owner_info.d.ts +50 -0
  436. package/sparkdream/name/v1/owner_info.js +98 -0
  437. package/sparkdream/name/v1/params.d.ts +165 -0
  438. package/sparkdream/name/v1/params.js +309 -0
  439. package/sparkdream/name/v1/query.d.ts +544 -0
  440. package/sparkdream/name/v1/query.js +866 -0
  441. package/sparkdream/name/v1/query.lcd.d.ts +14 -0
  442. package/sparkdream/name/v1/query.lcd.js +56 -0
  443. package/sparkdream/name/v1/query.rpc.Query.d.ts +36 -0
  444. package/sparkdream/name/v1/query.rpc.Query.js +76 -0
  445. package/sparkdream/name/v1/tx.amino.d.ts +43 -0
  446. package/sparkdream/name/v1/tx.amino.js +47 -0
  447. package/sparkdream/name/v1/tx.d.ts +804 -0
  448. package/sparkdream/name/v1/tx.js +1225 -0
  449. package/sparkdream/name/v1/tx.registry.d.ts +109 -0
  450. package/sparkdream/name/v1/tx.registry.js +163 -0
  451. package/sparkdream/name/v1/tx.rpc.msg.d.ts +43 -0
  452. package/sparkdream/name/v1/tx.rpc.msg.js +67 -0
  453. package/sparkdream/rep/module/v1/module.d.ts +54 -0
  454. package/sparkdream/rep/module/v1/module.js +74 -0
  455. package/sparkdream/rep/v1/accountability.d.ts +39 -0
  456. package/sparkdream/rep/v1/accountability.js +181 -0
  457. package/sparkdream/rep/v1/challenge.d.ts +74 -0
  458. package/sparkdream/rep/v1/challenge.js +231 -0
  459. package/sparkdream/rep/v1/content_challenge.d.ts +154 -0
  460. package/sparkdream/rep/v1/content_challenge.js +308 -0
  461. package/sparkdream/rep/v1/genesis.d.ts +253 -0
  462. package/sparkdream/rep/v1/genesis.js +692 -0
  463. package/sparkdream/rep/v1/gov_action_appeal.d.ts +69 -0
  464. package/sparkdream/rep/v1/gov_action_appeal.js +205 -0
  465. package/sparkdream/rep/v1/initiative.d.ts +140 -0
  466. package/sparkdream/rep/v1/initiative.js +567 -0
  467. package/sparkdream/rep/v1/interim.d.ts +163 -0
  468. package/sparkdream/rep/v1/interim.js +435 -0
  469. package/sparkdream/rep/v1/interim_template.d.ts +114 -0
  470. package/sparkdream/rep/v1/interim_template.js +296 -0
  471. package/sparkdream/rep/v1/invitation.d.ts +78 -0
  472. package/sparkdream/rep/v1/invitation.js +256 -0
  473. package/sparkdream/rep/v1/jury_participation.d.ts +56 -0
  474. package/sparkdream/rep/v1/jury_participation.js +134 -0
  475. package/sparkdream/rep/v1/jury_review.d.ts +235 -0
  476. package/sparkdream/rep/v1/jury_review.js +640 -0
  477. package/sparkdream/rep/v1/member.d.ts +424 -0
  478. package/sparkdream/rep/v1/member.js +888 -0
  479. package/sparkdream/rep/v1/member_report.d.ts +67 -0
  480. package/sparkdream/rep/v1/member_report.js +222 -0
  481. package/sparkdream/rep/v1/member_warning.d.ts +58 -0
  482. package/sparkdream/rep/v1/member_warning.js +159 -0
  483. package/sparkdream/rep/v1/params.d.ts +1074 -0
  484. package/sparkdream/rep/v1/params.js +2350 -0
  485. package/sparkdream/rep/v1/project.d.ts +172 -0
  486. package/sparkdream/rep/v1/project.js +566 -0
  487. package/sparkdream/rep/v1/query.d.ts +7098 -0
  488. package/sparkdream/rep/v1/query.js +12162 -0
  489. package/sparkdream/rep/v1/query.lcd.d.ts +85 -0
  490. package/sparkdream/rep/v1/query.lcd.js +667 -0
  491. package/sparkdream/rep/v1/query.rpc.Query.d.ts +320 -0
  492. package/sparkdream/rep/v1/query.rpc.Query.js +761 -0
  493. package/sparkdream/rep/v1/reserved_tag.d.ts +53 -0
  494. package/sparkdream/rep/v1/reserved_tag.js +99 -0
  495. package/sparkdream/rep/v1/sentinel_activity.d.ts +79 -0
  496. package/sparkdream/rep/v1/sentinel_activity.js +219 -0
  497. package/sparkdream/rep/v1/stake.d.ts +266 -0
  498. package/sparkdream/rep/v1/stake.js +580 -0
  499. package/sparkdream/rep/v1/tag.d.ts +57 -0
  500. package/sparkdream/rep/v1/tag.js +123 -0
  501. package/sparkdream/rep/v1/tag_budget.d.ts +58 -0
  502. package/sparkdream/rep/v1/tag_budget.js +146 -0
  503. package/sparkdream/rep/v1/tag_budget_award.d.ts +60 -0
  504. package/sparkdream/rep/v1/tag_budget_award.js +158 -0
  505. package/sparkdream/rep/v1/tag_report.d.ts +54 -0
  506. package/sparkdream/rep/v1/tag_report.js +125 -0
  507. package/sparkdream/rep/v1/tx.amino.d.ts +238 -0
  508. package/sparkdream/rep/v1/tx.amino.js +242 -0
  509. package/sparkdream/rep/v1/tx.d.ts +4407 -0
  510. package/sparkdream/rep/v1/tx.js +7643 -0
  511. package/sparkdream/rep/v1/tx.registry.d.ts +577 -0
  512. package/sparkdream/rep/v1/tx.registry.js +865 -0
  513. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +170 -0
  514. package/sparkdream/rep/v1/tx.rpc.msg.js +305 -0
  515. package/sparkdream/reveal/module/v1/module.d.ts +54 -0
  516. package/sparkdream/reveal/module/v1/module.js +74 -0
  517. package/sparkdream/reveal/v1/genesis.d.ts +64 -0
  518. package/sparkdream/reveal/v1/genesis.js +145 -0
  519. package/sparkdream/reveal/v1/params.d.ts +140 -0
  520. package/sparkdream/reveal/v1/params.js +238 -0
  521. package/sparkdream/reveal/v1/query.d.ts +949 -0
  522. package/sparkdream/reveal/v1/query.js +1703 -0
  523. package/sparkdream/reveal/v1/query.lcd.d.ts +19 -0
  524. package/sparkdream/reveal/v1/query.lcd.js +105 -0
  525. package/sparkdream/reveal/v1/query.rpc.Query.d.ts +56 -0
  526. package/sparkdream/reveal/v1/query.rpc.Query.js +121 -0
  527. package/sparkdream/reveal/v1/tx.amino.d.ts +53 -0
  528. package/sparkdream/reveal/v1/tx.amino.js +57 -0
  529. package/sparkdream/reveal/v1/tx.d.ts +1043 -0
  530. package/sparkdream/reveal/v1/tx.js +1702 -0
  531. package/sparkdream/reveal/v1/tx.registry.d.ts +133 -0
  532. package/sparkdream/reveal/v1/tx.registry.js +199 -0
  533. package/sparkdream/reveal/v1/tx.rpc.msg.d.ts +43 -0
  534. package/sparkdream/reveal/v1/tx.rpc.msg.js +77 -0
  535. package/sparkdream/reveal/v1/types.d.ts +455 -0
  536. package/sparkdream/reveal/v1/types.js +1150 -0
  537. package/sparkdream/rpc.query.d.ts +352 -0
  538. package/sparkdream/rpc.query.js +39 -0
  539. package/sparkdream/rpc.tx.d.ts +39 -0
  540. package/sparkdream/rpc.tx.js +39 -0
  541. package/sparkdream/season/module/v1/module.d.ts +54 -0
  542. package/sparkdream/season/module/v1/module.js +74 -0
  543. package/sparkdream/season/v1/achievement.d.ts +101 -0
  544. package/sparkdream/season/v1/achievement.js +145 -0
  545. package/sparkdream/season/v1/display_name_appeal_stake.d.ts +68 -0
  546. package/sparkdream/season/v1/display_name_appeal_stake.js +98 -0
  547. package/sparkdream/season/v1/display_name_moderation.d.ts +60 -0
  548. package/sparkdream/season/v1/display_name_moderation.js +158 -0
  549. package/sparkdream/season/v1/display_name_report_stake.d.ts +68 -0
  550. package/sparkdream/season/v1/display_name_report_stake.js +98 -0
  551. package/sparkdream/season/v1/enums.d.ts +86 -0
  552. package/sparkdream/season/v1/enums.js +406 -0
  553. package/sparkdream/season/v1/epoch_xp_tracker.d.ts +54 -0
  554. package/sparkdream/season/v1/epoch_xp_tracker.js +122 -0
  555. package/sparkdream/season/v1/forum_xp_cooldown.d.ts +48 -0
  556. package/sparkdream/season/v1/forum_xp_cooldown.js +86 -0
  557. package/sparkdream/season/v1/genesis.d.ts +136 -0
  558. package/sparkdream/season/v1/genesis.js +485 -0
  559. package/sparkdream/season/v1/guild.d.ts +117 -0
  560. package/sparkdream/season/v1/guild.js +175 -0
  561. package/sparkdream/season/v1/guild_invite.d.ts +52 -0
  562. package/sparkdream/season/v1/guild_invite.js +110 -0
  563. package/sparkdream/season/v1/guild_membership.d.ts +54 -0
  564. package/sparkdream/season/v1/guild_membership.js +122 -0
  565. package/sparkdream/season/v1/member_profile.d.ts +196 -0
  566. package/sparkdream/season/v1/member_profile.js +299 -0
  567. package/sparkdream/season/v1/member_quest_progress.d.ts +84 -0
  568. package/sparkdream/season/v1/member_quest_progress.js +135 -0
  569. package/sparkdream/season/v1/member_registration.d.ts +48 -0
  570. package/sparkdream/season/v1/member_registration.js +86 -0
  571. package/sparkdream/season/v1/member_season_snapshot.d.ts +145 -0
  572. package/sparkdream/season/v1/member_season_snapshot.js +241 -0
  573. package/sparkdream/season/v1/next_season_info.d.ts +48 -0
  574. package/sparkdream/season/v1/next_season_info.js +86 -0
  575. package/sparkdream/season/v1/nomination.d.ts +194 -0
  576. package/sparkdream/season/v1/nomination.js +431 -0
  577. package/sparkdream/season/v1/params.d.ts +643 -0
  578. package/sparkdream/season/v1/params.js +1648 -0
  579. package/sparkdream/season/v1/query.d.ts +6199 -0
  580. package/sparkdream/season/v1/query.js +10574 -0
  581. package/sparkdream/season/v1/query.lcd.d.ts +76 -0
  582. package/sparkdream/season/v1/query.lcd.js +602 -0
  583. package/sparkdream/season/v1/query.rpc.Query.d.ts +284 -0
  584. package/sparkdream/season/v1/query.rpc.Query.js +678 -0
  585. package/sparkdream/season/v1/quest.d.ts +231 -0
  586. package/sparkdream/season/v1/quest.js +337 -0
  587. package/sparkdream/season/v1/season.d.ts +117 -0
  588. package/sparkdream/season/v1/season.js +169 -0
  589. package/sparkdream/season/v1/season_snapshot.d.ts +48 -0
  590. package/sparkdream/season/v1/season_snapshot.js +86 -0
  591. package/sparkdream/season/v1/season_title_eligibility.d.ts +134 -0
  592. package/sparkdream/season/v1/season_title_eligibility.js +197 -0
  593. package/sparkdream/season/v1/season_transition_state.d.ts +93 -0
  594. package/sparkdream/season/v1/season_transition_state.js +133 -0
  595. package/sparkdream/season/v1/title.d.ts +109 -0
  596. package/sparkdream/season/v1/title.js +157 -0
  597. package/sparkdream/season/v1/transition_recovery_state.d.ts +85 -0
  598. package/sparkdream/season/v1/transition_recovery_state.js +121 -0
  599. package/sparkdream/season/v1/tx.amino.d.ts +218 -0
  600. package/sparkdream/season/v1/tx.amino.js +222 -0
  601. package/sparkdream/season/v1/tx.d.ts +4133 -0
  602. package/sparkdream/season/v1/tx.js +6827 -0
  603. package/sparkdream/season/v1/tx.registry.d.ts +529 -0
  604. package/sparkdream/season/v1/tx.registry.js +793 -0
  605. package/sparkdream/season/v1/tx.rpc.msg.d.ts +144 -0
  606. package/sparkdream/season/v1/tx.rpc.msg.js +277 -0
  607. package/sparkdream/season/v1/vote_xp_record.d.ts +48 -0
  608. package/sparkdream/season/v1/vote_xp_record.js +86 -0
  609. package/sparkdream/session/module/v1/module.d.ts +54 -0
  610. package/sparkdream/session/module/v1/module.js +74 -0
  611. package/sparkdream/session/v1/genesis.d.ts +62 -0
  612. package/sparkdream/session/v1/genesis.js +91 -0
  613. package/sparkdream/session/v1/params.d.ts +168 -0
  614. package/sparkdream/session/v1/params.js +278 -0
  615. package/sparkdream/session/v1/query.d.ts +423 -0
  616. package/sparkdream/session/v1/query.js +746 -0
  617. package/sparkdream/session/v1/query.lcd.d.ts +13 -0
  618. package/sparkdream/session/v1/query.lcd.js +49 -0
  619. package/sparkdream/session/v1/query.rpc.Query.d.ts +32 -0
  620. package/sparkdream/session/v1/query.rpc.Query.js +65 -0
  621. package/sparkdream/session/v1/session.d.ts +125 -0
  622. package/sparkdream/session/v1/session.js +188 -0
  623. package/sparkdream/session/v1/tx.amino.d.ts +28 -0
  624. package/sparkdream/session/v1/tx.amino.js +32 -0
  625. package/sparkdream/session/v1/tx.d.ts +481 -0
  626. package/sparkdream/session/v1/tx.js +771 -0
  627. package/sparkdream/session/v1/tx.registry.d.ts +73 -0
  628. package/sparkdream/session/v1/tx.registry.js +109 -0
  629. package/sparkdream/session/v1/tx.rpc.msg.d.ts +31 -0
  630. package/sparkdream/session/v1/tx.rpc.msg.js +48 -0
  631. package/sparkdream/shield/module/v1/module.d.ts +54 -0
  632. package/sparkdream/shield/module/v1/module.js +74 -0
  633. package/sparkdream/shield/v1/genesis.d.ts +182 -0
  634. package/sparkdream/shield/v1/genesis.js +304 -0
  635. package/sparkdream/shield/v1/params.d.ts +192 -0
  636. package/sparkdream/shield/v1/params.js +285 -0
  637. package/sparkdream/shield/v1/query.d.ts +1406 -0
  638. package/sparkdream/shield/v1/query.js +2326 -0
  639. package/sparkdream/shield/v1/query.lcd.d.ts +25 -0
  640. package/sparkdream/shield/v1/query.lcd.js +114 -0
  641. package/sparkdream/shield/v1/query.rpc.Query.d.ts +80 -0
  642. package/sparkdream/shield/v1/query.rpc.Query.js +175 -0
  643. package/sparkdream/shield/v1/tx.amino.d.ts +28 -0
  644. package/sparkdream/shield/v1/tx.amino.js +32 -0
  645. package/sparkdream/shield/v1/tx.d.ts +542 -0
  646. package/sparkdream/shield/v1/tx.js +841 -0
  647. package/sparkdream/shield/v1/tx.registry.d.ts +73 -0
  648. package/sparkdream/shield/v1/tx.registry.js +109 -0
  649. package/sparkdream/shield/v1/tx.rpc.msg.d.ts +29 -0
  650. package/sparkdream/shield/v1/tx.rpc.msg.js +48 -0
  651. package/sparkdream/shield/v1/types.d.ts +1440 -0
  652. package/sparkdream/shield/v1/types.js +2440 -0
  653. package/sparkdream/split/module/v1/module.d.ts +54 -0
  654. package/sparkdream/split/module/v1/module.js +74 -0
  655. package/sparkdream/split/v1/genesis.d.ts +56 -0
  656. package/sparkdream/split/v1/genesis.js +91 -0
  657. package/sparkdream/split/v1/params.d.ts +46 -0
  658. package/sparkdream/split/v1/params.js +68 -0
  659. package/sparkdream/split/v1/query.d.ts +275 -0
  660. package/sparkdream/split/v1/query.js +424 -0
  661. package/sparkdream/split/v1/query.lcd.d.ts +11 -0
  662. package/sparkdream/split/v1/query.lcd.js +35 -0
  663. package/sparkdream/split/v1/query.rpc.Query.d.ts +24 -0
  664. package/sparkdream/split/v1/query.rpc.Query.js +49 -0
  665. package/sparkdream/split/v1/share.d.ts +48 -0
  666. package/sparkdream/split/v1/share.js +86 -0
  667. package/sparkdream/split/v1/tx.amino.d.ts +8 -0
  668. package/sparkdream/split/v1/tx.amino.js +12 -0
  669. package/sparkdream/split/v1/tx.d.ts +108 -0
  670. package/sparkdream/split/v1/tx.js +151 -0
  671. package/sparkdream/split/v1/tx.registry.d.ts +25 -0
  672. package/sparkdream/split/v1/tx.registry.js +37 -0
  673. package/sparkdream/split/v1/tx.rpc.msg.d.ts +16 -0
  674. package/sparkdream/split/v1/tx.rpc.msg.js +23 -0
  675. package/tendermint/bundle.d.ts +844 -844
  676. package/tendermint/bundle.js +20 -20
@@ -0,0 +1,1440 @@
1
+ import { BinaryReader, BinaryWriter } from "../../../binary";
2
+ import { DeepPartial } from "../../../helpers";
3
+ /**
4
+ * ProofDomain identifies which Merkle tree the ZK proof targets.
5
+ * All anonymous operations use the trust tree (leaves = MiMC(zk_pub_key, trust_level)).
6
+ * The unified ShieldCircuit hides the exact trust level — only proves >= minimum.
7
+ */
8
+ export declare enum ProofDomain {
9
+ PROOF_DOMAIN_UNSPECIFIED = 0,
10
+ PROOF_DOMAIN_TRUST_TREE = 1,
11
+ UNRECOGNIZED = -1
12
+ }
13
+ export declare const ProofDomainAmino: typeof ProofDomain;
14
+ export declare function proofDomainFromJSON(object: any): ProofDomain;
15
+ export declare function proofDomainToJSON(object: ProofDomain): string;
16
+ /** NullifierScopeType determines nullifier uniqueness granularity. */
17
+ export declare enum NullifierScopeType {
18
+ /** NULLIFIER_SCOPE_EPOCH - Scope = current epoch (one op per epoch) */
19
+ NULLIFIER_SCOPE_EPOCH = 0,
20
+ /** NULLIFIER_SCOPE_MESSAGE_FIELD - Scope = extracted from inner message (e.g. post_id for replies) */
21
+ NULLIFIER_SCOPE_MESSAGE_FIELD = 1,
22
+ /** NULLIFIER_SCOPE_GLOBAL - No scoping (nullifier is globally unique) */
23
+ NULLIFIER_SCOPE_GLOBAL = 2,
24
+ UNRECOGNIZED = -1
25
+ }
26
+ export declare const NullifierScopeTypeAmino: typeof NullifierScopeType;
27
+ export declare function nullifierScopeTypeFromJSON(object: any): NullifierScopeType;
28
+ export declare function nullifierScopeTypeToJSON(object: NullifierScopeType): string;
29
+ /** ShieldBatchMode controls which execution modes an operation supports. */
30
+ export declare enum ShieldBatchMode {
31
+ /** SHIELD_BATCH_MODE_IMMEDIATE_ONLY - Only immediate execution allowed */
32
+ SHIELD_BATCH_MODE_IMMEDIATE_ONLY = 0,
33
+ /** SHIELD_BATCH_MODE_ENCRYPTED_ONLY - Only encrypted batch execution allowed */
34
+ SHIELD_BATCH_MODE_ENCRYPTED_ONLY = 1,
35
+ /** SHIELD_BATCH_MODE_EITHER - User chooses per-submission */
36
+ SHIELD_BATCH_MODE_EITHER = 2,
37
+ UNRECOGNIZED = -1
38
+ }
39
+ export declare const ShieldBatchModeAmino: typeof ShieldBatchMode;
40
+ export declare function shieldBatchModeFromJSON(object: any): ShieldBatchMode;
41
+ export declare function shieldBatchModeToJSON(object: ShieldBatchMode): string;
42
+ /** ShieldExecMode selects the execution mode for a shielded operation. */
43
+ export declare enum ShieldExecMode {
44
+ SHIELD_EXEC_IMMEDIATE = 0,
45
+ SHIELD_EXEC_ENCRYPTED_BATCH = 1,
46
+ UNRECOGNIZED = -1
47
+ }
48
+ export declare const ShieldExecModeAmino: typeof ShieldExecMode;
49
+ export declare function shieldExecModeFromJSON(object: any): ShieldExecMode;
50
+ export declare function shieldExecModeToJSON(object: ShieldExecMode): string;
51
+ /** DKGPhase tracks the current phase of the distributed key generation ceremony. */
52
+ export declare enum DKGPhase {
53
+ /** DKG_PHASE_INACTIVE - No DKG running (not enough validators, or TLE not needed yet) */
54
+ DKG_PHASE_INACTIVE = 0,
55
+ /** DKG_PHASE_REGISTERING - Accepting BN256 G1 encryption key registrations from validators */
56
+ DKG_PHASE_REGISTERING = 1,
57
+ /** DKG_PHASE_CONTRIBUTING - Key registration closed; accepting Feldman DKG contributions */
58
+ DKG_PHASE_CONTRIBUTING = 2,
59
+ /** DKG_PHASE_ACTIVE - DKG complete, master key available, encrypted batch enabled */
60
+ DKG_PHASE_ACTIVE = 3,
61
+ UNRECOGNIZED = -1
62
+ }
63
+ export declare const DKGPhaseAmino: typeof DKGPhase;
64
+ export declare function dKGPhaseFromJSON(object: any): DKGPhase;
65
+ export declare function dKGPhaseToJSON(object: DKGPhase): string;
66
+ /**
67
+ * ShieldedOpRegistration defines a registered shielded operation.
68
+ * @name ShieldedOpRegistration
69
+ * @package sparkdream.shield.v1
70
+ * @see proto type: sparkdream.shield.v1.ShieldedOpRegistration
71
+ */
72
+ export interface ShieldedOpRegistration {
73
+ /**
74
+ * Full protobuf message type URL (e.g. "/sparkdream.blog.v1.MsgCreatePost")
75
+ */
76
+ messageTypeUrl: string;
77
+ /**
78
+ * Which proof domain is required
79
+ */
80
+ proofDomain: ProofDomain;
81
+ /**
82
+ * Minimum trust level required (0 = any member)
83
+ */
84
+ minTrustLevel: number;
85
+ /**
86
+ * Nullifier domain (scopes nullifiers to prevent cross-operation reuse)
87
+ */
88
+ nullifierDomain: number;
89
+ /**
90
+ * How the nullifier scope is determined
91
+ */
92
+ nullifierScopeType: NullifierScopeType;
93
+ /**
94
+ * Whether this operation is currently active
95
+ */
96
+ active: boolean;
97
+ /**
98
+ * Which execution modes this operation supports
99
+ */
100
+ batchMode: ShieldBatchMode;
101
+ /**
102
+ * Proto field name for scope extraction when nullifier_scope_type = MESSAGE_FIELD
103
+ * e.g. "post_id", "proposal_id", "collection_id"
104
+ * Must refer to a uint64 field in the inner message
105
+ */
106
+ scopeFieldPath: string;
107
+ }
108
+ export interface ShieldedOpRegistrationProtoMsg {
109
+ typeUrl: "/sparkdream.shield.v1.ShieldedOpRegistration";
110
+ value: Uint8Array;
111
+ }
112
+ /**
113
+ * ShieldedOpRegistration defines a registered shielded operation.
114
+ * @name ShieldedOpRegistrationAmino
115
+ * @package sparkdream.shield.v1
116
+ * @see proto type: sparkdream.shield.v1.ShieldedOpRegistration
117
+ */
118
+ export interface ShieldedOpRegistrationAmino {
119
+ /**
120
+ * Full protobuf message type URL (e.g. "/sparkdream.blog.v1.MsgCreatePost")
121
+ */
122
+ message_type_url?: string;
123
+ /**
124
+ * Which proof domain is required
125
+ */
126
+ proof_domain?: ProofDomain;
127
+ /**
128
+ * Minimum trust level required (0 = any member)
129
+ */
130
+ min_trust_level?: number;
131
+ /**
132
+ * Nullifier domain (scopes nullifiers to prevent cross-operation reuse)
133
+ */
134
+ nullifier_domain?: number;
135
+ /**
136
+ * How the nullifier scope is determined
137
+ */
138
+ nullifier_scope_type?: NullifierScopeType;
139
+ /**
140
+ * Whether this operation is currently active
141
+ */
142
+ active?: boolean;
143
+ /**
144
+ * Which execution modes this operation supports
145
+ */
146
+ batch_mode?: ShieldBatchMode;
147
+ /**
148
+ * Proto field name for scope extraction when nullifier_scope_type = MESSAGE_FIELD
149
+ * e.g. "post_id", "proposal_id", "collection_id"
150
+ * Must refer to a uint64 field in the inner message
151
+ */
152
+ scope_field_path?: string;
153
+ }
154
+ export interface ShieldedOpRegistrationAminoMsg {
155
+ type: "/sparkdream.shield.v1.ShieldedOpRegistration";
156
+ value: ShieldedOpRegistrationAmino;
157
+ }
158
+ /**
159
+ * UsedNullifier records a nullifier that has been consumed.
160
+ * Key: domain (uint32) + scope (uint64) + nullifier_hex (string)
161
+ * @name UsedNullifier
162
+ * @package sparkdream.shield.v1
163
+ * @see proto type: sparkdream.shield.v1.UsedNullifier
164
+ */
165
+ export interface UsedNullifier {
166
+ domain: number;
167
+ scope: bigint;
168
+ nullifierHex: string;
169
+ usedAtHeight: bigint;
170
+ }
171
+ export interface UsedNullifierProtoMsg {
172
+ typeUrl: "/sparkdream.shield.v1.UsedNullifier";
173
+ value: Uint8Array;
174
+ }
175
+ /**
176
+ * UsedNullifier records a nullifier that has been consumed.
177
+ * Key: domain (uint32) + scope (uint64) + nullifier_hex (string)
178
+ * @name UsedNullifierAmino
179
+ * @package sparkdream.shield.v1
180
+ * @see proto type: sparkdream.shield.v1.UsedNullifier
181
+ */
182
+ export interface UsedNullifierAmino {
183
+ domain?: number;
184
+ scope?: string;
185
+ nullifier_hex?: string;
186
+ used_at_height?: string;
187
+ }
188
+ export interface UsedNullifierAminoMsg {
189
+ type: "/sparkdream.shield.v1.UsedNullifier";
190
+ value: UsedNullifierAmino;
191
+ }
192
+ /**
193
+ * DayFunding tracks funding per day to enforce the daily cap.
194
+ * Day is calculated as block_height / 14400 (at 6s/block = 1 day).
195
+ * @name DayFunding
196
+ * @package sparkdream.shield.v1
197
+ * @see proto type: sparkdream.shield.v1.DayFunding
198
+ */
199
+ export interface DayFunding {
200
+ day: bigint;
201
+ amountFunded: string;
202
+ }
203
+ export interface DayFundingProtoMsg {
204
+ typeUrl: "/sparkdream.shield.v1.DayFunding";
205
+ value: Uint8Array;
206
+ }
207
+ /**
208
+ * DayFunding tracks funding per day to enforce the daily cap.
209
+ * Day is calculated as block_height / 14400 (at 6s/block = 1 day).
210
+ * @name DayFundingAmino
211
+ * @package sparkdream.shield.v1
212
+ * @see proto type: sparkdream.shield.v1.DayFunding
213
+ */
214
+ export interface DayFundingAmino {
215
+ day?: string;
216
+ amount_funded?: string;
217
+ }
218
+ export interface DayFundingAminoMsg {
219
+ type: "/sparkdream.shield.v1.DayFunding";
220
+ value: DayFundingAmino;
221
+ }
222
+ /**
223
+ * PendingShieldedOp is stored in queue until the shield epoch boundary triggers batch execution.
224
+ * @name PendingShieldedOp
225
+ * @package sparkdream.shield.v1
226
+ * @see proto type: sparkdream.shield.v1.PendingShieldedOp
227
+ */
228
+ export interface PendingShieldedOp {
229
+ id: bigint;
230
+ targetEpoch: bigint;
231
+ nullifier: Uint8Array;
232
+ merkleRoot: Uint8Array;
233
+ proofDomain: ProofDomain;
234
+ minTrustLevel: number;
235
+ encryptedPayload: Uint8Array;
236
+ submittedAtHeight: bigint;
237
+ submittedAtEpoch: bigint;
238
+ }
239
+ export interface PendingShieldedOpProtoMsg {
240
+ typeUrl: "/sparkdream.shield.v1.PendingShieldedOp";
241
+ value: Uint8Array;
242
+ }
243
+ /**
244
+ * PendingShieldedOp is stored in queue until the shield epoch boundary triggers batch execution.
245
+ * @name PendingShieldedOpAmino
246
+ * @package sparkdream.shield.v1
247
+ * @see proto type: sparkdream.shield.v1.PendingShieldedOp
248
+ */
249
+ export interface PendingShieldedOpAmino {
250
+ id?: string;
251
+ target_epoch?: string;
252
+ nullifier?: string;
253
+ merkle_root?: string;
254
+ proof_domain?: ProofDomain;
255
+ min_trust_level?: number;
256
+ encrypted_payload?: string;
257
+ submitted_at_height?: string;
258
+ submitted_at_epoch?: string;
259
+ }
260
+ export interface PendingShieldedOpAminoMsg {
261
+ type: "/sparkdream.shield.v1.PendingShieldedOp";
262
+ value: PendingShieldedOpAmino;
263
+ }
264
+ /**
265
+ * ShieldEpochState tracks the current shield epoch and decryption key availability.
266
+ * @name ShieldEpochState
267
+ * @package sparkdream.shield.v1
268
+ * @see proto type: sparkdream.shield.v1.ShieldEpochState
269
+ */
270
+ export interface ShieldEpochState {
271
+ currentEpoch: bigint;
272
+ epochStartHeight: bigint;
273
+ decryptionKeyAvailable: boolean;
274
+ }
275
+ export interface ShieldEpochStateProtoMsg {
276
+ typeUrl: "/sparkdream.shield.v1.ShieldEpochState";
277
+ value: Uint8Array;
278
+ }
279
+ /**
280
+ * ShieldEpochState tracks the current shield epoch and decryption key availability.
281
+ * @name ShieldEpochStateAmino
282
+ * @package sparkdream.shield.v1
283
+ * @see proto type: sparkdream.shield.v1.ShieldEpochState
284
+ */
285
+ export interface ShieldEpochStateAmino {
286
+ current_epoch?: string;
287
+ epoch_start_height?: string;
288
+ decryption_key_available?: boolean;
289
+ }
290
+ export interface ShieldEpochStateAminoMsg {
291
+ type: "/sparkdream.shield.v1.ShieldEpochState";
292
+ value: ShieldEpochStateAmino;
293
+ }
294
+ /**
295
+ * ShieldEpochDecryptionKey is the reconstructed epoch decryption key.
296
+ * @name ShieldEpochDecryptionKey
297
+ * @package sparkdream.shield.v1
298
+ * @see proto type: sparkdream.shield.v1.ShieldEpochDecryptionKey
299
+ */
300
+ export interface ShieldEpochDecryptionKey {
301
+ epoch: bigint;
302
+ /**
303
+ * BN256 G1 point (reconstructed epoch secret)
304
+ */
305
+ decryptionKey: Uint8Array;
306
+ reconstructedAtHeight: bigint;
307
+ }
308
+ export interface ShieldEpochDecryptionKeyProtoMsg {
309
+ typeUrl: "/sparkdream.shield.v1.ShieldEpochDecryptionKey";
310
+ value: Uint8Array;
311
+ }
312
+ /**
313
+ * ShieldEpochDecryptionKey is the reconstructed epoch decryption key.
314
+ * @name ShieldEpochDecryptionKeyAmino
315
+ * @package sparkdream.shield.v1
316
+ * @see proto type: sparkdream.shield.v1.ShieldEpochDecryptionKey
317
+ */
318
+ export interface ShieldEpochDecryptionKeyAmino {
319
+ epoch?: string;
320
+ /**
321
+ * BN256 G1 point (reconstructed epoch secret)
322
+ */
323
+ decryption_key?: string;
324
+ reconstructed_at_height?: string;
325
+ }
326
+ export interface ShieldEpochDecryptionKeyAminoMsg {
327
+ type: "/sparkdream.shield.v1.ShieldEpochDecryptionKey";
328
+ value: ShieldEpochDecryptionKeyAmino;
329
+ }
330
+ /**
331
+ * ShieldDecryptionShare is a validator's decryption share for a shield epoch.
332
+ * @name ShieldDecryptionShare
333
+ * @package sparkdream.shield.v1
334
+ * @see proto type: sparkdream.shield.v1.ShieldDecryptionShare
335
+ */
336
+ export interface ShieldDecryptionShare {
337
+ epoch: bigint;
338
+ validator: string;
339
+ /**
340
+ * epoch-derived share: masterShare_i * H_to_G1(epoch)
341
+ */
342
+ share: Uint8Array;
343
+ }
344
+ export interface ShieldDecryptionShareProtoMsg {
345
+ typeUrl: "/sparkdream.shield.v1.ShieldDecryptionShare";
346
+ value: Uint8Array;
347
+ }
348
+ /**
349
+ * ShieldDecryptionShare is a validator's decryption share for a shield epoch.
350
+ * @name ShieldDecryptionShareAmino
351
+ * @package sparkdream.shield.v1
352
+ * @see proto type: sparkdream.shield.v1.ShieldDecryptionShare
353
+ */
354
+ export interface ShieldDecryptionShareAmino {
355
+ epoch?: string;
356
+ validator?: string;
357
+ /**
358
+ * epoch-derived share: masterShare_i * H_to_G1(epoch)
359
+ */
360
+ share?: string;
361
+ }
362
+ export interface ShieldDecryptionShareAminoMsg {
363
+ type: "/sparkdream.shield.v1.ShieldDecryptionShare";
364
+ value: ShieldDecryptionShareAmino;
365
+ }
366
+ /**
367
+ * TLEKeySet stores the master public key and validator shares from the DKG ceremony.
368
+ * @name TLEKeySet
369
+ * @package sparkdream.shield.v1
370
+ * @see proto type: sparkdream.shield.v1.TLEKeySet
371
+ */
372
+ export interface TLEKeySet {
373
+ /**
374
+ * BN256 G1 point
375
+ */
376
+ masterPublicKey: Uint8Array;
377
+ /**
378
+ * e.g. 2
379
+ */
380
+ thresholdNumerator: bigint;
381
+ /**
382
+ * e.g. 3 -> 2/3 threshold
383
+ */
384
+ thresholdDenominator: bigint;
385
+ validatorShares: TLEValidatorPublicShare[];
386
+ createdAtHeight: bigint;
387
+ }
388
+ export interface TLEKeySetProtoMsg {
389
+ typeUrl: "/sparkdream.shield.v1.TLEKeySet";
390
+ value: Uint8Array;
391
+ }
392
+ /**
393
+ * TLEKeySet stores the master public key and validator shares from the DKG ceremony.
394
+ * @name TLEKeySetAmino
395
+ * @package sparkdream.shield.v1
396
+ * @see proto type: sparkdream.shield.v1.TLEKeySet
397
+ */
398
+ export interface TLEKeySetAmino {
399
+ /**
400
+ * BN256 G1 point
401
+ */
402
+ master_public_key?: string;
403
+ /**
404
+ * e.g. 2
405
+ */
406
+ threshold_numerator?: string;
407
+ /**
408
+ * e.g. 3 -> 2/3 threshold
409
+ */
410
+ threshold_denominator?: string;
411
+ validator_shares?: TLEValidatorPublicShareAmino[];
412
+ created_at_height?: string;
413
+ }
414
+ export interface TLEKeySetAminoMsg {
415
+ type: "/sparkdream.shield.v1.TLEKeySet";
416
+ value: TLEKeySetAmino;
417
+ }
418
+ /**
419
+ * TLEValidatorPublicShare stores a validator's public key share from the DKG.
420
+ * @name TLEValidatorPublicShare
421
+ * @package sparkdream.shield.v1
422
+ * @see proto type: sparkdream.shield.v1.TLEValidatorPublicShare
423
+ */
424
+ export interface TLEValidatorPublicShare {
425
+ validatorAddress: string;
426
+ /**
427
+ * BN256 G1 point
428
+ */
429
+ publicShare: Uint8Array;
430
+ /**
431
+ * Shamir share index
432
+ */
433
+ shareIndex: number;
434
+ /**
435
+ * BN256 G2 point (for pairing-based decryption share verification)
436
+ */
437
+ publicShareG2: Uint8Array;
438
+ }
439
+ export interface TLEValidatorPublicShareProtoMsg {
440
+ typeUrl: "/sparkdream.shield.v1.TLEValidatorPublicShare";
441
+ value: Uint8Array;
442
+ }
443
+ /**
444
+ * TLEValidatorPublicShare stores a validator's public key share from the DKG.
445
+ * @name TLEValidatorPublicShareAmino
446
+ * @package sparkdream.shield.v1
447
+ * @see proto type: sparkdream.shield.v1.TLEValidatorPublicShare
448
+ */
449
+ export interface TLEValidatorPublicShareAmino {
450
+ validator_address?: string;
451
+ /**
452
+ * BN256 G1 point
453
+ */
454
+ public_share?: string;
455
+ /**
456
+ * Shamir share index
457
+ */
458
+ share_index?: number;
459
+ /**
460
+ * BN256 G2 point (for pairing-based decryption share verification)
461
+ */
462
+ public_share_g2?: string;
463
+ }
464
+ export interface TLEValidatorPublicShareAminoMsg {
465
+ type: "/sparkdream.shield.v1.TLEValidatorPublicShare";
466
+ value: TLEValidatorPublicShareAmino;
467
+ }
468
+ /**
469
+ * DKGState tracks the current state of the on-chain Feldman DKG ceremony.
470
+ * @name DKGState
471
+ * @package sparkdream.shield.v1
472
+ * @see proto type: sparkdream.shield.v1.DKGState
473
+ */
474
+ export interface DKGState {
475
+ /**
476
+ * Monotonically increasing round number (new round = new ceremony)
477
+ */
478
+ round: bigint;
479
+ /**
480
+ * Current phase of the DKG
481
+ */
482
+ phase: DKGPhase;
483
+ /**
484
+ * Block height when REGISTERING phase started
485
+ */
486
+ openAtHeight: bigint;
487
+ /**
488
+ * Block height when REGISTERING phase ends and CONTRIBUTING starts
489
+ */
490
+ registrationDeadline: bigint;
491
+ /**
492
+ * Block height when CONTRIBUTING phase ends
493
+ */
494
+ contributionDeadline: bigint;
495
+ /**
496
+ * Threshold ratio for this DKG round
497
+ */
498
+ thresholdNumerator: bigint;
499
+ thresholdDenominator: bigint;
500
+ /**
501
+ * Snapshot of bonded validator addresses at DKG start
502
+ */
503
+ expectedValidators: string[];
504
+ /**
505
+ * Number of contributions received so far
506
+ */
507
+ contributionsReceived: bigint;
508
+ }
509
+ export interface DKGStateProtoMsg {
510
+ typeUrl: "/sparkdream.shield.v1.DKGState";
511
+ value: Uint8Array;
512
+ }
513
+ /**
514
+ * DKGState tracks the current state of the on-chain Feldman DKG ceremony.
515
+ * @name DKGStateAmino
516
+ * @package sparkdream.shield.v1
517
+ * @see proto type: sparkdream.shield.v1.DKGState
518
+ */
519
+ export interface DKGStateAmino {
520
+ /**
521
+ * Monotonically increasing round number (new round = new ceremony)
522
+ */
523
+ round?: string;
524
+ /**
525
+ * Current phase of the DKG
526
+ */
527
+ phase?: DKGPhase;
528
+ /**
529
+ * Block height when REGISTERING phase started
530
+ */
531
+ open_at_height?: string;
532
+ /**
533
+ * Block height when REGISTERING phase ends and CONTRIBUTING starts
534
+ */
535
+ registration_deadline?: string;
536
+ /**
537
+ * Block height when CONTRIBUTING phase ends
538
+ */
539
+ contribution_deadline?: string;
540
+ /**
541
+ * Threshold ratio for this DKG round
542
+ */
543
+ threshold_numerator?: string;
544
+ threshold_denominator?: string;
545
+ /**
546
+ * Snapshot of bonded validator addresses at DKG start
547
+ */
548
+ expected_validators?: string[];
549
+ /**
550
+ * Number of contributions received so far
551
+ */
552
+ contributions_received?: string;
553
+ }
554
+ export interface DKGStateAminoMsg {
555
+ type: "/sparkdream.shield.v1.DKGState";
556
+ value: DKGStateAmino;
557
+ }
558
+ /**
559
+ * DKGContribution is a validator's Feldman DKG contribution.
560
+ * @name DKGContribution
561
+ * @package sparkdream.shield.v1
562
+ * @see proto type: sparkdream.shield.v1.DKGContribution
563
+ */
564
+ export interface DKGContribution {
565
+ /**
566
+ * Validator who submitted this contribution
567
+ */
568
+ validatorAddress: string;
569
+ /**
570
+ * DKG round number (must match DKGState.round)
571
+ */
572
+ round: bigint;
573
+ /**
574
+ * Feldman commitments: [a₀*G, a₁*G, ..., a_{t-1}*G]
575
+ * where a_k are the polynomial coefficients and G is the BN256 G1 generator.
576
+ * Length must equal the threshold for this round.
577
+ */
578
+ feldmanCommitments: Uint8Array[];
579
+ /**
580
+ * ECIES-encrypted polynomial evaluations, one per other expected validator.
581
+ * Target validator decrypts to get p_i(j) and verifies against commitments.
582
+ */
583
+ encryptedEvaluations: EncryptedEvaluation[];
584
+ /**
585
+ * Schnorr proof of possession over validator address using a₀ as the secret key.
586
+ * Proves knowledge of the constant term (the validator's secret contribution).
587
+ */
588
+ proofOfPossession: Uint8Array;
589
+ /**
590
+ * G2 Feldman commitments: [a₀*G2, a₁*G2, ..., a_{t-1}*G2]
591
+ * Dual representation for pairing-based decryption share verification.
592
+ * Must have the same length as feldman_commitments and encode the same scalars.
593
+ */
594
+ feldmanCommitmentsG2: Uint8Array[];
595
+ }
596
+ export interface DKGContributionProtoMsg {
597
+ typeUrl: "/sparkdream.shield.v1.DKGContribution";
598
+ value: Uint8Array;
599
+ }
600
+ /**
601
+ * DKGContribution is a validator's Feldman DKG contribution.
602
+ * @name DKGContributionAmino
603
+ * @package sparkdream.shield.v1
604
+ * @see proto type: sparkdream.shield.v1.DKGContribution
605
+ */
606
+ export interface DKGContributionAmino {
607
+ /**
608
+ * Validator who submitted this contribution
609
+ */
610
+ validator_address?: string;
611
+ /**
612
+ * DKG round number (must match DKGState.round)
613
+ */
614
+ round?: string;
615
+ /**
616
+ * Feldman commitments: [a₀*G, a₁*G, ..., a_{t-1}*G]
617
+ * where a_k are the polynomial coefficients and G is the BN256 G1 generator.
618
+ * Length must equal the threshold for this round.
619
+ */
620
+ feldman_commitments?: string[];
621
+ /**
622
+ * ECIES-encrypted polynomial evaluations, one per other expected validator.
623
+ * Target validator decrypts to get p_i(j) and verifies against commitments.
624
+ */
625
+ encrypted_evaluations?: EncryptedEvaluationAmino[];
626
+ /**
627
+ * Schnorr proof of possession over validator address using a₀ as the secret key.
628
+ * Proves knowledge of the constant term (the validator's secret contribution).
629
+ */
630
+ proof_of_possession?: string;
631
+ /**
632
+ * G2 Feldman commitments: [a₀*G2, a₁*G2, ..., a_{t-1}*G2]
633
+ * Dual representation for pairing-based decryption share verification.
634
+ * Must have the same length as feldman_commitments and encode the same scalars.
635
+ */
636
+ feldman_commitments_g2?: string[];
637
+ }
638
+ export interface DKGContributionAminoMsg {
639
+ type: "/sparkdream.shield.v1.DKGContribution";
640
+ value: DKGContributionAmino;
641
+ }
642
+ /**
643
+ * EncryptedEvaluation is an ECIES-encrypted polynomial evaluation for a target validator.
644
+ * @name EncryptedEvaluation
645
+ * @package sparkdream.shield.v1
646
+ * @see proto type: sparkdream.shield.v1.EncryptedEvaluation
647
+ */
648
+ export interface EncryptedEvaluation {
649
+ /**
650
+ * 1-based index of the target validator in DKGState.expected_validators
651
+ */
652
+ targetIndex: number;
653
+ /**
654
+ * ECIES ciphertext: Enc(target_pub_key, p_i(target_index))
655
+ */
656
+ ciphertext: Uint8Array;
657
+ }
658
+ export interface EncryptedEvaluationProtoMsg {
659
+ typeUrl: "/sparkdream.shield.v1.EncryptedEvaluation";
660
+ value: Uint8Array;
661
+ }
662
+ /**
663
+ * EncryptedEvaluation is an ECIES-encrypted polynomial evaluation for a target validator.
664
+ * @name EncryptedEvaluationAmino
665
+ * @package sparkdream.shield.v1
666
+ * @see proto type: sparkdream.shield.v1.EncryptedEvaluation
667
+ */
668
+ export interface EncryptedEvaluationAmino {
669
+ /**
670
+ * 1-based index of the target validator in DKGState.expected_validators
671
+ */
672
+ target_index?: number;
673
+ /**
674
+ * ECIES ciphertext: Enc(target_pub_key, p_i(target_index))
675
+ */
676
+ ciphertext?: string;
677
+ }
678
+ export interface EncryptedEvaluationAminoMsg {
679
+ type: "/sparkdream.shield.v1.EncryptedEvaluation";
680
+ value: EncryptedEvaluationAmino;
681
+ }
682
+ /**
683
+ * DKGContributionEntry is a genesis helper for exporting DKG contributions.
684
+ * @name DKGContributionEntry
685
+ * @package sparkdream.shield.v1
686
+ * @see proto type: sparkdream.shield.v1.DKGContributionEntry
687
+ */
688
+ export interface DKGContributionEntry {
689
+ validatorAddress: string;
690
+ contribution: DKGContribution;
691
+ }
692
+ export interface DKGContributionEntryProtoMsg {
693
+ typeUrl: "/sparkdream.shield.v1.DKGContributionEntry";
694
+ value: Uint8Array;
695
+ }
696
+ /**
697
+ * DKGContributionEntry is a genesis helper for exporting DKG contributions.
698
+ * @name DKGContributionEntryAmino
699
+ * @package sparkdream.shield.v1
700
+ * @see proto type: sparkdream.shield.v1.DKGContributionEntry
701
+ */
702
+ export interface DKGContributionEntryAmino {
703
+ validator_address?: string;
704
+ contribution?: DKGContributionAmino;
705
+ }
706
+ export interface DKGContributionEntryAminoMsg {
707
+ type: "/sparkdream.shield.v1.DKGContributionEntry";
708
+ value: DKGContributionEntryAmino;
709
+ }
710
+ /**
711
+ * DKGVoteExtension is the payload validators embed in their vote extensions
712
+ * during DKG ceremonies. The type field determines which data is present.
713
+ * @name DKGVoteExtension
714
+ * @package sparkdream.shield.v1
715
+ * @see proto type: sparkdream.shield.v1.DKGVoteExtension
716
+ */
717
+ export interface DKGVoteExtension {
718
+ /**
719
+ * DKG round this extension relates to
720
+ */
721
+ round: bigint;
722
+ /**
723
+ * Which phase data this carries
724
+ */
725
+ phase: DKGPhase;
726
+ /**
727
+ * --- REGISTERING phase data ---
728
+ * BN256 G1 public key for ECIES encryption of polynomial evaluations
729
+ */
730
+ registrationPubKey: Uint8Array;
731
+ /**
732
+ * Schnorr proof of possession over the validator address
733
+ */
734
+ registrationPop: Uint8Array;
735
+ /**
736
+ * --- CONTRIBUTING phase data ---
737
+ * Feldman commitments: [a₀*G, a₁*G, ..., a_{t-1}*G]
738
+ */
739
+ feldmanCommitments: Uint8Array[];
740
+ /**
741
+ * ECIES-encrypted polynomial evaluations for other validators
742
+ */
743
+ encryptedEvaluations: EncryptedEvaluation[];
744
+ /**
745
+ * Schnorr proof of possession over validator address using a₀
746
+ */
747
+ contributionPop: Uint8Array;
748
+ /**
749
+ * G2 Feldman commitments (mirrors feldman_commitments on G2 for pairing checks)
750
+ */
751
+ feldmanCommitmentsG2: Uint8Array[];
752
+ /**
753
+ * --- Decryption share data (ACTIVE phase, when pending ops need decryption) ---
754
+ * The epoch for which this decryption share was computed
755
+ */
756
+ decryptionEpoch: bigint;
757
+ /**
758
+ * Epoch decryption share: secret_share_i * H_to_G1(epoch)
759
+ */
760
+ decryptionShare: Uint8Array;
761
+ }
762
+ export interface DKGVoteExtensionProtoMsg {
763
+ typeUrl: "/sparkdream.shield.v1.DKGVoteExtension";
764
+ value: Uint8Array;
765
+ }
766
+ /**
767
+ * DKGVoteExtension is the payload validators embed in their vote extensions
768
+ * during DKG ceremonies. The type field determines which data is present.
769
+ * @name DKGVoteExtensionAmino
770
+ * @package sparkdream.shield.v1
771
+ * @see proto type: sparkdream.shield.v1.DKGVoteExtension
772
+ */
773
+ export interface DKGVoteExtensionAmino {
774
+ /**
775
+ * DKG round this extension relates to
776
+ */
777
+ round?: string;
778
+ /**
779
+ * Which phase data this carries
780
+ */
781
+ phase?: DKGPhase;
782
+ /**
783
+ * --- REGISTERING phase data ---
784
+ * BN256 G1 public key for ECIES encryption of polynomial evaluations
785
+ */
786
+ registration_pub_key?: string;
787
+ /**
788
+ * Schnorr proof of possession over the validator address
789
+ */
790
+ registration_pop?: string;
791
+ /**
792
+ * --- CONTRIBUTING phase data ---
793
+ * Feldman commitments: [a₀*G, a₁*G, ..., a_{t-1}*G]
794
+ */
795
+ feldman_commitments?: string[];
796
+ /**
797
+ * ECIES-encrypted polynomial evaluations for other validators
798
+ */
799
+ encrypted_evaluations?: EncryptedEvaluationAmino[];
800
+ /**
801
+ * Schnorr proof of possession over validator address using a₀
802
+ */
803
+ contribution_pop?: string;
804
+ /**
805
+ * G2 Feldman commitments (mirrors feldman_commitments on G2 for pairing checks)
806
+ */
807
+ feldman_commitments_g2?: string[];
808
+ /**
809
+ * --- Decryption share data (ACTIVE phase, when pending ops need decryption) ---
810
+ * The epoch for which this decryption share was computed
811
+ */
812
+ decryption_epoch?: string;
813
+ /**
814
+ * Epoch decryption share: secret_share_i * H_to_G1(epoch)
815
+ */
816
+ decryption_share?: string;
817
+ }
818
+ export interface DKGVoteExtensionAminoMsg {
819
+ type: "/sparkdream.shield.v1.DKGVoteExtension";
820
+ value: DKGVoteExtensionAmino;
821
+ }
822
+ /**
823
+ * InjectedDKGData is the aggregated shield data injected by the block proposer
824
+ * as a pseudo-transaction at position 0 of the block.
825
+ * Carries DKG ceremony data (during REGISTERING/CONTRIBUTING) and/or
826
+ * epoch decryption shares (during ACTIVE phase with pending ops).
827
+ * @name InjectedDKGData
828
+ * @package sparkdream.shield.v1
829
+ * @see proto type: sparkdream.shield.v1.InjectedDKGData
830
+ */
831
+ export interface InjectedDKGData {
832
+ /**
833
+ * DKG round this injection relates to
834
+ */
835
+ round: bigint;
836
+ /**
837
+ * DKG phase at the time of injection
838
+ */
839
+ phase: DKGPhase;
840
+ /**
841
+ * Individual validator extensions (one per validator that provided data)
842
+ */
843
+ extensions: ValidatorDKGExtension[];
844
+ /**
845
+ * Decryption shares for epoch key reconstruction (populated during ACTIVE phase)
846
+ */
847
+ decryptionShares: InjectedDecryptionShare[];
848
+ }
849
+ export interface InjectedDKGDataProtoMsg {
850
+ typeUrl: "/sparkdream.shield.v1.InjectedDKGData";
851
+ value: Uint8Array;
852
+ }
853
+ /**
854
+ * InjectedDKGData is the aggregated shield data injected by the block proposer
855
+ * as a pseudo-transaction at position 0 of the block.
856
+ * Carries DKG ceremony data (during REGISTERING/CONTRIBUTING) and/or
857
+ * epoch decryption shares (during ACTIVE phase with pending ops).
858
+ * @name InjectedDKGDataAmino
859
+ * @package sparkdream.shield.v1
860
+ * @see proto type: sparkdream.shield.v1.InjectedDKGData
861
+ */
862
+ export interface InjectedDKGDataAmino {
863
+ /**
864
+ * DKG round this injection relates to
865
+ */
866
+ round?: string;
867
+ /**
868
+ * DKG phase at the time of injection
869
+ */
870
+ phase?: DKGPhase;
871
+ /**
872
+ * Individual validator extensions (one per validator that provided data)
873
+ */
874
+ extensions?: ValidatorDKGExtensionAmino[];
875
+ /**
876
+ * Decryption shares for epoch key reconstruction (populated during ACTIVE phase)
877
+ */
878
+ decryption_shares?: InjectedDecryptionShareAmino[];
879
+ }
880
+ export interface InjectedDKGDataAminoMsg {
881
+ type: "/sparkdream.shield.v1.InjectedDKGData";
882
+ value: InjectedDKGDataAmino;
883
+ }
884
+ /**
885
+ * InjectedDecryptionShare pairs a validator's consensus address with their
886
+ * epoch decryption share for threshold reconstruction.
887
+ * @name InjectedDecryptionShare
888
+ * @package sparkdream.shield.v1
889
+ * @see proto type: sparkdream.shield.v1.InjectedDecryptionShare
890
+ */
891
+ export interface InjectedDecryptionShare {
892
+ /**
893
+ * CometBFT validator address (consensus address)
894
+ */
895
+ validatorAddress: Uint8Array;
896
+ /**
897
+ * The shield epoch this share decrypts
898
+ */
899
+ epoch: bigint;
900
+ /**
901
+ * The decryption share: secret_share_i * H_to_G1(epoch)
902
+ */
903
+ share: Uint8Array;
904
+ }
905
+ export interface InjectedDecryptionShareProtoMsg {
906
+ typeUrl: "/sparkdream.shield.v1.InjectedDecryptionShare";
907
+ value: Uint8Array;
908
+ }
909
+ /**
910
+ * InjectedDecryptionShare pairs a validator's consensus address with their
911
+ * epoch decryption share for threshold reconstruction.
912
+ * @name InjectedDecryptionShareAmino
913
+ * @package sparkdream.shield.v1
914
+ * @see proto type: sparkdream.shield.v1.InjectedDecryptionShare
915
+ */
916
+ export interface InjectedDecryptionShareAmino {
917
+ /**
918
+ * CometBFT validator address (consensus address)
919
+ */
920
+ validator_address?: string;
921
+ /**
922
+ * The shield epoch this share decrypts
923
+ */
924
+ epoch?: string;
925
+ /**
926
+ * The decryption share: secret_share_i * H_to_G1(epoch)
927
+ */
928
+ share?: string;
929
+ }
930
+ export interface InjectedDecryptionShareAminoMsg {
931
+ type: "/sparkdream.shield.v1.InjectedDecryptionShare";
932
+ value: InjectedDecryptionShareAmino;
933
+ }
934
+ /**
935
+ * ValidatorDKGExtension pairs a validator's consensus address with their DKG vote extension.
936
+ * @name ValidatorDKGExtension
937
+ * @package sparkdream.shield.v1
938
+ * @see proto type: sparkdream.shield.v1.ValidatorDKGExtension
939
+ */
940
+ export interface ValidatorDKGExtension {
941
+ /**
942
+ * CometBFT validator address (consensus address, NOT operator address)
943
+ */
944
+ validatorAddress: Uint8Array;
945
+ /**
946
+ * The vote extension data from this validator
947
+ */
948
+ extension: DKGVoteExtension;
949
+ }
950
+ export interface ValidatorDKGExtensionProtoMsg {
951
+ typeUrl: "/sparkdream.shield.v1.ValidatorDKGExtension";
952
+ value: Uint8Array;
953
+ }
954
+ /**
955
+ * ValidatorDKGExtension pairs a validator's consensus address with their DKG vote extension.
956
+ * @name ValidatorDKGExtensionAmino
957
+ * @package sparkdream.shield.v1
958
+ * @see proto type: sparkdream.shield.v1.ValidatorDKGExtension
959
+ */
960
+ export interface ValidatorDKGExtensionAmino {
961
+ /**
962
+ * CometBFT validator address (consensus address, NOT operator address)
963
+ */
964
+ validator_address?: string;
965
+ /**
966
+ * The vote extension data from this validator
967
+ */
968
+ extension?: DKGVoteExtensionAmino;
969
+ }
970
+ export interface ValidatorDKGExtensionAminoMsg {
971
+ type: "/sparkdream.shield.v1.ValidatorDKGExtension";
972
+ value: ValidatorDKGExtensionAmino;
973
+ }
974
+ /**
975
+ * VerificationKey stores a ZK circuit verification key.
976
+ * @name VerificationKey
977
+ * @package sparkdream.shield.v1
978
+ * @see proto type: sparkdream.shield.v1.VerificationKey
979
+ */
980
+ export interface VerificationKey {
981
+ /**
982
+ * e.g. "shield_v1"
983
+ */
984
+ circuitId: string;
985
+ /**
986
+ * serialized Groth16/PLONK verification key
987
+ */
988
+ vkBytes: Uint8Array;
989
+ description: string;
990
+ }
991
+ export interface VerificationKeyProtoMsg {
992
+ typeUrl: "/sparkdream.shield.v1.VerificationKey";
993
+ value: Uint8Array;
994
+ }
995
+ /**
996
+ * VerificationKey stores a ZK circuit verification key.
997
+ * @name VerificationKeyAmino
998
+ * @package sparkdream.shield.v1
999
+ * @see proto type: sparkdream.shield.v1.VerificationKey
1000
+ */
1001
+ export interface VerificationKeyAmino {
1002
+ /**
1003
+ * e.g. "shield_v1"
1004
+ */
1005
+ circuit_id?: string;
1006
+ /**
1007
+ * serialized Groth16/PLONK verification key
1008
+ */
1009
+ vk_bytes?: string;
1010
+ description?: string;
1011
+ }
1012
+ export interface VerificationKeyAminoMsg {
1013
+ type: "/sparkdream.shield.v1.VerificationKey";
1014
+ value: VerificationKeyAmino;
1015
+ }
1016
+ /**
1017
+ * IdentityRateLimitEntry is a genesis helper for exporting rate limit state.
1018
+ * @name IdentityRateLimitEntry
1019
+ * @package sparkdream.shield.v1
1020
+ * @see proto type: sparkdream.shield.v1.IdentityRateLimitEntry
1021
+ */
1022
+ export interface IdentityRateLimitEntry {
1023
+ epoch: bigint;
1024
+ rateLimitNullifierHex: string;
1025
+ count: bigint;
1026
+ }
1027
+ export interface IdentityRateLimitEntryProtoMsg {
1028
+ typeUrl: "/sparkdream.shield.v1.IdentityRateLimitEntry";
1029
+ value: Uint8Array;
1030
+ }
1031
+ /**
1032
+ * IdentityRateLimitEntry is a genesis helper for exporting rate limit state.
1033
+ * @name IdentityRateLimitEntryAmino
1034
+ * @package sparkdream.shield.v1
1035
+ * @see proto type: sparkdream.shield.v1.IdentityRateLimitEntry
1036
+ */
1037
+ export interface IdentityRateLimitEntryAmino {
1038
+ epoch?: string;
1039
+ rate_limit_nullifier_hex?: string;
1040
+ count?: string;
1041
+ }
1042
+ export interface IdentityRateLimitEntryAminoMsg {
1043
+ type: "/sparkdream.shield.v1.IdentityRateLimitEntry";
1044
+ value: IdentityRateLimitEntryAmino;
1045
+ }
1046
+ /**
1047
+ * TLEMissCounterEntry is a genesis helper for exporting TLE miss counters.
1048
+ * @name TLEMissCounterEntry
1049
+ * @package sparkdream.shield.v1
1050
+ * @see proto type: sparkdream.shield.v1.TLEMissCounterEntry
1051
+ */
1052
+ export interface TLEMissCounterEntry {
1053
+ validatorAddress: string;
1054
+ missCount: bigint;
1055
+ }
1056
+ export interface TLEMissCounterEntryProtoMsg {
1057
+ typeUrl: "/sparkdream.shield.v1.TLEMissCounterEntry";
1058
+ value: Uint8Array;
1059
+ }
1060
+ /**
1061
+ * TLEMissCounterEntry is a genesis helper for exporting TLE miss counters.
1062
+ * @name TLEMissCounterEntryAmino
1063
+ * @package sparkdream.shield.v1
1064
+ * @see proto type: sparkdream.shield.v1.TLEMissCounterEntry
1065
+ */
1066
+ export interface TLEMissCounterEntryAmino {
1067
+ validator_address?: string;
1068
+ miss_count?: string;
1069
+ }
1070
+ export interface TLEMissCounterEntryAminoMsg {
1071
+ type: "/sparkdream.shield.v1.TLEMissCounterEntry";
1072
+ value: TLEMissCounterEntryAmino;
1073
+ }
1074
+ /**
1075
+ * ShieldedOpRegistration defines a registered shielded operation.
1076
+ * @name ShieldedOpRegistration
1077
+ * @package sparkdream.shield.v1
1078
+ * @see proto type: sparkdream.shield.v1.ShieldedOpRegistration
1079
+ */
1080
+ export declare const ShieldedOpRegistration: {
1081
+ typeUrl: string;
1082
+ encode(message: ShieldedOpRegistration, writer?: BinaryWriter): BinaryWriter;
1083
+ decode(input: BinaryReader | Uint8Array, length?: number): ShieldedOpRegistration;
1084
+ fromPartial(object: DeepPartial<ShieldedOpRegistration>): ShieldedOpRegistration;
1085
+ fromAmino(object: ShieldedOpRegistrationAmino): ShieldedOpRegistration;
1086
+ toAmino(message: ShieldedOpRegistration): ShieldedOpRegistrationAmino;
1087
+ fromAminoMsg(object: ShieldedOpRegistrationAminoMsg): ShieldedOpRegistration;
1088
+ fromProtoMsg(message: ShieldedOpRegistrationProtoMsg): ShieldedOpRegistration;
1089
+ toProto(message: ShieldedOpRegistration): Uint8Array;
1090
+ toProtoMsg(message: ShieldedOpRegistration): ShieldedOpRegistrationProtoMsg;
1091
+ };
1092
+ /**
1093
+ * UsedNullifier records a nullifier that has been consumed.
1094
+ * Key: domain (uint32) + scope (uint64) + nullifier_hex (string)
1095
+ * @name UsedNullifier
1096
+ * @package sparkdream.shield.v1
1097
+ * @see proto type: sparkdream.shield.v1.UsedNullifier
1098
+ */
1099
+ export declare const UsedNullifier: {
1100
+ typeUrl: string;
1101
+ encode(message: UsedNullifier, writer?: BinaryWriter): BinaryWriter;
1102
+ decode(input: BinaryReader | Uint8Array, length?: number): UsedNullifier;
1103
+ fromPartial(object: DeepPartial<UsedNullifier>): UsedNullifier;
1104
+ fromAmino(object: UsedNullifierAmino): UsedNullifier;
1105
+ toAmino(message: UsedNullifier): UsedNullifierAmino;
1106
+ fromAminoMsg(object: UsedNullifierAminoMsg): UsedNullifier;
1107
+ fromProtoMsg(message: UsedNullifierProtoMsg): UsedNullifier;
1108
+ toProto(message: UsedNullifier): Uint8Array;
1109
+ toProtoMsg(message: UsedNullifier): UsedNullifierProtoMsg;
1110
+ };
1111
+ /**
1112
+ * DayFunding tracks funding per day to enforce the daily cap.
1113
+ * Day is calculated as block_height / 14400 (at 6s/block = 1 day).
1114
+ * @name DayFunding
1115
+ * @package sparkdream.shield.v1
1116
+ * @see proto type: sparkdream.shield.v1.DayFunding
1117
+ */
1118
+ export declare const DayFunding: {
1119
+ typeUrl: string;
1120
+ encode(message: DayFunding, writer?: BinaryWriter): BinaryWriter;
1121
+ decode(input: BinaryReader | Uint8Array, length?: number): DayFunding;
1122
+ fromPartial(object: DeepPartial<DayFunding>): DayFunding;
1123
+ fromAmino(object: DayFundingAmino): DayFunding;
1124
+ toAmino(message: DayFunding): DayFundingAmino;
1125
+ fromAminoMsg(object: DayFundingAminoMsg): DayFunding;
1126
+ fromProtoMsg(message: DayFundingProtoMsg): DayFunding;
1127
+ toProto(message: DayFunding): Uint8Array;
1128
+ toProtoMsg(message: DayFunding): DayFundingProtoMsg;
1129
+ };
1130
+ /**
1131
+ * PendingShieldedOp is stored in queue until the shield epoch boundary triggers batch execution.
1132
+ * @name PendingShieldedOp
1133
+ * @package sparkdream.shield.v1
1134
+ * @see proto type: sparkdream.shield.v1.PendingShieldedOp
1135
+ */
1136
+ export declare const PendingShieldedOp: {
1137
+ typeUrl: string;
1138
+ encode(message: PendingShieldedOp, writer?: BinaryWriter): BinaryWriter;
1139
+ decode(input: BinaryReader | Uint8Array, length?: number): PendingShieldedOp;
1140
+ fromPartial(object: DeepPartial<PendingShieldedOp>): PendingShieldedOp;
1141
+ fromAmino(object: PendingShieldedOpAmino): PendingShieldedOp;
1142
+ toAmino(message: PendingShieldedOp): PendingShieldedOpAmino;
1143
+ fromAminoMsg(object: PendingShieldedOpAminoMsg): PendingShieldedOp;
1144
+ fromProtoMsg(message: PendingShieldedOpProtoMsg): PendingShieldedOp;
1145
+ toProto(message: PendingShieldedOp): Uint8Array;
1146
+ toProtoMsg(message: PendingShieldedOp): PendingShieldedOpProtoMsg;
1147
+ };
1148
+ /**
1149
+ * ShieldEpochState tracks the current shield epoch and decryption key availability.
1150
+ * @name ShieldEpochState
1151
+ * @package sparkdream.shield.v1
1152
+ * @see proto type: sparkdream.shield.v1.ShieldEpochState
1153
+ */
1154
+ export declare const ShieldEpochState: {
1155
+ typeUrl: string;
1156
+ encode(message: ShieldEpochState, writer?: BinaryWriter): BinaryWriter;
1157
+ decode(input: BinaryReader | Uint8Array, length?: number): ShieldEpochState;
1158
+ fromPartial(object: DeepPartial<ShieldEpochState>): ShieldEpochState;
1159
+ fromAmino(object: ShieldEpochStateAmino): ShieldEpochState;
1160
+ toAmino(message: ShieldEpochState): ShieldEpochStateAmino;
1161
+ fromAminoMsg(object: ShieldEpochStateAminoMsg): ShieldEpochState;
1162
+ fromProtoMsg(message: ShieldEpochStateProtoMsg): ShieldEpochState;
1163
+ toProto(message: ShieldEpochState): Uint8Array;
1164
+ toProtoMsg(message: ShieldEpochState): ShieldEpochStateProtoMsg;
1165
+ };
1166
+ /**
1167
+ * ShieldEpochDecryptionKey is the reconstructed epoch decryption key.
1168
+ * @name ShieldEpochDecryptionKey
1169
+ * @package sparkdream.shield.v1
1170
+ * @see proto type: sparkdream.shield.v1.ShieldEpochDecryptionKey
1171
+ */
1172
+ export declare const ShieldEpochDecryptionKey: {
1173
+ typeUrl: string;
1174
+ encode(message: ShieldEpochDecryptionKey, writer?: BinaryWriter): BinaryWriter;
1175
+ decode(input: BinaryReader | Uint8Array, length?: number): ShieldEpochDecryptionKey;
1176
+ fromPartial(object: DeepPartial<ShieldEpochDecryptionKey>): ShieldEpochDecryptionKey;
1177
+ fromAmino(object: ShieldEpochDecryptionKeyAmino): ShieldEpochDecryptionKey;
1178
+ toAmino(message: ShieldEpochDecryptionKey): ShieldEpochDecryptionKeyAmino;
1179
+ fromAminoMsg(object: ShieldEpochDecryptionKeyAminoMsg): ShieldEpochDecryptionKey;
1180
+ fromProtoMsg(message: ShieldEpochDecryptionKeyProtoMsg): ShieldEpochDecryptionKey;
1181
+ toProto(message: ShieldEpochDecryptionKey): Uint8Array;
1182
+ toProtoMsg(message: ShieldEpochDecryptionKey): ShieldEpochDecryptionKeyProtoMsg;
1183
+ };
1184
+ /**
1185
+ * ShieldDecryptionShare is a validator's decryption share for a shield epoch.
1186
+ * @name ShieldDecryptionShare
1187
+ * @package sparkdream.shield.v1
1188
+ * @see proto type: sparkdream.shield.v1.ShieldDecryptionShare
1189
+ */
1190
+ export declare const ShieldDecryptionShare: {
1191
+ typeUrl: string;
1192
+ encode(message: ShieldDecryptionShare, writer?: BinaryWriter): BinaryWriter;
1193
+ decode(input: BinaryReader | Uint8Array, length?: number): ShieldDecryptionShare;
1194
+ fromPartial(object: DeepPartial<ShieldDecryptionShare>): ShieldDecryptionShare;
1195
+ fromAmino(object: ShieldDecryptionShareAmino): ShieldDecryptionShare;
1196
+ toAmino(message: ShieldDecryptionShare): ShieldDecryptionShareAmino;
1197
+ fromAminoMsg(object: ShieldDecryptionShareAminoMsg): ShieldDecryptionShare;
1198
+ fromProtoMsg(message: ShieldDecryptionShareProtoMsg): ShieldDecryptionShare;
1199
+ toProto(message: ShieldDecryptionShare): Uint8Array;
1200
+ toProtoMsg(message: ShieldDecryptionShare): ShieldDecryptionShareProtoMsg;
1201
+ };
1202
+ /**
1203
+ * TLEKeySet stores the master public key and validator shares from the DKG ceremony.
1204
+ * @name TLEKeySet
1205
+ * @package sparkdream.shield.v1
1206
+ * @see proto type: sparkdream.shield.v1.TLEKeySet
1207
+ */
1208
+ export declare const TLEKeySet: {
1209
+ typeUrl: string;
1210
+ encode(message: TLEKeySet, writer?: BinaryWriter): BinaryWriter;
1211
+ decode(input: BinaryReader | Uint8Array, length?: number): TLEKeySet;
1212
+ fromPartial(object: DeepPartial<TLEKeySet>): TLEKeySet;
1213
+ fromAmino(object: TLEKeySetAmino): TLEKeySet;
1214
+ toAmino(message: TLEKeySet): TLEKeySetAmino;
1215
+ fromAminoMsg(object: TLEKeySetAminoMsg): TLEKeySet;
1216
+ fromProtoMsg(message: TLEKeySetProtoMsg): TLEKeySet;
1217
+ toProto(message: TLEKeySet): Uint8Array;
1218
+ toProtoMsg(message: TLEKeySet): TLEKeySetProtoMsg;
1219
+ };
1220
+ /**
1221
+ * TLEValidatorPublicShare stores a validator's public key share from the DKG.
1222
+ * @name TLEValidatorPublicShare
1223
+ * @package sparkdream.shield.v1
1224
+ * @see proto type: sparkdream.shield.v1.TLEValidatorPublicShare
1225
+ */
1226
+ export declare const TLEValidatorPublicShare: {
1227
+ typeUrl: string;
1228
+ encode(message: TLEValidatorPublicShare, writer?: BinaryWriter): BinaryWriter;
1229
+ decode(input: BinaryReader | Uint8Array, length?: number): TLEValidatorPublicShare;
1230
+ fromPartial(object: DeepPartial<TLEValidatorPublicShare>): TLEValidatorPublicShare;
1231
+ fromAmino(object: TLEValidatorPublicShareAmino): TLEValidatorPublicShare;
1232
+ toAmino(message: TLEValidatorPublicShare): TLEValidatorPublicShareAmino;
1233
+ fromAminoMsg(object: TLEValidatorPublicShareAminoMsg): TLEValidatorPublicShare;
1234
+ fromProtoMsg(message: TLEValidatorPublicShareProtoMsg): TLEValidatorPublicShare;
1235
+ toProto(message: TLEValidatorPublicShare): Uint8Array;
1236
+ toProtoMsg(message: TLEValidatorPublicShare): TLEValidatorPublicShareProtoMsg;
1237
+ };
1238
+ /**
1239
+ * DKGState tracks the current state of the on-chain Feldman DKG ceremony.
1240
+ * @name DKGState
1241
+ * @package sparkdream.shield.v1
1242
+ * @see proto type: sparkdream.shield.v1.DKGState
1243
+ */
1244
+ export declare const DKGState: {
1245
+ typeUrl: string;
1246
+ encode(message: DKGState, writer?: BinaryWriter): BinaryWriter;
1247
+ decode(input: BinaryReader | Uint8Array, length?: number): DKGState;
1248
+ fromPartial(object: DeepPartial<DKGState>): DKGState;
1249
+ fromAmino(object: DKGStateAmino): DKGState;
1250
+ toAmino(message: DKGState): DKGStateAmino;
1251
+ fromAminoMsg(object: DKGStateAminoMsg): DKGState;
1252
+ fromProtoMsg(message: DKGStateProtoMsg): DKGState;
1253
+ toProto(message: DKGState): Uint8Array;
1254
+ toProtoMsg(message: DKGState): DKGStateProtoMsg;
1255
+ };
1256
+ /**
1257
+ * DKGContribution is a validator's Feldman DKG contribution.
1258
+ * @name DKGContribution
1259
+ * @package sparkdream.shield.v1
1260
+ * @see proto type: sparkdream.shield.v1.DKGContribution
1261
+ */
1262
+ export declare const DKGContribution: {
1263
+ typeUrl: string;
1264
+ encode(message: DKGContribution, writer?: BinaryWriter): BinaryWriter;
1265
+ decode(input: BinaryReader | Uint8Array, length?: number): DKGContribution;
1266
+ fromPartial(object: DeepPartial<DKGContribution>): DKGContribution;
1267
+ fromAmino(object: DKGContributionAmino): DKGContribution;
1268
+ toAmino(message: DKGContribution): DKGContributionAmino;
1269
+ fromAminoMsg(object: DKGContributionAminoMsg): DKGContribution;
1270
+ fromProtoMsg(message: DKGContributionProtoMsg): DKGContribution;
1271
+ toProto(message: DKGContribution): Uint8Array;
1272
+ toProtoMsg(message: DKGContribution): DKGContributionProtoMsg;
1273
+ };
1274
+ /**
1275
+ * EncryptedEvaluation is an ECIES-encrypted polynomial evaluation for a target validator.
1276
+ * @name EncryptedEvaluation
1277
+ * @package sparkdream.shield.v1
1278
+ * @see proto type: sparkdream.shield.v1.EncryptedEvaluation
1279
+ */
1280
+ export declare const EncryptedEvaluation: {
1281
+ typeUrl: string;
1282
+ encode(message: EncryptedEvaluation, writer?: BinaryWriter): BinaryWriter;
1283
+ decode(input: BinaryReader | Uint8Array, length?: number): EncryptedEvaluation;
1284
+ fromPartial(object: DeepPartial<EncryptedEvaluation>): EncryptedEvaluation;
1285
+ fromAmino(object: EncryptedEvaluationAmino): EncryptedEvaluation;
1286
+ toAmino(message: EncryptedEvaluation): EncryptedEvaluationAmino;
1287
+ fromAminoMsg(object: EncryptedEvaluationAminoMsg): EncryptedEvaluation;
1288
+ fromProtoMsg(message: EncryptedEvaluationProtoMsg): EncryptedEvaluation;
1289
+ toProto(message: EncryptedEvaluation): Uint8Array;
1290
+ toProtoMsg(message: EncryptedEvaluation): EncryptedEvaluationProtoMsg;
1291
+ };
1292
+ /**
1293
+ * DKGContributionEntry is a genesis helper for exporting DKG contributions.
1294
+ * @name DKGContributionEntry
1295
+ * @package sparkdream.shield.v1
1296
+ * @see proto type: sparkdream.shield.v1.DKGContributionEntry
1297
+ */
1298
+ export declare const DKGContributionEntry: {
1299
+ typeUrl: string;
1300
+ encode(message: DKGContributionEntry, writer?: BinaryWriter): BinaryWriter;
1301
+ decode(input: BinaryReader | Uint8Array, length?: number): DKGContributionEntry;
1302
+ fromPartial(object: DeepPartial<DKGContributionEntry>): DKGContributionEntry;
1303
+ fromAmino(object: DKGContributionEntryAmino): DKGContributionEntry;
1304
+ toAmino(message: DKGContributionEntry): DKGContributionEntryAmino;
1305
+ fromAminoMsg(object: DKGContributionEntryAminoMsg): DKGContributionEntry;
1306
+ fromProtoMsg(message: DKGContributionEntryProtoMsg): DKGContributionEntry;
1307
+ toProto(message: DKGContributionEntry): Uint8Array;
1308
+ toProtoMsg(message: DKGContributionEntry): DKGContributionEntryProtoMsg;
1309
+ };
1310
+ /**
1311
+ * DKGVoteExtension is the payload validators embed in their vote extensions
1312
+ * during DKG ceremonies. The type field determines which data is present.
1313
+ * @name DKGVoteExtension
1314
+ * @package sparkdream.shield.v1
1315
+ * @see proto type: sparkdream.shield.v1.DKGVoteExtension
1316
+ */
1317
+ export declare const DKGVoteExtension: {
1318
+ typeUrl: string;
1319
+ encode(message: DKGVoteExtension, writer?: BinaryWriter): BinaryWriter;
1320
+ decode(input: BinaryReader | Uint8Array, length?: number): DKGVoteExtension;
1321
+ fromPartial(object: DeepPartial<DKGVoteExtension>): DKGVoteExtension;
1322
+ fromAmino(object: DKGVoteExtensionAmino): DKGVoteExtension;
1323
+ toAmino(message: DKGVoteExtension): DKGVoteExtensionAmino;
1324
+ fromAminoMsg(object: DKGVoteExtensionAminoMsg): DKGVoteExtension;
1325
+ fromProtoMsg(message: DKGVoteExtensionProtoMsg): DKGVoteExtension;
1326
+ toProto(message: DKGVoteExtension): Uint8Array;
1327
+ toProtoMsg(message: DKGVoteExtension): DKGVoteExtensionProtoMsg;
1328
+ };
1329
+ /**
1330
+ * InjectedDKGData is the aggregated shield data injected by the block proposer
1331
+ * as a pseudo-transaction at position 0 of the block.
1332
+ * Carries DKG ceremony data (during REGISTERING/CONTRIBUTING) and/or
1333
+ * epoch decryption shares (during ACTIVE phase with pending ops).
1334
+ * @name InjectedDKGData
1335
+ * @package sparkdream.shield.v1
1336
+ * @see proto type: sparkdream.shield.v1.InjectedDKGData
1337
+ */
1338
+ export declare const InjectedDKGData: {
1339
+ typeUrl: string;
1340
+ encode(message: InjectedDKGData, writer?: BinaryWriter): BinaryWriter;
1341
+ decode(input: BinaryReader | Uint8Array, length?: number): InjectedDKGData;
1342
+ fromPartial(object: DeepPartial<InjectedDKGData>): InjectedDKGData;
1343
+ fromAmino(object: InjectedDKGDataAmino): InjectedDKGData;
1344
+ toAmino(message: InjectedDKGData): InjectedDKGDataAmino;
1345
+ fromAminoMsg(object: InjectedDKGDataAminoMsg): InjectedDKGData;
1346
+ fromProtoMsg(message: InjectedDKGDataProtoMsg): InjectedDKGData;
1347
+ toProto(message: InjectedDKGData): Uint8Array;
1348
+ toProtoMsg(message: InjectedDKGData): InjectedDKGDataProtoMsg;
1349
+ };
1350
+ /**
1351
+ * InjectedDecryptionShare pairs a validator's consensus address with their
1352
+ * epoch decryption share for threshold reconstruction.
1353
+ * @name InjectedDecryptionShare
1354
+ * @package sparkdream.shield.v1
1355
+ * @see proto type: sparkdream.shield.v1.InjectedDecryptionShare
1356
+ */
1357
+ export declare const InjectedDecryptionShare: {
1358
+ typeUrl: string;
1359
+ encode(message: InjectedDecryptionShare, writer?: BinaryWriter): BinaryWriter;
1360
+ decode(input: BinaryReader | Uint8Array, length?: number): InjectedDecryptionShare;
1361
+ fromPartial(object: DeepPartial<InjectedDecryptionShare>): InjectedDecryptionShare;
1362
+ fromAmino(object: InjectedDecryptionShareAmino): InjectedDecryptionShare;
1363
+ toAmino(message: InjectedDecryptionShare): InjectedDecryptionShareAmino;
1364
+ fromAminoMsg(object: InjectedDecryptionShareAminoMsg): InjectedDecryptionShare;
1365
+ fromProtoMsg(message: InjectedDecryptionShareProtoMsg): InjectedDecryptionShare;
1366
+ toProto(message: InjectedDecryptionShare): Uint8Array;
1367
+ toProtoMsg(message: InjectedDecryptionShare): InjectedDecryptionShareProtoMsg;
1368
+ };
1369
+ /**
1370
+ * ValidatorDKGExtension pairs a validator's consensus address with their DKG vote extension.
1371
+ * @name ValidatorDKGExtension
1372
+ * @package sparkdream.shield.v1
1373
+ * @see proto type: sparkdream.shield.v1.ValidatorDKGExtension
1374
+ */
1375
+ export declare const ValidatorDKGExtension: {
1376
+ typeUrl: string;
1377
+ encode(message: ValidatorDKGExtension, writer?: BinaryWriter): BinaryWriter;
1378
+ decode(input: BinaryReader | Uint8Array, length?: number): ValidatorDKGExtension;
1379
+ fromPartial(object: DeepPartial<ValidatorDKGExtension>): ValidatorDKGExtension;
1380
+ fromAmino(object: ValidatorDKGExtensionAmino): ValidatorDKGExtension;
1381
+ toAmino(message: ValidatorDKGExtension): ValidatorDKGExtensionAmino;
1382
+ fromAminoMsg(object: ValidatorDKGExtensionAminoMsg): ValidatorDKGExtension;
1383
+ fromProtoMsg(message: ValidatorDKGExtensionProtoMsg): ValidatorDKGExtension;
1384
+ toProto(message: ValidatorDKGExtension): Uint8Array;
1385
+ toProtoMsg(message: ValidatorDKGExtension): ValidatorDKGExtensionProtoMsg;
1386
+ };
1387
+ /**
1388
+ * VerificationKey stores a ZK circuit verification key.
1389
+ * @name VerificationKey
1390
+ * @package sparkdream.shield.v1
1391
+ * @see proto type: sparkdream.shield.v1.VerificationKey
1392
+ */
1393
+ export declare const VerificationKey: {
1394
+ typeUrl: string;
1395
+ encode(message: VerificationKey, writer?: BinaryWriter): BinaryWriter;
1396
+ decode(input: BinaryReader | Uint8Array, length?: number): VerificationKey;
1397
+ fromPartial(object: DeepPartial<VerificationKey>): VerificationKey;
1398
+ fromAmino(object: VerificationKeyAmino): VerificationKey;
1399
+ toAmino(message: VerificationKey): VerificationKeyAmino;
1400
+ fromAminoMsg(object: VerificationKeyAminoMsg): VerificationKey;
1401
+ fromProtoMsg(message: VerificationKeyProtoMsg): VerificationKey;
1402
+ toProto(message: VerificationKey): Uint8Array;
1403
+ toProtoMsg(message: VerificationKey): VerificationKeyProtoMsg;
1404
+ };
1405
+ /**
1406
+ * IdentityRateLimitEntry is a genesis helper for exporting rate limit state.
1407
+ * @name IdentityRateLimitEntry
1408
+ * @package sparkdream.shield.v1
1409
+ * @see proto type: sparkdream.shield.v1.IdentityRateLimitEntry
1410
+ */
1411
+ export declare const IdentityRateLimitEntry: {
1412
+ typeUrl: string;
1413
+ encode(message: IdentityRateLimitEntry, writer?: BinaryWriter): BinaryWriter;
1414
+ decode(input: BinaryReader | Uint8Array, length?: number): IdentityRateLimitEntry;
1415
+ fromPartial(object: DeepPartial<IdentityRateLimitEntry>): IdentityRateLimitEntry;
1416
+ fromAmino(object: IdentityRateLimitEntryAmino): IdentityRateLimitEntry;
1417
+ toAmino(message: IdentityRateLimitEntry): IdentityRateLimitEntryAmino;
1418
+ fromAminoMsg(object: IdentityRateLimitEntryAminoMsg): IdentityRateLimitEntry;
1419
+ fromProtoMsg(message: IdentityRateLimitEntryProtoMsg): IdentityRateLimitEntry;
1420
+ toProto(message: IdentityRateLimitEntry): Uint8Array;
1421
+ toProtoMsg(message: IdentityRateLimitEntry): IdentityRateLimitEntryProtoMsg;
1422
+ };
1423
+ /**
1424
+ * TLEMissCounterEntry is a genesis helper for exporting TLE miss counters.
1425
+ * @name TLEMissCounterEntry
1426
+ * @package sparkdream.shield.v1
1427
+ * @see proto type: sparkdream.shield.v1.TLEMissCounterEntry
1428
+ */
1429
+ export declare const TLEMissCounterEntry: {
1430
+ typeUrl: string;
1431
+ encode(message: TLEMissCounterEntry, writer?: BinaryWriter): BinaryWriter;
1432
+ decode(input: BinaryReader | Uint8Array, length?: number): TLEMissCounterEntry;
1433
+ fromPartial(object: DeepPartial<TLEMissCounterEntry>): TLEMissCounterEntry;
1434
+ fromAmino(object: TLEMissCounterEntryAmino): TLEMissCounterEntry;
1435
+ toAmino(message: TLEMissCounterEntry): TLEMissCounterEntryAmino;
1436
+ fromAminoMsg(object: TLEMissCounterEntryAminoMsg): TLEMissCounterEntry;
1437
+ fromProtoMsg(message: TLEMissCounterEntryProtoMsg): TLEMissCounterEntry;
1438
+ toProto(message: TLEMissCounterEntry): Uint8Array;
1439
+ toProtoMsg(message: TLEMissCounterEntry): TLEMissCounterEntryProtoMsg;
1440
+ };