@sparkdreamnft/sparkdreamjs 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1355) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +1 -1
  3. package/cosmos/app/runtime/v1alpha1/module.d.ts +75 -10
  4. package/cosmos/app/runtime/v1alpha1/module.js +44 -1
  5. package/cosmos/app/v1alpha1/module.d.ts +55 -6
  6. package/cosmos/app/v1alpha1/module.js +19 -0
  7. package/cosmos/auth/module/v1/module.d.ts +72 -12
  8. package/cosmos/auth/module/v1/module.js +25 -1
  9. package/cosmos/auth/v1beta1/auth.d.ts +68 -10
  10. package/cosmos/auth/v1beta1/auth.js +26 -0
  11. package/cosmos/auth/v1beta1/genesis.d.ts +30 -6
  12. package/cosmos/auth/v1beta1/genesis.js +6 -0
  13. package/cosmos/auth/v1beta1/query.d.ts +334 -92
  14. package/cosmos/auth/v1beta1/query.js +120 -0
  15. package/cosmos/auth/v1beta1/query.lcd.js +7 -21
  16. package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +6 -32
  17. package/cosmos/auth/v1beta1/query.rpc.Query.js +7 -21
  18. package/cosmos/auth/v1beta1/tx.d.ts +31 -10
  19. package/cosmos/auth/v1beta1/tx.js +13 -0
  20. package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +0 -2
  21. package/cosmos/auth/v1beta1/tx.rpc.msg.js +1 -3
  22. package/cosmos/authz/module/v1/module.d.ts +18 -2
  23. package/cosmos/authz/module/v1/module.js +6 -0
  24. package/cosmos/authz/v1beta1/authz.d.ts +69 -6
  25. package/cosmos/authz/v1beta1/authz.js +27 -0
  26. package/cosmos/authz/v1beta1/event.d.ts +72 -16
  27. package/cosmos/authz/v1beta1/event.js +12 -0
  28. package/cosmos/authz/v1beta1/genesis.d.ts +18 -2
  29. package/cosmos/authz/v1beta1/genesis.js +6 -0
  30. package/cosmos/authz/v1beta1/query.d.ts +168 -32
  31. package/cosmos/authz/v1beta1/query.js +36 -0
  32. package/cosmos/authz/v1beta1/query.lcd.js +2 -6
  33. package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +2 -10
  34. package/cosmos/authz/v1beta1/query.rpc.Query.js +2 -6
  35. package/cosmos/authz/v1beta1/tx.d.ts +94 -6
  36. package/cosmos/authz/v1beta1/tx.js +40 -0
  37. package/cosmos/bank/module/v1/module.d.ts +24 -4
  38. package/cosmos/bank/module/v1/module.js +6 -0
  39. package/cosmos/bank/v1beta1/authz.d.ts +13 -8
  40. package/cosmos/bank/v1beta1/authz.js +7 -0
  41. package/cosmos/bank/v1beta1/bank.d.ts +136 -34
  42. package/cosmos/bank/v1beta1/bank.js +48 -0
  43. package/cosmos/bank/v1beta1/genesis.d.ts +61 -16
  44. package/cosmos/bank/v1beta1/genesis.js +13 -0
  45. package/cosmos/bank/v1beta1/query.d.ts +599 -138
  46. package/cosmos/bank/v1beta1/query.js +179 -0
  47. package/cosmos/bank/v1beta1/query.lcd.d.ts +2 -2
  48. package/cosmos/bank/v1beta1/query.lcd.js +28 -29
  49. package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +7 -17
  50. package/cosmos/bank/v1beta1/query.rpc.Query.js +17 -27
  51. package/cosmos/bank/v1beta1/tx.d.ts +143 -30
  52. package/cosmos/bank/v1beta1/tx.js +53 -0
  53. package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -4
  54. package/cosmos/bank/v1beta1/tx.rpc.msg.js +2 -6
  55. package/cosmos/base/abci/v1beta1/abci.d.ts +331 -80
  56. package/cosmos/base/abci/v1beta1/abci.js +73 -0
  57. package/cosmos/base/node/v1beta1/query.d.ts +102 -18
  58. package/cosmos/base/node/v1beta1/query.js +24 -0
  59. package/cosmos/base/query/v1beta1/pagination.d.ts +36 -4
  60. package/cosmos/base/query/v1beta1/pagination.js +24 -0
  61. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +613 -98
  62. package/cosmos/base/reflection/v2alpha1/reflection.js +163 -0
  63. package/cosmos/base/v1beta1/coin.d.ts +56 -0
  64. package/cosmos/base/v1beta1/coin.js +32 -0
  65. package/cosmos/benchmark/module/v1/module.d.ts +102 -26
  66. package/cosmos/benchmark/module/v1/module.js +12 -0
  67. package/cosmos/benchmark/v1/benchmark.d.ts +18 -2
  68. package/cosmos/benchmark/v1/benchmark.js +6 -0
  69. package/cosmos/benchmark/v1/tx.d.ts +36 -4
  70. package/cosmos/benchmark/v1/tx.js +12 -0
  71. package/cosmos/bundle.d.ts +2284 -2422
  72. package/cosmos/bundle.js +242 -261
  73. package/cosmos/circuit/module/v1/module.d.ts +24 -4
  74. package/cosmos/circuit/module/v1/module.js +6 -0
  75. package/cosmos/circuit/v1/query.d.ts +120 -16
  76. package/cosmos/circuit/v1/query.js +36 -0
  77. package/cosmos/circuit/v1/tx.d.ts +126 -18
  78. package/cosmos/circuit/v1/tx.js +36 -0
  79. package/cosmos/circuit/v1/types.d.ts +55 -6
  80. package/cosmos/circuit/v1/types.js +19 -0
  81. package/cosmos/consensus/module/v1/module.d.ts +24 -4
  82. package/cosmos/consensus/module/v1/module.js +6 -0
  83. package/cosmos/consensus/v1/query.d.ts +36 -4
  84. package/cosmos/consensus/v1/query.js +12 -0
  85. package/cosmos/consensus/v1/tx.d.ts +37 -6
  86. package/cosmos/consensus/v1/tx.js +13 -0
  87. package/cosmos/consensus/v1/tx.rpc.msg.d.ts +0 -2
  88. package/cosmos/consensus/v1/tx.rpc.msg.js +1 -3
  89. package/cosmos/counter/module/v1/module.d.ts +24 -4
  90. package/cosmos/counter/module/v1/module.js +6 -0
  91. package/cosmos/counter/v1/query.d.ts +36 -4
  92. package/cosmos/counter/v1/query.js +12 -0
  93. package/cosmos/counter/v1/tx.d.ts +54 -10
  94. package/cosmos/counter/v1/tx.js +12 -0
  95. package/cosmos/crisis/module/v1/module.d.ts +30 -6
  96. package/cosmos/crisis/module/v1/module.js +6 -0
  97. package/cosmos/crypto/ed25519/keys.d.ts +29 -0
  98. package/cosmos/crypto/ed25519/keys.js +17 -0
  99. package/cosmos/crypto/hd/v1/hd.d.ts +42 -10
  100. package/cosmos/crypto/hd/v1/hd.js +6 -0
  101. package/cosmos/crypto/keyring/v1/record.d.ts +121 -20
  102. package/cosmos/crypto/keyring/v1/record.js +31 -0
  103. package/cosmos/crypto/multisig/keys.d.ts +14 -0
  104. package/cosmos/crypto/multisig/keys.js +8 -0
  105. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +29 -0
  106. package/cosmos/crypto/multisig/v1beta1/multisig.js +17 -0
  107. package/cosmos/crypto/secp256k1/keys.d.ts +34 -2
  108. package/cosmos/crypto/secp256k1/keys.js +16 -0
  109. package/cosmos/crypto/secp256r1/keys.d.ts +42 -6
  110. package/cosmos/crypto/secp256r1/keys.js +12 -0
  111. package/cosmos/distribution/module/v1/module.d.ts +24 -4
  112. package/cosmos/distribution/module/v1/module.js +6 -0
  113. package/cosmos/distribution/v1beta1/distribution.d.ts +201 -12
  114. package/cosmos/distribution/v1beta1/distribution.js +105 -0
  115. package/cosmos/distribution/v1beta1/genesis.d.ts +298 -66
  116. package/cosmos/distribution/v1beta1/genesis.js +52 -0
  117. package/cosmos/distribution/v1beta1/query.d.ts +430 -58
  118. package/cosmos/distribution/v1beta1/query.js +136 -0
  119. package/cosmos/distribution/v1beta1/query.lcd.js +3 -1
  120. package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +5 -1
  121. package/cosmos/distribution/v1beta1/query.rpc.Query.js +3 -1
  122. package/cosmos/distribution/v1beta1/tx.d.ts +199 -34
  123. package/cosmos/distribution/v1beta1/tx.js +97 -0
  124. package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +3 -5
  125. package/cosmos/distribution/v1beta1/tx.rpc.msg.js +6 -8
  126. package/cosmos/epochs/module/v1/module.d.ts +18 -2
  127. package/cosmos/epochs/module/v1/module.js +6 -0
  128. package/cosmos/epochs/v1beta1/events.d.ts +36 -4
  129. package/cosmos/epochs/v1beta1/events.js +12 -0
  130. package/cosmos/epochs/v1beta1/genesis.d.ts +37 -4
  131. package/cosmos/epochs/v1beta1/genesis.js +13 -0
  132. package/cosmos/epochs/v1beta1/query.d.ts +52 -0
  133. package/cosmos/epochs/v1beta1/query.js +28 -0
  134. package/cosmos/evidence/module/v1/module.d.ts +18 -2
  135. package/cosmos/evidence/module/v1/module.js +6 -0
  136. package/cosmos/feegrant/module/v1/module.d.ts +18 -2
  137. package/cosmos/feegrant/module/v1/module.js +6 -0
  138. package/cosmos/feegrant/v1beta1/feegrant.d.ts +118 -22
  139. package/cosmos/feegrant/v1beta1/feegrant.js +26 -0
  140. package/cosmos/feegrant/v1beta1/genesis.d.ts +18 -2
  141. package/cosmos/feegrant/v1beta1/genesis.js +6 -0
  142. package/cosmos/feegrant/v1beta1/query.d.ts +150 -34
  143. package/cosmos/feegrant/v1beta1/query.js +36 -0
  144. package/cosmos/feegrant/v1beta1/query.lcd.js +1 -3
  145. package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +1 -5
  146. package/cosmos/feegrant/v1beta1/query.rpc.Query.js +1 -3
  147. package/cosmos/feegrant/v1beta1/tx.d.ts +131 -27
  148. package/cosmos/feegrant/v1beta1/tx.js +37 -0
  149. package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +1 -5
  150. package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +1 -3
  151. package/cosmos/genutil/module/v1/module.d.ts +18 -2
  152. package/cosmos/genutil/module/v1/module.js +6 -0
  153. package/cosmos/gov/module/v1/module.d.ts +24 -4
  154. package/cosmos/gov/module/v1/module.js +6 -0
  155. package/cosmos/gov/v1/genesis.d.ts +48 -24
  156. package/cosmos/gov/v1/genesis.js +6 -0
  157. package/cosmos/gov/v1/gov.d.ts +341 -124
  158. package/cosmos/gov/v1/gov.js +59 -0
  159. package/cosmos/gov/v1/query.d.ts +469 -92
  160. package/cosmos/gov/v1/query.js +109 -0
  161. package/cosmos/gov/v1/tx.d.ts +368 -93
  162. package/cosmos/gov/v1/tx.js +88 -0
  163. package/cosmos/gov/v1/tx.rpc.msg.d.ts +1 -7
  164. package/cosmos/gov/v1/tx.rpc.msg.js +2 -6
  165. package/cosmos/gov/v1beta1/genesis.d.ts +60 -16
  166. package/cosmos/gov/v1beta1/genesis.js +6 -0
  167. package/cosmos/gov/v1beta1/gov.d.ts +291 -69
  168. package/cosmos/gov/v1beta1/gov.js +57 -0
  169. package/cosmos/gov/v1beta1/query.d.ts +439 -82
  170. package/cosmos/gov/v1beta1/query.js +97 -0
  171. package/cosmos/gov/v1beta1/tx.d.ts +209 -45
  172. package/cosmos/gov/v1beta1/tx.js +49 -0
  173. package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +1 -5
  174. package/cosmos/gov/v1beta1/tx.rpc.msg.js +1 -3
  175. package/cosmos/group/module/v1/module.d.ts +18 -2
  176. package/cosmos/group/module/v1/module.js +6 -0
  177. package/cosmos/group/v1/events.d.ts +300 -56
  178. package/cosmos/group/v1/events.js +66 -0
  179. package/cosmos/group/v1/genesis.d.ts +48 -12
  180. package/cosmos/group/v1/genesis.js +6 -0
  181. package/cosmos/group/v1/query.d.ts +768 -152
  182. package/cosmos/group/v1/query.js +168 -0
  183. package/cosmos/group/v1/query.lcd.js +1 -3
  184. package/cosmos/group/v1/query.rpc.Query.d.ts +1 -5
  185. package/cosmos/group/v1/query.rpc.Query.js +1 -3
  186. package/cosmos/group/v1/tx.d.ts +804 -163
  187. package/cosmos/group/v1/tx.js +168 -0
  188. package/cosmos/group/v1/types.d.ts +398 -91
  189. package/cosmos/group/v1/types.js +82 -0
  190. package/cosmos/ics23/v1/proofs.d.ts +294 -22
  191. package/cosmos/ics23/v1/proofs.js +138 -0
  192. package/cosmos/mint/module/v1/module.d.ts +24 -4
  193. package/cosmos/mint/module/v1/module.js +6 -0
  194. package/cosmos/mint/v1beta1/genesis.d.ts +30 -6
  195. package/cosmos/mint/v1beta1/genesis.js +6 -0
  196. package/cosmos/mint/v1beta1/mint.d.ts +84 -20
  197. package/cosmos/mint/v1beta1/mint.js +12 -0
  198. package/cosmos/mint/v1beta1/query.d.ts +111 -12
  199. package/cosmos/mint/v1beta1/query.js +39 -0
  200. package/cosmos/mint/v1beta1/tx.d.ts +31 -10
  201. package/cosmos/mint/v1beta1/tx.js +13 -0
  202. package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +0 -2
  203. package/cosmos/mint/v1beta1/tx.rpc.msg.js +1 -3
  204. package/cosmos/nft/module/v1/module.d.ts +18 -2
  205. package/cosmos/nft/module/v1/module.js +6 -0
  206. package/cosmos/params/module/v1/module.d.ts +18 -2
  207. package/cosmos/params/module/v1/module.js +6 -0
  208. package/cosmos/params/v1beta1/params.d.ts +31 -2
  209. package/cosmos/params/v1beta1/params.js +13 -0
  210. package/cosmos/params/v1beta1/query.d.ts +93 -22
  211. package/cosmos/params/v1beta1/query.js +33 -0
  212. package/cosmos/params/v1beta1/query.lcd.js +1 -3
  213. package/cosmos/params/v1beta1/query.rpc.Query.d.ts +1 -5
  214. package/cosmos/params/v1beta1/query.rpc.Query.js +1 -3
  215. package/cosmos/protocolpool/module/v1/module.d.ts +24 -4
  216. package/cosmos/protocolpool/module/v1/module.js +6 -0
  217. package/cosmos/protocolpool/v1/genesis.d.ts +24 -4
  218. package/cosmos/protocolpool/v1/genesis.js +6 -0
  219. package/cosmos/protocolpool/v1/query.d.ts +138 -12
  220. package/cosmos/protocolpool/v1/query.js +54 -0
  221. package/cosmos/protocolpool/v1/tx.d.ts +217 -30
  222. package/cosmos/protocolpool/v1/tx.js +67 -0
  223. package/cosmos/protocolpool/v1/types.d.ts +54 -10
  224. package/cosmos/protocolpool/v1/types.js +12 -0
  225. package/cosmos/reflection/v1/reflection.d.ts +42 -6
  226. package/cosmos/reflection/v1/reflection.js +12 -0
  227. package/cosmos/rpc.query.d.ts +1 -9
  228. package/cosmos/rpc.query.js +0 -5
  229. package/cosmos/slashing/module/v1/module.d.ts +24 -4
  230. package/cosmos/slashing/module/v1/module.js +6 -0
  231. package/cosmos/staking/module/v1/module.d.ts +36 -8
  232. package/cosmos/staking/module/v1/module.js +6 -0
  233. package/cosmos/staking/v1beta1/authz.d.ts +43 -15
  234. package/cosmos/staking/v1beta1/authz.js +13 -5
  235. package/cosmos/staking/v1beta1/genesis.d.ts +84 -20
  236. package/cosmos/staking/v1beta1/genesis.js +12 -0
  237. package/cosmos/staking/v1beta1/query.d.ts +660 -102
  238. package/cosmos/staking/v1beta1/query.js +186 -0
  239. package/cosmos/staking/v1beta1/staking.d.ts +631 -121
  240. package/cosmos/staking/v1beta1/staking.js +153 -0
  241. package/cosmos/staking/v1beta1/tx.d.ts +234 -42
  242. package/cosmos/staking/v1beta1/tx.js +88 -0
  243. package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -3
  244. package/cosmos/staking/v1beta1/tx.rpc.msg.js +2 -5
  245. package/cosmos/store/internal/kv/v1beta1/kv.d.ts +36 -4
  246. package/cosmos/store/internal/kv/v1beta1/kv.js +12 -0
  247. package/cosmos/store/snapshots/v1/snapshot.d.ts +114 -30
  248. package/cosmos/store/snapshots/v1/snapshot.js +42 -0
  249. package/cosmos/store/streaming/abci/grpc.d.ts +78 -10
  250. package/cosmos/store/streaming/abci/grpc.js +24 -0
  251. package/cosmos/store/v1beta1/commit_info.d.ts +39 -0
  252. package/cosmos/store/v1beta1/commit_info.js +21 -0
  253. package/cosmos/store/v1beta1/listening.d.ts +45 -10
  254. package/cosmos/store/v1beta1/listening.js +15 -0
  255. package/cosmos/tx/config/v1/config.d.ts +18 -2
  256. package/cosmos/tx/config/v1/config.js +6 -0
  257. package/cosmos/tx/signing/v1beta1/signing.d.ts +135 -24
  258. package/cosmos/tx/signing/v1beta1/signing.js +33 -0
  259. package/cosmos/tx/v1beta1/service.d.ts +355 -94
  260. package/cosmos/tx/v1beta1/service.js +125 -0
  261. package/cosmos/tx/v1beta1/service.lcd.js +1 -3
  262. package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +5 -25
  263. package/cosmos/tx/v1beta1/service.rpc.Service.js +5 -15
  264. package/cosmos/tx/v1beta1/tx.d.ts +371 -80
  265. package/cosmos/tx/v1beta1/tx.js +118 -0
  266. package/cosmos/upgrade/module/v1/module.d.ts +24 -4
  267. package/cosmos/upgrade/module/v1/module.js +6 -0
  268. package/cosmos/upgrade/v1beta1/query.d.ts +158 -30
  269. package/cosmos/upgrade/v1beta1/query.js +70 -0
  270. package/cosmos/upgrade/v1beta1/query.lcd.js +2 -6
  271. package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +2 -10
  272. package/cosmos/upgrade/v1beta1/query.rpc.Query.js +2 -6
  273. package/cosmos/upgrade/v1beta1/tx.d.ts +66 -22
  274. package/cosmos/upgrade/v1beta1/tx.js +24 -0
  275. package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +1 -7
  276. package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +2 -6
  277. package/cosmos/upgrade/v1beta1/upgrade.d.ts +118 -30
  278. package/cosmos/upgrade/v1beta1/upgrade.js +32 -0
  279. package/cosmos/vesting/module/v1/module.d.ts +18 -2
  280. package/cosmos/vesting/module/v1/module.js +6 -0
  281. package/cosmos/vesting/v1beta1/tx.d.ts +94 -22
  282. package/cosmos/vesting/v1beta1/tx.js +40 -0
  283. package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -4
  284. package/cosmos/vesting/v1beta1/tx.rpc.msg.js +2 -6
  285. package/cosmos/vesting/v1beta1/vesting.d.ts +103 -12
  286. package/cosmos/vesting/v1beta1/vesting.js +43 -0
  287. package/cosmos_proto/cosmos.d.ts +31 -0
  288. package/cosmos_proto/cosmos.js +19 -0
  289. package/esm/binary.js +1 -1
  290. package/esm/cosmos/app/runtime/v1alpha1/module.js +44 -1
  291. package/esm/cosmos/app/v1alpha1/module.js +19 -0
  292. package/esm/cosmos/auth/module/v1/module.js +25 -1
  293. package/esm/cosmos/auth/v1beta1/auth.js +26 -0
  294. package/esm/cosmos/auth/v1beta1/genesis.js +6 -0
  295. package/esm/cosmos/auth/v1beta1/query.js +120 -0
  296. package/esm/cosmos/auth/v1beta1/query.lcd.js +7 -21
  297. package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +7 -21
  298. package/esm/cosmos/auth/v1beta1/tx.js +13 -0
  299. package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +1 -3
  300. package/esm/cosmos/authz/module/v1/module.js +6 -0
  301. package/esm/cosmos/authz/v1beta1/authz.js +27 -0
  302. package/esm/cosmos/authz/v1beta1/event.js +12 -0
  303. package/esm/cosmos/authz/v1beta1/genesis.js +6 -0
  304. package/esm/cosmos/authz/v1beta1/query.js +36 -0
  305. package/esm/cosmos/authz/v1beta1/query.lcd.js +2 -6
  306. package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +2 -6
  307. package/esm/cosmos/authz/v1beta1/tx.js +40 -0
  308. package/esm/cosmos/bank/module/v1/module.js +6 -0
  309. package/esm/cosmos/bank/v1beta1/authz.js +7 -0
  310. package/esm/cosmos/bank/v1beta1/bank.js +48 -0
  311. package/esm/cosmos/bank/v1beta1/genesis.js +13 -0
  312. package/esm/cosmos/bank/v1beta1/query.js +179 -0
  313. package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -29
  314. package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +18 -28
  315. package/esm/cosmos/bank/v1beta1/tx.js +53 -0
  316. package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +2 -6
  317. package/esm/cosmos/base/abci/v1beta1/abci.js +73 -0
  318. package/esm/cosmos/base/node/v1beta1/query.js +24 -0
  319. package/esm/cosmos/base/query/v1beta1/pagination.js +24 -0
  320. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +163 -0
  321. package/esm/cosmos/base/v1beta1/coin.js +32 -0
  322. package/esm/cosmos/benchmark/module/v1/module.js +12 -0
  323. package/esm/cosmos/benchmark/v1/benchmark.js +6 -0
  324. package/esm/cosmos/benchmark/v1/tx.js +12 -0
  325. package/esm/cosmos/bundle.js +242 -261
  326. package/esm/cosmos/circuit/module/v1/module.js +6 -0
  327. package/esm/cosmos/circuit/v1/query.js +36 -0
  328. package/esm/cosmos/circuit/v1/tx.js +36 -0
  329. package/esm/cosmos/circuit/v1/types.js +19 -0
  330. package/esm/cosmos/consensus/module/v1/module.js +6 -0
  331. package/esm/cosmos/consensus/v1/query.js +12 -0
  332. package/esm/cosmos/consensus/v1/tx.js +13 -0
  333. package/esm/cosmos/consensus/v1/tx.rpc.msg.js +1 -3
  334. package/esm/cosmos/counter/module/v1/module.js +6 -0
  335. package/esm/cosmos/counter/v1/query.js +12 -0
  336. package/esm/cosmos/counter/v1/tx.js +12 -0
  337. package/esm/cosmos/crisis/module/v1/module.js +6 -0
  338. package/esm/cosmos/crypto/ed25519/keys.js +17 -0
  339. package/esm/cosmos/crypto/hd/v1/hd.js +6 -0
  340. package/esm/cosmos/crypto/keyring/v1/record.js +31 -0
  341. package/esm/cosmos/crypto/multisig/keys.js +8 -0
  342. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +17 -0
  343. package/esm/cosmos/crypto/secp256k1/keys.js +16 -0
  344. package/esm/cosmos/crypto/secp256r1/keys.js +12 -0
  345. package/esm/cosmos/distribution/module/v1/module.js +6 -0
  346. package/esm/cosmos/distribution/v1beta1/distribution.js +105 -0
  347. package/esm/cosmos/distribution/v1beta1/genesis.js +52 -0
  348. package/esm/cosmos/distribution/v1beta1/query.js +136 -0
  349. package/esm/cosmos/distribution/v1beta1/query.lcd.js +3 -1
  350. package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +3 -1
  351. package/esm/cosmos/distribution/v1beta1/tx.js +97 -0
  352. package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +6 -8
  353. package/esm/cosmos/epochs/module/v1/module.js +6 -0
  354. package/esm/cosmos/epochs/v1beta1/events.js +12 -0
  355. package/esm/cosmos/epochs/v1beta1/genesis.js +13 -0
  356. package/esm/cosmos/epochs/v1beta1/query.js +28 -0
  357. package/esm/cosmos/evidence/module/v1/module.js +6 -0
  358. package/esm/cosmos/feegrant/module/v1/module.js +6 -0
  359. package/esm/cosmos/feegrant/v1beta1/feegrant.js +26 -0
  360. package/esm/cosmos/feegrant/v1beta1/genesis.js +6 -0
  361. package/esm/cosmos/feegrant/v1beta1/query.js +36 -0
  362. package/esm/cosmos/feegrant/v1beta1/query.lcd.js +1 -3
  363. package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +1 -3
  364. package/esm/cosmos/feegrant/v1beta1/tx.js +37 -0
  365. package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +1 -3
  366. package/esm/cosmos/genutil/module/v1/module.js +6 -0
  367. package/esm/cosmos/gov/module/v1/module.js +6 -0
  368. package/esm/cosmos/gov/v1/genesis.js +6 -0
  369. package/esm/cosmos/gov/v1/gov.js +59 -0
  370. package/esm/cosmos/gov/v1/query.js +109 -0
  371. package/esm/cosmos/gov/v1/tx.js +88 -0
  372. package/esm/cosmos/gov/v1/tx.rpc.msg.js +2 -6
  373. package/esm/cosmos/gov/v1beta1/genesis.js +6 -0
  374. package/esm/cosmos/gov/v1beta1/gov.js +57 -0
  375. package/esm/cosmos/gov/v1beta1/query.js +97 -0
  376. package/esm/cosmos/gov/v1beta1/tx.js +49 -0
  377. package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +1 -3
  378. package/esm/cosmos/group/module/v1/module.js +6 -0
  379. package/esm/cosmos/group/v1/events.js +66 -0
  380. package/esm/cosmos/group/v1/genesis.js +6 -0
  381. package/esm/cosmos/group/v1/query.js +168 -0
  382. package/esm/cosmos/group/v1/query.lcd.js +1 -3
  383. package/esm/cosmos/group/v1/query.rpc.Query.js +1 -3
  384. package/esm/cosmos/group/v1/tx.js +168 -0
  385. package/esm/cosmos/group/v1/types.js +82 -0
  386. package/esm/cosmos/ics23/v1/proofs.js +138 -0
  387. package/esm/cosmos/mint/module/v1/module.js +6 -0
  388. package/esm/cosmos/mint/v1beta1/genesis.js +6 -0
  389. package/esm/cosmos/mint/v1beta1/mint.js +12 -0
  390. package/esm/cosmos/mint/v1beta1/query.js +39 -0
  391. package/esm/cosmos/mint/v1beta1/tx.js +13 -0
  392. package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +1 -3
  393. package/esm/cosmos/nft/module/v1/module.js +6 -0
  394. package/esm/cosmos/params/module/v1/module.js +6 -0
  395. package/esm/cosmos/params/v1beta1/params.js +13 -0
  396. package/esm/cosmos/params/v1beta1/query.js +33 -0
  397. package/esm/cosmos/params/v1beta1/query.lcd.js +1 -3
  398. package/esm/cosmos/params/v1beta1/query.rpc.Query.js +1 -3
  399. package/esm/cosmos/protocolpool/module/v1/module.js +6 -0
  400. package/esm/cosmos/protocolpool/v1/genesis.js +6 -0
  401. package/esm/cosmos/protocolpool/v1/query.js +54 -0
  402. package/esm/cosmos/protocolpool/v1/tx.js +67 -0
  403. package/esm/cosmos/protocolpool/v1/types.js +12 -0
  404. package/esm/cosmos/reflection/v1/reflection.js +12 -0
  405. package/esm/cosmos/rpc.query.js +0 -5
  406. package/esm/cosmos/slashing/module/v1/module.js +6 -0
  407. package/esm/cosmos/staking/module/v1/module.js +6 -0
  408. package/esm/cosmos/staking/v1beta1/authz.js +13 -5
  409. package/esm/cosmos/staking/v1beta1/genesis.js +12 -0
  410. package/esm/cosmos/staking/v1beta1/query.js +186 -0
  411. package/esm/cosmos/staking/v1beta1/staking.js +153 -0
  412. package/esm/cosmos/staking/v1beta1/tx.js +88 -0
  413. package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +2 -5
  414. package/esm/cosmos/store/internal/kv/v1beta1/kv.js +12 -0
  415. package/esm/cosmos/store/snapshots/v1/snapshot.js +42 -0
  416. package/esm/cosmos/store/streaming/abci/grpc.js +24 -0
  417. package/esm/cosmos/store/v1beta1/commit_info.js +21 -0
  418. package/esm/cosmos/store/v1beta1/listening.js +15 -0
  419. package/esm/cosmos/tx/config/v1/config.js +6 -0
  420. package/esm/cosmos/tx/signing/v1beta1/signing.js +33 -0
  421. package/esm/cosmos/tx/v1beta1/service.js +125 -0
  422. package/esm/cosmos/tx/v1beta1/service.lcd.js +1 -3
  423. package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +5 -15
  424. package/esm/cosmos/tx/v1beta1/tx.js +119 -1
  425. package/esm/cosmos/upgrade/module/v1/module.js +6 -0
  426. package/esm/cosmos/upgrade/v1beta1/query.js +70 -0
  427. package/esm/cosmos/upgrade/v1beta1/query.lcd.js +2 -6
  428. package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +2 -6
  429. package/esm/cosmos/upgrade/v1beta1/tx.js +24 -0
  430. package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +2 -6
  431. package/esm/cosmos/upgrade/v1beta1/upgrade.js +32 -0
  432. package/esm/cosmos/vesting/module/v1/module.js +6 -0
  433. package/esm/cosmos/vesting/v1beta1/tx.js +40 -0
  434. package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +2 -6
  435. package/esm/cosmos/vesting/v1beta1/vesting.js +43 -0
  436. package/esm/cosmos_proto/cosmos.js +19 -0
  437. package/esm/gogoproto/bundle.js +2 -2
  438. package/esm/google/api/http.js +283 -0
  439. package/esm/google/bundle.js +7 -7
  440. package/esm/google/protobuf/any.js +90 -0
  441. package/esm/google/protobuf/descriptor.js +220 -0
  442. package/esm/google/protobuf/duration.js +63 -0
  443. package/esm/google/protobuf/timestamp.js +94 -0
  444. package/esm/helpers.js +1 -1
  445. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +7 -0
  446. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +24 -0
  447. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +36 -0
  448. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +31 -0
  449. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +14 -0
  450. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +12 -0
  451. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +24 -0
  452. package/esm/ibc/applications/interchain_accounts/v1/account.js +6 -0
  453. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +7 -0
  454. package/esm/ibc/applications/interchain_accounts/v1/packet.js +12 -0
  455. package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +18 -0
  456. package/esm/ibc/applications/rate_limiting/v1/genesis.js +139 -0
  457. package/esm/ibc/applications/rate_limiting/v1/query.js +903 -0
  458. package/esm/ibc/applications/rate_limiting/v1/query.lcd.js +44 -0
  459. package/esm/ibc/applications/rate_limiting/v1/query.rpc.Query.js +71 -0
  460. package/esm/ibc/applications/rate_limiting/v1/rate_limiting.js +632 -0
  461. package/esm/ibc/applications/rate_limiting/v1/tx.amino.js +24 -0
  462. package/esm/ibc/applications/rate_limiting/v1/tx.js +726 -0
  463. package/esm/ibc/applications/rate_limiting/v1/tx.registry.js +87 -0
  464. package/esm/ibc/applications/rate_limiting/v1/tx.rpc.msg.js +35 -0
  465. package/esm/ibc/applications/transfer/v1/authz.js +13 -0
  466. package/esm/ibc/applications/transfer/v1/denomtrace.js +8 -0
  467. package/esm/ibc/applications/transfer/v1/genesis.js +6 -0
  468. package/esm/ibc/applications/transfer/v1/packet.js +8 -0
  469. package/esm/ibc/applications/transfer/v1/query.js +78 -0
  470. package/esm/ibc/applications/transfer/v1/token.js +18 -0
  471. package/esm/ibc/applications/transfer/v1/transfer.js +9 -0
  472. package/esm/ibc/applications/transfer/v1/tx.js +40 -1
  473. package/esm/ibc/bundle.js +196 -173
  474. package/esm/ibc/client.js +4 -1
  475. package/esm/ibc/core/channel/v1/channel.js +64 -0
  476. package/esm/ibc/core/channel/v1/genesis.js +13 -0
  477. package/esm/ibc/core/channel/v1/query.js +197 -0
  478. package/esm/ibc/core/channel/v1/tx.js +129 -0
  479. package/esm/ibc/core/channel/v2/genesis.js +21 -0
  480. package/esm/ibc/core/channel/v2/packet.js +29 -0
  481. package/esm/ibc/core/channel/v2/query.js +100 -0
  482. package/esm/ibc/core/channel/v2/tx.js +48 -0
  483. package/esm/ibc/core/client/v1/client.js +45 -0
  484. package/esm/ibc/core/client/v1/genesis.js +20 -0
  485. package/esm/ibc/core/client/v1/query.js +154 -0
  486. package/esm/ibc/core/client/v1/tx.amino.js +1 -6
  487. package/esm/ibc/core/client/v1/tx.js +86 -151
  488. package/esm/ibc/core/client/v1/tx.registry.js +2 -20
  489. package/esm/ibc/core/client/v1/tx.rpc.msg.js +1 -7
  490. package/esm/ibc/core/client/v2/config.js +9 -0
  491. package/esm/ibc/core/client/v2/counterparty.js +6 -0
  492. package/esm/ibc/core/client/v2/genesis.js +12 -0
  493. package/esm/ibc/core/client/v2/query.js +26 -0
  494. package/esm/ibc/core/client/v2/tx.js +24 -0
  495. package/esm/ibc/core/commitment/v1/commitment.js +25 -0
  496. package/esm/ibc/core/commitment/v2/commitment.js +36 -0
  497. package/esm/ibc/core/connection/v1/connection.js +47 -0
  498. package/esm/ibc/core/connection/v1/genesis.js +6 -0
  499. package/esm/ibc/core/connection/v1/query.js +83 -0
  500. package/esm/ibc/core/connection/v1/tx.js +66 -0
  501. package/esm/ibc/lcd.js +5 -0
  502. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +109 -0
  503. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +54 -0
  504. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +44 -0
  505. package/esm/ibc/lightclients/wasm/v1/genesis.js +12 -0
  506. package/esm/ibc/lightclients/wasm/v1/query.js +24 -0
  507. package/esm/ibc/lightclients/wasm/v1/tx.js +36 -0
  508. package/esm/ibc/lightclients/wasm/v1/wasm.js +18 -73
  509. package/esm/ibc/rpc.query.js +3 -5
  510. package/esm/ibc/rpc.tx.js +3 -0
  511. package/esm/index.js +1 -1
  512. package/esm/sparkdream/blog/module/v1/module.js +6 -0
  513. package/esm/sparkdream/blog/v1/genesis.js +93 -1
  514. package/esm/sparkdream/blog/v1/params.js +439 -5
  515. package/esm/sparkdream/blog/v1/post.js +211 -2
  516. package/esm/sparkdream/blog/v1/query.js +1399 -0
  517. package/esm/sparkdream/blog/v1/query.lcd.js +105 -2
  518. package/esm/sparkdream/blog/v1/query.rpc.Query.js +75 -3
  519. package/esm/sparkdream/blog/v1/tx.amino.js +61 -1
  520. package/esm/sparkdream/blog/v1/tx.js +1910 -3
  521. package/esm/sparkdream/blog/v1/tx.registry.js +218 -2
  522. package/esm/sparkdream/blog/v1/tx.rpc.msg.js +77 -4
  523. package/esm/sparkdream/blog/v1/types.js +809 -0
  524. package/esm/sparkdream/bundle.js +558 -45
  525. package/esm/sparkdream/client.js +38 -2
  526. package/esm/sparkdream/collect/module/v1/module.js +71 -0
  527. package/esm/sparkdream/collect/v1/genesis.js +271 -0
  528. package/esm/sparkdream/collect/v1/params.js +763 -0
  529. package/esm/sparkdream/collect/v1/query.js +3790 -0
  530. package/esm/sparkdream/collect/v1/query.lcd.js +223 -0
  531. package/esm/sparkdream/collect/v1/query.rpc.Query.js +252 -0
  532. package/esm/sparkdream/collect/v1/tx.amino.js +149 -0
  533. package/esm/sparkdream/collect/v1/tx.js +4767 -0
  534. package/esm/sparkdream/collect/v1/tx.registry.js +537 -0
  535. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +185 -0
  536. package/esm/sparkdream/collect/v1/types.js +3434 -0
  537. package/esm/sparkdream/common/v1/content_type.js +96 -0
  538. package/esm/sparkdream/common/v1/flag_record.js +119 -0
  539. package/esm/sparkdream/common/v1/moderation_reason.js +115 -0
  540. package/esm/sparkdream/common/v1/reserved_tag.js +96 -0
  541. package/esm/sparkdream/common/v1/tag.js +120 -0
  542. package/esm/sparkdream/commons/module/v1/module.js +71 -0
  543. package/esm/sparkdream/commons/v1/genesis.js +533 -0
  544. package/esm/sparkdream/commons/v1/group.js +1116 -0
  545. package/esm/sparkdream/commons/v1/params.js +78 -0
  546. package/esm/sparkdream/commons/v1/policy_permissions.js +86 -0
  547. package/esm/sparkdream/commons/v1/query.js +1337 -0
  548. package/esm/sparkdream/commons/v1/query.lcd.js +78 -0
  549. package/esm/sparkdream/commons/v1/query.rpc.Query.js +100 -0
  550. package/esm/sparkdream/commons/v1/tx.amino.js +94 -0
  551. package/esm/sparkdream/commons/v1/tx.js +3282 -0
  552. package/esm/sparkdream/commons/v1/tx.registry.js +339 -0
  553. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +122 -0
  554. package/esm/sparkdream/ecosystem/module/v1/module.js +71 -0
  555. package/esm/sparkdream/ecosystem/v1/genesis.js +72 -0
  556. package/esm/sparkdream/ecosystem/v1/params.js +65 -0
  557. package/esm/sparkdream/ecosystem/v1/query.js +128 -0
  558. package/esm/sparkdream/ecosystem/v1/query.lcd.js +11 -0
  559. package/esm/sparkdream/ecosystem/v1/query.rpc.Query.js +24 -0
  560. package/esm/sparkdream/ecosystem/v1/tx.amino.js +14 -0
  561. package/esm/sparkdream/ecosystem/v1/tx.js +308 -0
  562. package/esm/sparkdream/ecosystem/v1/tx.registry.js +51 -0
  563. package/esm/sparkdream/ecosystem/v1/tx.rpc.msg.js +24 -0
  564. package/esm/sparkdream/forum/module/v1/module.js +71 -0
  565. package/esm/sparkdream/forum/v1/archive_metadata.js +119 -0
  566. package/esm/sparkdream/forum/v1/bounty.js +183 -0
  567. package/esm/sparkdream/forum/v1/category.js +119 -0
  568. package/esm/sparkdream/forum/v1/genesis.js +516 -0
  569. package/esm/sparkdream/forum/v1/gov_action_appeal.js +202 -0
  570. package/esm/sparkdream/forum/v1/hide_record.js +154 -0
  571. package/esm/sparkdream/forum/v1/jury_participation.js +131 -0
  572. package/esm/sparkdream/forum/v1/member_report.js +219 -0
  573. package/esm/sparkdream/forum/v1/member_salvation_status.js +119 -0
  574. package/esm/sparkdream/forum/v1/member_warning.js +156 -0
  575. package/esm/sparkdream/forum/v1/params.js +867 -0
  576. package/esm/sparkdream/forum/v1/post.js +397 -0
  577. package/esm/sparkdream/forum/v1/post_flag.js +254 -0
  578. package/esm/sparkdream/forum/v1/query.js +12470 -0
  579. package/esm/sparkdream/forum/v1/query.lcd.js +730 -0
  580. package/esm/sparkdream/forum/v1/query.rpc.Query.js +799 -0
  581. package/esm/sparkdream/forum/v1/sentinel_activity.js +490 -0
  582. package/esm/sparkdream/forum/v1/tag_budget.js +143 -0
  583. package/esm/sparkdream/forum/v1/tag_budget_award.js +155 -0
  584. package/esm/sparkdream/forum/v1/tag_report.js +122 -0
  585. package/esm/sparkdream/forum/v1/thread_follow.js +95 -0
  586. package/esm/sparkdream/forum/v1/thread_follow_count.js +83 -0
  587. package/esm/sparkdream/forum/v1/thread_lock_record.js +155 -0
  588. package/esm/sparkdream/forum/v1/thread_metadata.js +184 -0
  589. package/esm/sparkdream/forum/v1/thread_move_record.js +179 -0
  590. package/esm/sparkdream/forum/v1/tx.amino.js +254 -0
  591. package/esm/sparkdream/forum/v1/tx.js +7464 -0
  592. package/esm/sparkdream/forum/v1/tx.registry.js +915 -0
  593. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +313 -0
  594. package/esm/sparkdream/forum/v1/types.js +758 -0
  595. package/esm/sparkdream/forum/v1/user_rate_limit.js +119 -0
  596. package/esm/sparkdream/forum/v1/user_reaction_limit.js +107 -0
  597. package/esm/sparkdream/futarchy/module/v1/module.js +71 -0
  598. package/esm/sparkdream/futarchy/v1/genesis.js +88 -0
  599. package/esm/sparkdream/futarchy/v1/market.js +240 -0
  600. package/esm/sparkdream/futarchy/v1/params.js +241 -0
  601. package/esm/sparkdream/futarchy/v1/query.js +596 -0
  602. package/esm/sparkdream/futarchy/v1/query.lcd.js +45 -0
  603. package/esm/sparkdream/futarchy/v1/query.rpc.Query.js +53 -0
  604. package/esm/sparkdream/futarchy/v1/tx.amino.js +39 -0
  605. package/esm/sparkdream/futarchy/v1/tx.js +1097 -0
  606. package/esm/sparkdream/futarchy/v1/tx.registry.js +141 -0
  607. package/esm/sparkdream/futarchy/v1/tx.rpc.msg.js +55 -0
  608. package/esm/sparkdream/lcd.js +60 -0
  609. package/esm/sparkdream/name/module/v1/module.js +71 -0
  610. package/esm/sparkdream/name/v1/dispute.js +341 -0
  611. package/esm/sparkdream/name/v1/genesis.js +120 -0
  612. package/esm/sparkdream/name/v1/name_record.js +95 -0
  613. package/esm/sparkdream/name/v1/owner_info.js +95 -0
  614. package/esm/sparkdream/name/v1/params.js +306 -0
  615. package/esm/sparkdream/name/v1/query.js +863 -0
  616. package/esm/sparkdream/name/v1/query.lcd.js +52 -0
  617. package/esm/sparkdream/name/v1/query.rpc.Query.js +71 -0
  618. package/esm/sparkdream/name/v1/tx.amino.js +44 -0
  619. package/esm/sparkdream/name/v1/tx.js +1222 -0
  620. package/esm/sparkdream/name/v1/tx.registry.js +159 -0
  621. package/esm/sparkdream/name/v1/tx.rpc.msg.js +62 -0
  622. package/esm/{cosmos/orm/module/v1alpha1 → sparkdream/rep/module/v1}/module.js +26 -14
  623. package/esm/sparkdream/rep/v1/challenge.js +226 -0
  624. package/esm/sparkdream/rep/v1/content_challenge.js +303 -0
  625. package/esm/sparkdream/rep/v1/genesis.js +481 -0
  626. package/esm/sparkdream/rep/v1/initiative.js +558 -0
  627. package/esm/sparkdream/rep/v1/interim.js +426 -0
  628. package/esm/sparkdream/rep/v1/interim_template.js +291 -0
  629. package/esm/sparkdream/rep/v1/invitation.js +251 -0
  630. package/esm/sparkdream/rep/v1/jury_review.js +635 -0
  631. package/esm/sparkdream/rep/v1/member.js +857 -0
  632. package/esm/sparkdream/rep/v1/params.js +1819 -0
  633. package/esm/sparkdream/rep/v1/project.js +545 -0
  634. package/esm/sparkdream/rep/v1/query.js +6896 -0
  635. package/esm/sparkdream/rep/v1/query.lcd.js +377 -0
  636. package/esm/sparkdream/rep/v1/query.rpc.Query.js +424 -0
  637. package/esm/sparkdream/rep/v1/stake.js +575 -0
  638. package/esm/sparkdream/rep/v1/tx.amino.js +159 -0
  639. package/esm/sparkdream/rep/v1/tx.js +5198 -0
  640. package/esm/sparkdream/rep/v1/tx.registry.js +573 -0
  641. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +199 -0
  642. package/esm/sparkdream/reveal/module/v1/module.js +71 -0
  643. package/esm/sparkdream/reveal/v1/genesis.js +142 -0
  644. package/esm/sparkdream/reveal/v1/params.js +235 -0
  645. package/esm/sparkdream/reveal/v1/query.js +1700 -0
  646. package/esm/sparkdream/reveal/v1/query.lcd.js +101 -0
  647. package/esm/sparkdream/reveal/v1/query.rpc.Query.js +116 -0
  648. package/esm/sparkdream/reveal/v1/tx.amino.js +54 -0
  649. package/esm/sparkdream/reveal/v1/tx.js +1699 -0
  650. package/esm/sparkdream/reveal/v1/tx.registry.js +195 -0
  651. package/esm/sparkdream/reveal/v1/tx.rpc.msg.js +72 -0
  652. package/esm/sparkdream/reveal/v1/types.js +1141 -0
  653. package/esm/sparkdream/rpc.query.js +36 -5
  654. package/esm/sparkdream/rpc.tx.js +36 -0
  655. package/esm/sparkdream/season/module/v1/module.js +71 -0
  656. package/esm/sparkdream/season/v1/achievement.js +142 -0
  657. package/esm/sparkdream/season/v1/display_name_appeal_stake.js +95 -0
  658. package/esm/sparkdream/season/v1/display_name_moderation.js +155 -0
  659. package/esm/sparkdream/season/v1/display_name_report_stake.js +95 -0
  660. package/esm/sparkdream/season/v1/enums.js +391 -0
  661. package/esm/sparkdream/season/v1/epoch_xp_tracker.js +119 -0
  662. package/esm/sparkdream/season/v1/forum_xp_cooldown.js +83 -0
  663. package/esm/sparkdream/season/v1/genesis.js +482 -0
  664. package/esm/sparkdream/season/v1/guild.js +172 -0
  665. package/esm/sparkdream/season/v1/guild_invite.js +107 -0
  666. package/esm/sparkdream/season/v1/guild_membership.js +119 -0
  667. package/esm/sparkdream/season/v1/member_profile.js +296 -0
  668. package/esm/sparkdream/season/v1/member_quest_progress.js +132 -0
  669. package/esm/sparkdream/season/v1/member_registration.js +83 -0
  670. package/esm/sparkdream/season/v1/member_season_snapshot.js +238 -0
  671. package/esm/sparkdream/season/v1/next_season_info.js +83 -0
  672. package/esm/sparkdream/season/v1/nomination.js +428 -0
  673. package/esm/sparkdream/season/v1/params.js +1597 -0
  674. package/esm/sparkdream/season/v1/query.js +10569 -0
  675. package/esm/sparkdream/season/v1/query.lcd.js +598 -0
  676. package/esm/sparkdream/season/v1/query.rpc.Query.js +673 -0
  677. package/esm/sparkdream/season/v1/quest.js +334 -0
  678. package/esm/sparkdream/season/v1/season.js +166 -0
  679. package/esm/sparkdream/season/v1/season_snapshot.js +83 -0
  680. package/esm/sparkdream/season/v1/season_title_eligibility.js +194 -0
  681. package/esm/sparkdream/season/v1/season_transition_state.js +130 -0
  682. package/esm/sparkdream/season/v1/title.js +154 -0
  683. package/esm/sparkdream/season/v1/transition_recovery_state.js +118 -0
  684. package/esm/sparkdream/season/v1/tx.amino.js +219 -0
  685. package/esm/sparkdream/season/v1/tx.js +6823 -0
  686. package/esm/sparkdream/season/v1/tx.registry.js +789 -0
  687. package/esm/sparkdream/season/v1/tx.rpc.msg.js +272 -0
  688. package/esm/sparkdream/season/v1/vote_xp_record.js +83 -0
  689. package/esm/sparkdream/session/module/v1/module.js +71 -0
  690. package/esm/sparkdream/session/v1/genesis.js +88 -0
  691. package/esm/sparkdream/session/v1/params.js +275 -0
  692. package/esm/sparkdream/session/v1/query.js +743 -0
  693. package/esm/sparkdream/session/v1/query.lcd.js +45 -0
  694. package/esm/sparkdream/session/v1/query.rpc.Query.js +60 -0
  695. package/esm/sparkdream/session/v1/session.js +185 -0
  696. package/esm/sparkdream/session/v1/tx.amino.js +29 -0
  697. package/esm/sparkdream/session/v1/tx.js +768 -0
  698. package/esm/sparkdream/session/v1/tx.registry.js +105 -0
  699. package/esm/sparkdream/session/v1/tx.rpc.msg.js +43 -0
  700. package/esm/sparkdream/shield/module/v1/module.js +71 -0
  701. package/esm/sparkdream/shield/v1/genesis.js +301 -0
  702. package/esm/sparkdream/shield/v1/params.js +282 -0
  703. package/esm/sparkdream/shield/v1/query.js +2323 -0
  704. package/esm/sparkdream/shield/v1/query.lcd.js +110 -0
  705. package/esm/sparkdream/shield/v1/query.rpc.Query.js +170 -0
  706. package/esm/sparkdream/shield/v1/tx.amino.js +29 -0
  707. package/esm/sparkdream/shield/v1/tx.js +838 -0
  708. package/esm/sparkdream/shield/v1/tx.registry.js +105 -0
  709. package/esm/sparkdream/shield/v1/tx.rpc.msg.js +43 -0
  710. package/esm/sparkdream/shield/v1/types.js +2385 -0
  711. package/esm/sparkdream/sparkdream/module/v1/module.js +6 -0
  712. package/esm/sparkdream/sparkdream/v1/genesis.js +6 -0
  713. package/esm/sparkdream/sparkdream/v1/params.js +6 -0
  714. package/esm/sparkdream/sparkdream/v1/query.js +12 -0
  715. package/esm/sparkdream/sparkdream/v1/tx.js +13 -0
  716. package/esm/sparkdream/split/module/v1/module.js +71 -0
  717. package/esm/sparkdream/split/v1/genesis.js +88 -0
  718. package/esm/sparkdream/split/v1/params.js +65 -0
  719. package/esm/sparkdream/split/v1/query.js +421 -0
  720. package/esm/sparkdream/split/v1/query.lcd.js +31 -0
  721. package/esm/sparkdream/split/v1/query.rpc.Query.js +44 -0
  722. package/esm/sparkdream/split/v1/share.js +83 -0
  723. package/esm/sparkdream/split/v1/tx.amino.js +9 -0
  724. package/esm/sparkdream/split/v1/tx.js +148 -0
  725. package/esm/sparkdream/split/v1/tx.registry.js +33 -0
  726. package/esm/sparkdream/split/v1/tx.rpc.msg.js +18 -0
  727. package/esm/tendermint/abci/types.js +255 -0
  728. package/esm/tendermint/bundle.js +20 -20
  729. package/esm/tendermint/crypto/keys.js +6 -0
  730. package/esm/tendermint/crypto/proof.js +29 -0
  731. package/esm/tendermint/p2p/types.js +20 -0
  732. package/esm/tendermint/types/block.js +5 -0
  733. package/esm/tendermint/types/evidence.js +22 -0
  734. package/esm/tendermint/types/params.js +46 -0
  735. package/esm/tendermint/types/types.js +87 -0
  736. package/esm/tendermint/types/validator.js +15 -0
  737. package/esm/tendermint/version/types.js +16 -0
  738. package/esm/types.js +1 -1
  739. package/esm/utf8.js +1 -1
  740. package/esm/varint.js +1 -1
  741. package/gogoproto/bundle.js +2 -2
  742. package/google/api/http.d.ts +343 -14
  743. package/google/api/http.js +283 -0
  744. package/google/bundle.d.ts +418 -418
  745. package/google/bundle.js +7 -7
  746. package/google/protobuf/any.d.ts +102 -2
  747. package/google/protobuf/any.js +90 -0
  748. package/google/protobuf/descriptor.d.ts +738 -90
  749. package/google/protobuf/descriptor.js +220 -0
  750. package/google/protobuf/duration.d.ts +69 -0
  751. package/google/protobuf/duration.js +63 -0
  752. package/google/protobuf/timestamp.d.ts +100 -0
  753. package/google/protobuf/timestamp.js +94 -0
  754. package/helpers.d.ts +1 -1
  755. package/helpers.js +1 -1
  756. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +19 -2
  757. package/ibc/applications/interchain_accounts/controller/v1/controller.js +7 -0
  758. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +78 -10
  759. package/ibc/applications/interchain_accounts/controller/v1/query.js +24 -0
  760. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +114 -14
  761. package/ibc/applications/interchain_accounts/controller/v1/tx.js +36 -0
  762. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +85 -8
  763. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +31 -0
  764. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +38 -4
  765. package/ibc/applications/interchain_accounts/host/v1/host.js +14 -0
  766. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +42 -6
  767. package/ibc/applications/interchain_accounts/host/v1/query.js +12 -0
  768. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +102 -18
  769. package/ibc/applications/interchain_accounts/host/v1/tx.js +24 -0
  770. package/ibc/applications/interchain_accounts/v1/account.d.ts +18 -2
  771. package/ibc/applications/interchain_accounts/v1/account.js +6 -0
  772. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -10
  773. package/ibc/applications/interchain_accounts/v1/metadata.js +7 -0
  774. package/ibc/applications/interchain_accounts/v1/packet.d.ts +36 -4
  775. package/ibc/applications/interchain_accounts/v1/packet.js +12 -0
  776. package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +46 -2
  777. package/ibc/applications/packet_forward_middleware/v1/genesis.js +18 -0
  778. package/ibc/applications/rate_limiting/v1/genesis.d.ts +57 -0
  779. package/ibc/applications/rate_limiting/v1/genesis.js +142 -0
  780. package/ibc/applications/rate_limiting/v1/query.d.ts +551 -0
  781. package/ibc/applications/rate_limiting/v1/query.js +906 -0
  782. package/ibc/applications/rate_limiting/v1/query.lcd.d.ts +14 -0
  783. package/ibc/applications/rate_limiting/v1/query.lcd.js +48 -0
  784. package/ibc/applications/rate_limiting/v1/query.rpc.Query.d.ts +40 -0
  785. package/ibc/applications/rate_limiting/v1/query.rpc.Query.js +76 -0
  786. package/ibc/applications/rate_limiting/v1/rate_limiting.d.ts +374 -0
  787. package/ibc/applications/rate_limiting/v1/rate_limiting.js +637 -0
  788. package/ibc/applications/rate_limiting/v1/tx.amino.d.ts +23 -0
  789. package/ibc/applications/rate_limiting/v1/tx.amino.js +27 -0
  790. package/ibc/applications/rate_limiting/v1/tx.d.ts +518 -0
  791. package/ibc/applications/rate_limiting/v1/tx.js +729 -0
  792. package/ibc/applications/rate_limiting/v1/tx.registry.d.ts +61 -0
  793. package/ibc/applications/rate_limiting/v1/tx.registry.js +91 -0
  794. package/ibc/applications/rate_limiting/v1/tx.rpc.msg.d.ts +22 -0
  795. package/ibc/applications/rate_limiting/v1/tx.rpc.msg.js +40 -0
  796. package/ibc/applications/transfer/v1/authz.d.ts +61 -12
  797. package/ibc/applications/transfer/v1/authz.js +13 -0
  798. package/ibc/applications/transfer/v1/denomtrace.d.ts +22 -4
  799. package/ibc/applications/transfer/v1/denomtrace.js +8 -0
  800. package/ibc/applications/transfer/v1/genesis.d.ts +18 -2
  801. package/ibc/applications/transfer/v1/genesis.js +6 -0
  802. package/ibc/applications/transfer/v1/packet.d.ts +44 -10
  803. package/ibc/applications/transfer/v1/packet.js +8 -0
  804. package/ibc/applications/transfer/v1/query.d.ts +252 -34
  805. package/ibc/applications/transfer/v1/query.js +78 -0
  806. package/ibc/applications/transfer/v1/token.d.ts +78 -14
  807. package/ibc/applications/transfer/v1/token.js +18 -0
  808. package/ibc/applications/transfer/v1/transfer.d.ts +15 -0
  809. package/ibc/applications/transfer/v1/transfer.js +9 -0
  810. package/ibc/applications/transfer/v1/tx.d.ts +135 -22
  811. package/ibc/applications/transfer/v1/tx.js +40 -1
  812. package/ibc/bundle.d.ts +3830 -3396
  813. package/ibc/bundle.js +196 -173
  814. package/ibc/client.d.ts +20 -5
  815. package/ibc/client.js +4 -1
  816. package/ibc/core/channel/v1/channel.d.ts +292 -60
  817. package/ibc/core/channel/v1/channel.js +64 -0
  818. package/ibc/core/channel/v1/genesis.d.ts +37 -4
  819. package/ibc/core/channel/v1/genesis.js +13 -0
  820. package/ibc/core/channel/v1/query.d.ts +839 -158
  821. package/ibc/core/channel/v1/query.js +197 -0
  822. package/ibc/core/channel/v1/tx.d.ts +335 -30
  823. package/ibc/core/channel/v1/tx.js +129 -0
  824. package/ibc/core/channel/v2/genesis.d.ts +81 -14
  825. package/ibc/core/channel/v2/genesis.js +21 -0
  826. package/ibc/core/channel/v2/packet.d.ts +137 -28
  827. package/ibc/core/channel/v2/packet.js +29 -0
  828. package/ibc/core/channel/v2/query.d.ts +490 -98
  829. package/ibc/core/channel/v2/query.js +100 -0
  830. package/ibc/core/channel/v2/tx.d.ts +144 -16
  831. package/ibc/core/channel/v2/tx.js +48 -0
  832. package/ibc/core/client/v1/client.d.ts +129 -18
  833. package/ibc/core/client/v1/client.js +45 -0
  834. package/ibc/core/client/v1/genesis.d.ts +82 -16
  835. package/ibc/core/client/v1/genesis.js +20 -0
  836. package/ibc/core/client/v1/query.d.ts +508 -74
  837. package/ibc/core/client/v1/query.js +154 -0
  838. package/ibc/core/client/v1/tx.amino.d.ts +1 -6
  839. package/ibc/core/client/v1/tx.amino.js +0 -5
  840. package/ibc/core/client/v1/tx.d.ts +336 -138
  841. package/ibc/core/client/v1/tx.js +87 -152
  842. package/ibc/core/client/v1/tx.registry.d.ts +1 -13
  843. package/ibc/core/client/v1/tx.registry.js +1 -19
  844. package/ibc/core/client/v1/tx.rpc.msg.d.ts +1 -4
  845. package/ibc/core/client/v1/tx.rpc.msg.js +0 -6
  846. package/ibc/core/client/v2/config.d.ts +21 -2
  847. package/ibc/core/client/v2/config.js +9 -0
  848. package/ibc/core/client/v2/counterparty.d.ts +30 -6
  849. package/ibc/core/client/v2/counterparty.js +6 -0
  850. package/ibc/core/client/v2/genesis.d.ts +54 -10
  851. package/ibc/core/client/v2/genesis.js +12 -0
  852. package/ibc/core/client/v2/query.d.ts +74 -8
  853. package/ibc/core/client/v2/query.js +26 -0
  854. package/ibc/core/client/v2/tx.d.ts +108 -20
  855. package/ibc/core/client/v2/tx.js +24 -0
  856. package/ibc/core/commitment/v1/commitment.d.ts +43 -0
  857. package/ibc/core/commitment/v1/commitment.js +25 -0
  858. package/ibc/core/commitment/v2/commitment.d.ts +42 -0
  859. package/ibc/core/commitment/v2/commitment.js +36 -0
  860. package/ibc/core/connection/v1/connection.d.ts +197 -36
  861. package/ibc/core/connection/v1/connection.js +47 -0
  862. package/ibc/core/connection/v1/genesis.d.ts +24 -4
  863. package/ibc/core/connection/v1/genesis.js +6 -0
  864. package/ibc/core/connection/v1/query.d.ts +293 -46
  865. package/ibc/core/connection/v1/query.js +83 -0
  866. package/ibc/core/connection/v1/tx.d.ts +250 -56
  867. package/ibc/core/connection/v1/tx.js +66 -0
  868. package/ibc/lcd.d.ts +3 -0
  869. package/ibc/lcd.js +5 -0
  870. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +277 -24
  871. package/ibc/lightclients/solomachine/v2/solomachine.js +109 -0
  872. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +180 -26
  873. package/ibc/lightclients/solomachine/v3/solomachine.js +54 -0
  874. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +140 -26
  875. package/ibc/lightclients/tendermint/v1/tendermint.js +44 -0
  876. package/ibc/lightclients/wasm/v1/genesis.d.ts +48 -8
  877. package/ibc/lightclients/wasm/v1/genesis.js +12 -0
  878. package/ibc/lightclients/wasm/v1/query.d.ts +96 -16
  879. package/ibc/lightclients/wasm/v1/query.js +24 -0
  880. package/ibc/lightclients/wasm/v1/tx.d.ts +162 -30
  881. package/ibc/lightclients/wasm/v1/tx.js +36 -0
  882. package/ibc/lightclients/wasm/v1/wasm.d.ts +52 -46
  883. package/ibc/lightclients/wasm/v1/wasm.js +19 -74
  884. package/ibc/rpc.query.d.ts +11 -9
  885. package/ibc/rpc.query.js +3 -5
  886. package/ibc/rpc.tx.d.ts +3 -0
  887. package/ibc/rpc.tx.js +3 -0
  888. package/index.d.ts +1 -1
  889. package/index.js +1 -1
  890. package/package.json +1 -1
  891. package/sparkdream/blog/module/v1/module.d.ts +18 -2
  892. package/sparkdream/blog/module/v1/module.js +6 -0
  893. package/sparkdream/blog/v1/genesis.d.ts +74 -4
  894. package/sparkdream/blog/v1/genesis.js +93 -1
  895. package/sparkdream/blog/v1/params.d.ts +310 -6
  896. package/sparkdream/blog/v1/params.js +440 -6
  897. package/sparkdream/blog/v1/post.d.ts +180 -2
  898. package/sparkdream/blog/v1/post.js +211 -2
  899. package/sparkdream/blog/v1/query.d.ts +865 -14
  900. package/sparkdream/blog/v1/query.js +1400 -1
  901. package/sparkdream/blog/v1/query.lcd.d.ts +9 -1
  902. package/sparkdream/blog/v1/query.lcd.js +105 -2
  903. package/sparkdream/blog/v1/query.rpc.Query.d.ts +35 -3
  904. package/sparkdream/blog/v1/query.rpc.Query.js +74 -2
  905. package/sparkdream/blog/v1/tx.amino.d.ts +61 -1
  906. package/sparkdream/blog/v1/tx.amino.js +60 -0
  907. package/sparkdream/blog/v1/tx.d.ts +1306 -19
  908. package/sparkdream/blog/v1/tx.js +1910 -3
  909. package/sparkdream/blog/v1/tx.registry.d.ts +145 -1
  910. package/sparkdream/blog/v1/tx.registry.js +217 -1
  911. package/sparkdream/blog/v1/tx.rpc.msg.d.ts +43 -4
  912. package/sparkdream/blog/v1/tx.rpc.msg.js +76 -3
  913. package/sparkdream/blog/v1/types.d.ts +463 -0
  914. package/sparkdream/blog/v1/types.js +818 -0
  915. package/sparkdream/bundle.d.ts +19938 -325
  916. package/sparkdream/bundle.js +558 -45
  917. package/sparkdream/client.d.ts +1105 -0
  918. package/sparkdream/client.js +38 -2
  919. package/sparkdream/collect/module/v1/module.d.ts +54 -0
  920. package/sparkdream/collect/module/v1/module.js +74 -0
  921. package/sparkdream/collect/v1/genesis.d.ts +82 -0
  922. package/sparkdream/collect/v1/genesis.js +274 -0
  923. package/sparkdream/collect/v1/params.d.ts +240 -0
  924. package/sparkdream/collect/v1/params.js +766 -0
  925. package/sparkdream/collect/v1/query.d.ts +2157 -0
  926. package/sparkdream/collect/v1/query.js +3793 -0
  927. package/sparkdream/collect/v1/query.lcd.d.ts +33 -0
  928. package/sparkdream/collect/v1/query.lcd.js +227 -0
  929. package/sparkdream/collect/v1/query.rpc.Query.d.ts +101 -0
  930. package/sparkdream/collect/v1/query.rpc.Query.js +257 -0
  931. package/sparkdream/collect/v1/tx.amino.d.ts +148 -0
  932. package/sparkdream/collect/v1/tx.amino.js +152 -0
  933. package/sparkdream/collect/v1/tx.d.ts +2581 -0
  934. package/sparkdream/collect/v1/tx.js +4771 -0
  935. package/sparkdream/collect/v1/tx.registry.d.ts +361 -0
  936. package/sparkdream/collect/v1/tx.registry.js +541 -0
  937. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +76 -0
  938. package/sparkdream/collect/v1/tx.rpc.msg.js +190 -0
  939. package/sparkdream/collect/v1/types.d.ts +1205 -0
  940. package/sparkdream/collect/v1/types.js +3453 -0
  941. package/sparkdream/common/v1/content_type.d.ts +31 -0
  942. package/sparkdream/common/v1/content_type.js +101 -0
  943. package/sparkdream/common/v1/flag_record.d.ts +58 -0
  944. package/sparkdream/common/v1/flag_record.js +122 -0
  945. package/sparkdream/common/v1/moderation_reason.d.ts +35 -0
  946. package/sparkdream/common/v1/moderation_reason.js +120 -0
  947. package/sparkdream/common/v1/reserved_tag.d.ts +53 -0
  948. package/sparkdream/common/v1/reserved_tag.js +99 -0
  949. package/sparkdream/common/v1/tag.d.ts +57 -0
  950. package/sparkdream/common/v1/tag.js +123 -0
  951. package/sparkdream/commons/module/v1/module.d.ts +54 -0
  952. package/sparkdream/commons/module/v1/module.js +74 -0
  953. package/sparkdream/commons/v1/genesis.d.ts +299 -0
  954. package/sparkdream/commons/v1/genesis.js +536 -0
  955. package/sparkdream/commons/v1/group.d.ts +529 -0
  956. package/sparkdream/commons/v1/group.js +1123 -0
  957. package/sparkdream/commons/v1/params.d.ts +48 -0
  958. package/sparkdream/commons/v1/params.js +81 -0
  959. package/sparkdream/commons/v1/policy_permissions.d.ts +48 -0
  960. package/sparkdream/commons/v1/policy_permissions.js +89 -0
  961. package/sparkdream/commons/v1/query.d.ts +822 -0
  962. package/sparkdream/commons/v1/query.js +1340 -0
  963. package/sparkdream/commons/v1/query.lcd.d.ts +17 -0
  964. package/sparkdream/commons/v1/query.lcd.js +82 -0
  965. package/sparkdream/commons/v1/query.rpc.Query.d.ts +48 -0
  966. package/sparkdream/commons/v1/query.rpc.Query.js +105 -0
  967. package/sparkdream/commons/v1/tx.amino.d.ts +93 -0
  968. package/sparkdream/commons/v1/tx.amino.js +97 -0
  969. package/sparkdream/commons/v1/tx.d.ts +1930 -0
  970. package/sparkdream/commons/v1/tx.js +3285 -0
  971. package/sparkdream/commons/v1/tx.registry.d.ts +229 -0
  972. package/sparkdream/commons/v1/tx.registry.js +343 -0
  973. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +73 -0
  974. package/sparkdream/commons/v1/tx.rpc.msg.js +127 -0
  975. package/sparkdream/ecosystem/module/v1/module.d.ts +54 -0
  976. package/sparkdream/ecosystem/module/v1/module.js +74 -0
  977. package/sparkdream/ecosystem/v1/genesis.d.ts +53 -0
  978. package/sparkdream/ecosystem/v1/genesis.js +75 -0
  979. package/sparkdream/ecosystem/v1/params.d.ts +46 -0
  980. package/sparkdream/ecosystem/v1/params.js +68 -0
  981. package/sparkdream/ecosystem/v1/query.d.ts +95 -0
  982. package/sparkdream/ecosystem/v1/query.js +131 -0
  983. package/sparkdream/ecosystem/v1/query.lcd.d.ts +9 -0
  984. package/sparkdream/ecosystem/v1/query.lcd.js +15 -0
  985. package/sparkdream/ecosystem/v1/query.rpc.Query.d.ts +16 -0
  986. package/sparkdream/ecosystem/v1/query.rpc.Query.js +29 -0
  987. package/sparkdream/ecosystem/v1/tx.amino.d.ts +13 -0
  988. package/sparkdream/ecosystem/v1/tx.amino.js +17 -0
  989. package/sparkdream/ecosystem/v1/tx.d.ts +201 -0
  990. package/sparkdream/ecosystem/v1/tx.js +311 -0
  991. package/sparkdream/ecosystem/v1/tx.registry.d.ts +37 -0
  992. package/sparkdream/ecosystem/v1/tx.registry.js +55 -0
  993. package/sparkdream/ecosystem/v1/tx.rpc.msg.d.ts +19 -0
  994. package/sparkdream/ecosystem/v1/tx.rpc.msg.js +29 -0
  995. package/sparkdream/forum/module/v1/module.d.ts +54 -0
  996. package/sparkdream/forum/module/v1/module.js +74 -0
  997. package/sparkdream/forum/v1/archive_metadata.d.ts +54 -0
  998. package/sparkdream/forum/v1/archive_metadata.js +122 -0
  999. package/sparkdream/forum/v1/bounty.d.ts +65 -0
  1000. package/sparkdream/forum/v1/bounty.js +186 -0
  1001. package/sparkdream/forum/v1/category.d.ts +54 -0
  1002. package/sparkdream/forum/v1/category.js +122 -0
  1003. package/sparkdream/forum/v1/genesis.d.ts +135 -0
  1004. package/sparkdream/forum/v1/genesis.js +519 -0
  1005. package/sparkdream/forum/v1/gov_action_appeal.d.ts +69 -0
  1006. package/sparkdream/forum/v1/gov_action_appeal.js +205 -0
  1007. package/sparkdream/forum/v1/hide_record.d.ts +61 -0
  1008. package/sparkdream/forum/v1/hide_record.js +157 -0
  1009. package/sparkdream/forum/v1/jury_participation.d.ts +56 -0
  1010. package/sparkdream/forum/v1/jury_participation.js +134 -0
  1011. package/sparkdream/forum/v1/member_report.d.ts +67 -0
  1012. package/sparkdream/forum/v1/member_report.js +222 -0
  1013. package/sparkdream/forum/v1/member_salvation_status.d.ts +54 -0
  1014. package/sparkdream/forum/v1/member_salvation_status.js +122 -0
  1015. package/sparkdream/forum/v1/member_warning.d.ts +58 -0
  1016. package/sparkdream/forum/v1/member_warning.js +159 -0
  1017. package/sparkdream/forum/v1/params.d.ts +450 -0
  1018. package/sparkdream/forum/v1/params.js +870 -0
  1019. package/sparkdream/forum/v1/post.d.ts +102 -0
  1020. package/sparkdream/forum/v1/post.js +400 -0
  1021. package/sparkdream/forum/v1/post_flag.d.ts +106 -0
  1022. package/sparkdream/forum/v1/post_flag.js +257 -0
  1023. package/sparkdream/forum/v1/query.d.ts +7296 -0
  1024. package/sparkdream/forum/v1/query.js +12476 -0
  1025. package/sparkdream/forum/v1/query.lcd.d.ts +88 -0
  1026. package/sparkdream/forum/v1/query.lcd.js +734 -0
  1027. package/sparkdream/forum/v1/query.rpc.Query.d.ts +332 -0
  1028. package/sparkdream/forum/v1/query.rpc.Query.js +804 -0
  1029. package/sparkdream/forum/v1/sentinel_activity.d.ts +117 -0
  1030. package/sparkdream/forum/v1/sentinel_activity.js +493 -0
  1031. package/sparkdream/forum/v1/tag_budget.d.ts +58 -0
  1032. package/sparkdream/forum/v1/tag_budget.js +146 -0
  1033. package/sparkdream/forum/v1/tag_budget_award.d.ts +60 -0
  1034. package/sparkdream/forum/v1/tag_budget_award.js +158 -0
  1035. package/sparkdream/forum/v1/tag_report.d.ts +54 -0
  1036. package/sparkdream/forum/v1/tag_report.js +125 -0
  1037. package/sparkdream/forum/v1/thread_follow.d.ts +50 -0
  1038. package/sparkdream/forum/v1/thread_follow.js +98 -0
  1039. package/sparkdream/forum/v1/thread_follow_count.d.ts +48 -0
  1040. package/sparkdream/forum/v1/thread_follow_count.js +86 -0
  1041. package/sparkdream/forum/v1/thread_lock_record.d.ts +60 -0
  1042. package/sparkdream/forum/v1/thread_lock_record.js +158 -0
  1043. package/sparkdream/forum/v1/thread_metadata.d.ts +63 -0
  1044. package/sparkdream/forum/v1/thread_metadata.js +187 -0
  1045. package/sparkdream/forum/v1/thread_move_record.d.ts +64 -0
  1046. package/sparkdream/forum/v1/thread_move_record.js +182 -0
  1047. package/sparkdream/forum/v1/tx.amino.d.ts +253 -0
  1048. package/sparkdream/forum/v1/tx.amino.js +257 -0
  1049. package/sparkdream/forum/v1/tx.d.ts +4551 -0
  1050. package/sparkdream/forum/v1/tx.js +7468 -0
  1051. package/sparkdream/forum/v1/tx.registry.d.ts +613 -0
  1052. package/sparkdream/forum/v1/tx.registry.js +919 -0
  1053. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +166 -0
  1054. package/sparkdream/forum/v1/tx.rpc.msg.js +318 -0
  1055. package/sparkdream/forum/v1/types.d.ts +221 -0
  1056. package/sparkdream/forum/v1/types.js +777 -0
  1057. package/sparkdream/forum/v1/user_rate_limit.d.ts +54 -0
  1058. package/sparkdream/forum/v1/user_rate_limit.js +122 -0
  1059. package/sparkdream/forum/v1/user_reaction_limit.d.ts +52 -0
  1060. package/sparkdream/forum/v1/user_reaction_limit.js +110 -0
  1061. package/sparkdream/futarchy/module/v1/module.d.ts +54 -0
  1062. package/sparkdream/futarchy/module/v1/module.js +74 -0
  1063. package/sparkdream/futarchy/v1/genesis.d.ts +56 -0
  1064. package/sparkdream/futarchy/v1/genesis.js +91 -0
  1065. package/sparkdream/futarchy/v1/market.d.ts +104 -0
  1066. package/sparkdream/futarchy/v1/market.js +243 -0
  1067. package/sparkdream/futarchy/v1/params.d.ts +171 -0
  1068. package/sparkdream/futarchy/v1/params.js +244 -0
  1069. package/sparkdream/futarchy/v1/query.d.ts +381 -0
  1070. package/sparkdream/futarchy/v1/query.js +599 -0
  1071. package/sparkdream/futarchy/v1/query.lcd.d.ts +12 -0
  1072. package/sparkdream/futarchy/v1/query.lcd.js +49 -0
  1073. package/sparkdream/futarchy/v1/query.rpc.Query.d.ts +28 -0
  1074. package/sparkdream/futarchy/v1/query.rpc.Query.js +58 -0
  1075. package/sparkdream/futarchy/v1/tx.amino.d.ts +38 -0
  1076. package/sparkdream/futarchy/v1/tx.amino.js +42 -0
  1077. package/sparkdream/futarchy/v1/tx.d.ts +688 -0
  1078. package/sparkdream/futarchy/v1/tx.js +1100 -0
  1079. package/sparkdream/futarchy/v1/tx.registry.d.ts +97 -0
  1080. package/sparkdream/futarchy/v1/tx.registry.js +145 -0
  1081. package/sparkdream/futarchy/v1/tx.rpc.msg.d.ts +37 -0
  1082. package/sparkdream/futarchy/v1/tx.rpc.msg.js +60 -0
  1083. package/sparkdream/lcd.d.ts +36 -0
  1084. package/sparkdream/lcd.js +60 -0
  1085. package/sparkdream/name/module/v1/module.d.ts +54 -0
  1086. package/sparkdream/name/module/v1/module.js +74 -0
  1087. package/sparkdream/name/v1/dispute.d.ts +216 -0
  1088. package/sparkdream/name/v1/dispute.js +344 -0
  1089. package/sparkdream/name/v1/genesis.d.ts +62 -0
  1090. package/sparkdream/name/v1/genesis.js +123 -0
  1091. package/sparkdream/name/v1/name_record.d.ts +50 -0
  1092. package/sparkdream/name/v1/name_record.js +98 -0
  1093. package/sparkdream/name/v1/owner_info.d.ts +50 -0
  1094. package/sparkdream/name/v1/owner_info.js +98 -0
  1095. package/sparkdream/name/v1/params.d.ts +165 -0
  1096. package/sparkdream/name/v1/params.js +309 -0
  1097. package/sparkdream/name/v1/query.d.ts +544 -0
  1098. package/sparkdream/name/v1/query.js +866 -0
  1099. package/sparkdream/name/v1/query.lcd.d.ts +14 -0
  1100. package/sparkdream/name/v1/query.lcd.js +56 -0
  1101. package/sparkdream/name/v1/query.rpc.Query.d.ts +36 -0
  1102. package/sparkdream/name/v1/query.rpc.Query.js +76 -0
  1103. package/sparkdream/name/v1/tx.amino.d.ts +43 -0
  1104. package/sparkdream/name/v1/tx.amino.js +47 -0
  1105. package/sparkdream/name/v1/tx.d.ts +804 -0
  1106. package/sparkdream/name/v1/tx.js +1225 -0
  1107. package/sparkdream/name/v1/tx.registry.d.ts +109 -0
  1108. package/sparkdream/name/v1/tx.registry.js +163 -0
  1109. package/sparkdream/name/v1/tx.rpc.msg.d.ts +43 -0
  1110. package/sparkdream/name/v1/tx.rpc.msg.js +67 -0
  1111. package/sparkdream/rep/module/v1/module.d.ts +54 -0
  1112. package/{cosmos/orm/module/v1alpha1 → sparkdream/rep/module/v1}/module.js +26 -14
  1113. package/sparkdream/rep/v1/challenge.d.ts +74 -0
  1114. package/sparkdream/rep/v1/challenge.js +231 -0
  1115. package/sparkdream/rep/v1/content_challenge.d.ts +154 -0
  1116. package/sparkdream/rep/v1/content_challenge.js +308 -0
  1117. package/sparkdream/rep/v1/genesis.d.ts +185 -0
  1118. package/sparkdream/rep/v1/genesis.js +484 -0
  1119. package/sparkdream/rep/v1/initiative.d.ts +140 -0
  1120. package/sparkdream/rep/v1/initiative.js +567 -0
  1121. package/sparkdream/rep/v1/interim.d.ts +163 -0
  1122. package/sparkdream/rep/v1/interim.js +435 -0
  1123. package/sparkdream/rep/v1/interim_template.d.ts +114 -0
  1124. package/sparkdream/rep/v1/interim_template.js +296 -0
  1125. package/sparkdream/rep/v1/invitation.d.ts +78 -0
  1126. package/sparkdream/rep/v1/invitation.js +256 -0
  1127. package/sparkdream/rep/v1/jury_review.d.ts +235 -0
  1128. package/sparkdream/rep/v1/jury_review.js +640 -0
  1129. package/sparkdream/rep/v1/member.d.ts +408 -0
  1130. package/sparkdream/rep/v1/member.js +864 -0
  1131. package/sparkdream/rep/v1/params.d.ts +730 -0
  1132. package/sparkdream/rep/v1/params.js +1822 -0
  1133. package/sparkdream/rep/v1/project.d.ts +162 -0
  1134. package/sparkdream/rep/v1/project.js +554 -0
  1135. package/sparkdream/rep/v1/query.d.ts +4030 -0
  1136. package/sparkdream/rep/v1/query.js +6900 -0
  1137. package/sparkdream/rep/v1/query.lcd.d.ts +51 -0
  1138. package/sparkdream/rep/v1/query.lcd.js +381 -0
  1139. package/sparkdream/rep/v1/query.rpc.Query.d.ts +184 -0
  1140. package/sparkdream/rep/v1/query.rpc.Query.js +429 -0
  1141. package/sparkdream/rep/v1/stake.d.ts +266 -0
  1142. package/sparkdream/rep/v1/stake.js +580 -0
  1143. package/sparkdream/rep/v1/tx.amino.d.ts +158 -0
  1144. package/sparkdream/rep/v1/tx.amino.js +162 -0
  1145. package/sparkdream/rep/v1/tx.d.ts +2940 -0
  1146. package/sparkdream/rep/v1/tx.js +5204 -0
  1147. package/sparkdream/rep/v1/tx.registry.d.ts +385 -0
  1148. package/sparkdream/rep/v1/tx.registry.js +577 -0
  1149. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +109 -0
  1150. package/sparkdream/rep/v1/tx.rpc.msg.js +204 -0
  1151. package/sparkdream/reveal/module/v1/module.d.ts +54 -0
  1152. package/sparkdream/reveal/module/v1/module.js +74 -0
  1153. package/sparkdream/reveal/v1/genesis.d.ts +64 -0
  1154. package/sparkdream/reveal/v1/genesis.js +145 -0
  1155. package/sparkdream/reveal/v1/params.d.ts +140 -0
  1156. package/sparkdream/reveal/v1/params.js +238 -0
  1157. package/sparkdream/reveal/v1/query.d.ts +949 -0
  1158. package/sparkdream/reveal/v1/query.js +1703 -0
  1159. package/sparkdream/reveal/v1/query.lcd.d.ts +19 -0
  1160. package/sparkdream/reveal/v1/query.lcd.js +105 -0
  1161. package/sparkdream/reveal/v1/query.rpc.Query.d.ts +56 -0
  1162. package/sparkdream/reveal/v1/query.rpc.Query.js +121 -0
  1163. package/sparkdream/reveal/v1/tx.amino.d.ts +53 -0
  1164. package/sparkdream/reveal/v1/tx.amino.js +57 -0
  1165. package/sparkdream/reveal/v1/tx.d.ts +1043 -0
  1166. package/sparkdream/reveal/v1/tx.js +1702 -0
  1167. package/sparkdream/reveal/v1/tx.registry.d.ts +133 -0
  1168. package/sparkdream/reveal/v1/tx.registry.js +199 -0
  1169. package/sparkdream/reveal/v1/tx.rpc.msg.d.ts +43 -0
  1170. package/sparkdream/reveal/v1/tx.rpc.msg.js +77 -0
  1171. package/sparkdream/reveal/v1/types.d.ts +455 -0
  1172. package/sparkdream/reveal/v1/types.js +1150 -0
  1173. package/sparkdream/rpc.query.d.ts +329 -9
  1174. package/sparkdream/rpc.query.js +36 -5
  1175. package/sparkdream/rpc.tx.d.ts +36 -0
  1176. package/sparkdream/rpc.tx.js +36 -0
  1177. package/sparkdream/season/module/v1/module.d.ts +54 -0
  1178. package/sparkdream/season/module/v1/module.js +74 -0
  1179. package/sparkdream/season/v1/achievement.d.ts +101 -0
  1180. package/sparkdream/season/v1/achievement.js +145 -0
  1181. package/sparkdream/season/v1/display_name_appeal_stake.d.ts +68 -0
  1182. package/sparkdream/season/v1/display_name_appeal_stake.js +98 -0
  1183. package/sparkdream/season/v1/display_name_moderation.d.ts +60 -0
  1184. package/sparkdream/season/v1/display_name_moderation.js +158 -0
  1185. package/sparkdream/season/v1/display_name_report_stake.d.ts +68 -0
  1186. package/sparkdream/season/v1/display_name_report_stake.js +98 -0
  1187. package/sparkdream/season/v1/enums.d.ts +86 -0
  1188. package/sparkdream/season/v1/enums.js +406 -0
  1189. package/sparkdream/season/v1/epoch_xp_tracker.d.ts +54 -0
  1190. package/sparkdream/season/v1/epoch_xp_tracker.js +122 -0
  1191. package/sparkdream/season/v1/forum_xp_cooldown.d.ts +48 -0
  1192. package/sparkdream/season/v1/forum_xp_cooldown.js +86 -0
  1193. package/sparkdream/season/v1/genesis.d.ts +136 -0
  1194. package/sparkdream/season/v1/genesis.js +485 -0
  1195. package/sparkdream/season/v1/guild.d.ts +117 -0
  1196. package/sparkdream/season/v1/guild.js +175 -0
  1197. package/sparkdream/season/v1/guild_invite.d.ts +52 -0
  1198. package/sparkdream/season/v1/guild_invite.js +110 -0
  1199. package/sparkdream/season/v1/guild_membership.d.ts +54 -0
  1200. package/sparkdream/season/v1/guild_membership.js +122 -0
  1201. package/sparkdream/season/v1/member_profile.d.ts +196 -0
  1202. package/sparkdream/season/v1/member_profile.js +299 -0
  1203. package/sparkdream/season/v1/member_quest_progress.d.ts +84 -0
  1204. package/sparkdream/season/v1/member_quest_progress.js +135 -0
  1205. package/sparkdream/season/v1/member_registration.d.ts +48 -0
  1206. package/sparkdream/season/v1/member_registration.js +86 -0
  1207. package/sparkdream/season/v1/member_season_snapshot.d.ts +145 -0
  1208. package/sparkdream/season/v1/member_season_snapshot.js +241 -0
  1209. package/sparkdream/season/v1/next_season_info.d.ts +48 -0
  1210. package/sparkdream/season/v1/next_season_info.js +86 -0
  1211. package/sparkdream/season/v1/nomination.d.ts +194 -0
  1212. package/sparkdream/season/v1/nomination.js +431 -0
  1213. package/sparkdream/season/v1/params.d.ts +611 -0
  1214. package/sparkdream/season/v1/params.js +1600 -0
  1215. package/sparkdream/season/v1/query.d.ts +6199 -0
  1216. package/sparkdream/season/v1/query.js +10574 -0
  1217. package/sparkdream/season/v1/query.lcd.d.ts +76 -0
  1218. package/sparkdream/season/v1/query.lcd.js +602 -0
  1219. package/sparkdream/season/v1/query.rpc.Query.d.ts +284 -0
  1220. package/sparkdream/season/v1/query.rpc.Query.js +678 -0
  1221. package/sparkdream/season/v1/quest.d.ts +231 -0
  1222. package/sparkdream/season/v1/quest.js +337 -0
  1223. package/sparkdream/season/v1/season.d.ts +117 -0
  1224. package/sparkdream/season/v1/season.js +169 -0
  1225. package/sparkdream/season/v1/season_snapshot.d.ts +48 -0
  1226. package/sparkdream/season/v1/season_snapshot.js +86 -0
  1227. package/sparkdream/season/v1/season_title_eligibility.d.ts +134 -0
  1228. package/sparkdream/season/v1/season_title_eligibility.js +197 -0
  1229. package/sparkdream/season/v1/season_transition_state.d.ts +93 -0
  1230. package/sparkdream/season/v1/season_transition_state.js +133 -0
  1231. package/sparkdream/season/v1/title.d.ts +109 -0
  1232. package/sparkdream/season/v1/title.js +157 -0
  1233. package/sparkdream/season/v1/transition_recovery_state.d.ts +85 -0
  1234. package/sparkdream/season/v1/transition_recovery_state.js +121 -0
  1235. package/sparkdream/season/v1/tx.amino.d.ts +218 -0
  1236. package/sparkdream/season/v1/tx.amino.js +222 -0
  1237. package/sparkdream/season/v1/tx.d.ts +4133 -0
  1238. package/sparkdream/season/v1/tx.js +6827 -0
  1239. package/sparkdream/season/v1/tx.registry.d.ts +529 -0
  1240. package/sparkdream/season/v1/tx.registry.js +793 -0
  1241. package/sparkdream/season/v1/tx.rpc.msg.d.ts +144 -0
  1242. package/sparkdream/season/v1/tx.rpc.msg.js +277 -0
  1243. package/sparkdream/season/v1/vote_xp_record.d.ts +48 -0
  1244. package/sparkdream/season/v1/vote_xp_record.js +86 -0
  1245. package/sparkdream/session/module/v1/module.d.ts +54 -0
  1246. package/sparkdream/session/module/v1/module.js +74 -0
  1247. package/sparkdream/session/v1/genesis.d.ts +62 -0
  1248. package/sparkdream/session/v1/genesis.js +91 -0
  1249. package/sparkdream/session/v1/params.d.ts +168 -0
  1250. package/sparkdream/session/v1/params.js +278 -0
  1251. package/sparkdream/session/v1/query.d.ts +423 -0
  1252. package/sparkdream/session/v1/query.js +746 -0
  1253. package/sparkdream/session/v1/query.lcd.d.ts +13 -0
  1254. package/sparkdream/session/v1/query.lcd.js +49 -0
  1255. package/sparkdream/session/v1/query.rpc.Query.d.ts +32 -0
  1256. package/sparkdream/session/v1/query.rpc.Query.js +65 -0
  1257. package/sparkdream/session/v1/session.d.ts +125 -0
  1258. package/sparkdream/session/v1/session.js +188 -0
  1259. package/sparkdream/session/v1/tx.amino.d.ts +28 -0
  1260. package/sparkdream/session/v1/tx.amino.js +32 -0
  1261. package/sparkdream/session/v1/tx.d.ts +481 -0
  1262. package/sparkdream/session/v1/tx.js +771 -0
  1263. package/sparkdream/session/v1/tx.registry.d.ts +73 -0
  1264. package/sparkdream/session/v1/tx.registry.js +109 -0
  1265. package/sparkdream/session/v1/tx.rpc.msg.d.ts +31 -0
  1266. package/sparkdream/session/v1/tx.rpc.msg.js +48 -0
  1267. package/sparkdream/shield/module/v1/module.d.ts +54 -0
  1268. package/sparkdream/shield/module/v1/module.js +74 -0
  1269. package/sparkdream/shield/v1/genesis.d.ts +182 -0
  1270. package/sparkdream/shield/v1/genesis.js +304 -0
  1271. package/sparkdream/shield/v1/params.d.ts +192 -0
  1272. package/sparkdream/shield/v1/params.js +285 -0
  1273. package/sparkdream/shield/v1/query.d.ts +1406 -0
  1274. package/sparkdream/shield/v1/query.js +2326 -0
  1275. package/sparkdream/shield/v1/query.lcd.d.ts +25 -0
  1276. package/sparkdream/shield/v1/query.lcd.js +114 -0
  1277. package/sparkdream/shield/v1/query.rpc.Query.d.ts +80 -0
  1278. package/sparkdream/shield/v1/query.rpc.Query.js +175 -0
  1279. package/sparkdream/shield/v1/tx.amino.d.ts +28 -0
  1280. package/sparkdream/shield/v1/tx.amino.js +32 -0
  1281. package/sparkdream/shield/v1/tx.d.ts +542 -0
  1282. package/sparkdream/shield/v1/tx.js +841 -0
  1283. package/sparkdream/shield/v1/tx.registry.d.ts +73 -0
  1284. package/sparkdream/shield/v1/tx.registry.js +109 -0
  1285. package/sparkdream/shield/v1/tx.rpc.msg.d.ts +29 -0
  1286. package/sparkdream/shield/v1/tx.rpc.msg.js +48 -0
  1287. package/sparkdream/shield/v1/types.d.ts +1412 -0
  1288. package/sparkdream/shield/v1/types.js +2398 -0
  1289. package/sparkdream/sparkdream/module/v1/module.d.ts +18 -2
  1290. package/sparkdream/sparkdream/module/v1/module.js +6 -0
  1291. package/sparkdream/sparkdream/v1/genesis.d.ts +24 -4
  1292. package/sparkdream/sparkdream/v1/genesis.js +6 -0
  1293. package/sparkdream/sparkdream/v1/params.d.ts +18 -2
  1294. package/sparkdream/sparkdream/v1/params.js +6 -0
  1295. package/sparkdream/sparkdream/v1/query.d.ts +42 -6
  1296. package/sparkdream/sparkdream/v1/query.js +12 -0
  1297. package/sparkdream/sparkdream/v1/tx.d.ts +37 -4
  1298. package/sparkdream/sparkdream/v1/tx.js +13 -0
  1299. package/sparkdream/split/module/v1/module.d.ts +54 -0
  1300. package/sparkdream/split/module/v1/module.js +74 -0
  1301. package/sparkdream/split/v1/genesis.d.ts +56 -0
  1302. package/sparkdream/split/v1/genesis.js +91 -0
  1303. package/sparkdream/split/v1/params.d.ts +46 -0
  1304. package/sparkdream/split/v1/params.js +68 -0
  1305. package/sparkdream/split/v1/query.d.ts +275 -0
  1306. package/sparkdream/split/v1/query.js +424 -0
  1307. package/sparkdream/split/v1/query.lcd.d.ts +11 -0
  1308. package/sparkdream/split/v1/query.lcd.js +35 -0
  1309. package/sparkdream/split/v1/query.rpc.Query.d.ts +24 -0
  1310. package/sparkdream/split/v1/query.rpc.Query.js +49 -0
  1311. package/sparkdream/split/v1/share.d.ts +48 -0
  1312. package/sparkdream/split/v1/share.js +86 -0
  1313. package/sparkdream/split/v1/tx.amino.d.ts +8 -0
  1314. package/sparkdream/split/v1/tx.amino.js +12 -0
  1315. package/sparkdream/split/v1/tx.d.ts +108 -0
  1316. package/sparkdream/split/v1/tx.js +151 -0
  1317. package/sparkdream/split/v1/tx.registry.d.ts +25 -0
  1318. package/sparkdream/split/v1/tx.registry.js +37 -0
  1319. package/sparkdream/split/v1/tx.rpc.msg.d.ts +16 -0
  1320. package/sparkdream/split/v1/tx.rpc.msg.js +23 -0
  1321. package/tendermint/abci/types.d.ts +971 -98
  1322. package/tendermint/abci/types.js +255 -0
  1323. package/tendermint/bundle.d.ts +844 -844
  1324. package/tendermint/bundle.js +20 -20
  1325. package/tendermint/crypto/keys.d.ts +18 -2
  1326. package/tendermint/crypto/keys.js +6 -0
  1327. package/tendermint/crypto/proof.d.ts +89 -6
  1328. package/tendermint/crypto/proof.js +29 -0
  1329. package/tendermint/p2p/types.d.ts +60 -0
  1330. package/tendermint/p2p/types.js +20 -0
  1331. package/tendermint/types/block.d.ts +15 -0
  1332. package/tendermint/types/block.js +5 -0
  1333. package/tendermint/types/evidence.d.ts +66 -4
  1334. package/tendermint/types/evidence.js +22 -0
  1335. package/tendermint/types/params.d.ts +112 -8
  1336. package/tendermint/types/params.js +46 -0
  1337. package/tendermint/types/types.d.ts +327 -42
  1338. package/tendermint/types/types.js +87 -0
  1339. package/tendermint/types/validator.d.ts +45 -0
  1340. package/tendermint/types/validator.js +15 -0
  1341. package/tendermint/version/types.d.ts +28 -0
  1342. package/tendermint/version/types.js +16 -0
  1343. package/types.d.ts +1 -1
  1344. package/types.js +1 -1
  1345. package/utf8.d.ts +1 -1
  1346. package/utf8.js +1 -1
  1347. package/varint.d.ts +1 -1
  1348. package/varint.js +1 -1
  1349. package/cosmos/orm/module/v1alpha1/module.d.ts +0 -38
  1350. package/cosmos/orm/query/v1alpha1/query.d.ts +0 -353
  1351. package/cosmos/orm/query/v1alpha1/query.js +0 -695
  1352. package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +0 -20
  1353. package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +0 -38
  1354. package/esm/cosmos/orm/query/v1alpha1/query.js +0 -692
  1355. package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +0 -33
@@ -0,0 +1,1699 @@
1
+ //@ts-nocheck
2
+ import { Params } from "./params";
3
+ import { TrancheDef } from "./types";
4
+ import { BinaryReader, BinaryWriter } from "../../../binary";
5
+ function createBaseMsgUpdateParams() {
6
+ return {
7
+ authority: "",
8
+ params: Params.fromPartial({})
9
+ };
10
+ }
11
+ /**
12
+ * MsgUpdateParams is the Msg/UpdateParams request type.
13
+ * @name MsgUpdateParams
14
+ * @package sparkdream.reveal.v1
15
+ * @see proto type: sparkdream.reveal.v1.MsgUpdateParams
16
+ */
17
+ export const MsgUpdateParams = {
18
+ typeUrl: "/sparkdream.reveal.v1.MsgUpdateParams",
19
+ aminoType: "sparkdream/x/reveal/MsgUpdateParams",
20
+ encode(message, writer = BinaryWriter.create()) {
21
+ if (message.authority !== "") {
22
+ writer.uint32(10).string(message.authority);
23
+ }
24
+ if (message.params !== undefined) {
25
+ Params.encode(message.params, writer.uint32(18).fork()).ldelim();
26
+ }
27
+ return writer;
28
+ },
29
+ decode(input, length) {
30
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
31
+ let end = length === undefined ? reader.len : reader.pos + length;
32
+ const message = createBaseMsgUpdateParams();
33
+ while (reader.pos < end) {
34
+ const tag = reader.uint32();
35
+ switch (tag >>> 3) {
36
+ case 1:
37
+ message.authority = reader.string();
38
+ break;
39
+ case 2:
40
+ message.params = Params.decode(reader, reader.uint32());
41
+ break;
42
+ default:
43
+ reader.skipType(tag & 7);
44
+ break;
45
+ }
46
+ }
47
+ return message;
48
+ },
49
+ fromPartial(object) {
50
+ const message = createBaseMsgUpdateParams();
51
+ message.authority = object.authority ?? "";
52
+ message.params = object.params !== undefined && object.params !== null ? Params.fromPartial(object.params) : undefined;
53
+ return message;
54
+ },
55
+ fromAmino(object) {
56
+ const message = createBaseMsgUpdateParams();
57
+ if (object.authority !== undefined && object.authority !== null) {
58
+ message.authority = object.authority;
59
+ }
60
+ if (object.params !== undefined && object.params !== null) {
61
+ message.params = Params.fromAmino(object.params);
62
+ }
63
+ return message;
64
+ },
65
+ toAmino(message) {
66
+ const obj = {};
67
+ obj.authority = message.authority === "" ? undefined : message.authority;
68
+ obj.params = message.params ? Params.toAmino(message.params) : Params.toAmino(Params.fromPartial({}));
69
+ return obj;
70
+ },
71
+ fromAminoMsg(object) {
72
+ return MsgUpdateParams.fromAmino(object.value);
73
+ },
74
+ toAminoMsg(message) {
75
+ return {
76
+ type: "sparkdream/x/reveal/MsgUpdateParams",
77
+ value: MsgUpdateParams.toAmino(message)
78
+ };
79
+ },
80
+ fromProtoMsg(message) {
81
+ return MsgUpdateParams.decode(message.value);
82
+ },
83
+ toProto(message) {
84
+ return MsgUpdateParams.encode(message).finish();
85
+ },
86
+ toProtoMsg(message) {
87
+ return {
88
+ typeUrl: "/sparkdream.reveal.v1.MsgUpdateParams",
89
+ value: MsgUpdateParams.encode(message).finish()
90
+ };
91
+ }
92
+ };
93
+ function createBaseMsgUpdateParamsResponse() {
94
+ return {};
95
+ }
96
+ /**
97
+ * MsgUpdateParamsResponse defines the response structure for executing a
98
+ * MsgUpdateParams message.
99
+ * @name MsgUpdateParamsResponse
100
+ * @package sparkdream.reveal.v1
101
+ * @see proto type: sparkdream.reveal.v1.MsgUpdateParamsResponse
102
+ */
103
+ export const MsgUpdateParamsResponse = {
104
+ typeUrl: "/sparkdream.reveal.v1.MsgUpdateParamsResponse",
105
+ encode(_, writer = BinaryWriter.create()) {
106
+ return writer;
107
+ },
108
+ decode(input, length) {
109
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
110
+ let end = length === undefined ? reader.len : reader.pos + length;
111
+ const message = createBaseMsgUpdateParamsResponse();
112
+ while (reader.pos < end) {
113
+ const tag = reader.uint32();
114
+ switch (tag >>> 3) {
115
+ default:
116
+ reader.skipType(tag & 7);
117
+ break;
118
+ }
119
+ }
120
+ return message;
121
+ },
122
+ fromPartial(_) {
123
+ const message = createBaseMsgUpdateParamsResponse();
124
+ return message;
125
+ },
126
+ fromAmino(_) {
127
+ const message = createBaseMsgUpdateParamsResponse();
128
+ return message;
129
+ },
130
+ toAmino(_) {
131
+ const obj = {};
132
+ return obj;
133
+ },
134
+ fromAminoMsg(object) {
135
+ return MsgUpdateParamsResponse.fromAmino(object.value);
136
+ },
137
+ fromProtoMsg(message) {
138
+ return MsgUpdateParamsResponse.decode(message.value);
139
+ },
140
+ toProto(message) {
141
+ return MsgUpdateParamsResponse.encode(message).finish();
142
+ },
143
+ toProtoMsg(message) {
144
+ return {
145
+ typeUrl: "/sparkdream.reveal.v1.MsgUpdateParamsResponse",
146
+ value: MsgUpdateParamsResponse.encode(message).finish()
147
+ };
148
+ }
149
+ };
150
+ function createBaseMsgPropose() {
151
+ return {
152
+ contributor: "",
153
+ projectName: "",
154
+ description: "",
155
+ totalValuation: "",
156
+ tranches: [],
157
+ initialLicense: "",
158
+ finalLicense: ""
159
+ };
160
+ }
161
+ /**
162
+ * Any member with sufficient trust level can propose.
163
+ * Validation:
164
+ * - total_valuation <= max_total_valuation
165
+ * - len(tranches) <= max_tranches
166
+ * - Each tranche: stake_threshold <= max_tranche_valuation
167
+ * - sum(stake_threshold) across all tranches == total_valuation
168
+ * - Contributor has no active proposal_cooldown
169
+ * - Bond (bond_rate * total_valuation) deducted and locked
170
+ * @name MsgPropose
171
+ * @package sparkdream.reveal.v1
172
+ * @see proto type: sparkdream.reveal.v1.MsgPropose
173
+ */
174
+ export const MsgPropose = {
175
+ typeUrl: "/sparkdream.reveal.v1.MsgPropose",
176
+ encode(message, writer = BinaryWriter.create()) {
177
+ if (message.contributor !== "") {
178
+ writer.uint32(10).string(message.contributor);
179
+ }
180
+ if (message.projectName !== "") {
181
+ writer.uint32(18).string(message.projectName);
182
+ }
183
+ if (message.description !== "") {
184
+ writer.uint32(26).string(message.description);
185
+ }
186
+ if (message.totalValuation !== "") {
187
+ writer.uint32(34).string(message.totalValuation);
188
+ }
189
+ for (const v of message.tranches) {
190
+ TrancheDef.encode(v, writer.uint32(42).fork()).ldelim();
191
+ }
192
+ if (message.initialLicense !== "") {
193
+ writer.uint32(50).string(message.initialLicense);
194
+ }
195
+ if (message.finalLicense !== "") {
196
+ writer.uint32(58).string(message.finalLicense);
197
+ }
198
+ return writer;
199
+ },
200
+ decode(input, length) {
201
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
202
+ let end = length === undefined ? reader.len : reader.pos + length;
203
+ const message = createBaseMsgPropose();
204
+ while (reader.pos < end) {
205
+ const tag = reader.uint32();
206
+ switch (tag >>> 3) {
207
+ case 1:
208
+ message.contributor = reader.string();
209
+ break;
210
+ case 2:
211
+ message.projectName = reader.string();
212
+ break;
213
+ case 3:
214
+ message.description = reader.string();
215
+ break;
216
+ case 4:
217
+ message.totalValuation = reader.string();
218
+ break;
219
+ case 5:
220
+ message.tranches.push(TrancheDef.decode(reader, reader.uint32()));
221
+ break;
222
+ case 6:
223
+ message.initialLicense = reader.string();
224
+ break;
225
+ case 7:
226
+ message.finalLicense = reader.string();
227
+ break;
228
+ default:
229
+ reader.skipType(tag & 7);
230
+ break;
231
+ }
232
+ }
233
+ return message;
234
+ },
235
+ fromPartial(object) {
236
+ const message = createBaseMsgPropose();
237
+ message.contributor = object.contributor ?? "";
238
+ message.projectName = object.projectName ?? "";
239
+ message.description = object.description ?? "";
240
+ message.totalValuation = object.totalValuation ?? "";
241
+ message.tranches = object.tranches?.map(e => TrancheDef.fromPartial(e)) || [];
242
+ message.initialLicense = object.initialLicense ?? "";
243
+ message.finalLicense = object.finalLicense ?? "";
244
+ return message;
245
+ },
246
+ fromAmino(object) {
247
+ const message = createBaseMsgPropose();
248
+ if (object.contributor !== undefined && object.contributor !== null) {
249
+ message.contributor = object.contributor;
250
+ }
251
+ if (object.project_name !== undefined && object.project_name !== null) {
252
+ message.projectName = object.project_name;
253
+ }
254
+ if (object.description !== undefined && object.description !== null) {
255
+ message.description = object.description;
256
+ }
257
+ if (object.total_valuation !== undefined && object.total_valuation !== null) {
258
+ message.totalValuation = object.total_valuation;
259
+ }
260
+ message.tranches = object.tranches?.map(e => TrancheDef.fromAmino(e)) || [];
261
+ if (object.initial_license !== undefined && object.initial_license !== null) {
262
+ message.initialLicense = object.initial_license;
263
+ }
264
+ if (object.final_license !== undefined && object.final_license !== null) {
265
+ message.finalLicense = object.final_license;
266
+ }
267
+ return message;
268
+ },
269
+ toAmino(message) {
270
+ const obj = {};
271
+ obj.contributor = message.contributor === "" ? undefined : message.contributor;
272
+ obj.project_name = message.projectName === "" ? undefined : message.projectName;
273
+ obj.description = message.description === "" ? undefined : message.description;
274
+ obj.total_valuation = message.totalValuation === "" ? undefined : message.totalValuation;
275
+ if (message.tranches) {
276
+ obj.tranches = message.tranches.map(e => e ? TrancheDef.toAmino(e) : undefined);
277
+ }
278
+ else {
279
+ obj.tranches = message.tranches;
280
+ }
281
+ obj.initial_license = message.initialLicense === "" ? undefined : message.initialLicense;
282
+ obj.final_license = message.finalLicense === "" ? undefined : message.finalLicense;
283
+ return obj;
284
+ },
285
+ fromAminoMsg(object) {
286
+ return MsgPropose.fromAmino(object.value);
287
+ },
288
+ fromProtoMsg(message) {
289
+ return MsgPropose.decode(message.value);
290
+ },
291
+ toProto(message) {
292
+ return MsgPropose.encode(message).finish();
293
+ },
294
+ toProtoMsg(message) {
295
+ return {
296
+ typeUrl: "/sparkdream.reveal.v1.MsgPropose",
297
+ value: MsgPropose.encode(message).finish()
298
+ };
299
+ }
300
+ };
301
+ function createBaseMsgProposeResponse() {
302
+ return {
303
+ contributionId: BigInt(0)
304
+ };
305
+ }
306
+ /**
307
+ * MsgProposeResponse returns the new contribution ID.
308
+ * @name MsgProposeResponse
309
+ * @package sparkdream.reveal.v1
310
+ * @see proto type: sparkdream.reveal.v1.MsgProposeResponse
311
+ */
312
+ export const MsgProposeResponse = {
313
+ typeUrl: "/sparkdream.reveal.v1.MsgProposeResponse",
314
+ encode(message, writer = BinaryWriter.create()) {
315
+ if (message.contributionId !== BigInt(0)) {
316
+ writer.uint32(8).uint64(message.contributionId);
317
+ }
318
+ return writer;
319
+ },
320
+ decode(input, length) {
321
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
322
+ let end = length === undefined ? reader.len : reader.pos + length;
323
+ const message = createBaseMsgProposeResponse();
324
+ while (reader.pos < end) {
325
+ const tag = reader.uint32();
326
+ switch (tag >>> 3) {
327
+ case 1:
328
+ message.contributionId = reader.uint64();
329
+ break;
330
+ default:
331
+ reader.skipType(tag & 7);
332
+ break;
333
+ }
334
+ }
335
+ return message;
336
+ },
337
+ fromPartial(object) {
338
+ const message = createBaseMsgProposeResponse();
339
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
340
+ return message;
341
+ },
342
+ fromAmino(object) {
343
+ const message = createBaseMsgProposeResponse();
344
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
345
+ message.contributionId = BigInt(object.contribution_id);
346
+ }
347
+ return message;
348
+ },
349
+ toAmino(message) {
350
+ const obj = {};
351
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
352
+ return obj;
353
+ },
354
+ fromAminoMsg(object) {
355
+ return MsgProposeResponse.fromAmino(object.value);
356
+ },
357
+ fromProtoMsg(message) {
358
+ return MsgProposeResponse.decode(message.value);
359
+ },
360
+ toProto(message) {
361
+ return MsgProposeResponse.encode(message).finish();
362
+ },
363
+ toProtoMsg(message) {
364
+ return {
365
+ typeUrl: "/sparkdream.reveal.v1.MsgProposeResponse",
366
+ value: MsgProposeResponse.encode(message).finish()
367
+ };
368
+ }
369
+ };
370
+ function createBaseMsgApprove() {
371
+ return {
372
+ authority: "",
373
+ proposer: "",
374
+ contributionId: BigInt(0)
375
+ };
376
+ }
377
+ /**
378
+ * Operations Committee member initiates approval; routed as Commons Council proposal.
379
+ * The council votes to approve — prevents single-member collusion with contributors.
380
+ * Accept-or-reject only (no term modification by committee or council).
381
+ * @name MsgApprove
382
+ * @package sparkdream.reveal.v1
383
+ * @see proto type: sparkdream.reveal.v1.MsgApprove
384
+ */
385
+ export const MsgApprove = {
386
+ typeUrl: "/sparkdream.reveal.v1.MsgApprove",
387
+ encode(message, writer = BinaryWriter.create()) {
388
+ if (message.authority !== "") {
389
+ writer.uint32(10).string(message.authority);
390
+ }
391
+ if (message.proposer !== "") {
392
+ writer.uint32(18).string(message.proposer);
393
+ }
394
+ if (message.contributionId !== BigInt(0)) {
395
+ writer.uint32(24).uint64(message.contributionId);
396
+ }
397
+ return writer;
398
+ },
399
+ decode(input, length) {
400
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
401
+ let end = length === undefined ? reader.len : reader.pos + length;
402
+ const message = createBaseMsgApprove();
403
+ while (reader.pos < end) {
404
+ const tag = reader.uint32();
405
+ switch (tag >>> 3) {
406
+ case 1:
407
+ message.authority = reader.string();
408
+ break;
409
+ case 2:
410
+ message.proposer = reader.string();
411
+ break;
412
+ case 3:
413
+ message.contributionId = reader.uint64();
414
+ break;
415
+ default:
416
+ reader.skipType(tag & 7);
417
+ break;
418
+ }
419
+ }
420
+ return message;
421
+ },
422
+ fromPartial(object) {
423
+ const message = createBaseMsgApprove();
424
+ message.authority = object.authority ?? "";
425
+ message.proposer = object.proposer ?? "";
426
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
427
+ return message;
428
+ },
429
+ fromAmino(object) {
430
+ const message = createBaseMsgApprove();
431
+ if (object.authority !== undefined && object.authority !== null) {
432
+ message.authority = object.authority;
433
+ }
434
+ if (object.proposer !== undefined && object.proposer !== null) {
435
+ message.proposer = object.proposer;
436
+ }
437
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
438
+ message.contributionId = BigInt(object.contribution_id);
439
+ }
440
+ return message;
441
+ },
442
+ toAmino(message) {
443
+ const obj = {};
444
+ obj.authority = message.authority === "" ? undefined : message.authority;
445
+ obj.proposer = message.proposer === "" ? undefined : message.proposer;
446
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
447
+ return obj;
448
+ },
449
+ fromAminoMsg(object) {
450
+ return MsgApprove.fromAmino(object.value);
451
+ },
452
+ fromProtoMsg(message) {
453
+ return MsgApprove.decode(message.value);
454
+ },
455
+ toProto(message) {
456
+ return MsgApprove.encode(message).finish();
457
+ },
458
+ toProtoMsg(message) {
459
+ return {
460
+ typeUrl: "/sparkdream.reveal.v1.MsgApprove",
461
+ value: MsgApprove.encode(message).finish()
462
+ };
463
+ }
464
+ };
465
+ function createBaseMsgApproveResponse() {
466
+ return {};
467
+ }
468
+ /**
469
+ * @name MsgApproveResponse
470
+ * @package sparkdream.reveal.v1
471
+ * @see proto type: sparkdream.reveal.v1.MsgApproveResponse
472
+ */
473
+ export const MsgApproveResponse = {
474
+ typeUrl: "/sparkdream.reveal.v1.MsgApproveResponse",
475
+ encode(_, writer = BinaryWriter.create()) {
476
+ return writer;
477
+ },
478
+ decode(input, length) {
479
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
480
+ let end = length === undefined ? reader.len : reader.pos + length;
481
+ const message = createBaseMsgApproveResponse();
482
+ while (reader.pos < end) {
483
+ const tag = reader.uint32();
484
+ switch (tag >>> 3) {
485
+ default:
486
+ reader.skipType(tag & 7);
487
+ break;
488
+ }
489
+ }
490
+ return message;
491
+ },
492
+ fromPartial(_) {
493
+ const message = createBaseMsgApproveResponse();
494
+ return message;
495
+ },
496
+ fromAmino(_) {
497
+ const message = createBaseMsgApproveResponse();
498
+ return message;
499
+ },
500
+ toAmino(_) {
501
+ const obj = {};
502
+ return obj;
503
+ },
504
+ fromAminoMsg(object) {
505
+ return MsgApproveResponse.fromAmino(object.value);
506
+ },
507
+ fromProtoMsg(message) {
508
+ return MsgApproveResponse.decode(message.value);
509
+ },
510
+ toProto(message) {
511
+ return MsgApproveResponse.encode(message).finish();
512
+ },
513
+ toProtoMsg(message) {
514
+ return {
515
+ typeUrl: "/sparkdream.reveal.v1.MsgApproveResponse",
516
+ value: MsgApproveResponse.encode(message).finish()
517
+ };
518
+ }
519
+ };
520
+ function createBaseMsgReject() {
521
+ return {
522
+ authority: "",
523
+ proposer: "",
524
+ contributionId: BigInt(0),
525
+ reason: ""
526
+ };
527
+ }
528
+ /**
529
+ * Operations Committee member initiates rejection; routed as Commons Council proposal.
530
+ * Contributor may re-propose after proposal_cooldown_epochs.
531
+ * @name MsgReject
532
+ * @package sparkdream.reveal.v1
533
+ * @see proto type: sparkdream.reveal.v1.MsgReject
534
+ */
535
+ export const MsgReject = {
536
+ typeUrl: "/sparkdream.reveal.v1.MsgReject",
537
+ encode(message, writer = BinaryWriter.create()) {
538
+ if (message.authority !== "") {
539
+ writer.uint32(10).string(message.authority);
540
+ }
541
+ if (message.proposer !== "") {
542
+ writer.uint32(18).string(message.proposer);
543
+ }
544
+ if (message.contributionId !== BigInt(0)) {
545
+ writer.uint32(24).uint64(message.contributionId);
546
+ }
547
+ if (message.reason !== "") {
548
+ writer.uint32(34).string(message.reason);
549
+ }
550
+ return writer;
551
+ },
552
+ decode(input, length) {
553
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
554
+ let end = length === undefined ? reader.len : reader.pos + length;
555
+ const message = createBaseMsgReject();
556
+ while (reader.pos < end) {
557
+ const tag = reader.uint32();
558
+ switch (tag >>> 3) {
559
+ case 1:
560
+ message.authority = reader.string();
561
+ break;
562
+ case 2:
563
+ message.proposer = reader.string();
564
+ break;
565
+ case 3:
566
+ message.contributionId = reader.uint64();
567
+ break;
568
+ case 4:
569
+ message.reason = reader.string();
570
+ break;
571
+ default:
572
+ reader.skipType(tag & 7);
573
+ break;
574
+ }
575
+ }
576
+ return message;
577
+ },
578
+ fromPartial(object) {
579
+ const message = createBaseMsgReject();
580
+ message.authority = object.authority ?? "";
581
+ message.proposer = object.proposer ?? "";
582
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
583
+ message.reason = object.reason ?? "";
584
+ return message;
585
+ },
586
+ fromAmino(object) {
587
+ const message = createBaseMsgReject();
588
+ if (object.authority !== undefined && object.authority !== null) {
589
+ message.authority = object.authority;
590
+ }
591
+ if (object.proposer !== undefined && object.proposer !== null) {
592
+ message.proposer = object.proposer;
593
+ }
594
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
595
+ message.contributionId = BigInt(object.contribution_id);
596
+ }
597
+ if (object.reason !== undefined && object.reason !== null) {
598
+ message.reason = object.reason;
599
+ }
600
+ return message;
601
+ },
602
+ toAmino(message) {
603
+ const obj = {};
604
+ obj.authority = message.authority === "" ? undefined : message.authority;
605
+ obj.proposer = message.proposer === "" ? undefined : message.proposer;
606
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
607
+ obj.reason = message.reason === "" ? undefined : message.reason;
608
+ return obj;
609
+ },
610
+ fromAminoMsg(object) {
611
+ return MsgReject.fromAmino(object.value);
612
+ },
613
+ fromProtoMsg(message) {
614
+ return MsgReject.decode(message.value);
615
+ },
616
+ toProto(message) {
617
+ return MsgReject.encode(message).finish();
618
+ },
619
+ toProtoMsg(message) {
620
+ return {
621
+ typeUrl: "/sparkdream.reveal.v1.MsgReject",
622
+ value: MsgReject.encode(message).finish()
623
+ };
624
+ }
625
+ };
626
+ function createBaseMsgRejectResponse() {
627
+ return {};
628
+ }
629
+ /**
630
+ * @name MsgRejectResponse
631
+ * @package sparkdream.reveal.v1
632
+ * @see proto type: sparkdream.reveal.v1.MsgRejectResponse
633
+ */
634
+ export const MsgRejectResponse = {
635
+ typeUrl: "/sparkdream.reveal.v1.MsgRejectResponse",
636
+ encode(_, writer = BinaryWriter.create()) {
637
+ return writer;
638
+ },
639
+ decode(input, length) {
640
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
641
+ let end = length === undefined ? reader.len : reader.pos + length;
642
+ const message = createBaseMsgRejectResponse();
643
+ while (reader.pos < end) {
644
+ const tag = reader.uint32();
645
+ switch (tag >>> 3) {
646
+ default:
647
+ reader.skipType(tag & 7);
648
+ break;
649
+ }
650
+ }
651
+ return message;
652
+ },
653
+ fromPartial(_) {
654
+ const message = createBaseMsgRejectResponse();
655
+ return message;
656
+ },
657
+ fromAmino(_) {
658
+ const message = createBaseMsgRejectResponse();
659
+ return message;
660
+ },
661
+ toAmino(_) {
662
+ const obj = {};
663
+ return obj;
664
+ },
665
+ fromAminoMsg(object) {
666
+ return MsgRejectResponse.fromAmino(object.value);
667
+ },
668
+ fromProtoMsg(message) {
669
+ return MsgRejectResponse.decode(message.value);
670
+ },
671
+ toProto(message) {
672
+ return MsgRejectResponse.encode(message).finish();
673
+ },
674
+ toProtoMsg(message) {
675
+ return {
676
+ typeUrl: "/sparkdream.reveal.v1.MsgRejectResponse",
677
+ value: MsgRejectResponse.encode(message).finish()
678
+ };
679
+ }
680
+ };
681
+ function createBaseMsgStake() {
682
+ return {
683
+ staker: "",
684
+ contributionId: BigInt(0),
685
+ trancheId: 0,
686
+ amount: ""
687
+ };
688
+ }
689
+ /**
690
+ * Any active member stakes DREAM toward a tranche to show conviction.
691
+ * Staked DREAM is temporarily locked and returned after verification — it is NOT payment.
692
+ * The contributor is paid via freshly minted DREAM on tranche verification.
693
+ * Validation:
694
+ * - Staker must NOT be the contribution's contributor (prevents self-staking loop)
695
+ * - Amount must be >= min_stake_amount (prevents dust stake griefing)
696
+ * - Total staked must not exceed stake_threshold (excess stakes rejected)
697
+ * @name MsgStake
698
+ * @package sparkdream.reveal.v1
699
+ * @see proto type: sparkdream.reveal.v1.MsgStake
700
+ */
701
+ export const MsgStake = {
702
+ typeUrl: "/sparkdream.reveal.v1.MsgStake",
703
+ encode(message, writer = BinaryWriter.create()) {
704
+ if (message.staker !== "") {
705
+ writer.uint32(10).string(message.staker);
706
+ }
707
+ if (message.contributionId !== BigInt(0)) {
708
+ writer.uint32(16).uint64(message.contributionId);
709
+ }
710
+ if (message.trancheId !== 0) {
711
+ writer.uint32(24).uint32(message.trancheId);
712
+ }
713
+ if (message.amount !== "") {
714
+ writer.uint32(34).string(message.amount);
715
+ }
716
+ return writer;
717
+ },
718
+ decode(input, length) {
719
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
720
+ let end = length === undefined ? reader.len : reader.pos + length;
721
+ const message = createBaseMsgStake();
722
+ while (reader.pos < end) {
723
+ const tag = reader.uint32();
724
+ switch (tag >>> 3) {
725
+ case 1:
726
+ message.staker = reader.string();
727
+ break;
728
+ case 2:
729
+ message.contributionId = reader.uint64();
730
+ break;
731
+ case 3:
732
+ message.trancheId = reader.uint32();
733
+ break;
734
+ case 4:
735
+ message.amount = reader.string();
736
+ break;
737
+ default:
738
+ reader.skipType(tag & 7);
739
+ break;
740
+ }
741
+ }
742
+ return message;
743
+ },
744
+ fromPartial(object) {
745
+ const message = createBaseMsgStake();
746
+ message.staker = object.staker ?? "";
747
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
748
+ message.trancheId = object.trancheId ?? 0;
749
+ message.amount = object.amount ?? "";
750
+ return message;
751
+ },
752
+ fromAmino(object) {
753
+ const message = createBaseMsgStake();
754
+ if (object.staker !== undefined && object.staker !== null) {
755
+ message.staker = object.staker;
756
+ }
757
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
758
+ message.contributionId = BigInt(object.contribution_id);
759
+ }
760
+ if (object.tranche_id !== undefined && object.tranche_id !== null) {
761
+ message.trancheId = object.tranche_id;
762
+ }
763
+ if (object.amount !== undefined && object.amount !== null) {
764
+ message.amount = object.amount;
765
+ }
766
+ return message;
767
+ },
768
+ toAmino(message) {
769
+ const obj = {};
770
+ obj.staker = message.staker === "" ? undefined : message.staker;
771
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
772
+ obj.tranche_id = message.trancheId === 0 ? undefined : message.trancheId;
773
+ obj.amount = message.amount === "" ? undefined : message.amount;
774
+ return obj;
775
+ },
776
+ fromAminoMsg(object) {
777
+ return MsgStake.fromAmino(object.value);
778
+ },
779
+ fromProtoMsg(message) {
780
+ return MsgStake.decode(message.value);
781
+ },
782
+ toProto(message) {
783
+ return MsgStake.encode(message).finish();
784
+ },
785
+ toProtoMsg(message) {
786
+ return {
787
+ typeUrl: "/sparkdream.reveal.v1.MsgStake",
788
+ value: MsgStake.encode(message).finish()
789
+ };
790
+ }
791
+ };
792
+ function createBaseMsgStakeResponse() {
793
+ return {
794
+ stakeId: BigInt(0)
795
+ };
796
+ }
797
+ /**
798
+ * MsgStakeResponse returns the new stake ID.
799
+ * @name MsgStakeResponse
800
+ * @package sparkdream.reveal.v1
801
+ * @see proto type: sparkdream.reveal.v1.MsgStakeResponse
802
+ */
803
+ export const MsgStakeResponse = {
804
+ typeUrl: "/sparkdream.reveal.v1.MsgStakeResponse",
805
+ encode(message, writer = BinaryWriter.create()) {
806
+ if (message.stakeId !== BigInt(0)) {
807
+ writer.uint32(8).uint64(message.stakeId);
808
+ }
809
+ return writer;
810
+ },
811
+ decode(input, length) {
812
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
813
+ let end = length === undefined ? reader.len : reader.pos + length;
814
+ const message = createBaseMsgStakeResponse();
815
+ while (reader.pos < end) {
816
+ const tag = reader.uint32();
817
+ switch (tag >>> 3) {
818
+ case 1:
819
+ message.stakeId = reader.uint64();
820
+ break;
821
+ default:
822
+ reader.skipType(tag & 7);
823
+ break;
824
+ }
825
+ }
826
+ return message;
827
+ },
828
+ fromPartial(object) {
829
+ const message = createBaseMsgStakeResponse();
830
+ message.stakeId = object.stakeId !== undefined && object.stakeId !== null ? BigInt(object.stakeId.toString()) : BigInt(0);
831
+ return message;
832
+ },
833
+ fromAmino(object) {
834
+ const message = createBaseMsgStakeResponse();
835
+ if (object.stake_id !== undefined && object.stake_id !== null) {
836
+ message.stakeId = BigInt(object.stake_id);
837
+ }
838
+ return message;
839
+ },
840
+ toAmino(message) {
841
+ const obj = {};
842
+ obj.stake_id = message.stakeId !== BigInt(0) ? message.stakeId?.toString() : undefined;
843
+ return obj;
844
+ },
845
+ fromAminoMsg(object) {
846
+ return MsgStakeResponse.fromAmino(object.value);
847
+ },
848
+ fromProtoMsg(message) {
849
+ return MsgStakeResponse.decode(message.value);
850
+ },
851
+ toProto(message) {
852
+ return MsgStakeResponse.encode(message).finish();
853
+ },
854
+ toProtoMsg(message) {
855
+ return {
856
+ typeUrl: "/sparkdream.reveal.v1.MsgStakeResponse",
857
+ value: MsgStakeResponse.encode(message).finish()
858
+ };
859
+ }
860
+ };
861
+ function createBaseMsgWithdraw() {
862
+ return {
863
+ staker: "",
864
+ stakeId: BigInt(0)
865
+ };
866
+ }
867
+ /**
868
+ * Withdraw a stake (only allowed before verification period).
869
+ * @name MsgWithdraw
870
+ * @package sparkdream.reveal.v1
871
+ * @see proto type: sparkdream.reveal.v1.MsgWithdraw
872
+ */
873
+ export const MsgWithdraw = {
874
+ typeUrl: "/sparkdream.reveal.v1.MsgWithdraw",
875
+ encode(message, writer = BinaryWriter.create()) {
876
+ if (message.staker !== "") {
877
+ writer.uint32(10).string(message.staker);
878
+ }
879
+ if (message.stakeId !== BigInt(0)) {
880
+ writer.uint32(16).uint64(message.stakeId);
881
+ }
882
+ return writer;
883
+ },
884
+ decode(input, length) {
885
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
886
+ let end = length === undefined ? reader.len : reader.pos + length;
887
+ const message = createBaseMsgWithdraw();
888
+ while (reader.pos < end) {
889
+ const tag = reader.uint32();
890
+ switch (tag >>> 3) {
891
+ case 1:
892
+ message.staker = reader.string();
893
+ break;
894
+ case 2:
895
+ message.stakeId = reader.uint64();
896
+ break;
897
+ default:
898
+ reader.skipType(tag & 7);
899
+ break;
900
+ }
901
+ }
902
+ return message;
903
+ },
904
+ fromPartial(object) {
905
+ const message = createBaseMsgWithdraw();
906
+ message.staker = object.staker ?? "";
907
+ message.stakeId = object.stakeId !== undefined && object.stakeId !== null ? BigInt(object.stakeId.toString()) : BigInt(0);
908
+ return message;
909
+ },
910
+ fromAmino(object) {
911
+ const message = createBaseMsgWithdraw();
912
+ if (object.staker !== undefined && object.staker !== null) {
913
+ message.staker = object.staker;
914
+ }
915
+ if (object.stake_id !== undefined && object.stake_id !== null) {
916
+ message.stakeId = BigInt(object.stake_id);
917
+ }
918
+ return message;
919
+ },
920
+ toAmino(message) {
921
+ const obj = {};
922
+ obj.staker = message.staker === "" ? undefined : message.staker;
923
+ obj.stake_id = message.stakeId !== BigInt(0) ? message.stakeId?.toString() : undefined;
924
+ return obj;
925
+ },
926
+ fromAminoMsg(object) {
927
+ return MsgWithdraw.fromAmino(object.value);
928
+ },
929
+ fromProtoMsg(message) {
930
+ return MsgWithdraw.decode(message.value);
931
+ },
932
+ toProto(message) {
933
+ return MsgWithdraw.encode(message).finish();
934
+ },
935
+ toProtoMsg(message) {
936
+ return {
937
+ typeUrl: "/sparkdream.reveal.v1.MsgWithdraw",
938
+ value: MsgWithdraw.encode(message).finish()
939
+ };
940
+ }
941
+ };
942
+ function createBaseMsgWithdrawResponse() {
943
+ return {};
944
+ }
945
+ /**
946
+ * @name MsgWithdrawResponse
947
+ * @package sparkdream.reveal.v1
948
+ * @see proto type: sparkdream.reveal.v1.MsgWithdrawResponse
949
+ */
950
+ export const MsgWithdrawResponse = {
951
+ typeUrl: "/sparkdream.reveal.v1.MsgWithdrawResponse",
952
+ encode(_, writer = BinaryWriter.create()) {
953
+ return writer;
954
+ },
955
+ decode(input, length) {
956
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
957
+ let end = length === undefined ? reader.len : reader.pos + length;
958
+ const message = createBaseMsgWithdrawResponse();
959
+ while (reader.pos < end) {
960
+ const tag = reader.uint32();
961
+ switch (tag >>> 3) {
962
+ default:
963
+ reader.skipType(tag & 7);
964
+ break;
965
+ }
966
+ }
967
+ return message;
968
+ },
969
+ fromPartial(_) {
970
+ const message = createBaseMsgWithdrawResponse();
971
+ return message;
972
+ },
973
+ fromAmino(_) {
974
+ const message = createBaseMsgWithdrawResponse();
975
+ return message;
976
+ },
977
+ toAmino(_) {
978
+ const obj = {};
979
+ return obj;
980
+ },
981
+ fromAminoMsg(object) {
982
+ return MsgWithdrawResponse.fromAmino(object.value);
983
+ },
984
+ fromProtoMsg(message) {
985
+ return MsgWithdrawResponse.decode(message.value);
986
+ },
987
+ toProto(message) {
988
+ return MsgWithdrawResponse.encode(message).finish();
989
+ },
990
+ toProtoMsg(message) {
991
+ return {
992
+ typeUrl: "/sparkdream.reveal.v1.MsgWithdrawResponse",
993
+ value: MsgWithdrawResponse.encode(message).finish()
994
+ };
995
+ }
996
+ };
997
+ function createBaseMsgReveal() {
998
+ return {
999
+ contributor: "",
1000
+ contributionId: BigInt(0),
1001
+ trancheId: 0,
1002
+ codeUri: "",
1003
+ docsUri: "",
1004
+ commitHash: ""
1005
+ };
1006
+ }
1007
+ /**
1008
+ * Contributor reveals the code for a backed tranche.
1009
+ * @name MsgReveal
1010
+ * @package sparkdream.reveal.v1
1011
+ * @see proto type: sparkdream.reveal.v1.MsgReveal
1012
+ */
1013
+ export const MsgReveal = {
1014
+ typeUrl: "/sparkdream.reveal.v1.MsgReveal",
1015
+ encode(message, writer = BinaryWriter.create()) {
1016
+ if (message.contributor !== "") {
1017
+ writer.uint32(10).string(message.contributor);
1018
+ }
1019
+ if (message.contributionId !== BigInt(0)) {
1020
+ writer.uint32(16).uint64(message.contributionId);
1021
+ }
1022
+ if (message.trancheId !== 0) {
1023
+ writer.uint32(24).uint32(message.trancheId);
1024
+ }
1025
+ if (message.codeUri !== "") {
1026
+ writer.uint32(34).string(message.codeUri);
1027
+ }
1028
+ if (message.docsUri !== "") {
1029
+ writer.uint32(42).string(message.docsUri);
1030
+ }
1031
+ if (message.commitHash !== "") {
1032
+ writer.uint32(50).string(message.commitHash);
1033
+ }
1034
+ return writer;
1035
+ },
1036
+ decode(input, length) {
1037
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1038
+ let end = length === undefined ? reader.len : reader.pos + length;
1039
+ const message = createBaseMsgReveal();
1040
+ while (reader.pos < end) {
1041
+ const tag = reader.uint32();
1042
+ switch (tag >>> 3) {
1043
+ case 1:
1044
+ message.contributor = reader.string();
1045
+ break;
1046
+ case 2:
1047
+ message.contributionId = reader.uint64();
1048
+ break;
1049
+ case 3:
1050
+ message.trancheId = reader.uint32();
1051
+ break;
1052
+ case 4:
1053
+ message.codeUri = reader.string();
1054
+ break;
1055
+ case 5:
1056
+ message.docsUri = reader.string();
1057
+ break;
1058
+ case 6:
1059
+ message.commitHash = reader.string();
1060
+ break;
1061
+ default:
1062
+ reader.skipType(tag & 7);
1063
+ break;
1064
+ }
1065
+ }
1066
+ return message;
1067
+ },
1068
+ fromPartial(object) {
1069
+ const message = createBaseMsgReveal();
1070
+ message.contributor = object.contributor ?? "";
1071
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
1072
+ message.trancheId = object.trancheId ?? 0;
1073
+ message.codeUri = object.codeUri ?? "";
1074
+ message.docsUri = object.docsUri ?? "";
1075
+ message.commitHash = object.commitHash ?? "";
1076
+ return message;
1077
+ },
1078
+ fromAmino(object) {
1079
+ const message = createBaseMsgReveal();
1080
+ if (object.contributor !== undefined && object.contributor !== null) {
1081
+ message.contributor = object.contributor;
1082
+ }
1083
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
1084
+ message.contributionId = BigInt(object.contribution_id);
1085
+ }
1086
+ if (object.tranche_id !== undefined && object.tranche_id !== null) {
1087
+ message.trancheId = object.tranche_id;
1088
+ }
1089
+ if (object.code_uri !== undefined && object.code_uri !== null) {
1090
+ message.codeUri = object.code_uri;
1091
+ }
1092
+ if (object.docs_uri !== undefined && object.docs_uri !== null) {
1093
+ message.docsUri = object.docs_uri;
1094
+ }
1095
+ if (object.commit_hash !== undefined && object.commit_hash !== null) {
1096
+ message.commitHash = object.commit_hash;
1097
+ }
1098
+ return message;
1099
+ },
1100
+ toAmino(message) {
1101
+ const obj = {};
1102
+ obj.contributor = message.contributor === "" ? undefined : message.contributor;
1103
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
1104
+ obj.tranche_id = message.trancheId === 0 ? undefined : message.trancheId;
1105
+ obj.code_uri = message.codeUri === "" ? undefined : message.codeUri;
1106
+ obj.docs_uri = message.docsUri === "" ? undefined : message.docsUri;
1107
+ obj.commit_hash = message.commitHash === "" ? undefined : message.commitHash;
1108
+ return obj;
1109
+ },
1110
+ fromAminoMsg(object) {
1111
+ return MsgReveal.fromAmino(object.value);
1112
+ },
1113
+ fromProtoMsg(message) {
1114
+ return MsgReveal.decode(message.value);
1115
+ },
1116
+ toProto(message) {
1117
+ return MsgReveal.encode(message).finish();
1118
+ },
1119
+ toProtoMsg(message) {
1120
+ return {
1121
+ typeUrl: "/sparkdream.reveal.v1.MsgReveal",
1122
+ value: MsgReveal.encode(message).finish()
1123
+ };
1124
+ }
1125
+ };
1126
+ function createBaseMsgRevealResponse() {
1127
+ return {};
1128
+ }
1129
+ /**
1130
+ * @name MsgRevealResponse
1131
+ * @package sparkdream.reveal.v1
1132
+ * @see proto type: sparkdream.reveal.v1.MsgRevealResponse
1133
+ */
1134
+ export const MsgRevealResponse = {
1135
+ typeUrl: "/sparkdream.reveal.v1.MsgRevealResponse",
1136
+ encode(_, writer = BinaryWriter.create()) {
1137
+ return writer;
1138
+ },
1139
+ decode(input, length) {
1140
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1141
+ let end = length === undefined ? reader.len : reader.pos + length;
1142
+ const message = createBaseMsgRevealResponse();
1143
+ while (reader.pos < end) {
1144
+ const tag = reader.uint32();
1145
+ switch (tag >>> 3) {
1146
+ default:
1147
+ reader.skipType(tag & 7);
1148
+ break;
1149
+ }
1150
+ }
1151
+ return message;
1152
+ },
1153
+ fromPartial(_) {
1154
+ const message = createBaseMsgRevealResponse();
1155
+ return message;
1156
+ },
1157
+ fromAmino(_) {
1158
+ const message = createBaseMsgRevealResponse();
1159
+ return message;
1160
+ },
1161
+ toAmino(_) {
1162
+ const obj = {};
1163
+ return obj;
1164
+ },
1165
+ fromAminoMsg(object) {
1166
+ return MsgRevealResponse.fromAmino(object.value);
1167
+ },
1168
+ fromProtoMsg(message) {
1169
+ return MsgRevealResponse.decode(message.value);
1170
+ },
1171
+ toProto(message) {
1172
+ return MsgRevealResponse.encode(message).finish();
1173
+ },
1174
+ toProtoMsg(message) {
1175
+ return {
1176
+ typeUrl: "/sparkdream.reveal.v1.MsgRevealResponse",
1177
+ value: MsgRevealResponse.encode(message).finish()
1178
+ };
1179
+ }
1180
+ };
1181
+ function createBaseMsgVerify() {
1182
+ return {
1183
+ voter: "",
1184
+ contributionId: BigInt(0),
1185
+ trancheId: 0,
1186
+ valueConfirmed: false,
1187
+ qualityRating: 0,
1188
+ comments: ""
1189
+ };
1190
+ }
1191
+ /**
1192
+ * Staker votes on whether revealed code matches promises.
1193
+ * Voter must NOT be the contribution's contributor (prevents self-verification).
1194
+ * @name MsgVerify
1195
+ * @package sparkdream.reveal.v1
1196
+ * @see proto type: sparkdream.reveal.v1.MsgVerify
1197
+ */
1198
+ export const MsgVerify = {
1199
+ typeUrl: "/sparkdream.reveal.v1.MsgVerify",
1200
+ encode(message, writer = BinaryWriter.create()) {
1201
+ if (message.voter !== "") {
1202
+ writer.uint32(10).string(message.voter);
1203
+ }
1204
+ if (message.contributionId !== BigInt(0)) {
1205
+ writer.uint32(16).uint64(message.contributionId);
1206
+ }
1207
+ if (message.trancheId !== 0) {
1208
+ writer.uint32(24).uint32(message.trancheId);
1209
+ }
1210
+ if (message.valueConfirmed === true) {
1211
+ writer.uint32(32).bool(message.valueConfirmed);
1212
+ }
1213
+ if (message.qualityRating !== 0) {
1214
+ writer.uint32(40).uint32(message.qualityRating);
1215
+ }
1216
+ if (message.comments !== "") {
1217
+ writer.uint32(50).string(message.comments);
1218
+ }
1219
+ return writer;
1220
+ },
1221
+ decode(input, length) {
1222
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1223
+ let end = length === undefined ? reader.len : reader.pos + length;
1224
+ const message = createBaseMsgVerify();
1225
+ while (reader.pos < end) {
1226
+ const tag = reader.uint32();
1227
+ switch (tag >>> 3) {
1228
+ case 1:
1229
+ message.voter = reader.string();
1230
+ break;
1231
+ case 2:
1232
+ message.contributionId = reader.uint64();
1233
+ break;
1234
+ case 3:
1235
+ message.trancheId = reader.uint32();
1236
+ break;
1237
+ case 4:
1238
+ message.valueConfirmed = reader.bool();
1239
+ break;
1240
+ case 5:
1241
+ message.qualityRating = reader.uint32();
1242
+ break;
1243
+ case 6:
1244
+ message.comments = reader.string();
1245
+ break;
1246
+ default:
1247
+ reader.skipType(tag & 7);
1248
+ break;
1249
+ }
1250
+ }
1251
+ return message;
1252
+ },
1253
+ fromPartial(object) {
1254
+ const message = createBaseMsgVerify();
1255
+ message.voter = object.voter ?? "";
1256
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
1257
+ message.trancheId = object.trancheId ?? 0;
1258
+ message.valueConfirmed = object.valueConfirmed ?? false;
1259
+ message.qualityRating = object.qualityRating ?? 0;
1260
+ message.comments = object.comments ?? "";
1261
+ return message;
1262
+ },
1263
+ fromAmino(object) {
1264
+ const message = createBaseMsgVerify();
1265
+ if (object.voter !== undefined && object.voter !== null) {
1266
+ message.voter = object.voter;
1267
+ }
1268
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
1269
+ message.contributionId = BigInt(object.contribution_id);
1270
+ }
1271
+ if (object.tranche_id !== undefined && object.tranche_id !== null) {
1272
+ message.trancheId = object.tranche_id;
1273
+ }
1274
+ if (object.value_confirmed !== undefined && object.value_confirmed !== null) {
1275
+ message.valueConfirmed = object.value_confirmed;
1276
+ }
1277
+ if (object.quality_rating !== undefined && object.quality_rating !== null) {
1278
+ message.qualityRating = object.quality_rating;
1279
+ }
1280
+ if (object.comments !== undefined && object.comments !== null) {
1281
+ message.comments = object.comments;
1282
+ }
1283
+ return message;
1284
+ },
1285
+ toAmino(message) {
1286
+ const obj = {};
1287
+ obj.voter = message.voter === "" ? undefined : message.voter;
1288
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
1289
+ obj.tranche_id = message.trancheId === 0 ? undefined : message.trancheId;
1290
+ obj.value_confirmed = message.valueConfirmed === false ? undefined : message.valueConfirmed;
1291
+ obj.quality_rating = message.qualityRating === 0 ? undefined : message.qualityRating;
1292
+ obj.comments = message.comments === "" ? undefined : message.comments;
1293
+ return obj;
1294
+ },
1295
+ fromAminoMsg(object) {
1296
+ return MsgVerify.fromAmino(object.value);
1297
+ },
1298
+ fromProtoMsg(message) {
1299
+ return MsgVerify.decode(message.value);
1300
+ },
1301
+ toProto(message) {
1302
+ return MsgVerify.encode(message).finish();
1303
+ },
1304
+ toProtoMsg(message) {
1305
+ return {
1306
+ typeUrl: "/sparkdream.reveal.v1.MsgVerify",
1307
+ value: MsgVerify.encode(message).finish()
1308
+ };
1309
+ }
1310
+ };
1311
+ function createBaseMsgVerifyResponse() {
1312
+ return {};
1313
+ }
1314
+ /**
1315
+ * @name MsgVerifyResponse
1316
+ * @package sparkdream.reveal.v1
1317
+ * @see proto type: sparkdream.reveal.v1.MsgVerifyResponse
1318
+ */
1319
+ export const MsgVerifyResponse = {
1320
+ typeUrl: "/sparkdream.reveal.v1.MsgVerifyResponse",
1321
+ encode(_, writer = BinaryWriter.create()) {
1322
+ return writer;
1323
+ },
1324
+ decode(input, length) {
1325
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1326
+ let end = length === undefined ? reader.len : reader.pos + length;
1327
+ const message = createBaseMsgVerifyResponse();
1328
+ while (reader.pos < end) {
1329
+ const tag = reader.uint32();
1330
+ switch (tag >>> 3) {
1331
+ default:
1332
+ reader.skipType(tag & 7);
1333
+ break;
1334
+ }
1335
+ }
1336
+ return message;
1337
+ },
1338
+ fromPartial(_) {
1339
+ const message = createBaseMsgVerifyResponse();
1340
+ return message;
1341
+ },
1342
+ fromAmino(_) {
1343
+ const message = createBaseMsgVerifyResponse();
1344
+ return message;
1345
+ },
1346
+ toAmino(_) {
1347
+ const obj = {};
1348
+ return obj;
1349
+ },
1350
+ fromAminoMsg(object) {
1351
+ return MsgVerifyResponse.fromAmino(object.value);
1352
+ },
1353
+ fromProtoMsg(message) {
1354
+ return MsgVerifyResponse.decode(message.value);
1355
+ },
1356
+ toProto(message) {
1357
+ return MsgVerifyResponse.encode(message).finish();
1358
+ },
1359
+ toProtoMsg(message) {
1360
+ return {
1361
+ typeUrl: "/sparkdream.reveal.v1.MsgVerifyResponse",
1362
+ value: MsgVerifyResponse.encode(message).finish()
1363
+ };
1364
+ }
1365
+ };
1366
+ function createBaseMsgCancel() {
1367
+ return {
1368
+ authority: "",
1369
+ contributionId: BigInt(0),
1370
+ reason: ""
1371
+ };
1372
+ }
1373
+ /**
1374
+ * Contributor cancels their own contribution (only if no tranche is BACKED or beyond).
1375
+ * Operations Committee can cancel any contribution at any time.
1376
+ * @name MsgCancel
1377
+ * @package sparkdream.reveal.v1
1378
+ * @see proto type: sparkdream.reveal.v1.MsgCancel
1379
+ */
1380
+ export const MsgCancel = {
1381
+ typeUrl: "/sparkdream.reveal.v1.MsgCancel",
1382
+ encode(message, writer = BinaryWriter.create()) {
1383
+ if (message.authority !== "") {
1384
+ writer.uint32(10).string(message.authority);
1385
+ }
1386
+ if (message.contributionId !== BigInt(0)) {
1387
+ writer.uint32(16).uint64(message.contributionId);
1388
+ }
1389
+ if (message.reason !== "") {
1390
+ writer.uint32(26).string(message.reason);
1391
+ }
1392
+ return writer;
1393
+ },
1394
+ decode(input, length) {
1395
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1396
+ let end = length === undefined ? reader.len : reader.pos + length;
1397
+ const message = createBaseMsgCancel();
1398
+ while (reader.pos < end) {
1399
+ const tag = reader.uint32();
1400
+ switch (tag >>> 3) {
1401
+ case 1:
1402
+ message.authority = reader.string();
1403
+ break;
1404
+ case 2:
1405
+ message.contributionId = reader.uint64();
1406
+ break;
1407
+ case 3:
1408
+ message.reason = reader.string();
1409
+ break;
1410
+ default:
1411
+ reader.skipType(tag & 7);
1412
+ break;
1413
+ }
1414
+ }
1415
+ return message;
1416
+ },
1417
+ fromPartial(object) {
1418
+ const message = createBaseMsgCancel();
1419
+ message.authority = object.authority ?? "";
1420
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
1421
+ message.reason = object.reason ?? "";
1422
+ return message;
1423
+ },
1424
+ fromAmino(object) {
1425
+ const message = createBaseMsgCancel();
1426
+ if (object.authority !== undefined && object.authority !== null) {
1427
+ message.authority = object.authority;
1428
+ }
1429
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
1430
+ message.contributionId = BigInt(object.contribution_id);
1431
+ }
1432
+ if (object.reason !== undefined && object.reason !== null) {
1433
+ message.reason = object.reason;
1434
+ }
1435
+ return message;
1436
+ },
1437
+ toAmino(message) {
1438
+ const obj = {};
1439
+ obj.authority = message.authority === "" ? undefined : message.authority;
1440
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
1441
+ obj.reason = message.reason === "" ? undefined : message.reason;
1442
+ return obj;
1443
+ },
1444
+ fromAminoMsg(object) {
1445
+ return MsgCancel.fromAmino(object.value);
1446
+ },
1447
+ fromProtoMsg(message) {
1448
+ return MsgCancel.decode(message.value);
1449
+ },
1450
+ toProto(message) {
1451
+ return MsgCancel.encode(message).finish();
1452
+ },
1453
+ toProtoMsg(message) {
1454
+ return {
1455
+ typeUrl: "/sparkdream.reveal.v1.MsgCancel",
1456
+ value: MsgCancel.encode(message).finish()
1457
+ };
1458
+ }
1459
+ };
1460
+ function createBaseMsgCancelResponse() {
1461
+ return {};
1462
+ }
1463
+ /**
1464
+ * @name MsgCancelResponse
1465
+ * @package sparkdream.reveal.v1
1466
+ * @see proto type: sparkdream.reveal.v1.MsgCancelResponse
1467
+ */
1468
+ export const MsgCancelResponse = {
1469
+ typeUrl: "/sparkdream.reveal.v1.MsgCancelResponse",
1470
+ encode(_, writer = BinaryWriter.create()) {
1471
+ return writer;
1472
+ },
1473
+ decode(input, length) {
1474
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1475
+ let end = length === undefined ? reader.len : reader.pos + length;
1476
+ const message = createBaseMsgCancelResponse();
1477
+ while (reader.pos < end) {
1478
+ const tag = reader.uint32();
1479
+ switch (tag >>> 3) {
1480
+ default:
1481
+ reader.skipType(tag & 7);
1482
+ break;
1483
+ }
1484
+ }
1485
+ return message;
1486
+ },
1487
+ fromPartial(_) {
1488
+ const message = createBaseMsgCancelResponse();
1489
+ return message;
1490
+ },
1491
+ fromAmino(_) {
1492
+ const message = createBaseMsgCancelResponse();
1493
+ return message;
1494
+ },
1495
+ toAmino(_) {
1496
+ const obj = {};
1497
+ return obj;
1498
+ },
1499
+ fromAminoMsg(object) {
1500
+ return MsgCancelResponse.fromAmino(object.value);
1501
+ },
1502
+ fromProtoMsg(message) {
1503
+ return MsgCancelResponse.decode(message.value);
1504
+ },
1505
+ toProto(message) {
1506
+ return MsgCancelResponse.encode(message).finish();
1507
+ },
1508
+ toProtoMsg(message) {
1509
+ return {
1510
+ typeUrl: "/sparkdream.reveal.v1.MsgCancelResponse",
1511
+ value: MsgCancelResponse.encode(message).finish()
1512
+ };
1513
+ }
1514
+ };
1515
+ function createBaseMsgResolveDispute() {
1516
+ return {
1517
+ authority: "",
1518
+ proposer: "",
1519
+ contributionId: BigInt(0),
1520
+ trancheId: 0,
1521
+ verdict: 0,
1522
+ reason: ""
1523
+ };
1524
+ }
1525
+ /**
1526
+ * Dispute resolution routed as Commons Council proposal (same as approvals).
1527
+ * Prevents a single committee member from unilaterally siding with a contributor.
1528
+ * @name MsgResolveDispute
1529
+ * @package sparkdream.reveal.v1
1530
+ * @see proto type: sparkdream.reveal.v1.MsgResolveDispute
1531
+ */
1532
+ export const MsgResolveDispute = {
1533
+ typeUrl: "/sparkdream.reveal.v1.MsgResolveDispute",
1534
+ encode(message, writer = BinaryWriter.create()) {
1535
+ if (message.authority !== "") {
1536
+ writer.uint32(10).string(message.authority);
1537
+ }
1538
+ if (message.proposer !== "") {
1539
+ writer.uint32(18).string(message.proposer);
1540
+ }
1541
+ if (message.contributionId !== BigInt(0)) {
1542
+ writer.uint32(24).uint64(message.contributionId);
1543
+ }
1544
+ if (message.trancheId !== 0) {
1545
+ writer.uint32(32).uint32(message.trancheId);
1546
+ }
1547
+ if (message.verdict !== 0) {
1548
+ writer.uint32(40).int32(message.verdict);
1549
+ }
1550
+ if (message.reason !== "") {
1551
+ writer.uint32(50).string(message.reason);
1552
+ }
1553
+ return writer;
1554
+ },
1555
+ decode(input, length) {
1556
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1557
+ let end = length === undefined ? reader.len : reader.pos + length;
1558
+ const message = createBaseMsgResolveDispute();
1559
+ while (reader.pos < end) {
1560
+ const tag = reader.uint32();
1561
+ switch (tag >>> 3) {
1562
+ case 1:
1563
+ message.authority = reader.string();
1564
+ break;
1565
+ case 2:
1566
+ message.proposer = reader.string();
1567
+ break;
1568
+ case 3:
1569
+ message.contributionId = reader.uint64();
1570
+ break;
1571
+ case 4:
1572
+ message.trancheId = reader.uint32();
1573
+ break;
1574
+ case 5:
1575
+ message.verdict = reader.int32();
1576
+ break;
1577
+ case 6:
1578
+ message.reason = reader.string();
1579
+ break;
1580
+ default:
1581
+ reader.skipType(tag & 7);
1582
+ break;
1583
+ }
1584
+ }
1585
+ return message;
1586
+ },
1587
+ fromPartial(object) {
1588
+ const message = createBaseMsgResolveDispute();
1589
+ message.authority = object.authority ?? "";
1590
+ message.proposer = object.proposer ?? "";
1591
+ message.contributionId = object.contributionId !== undefined && object.contributionId !== null ? BigInt(object.contributionId.toString()) : BigInt(0);
1592
+ message.trancheId = object.trancheId ?? 0;
1593
+ message.verdict = object.verdict ?? 0;
1594
+ message.reason = object.reason ?? "";
1595
+ return message;
1596
+ },
1597
+ fromAmino(object) {
1598
+ const message = createBaseMsgResolveDispute();
1599
+ if (object.authority !== undefined && object.authority !== null) {
1600
+ message.authority = object.authority;
1601
+ }
1602
+ if (object.proposer !== undefined && object.proposer !== null) {
1603
+ message.proposer = object.proposer;
1604
+ }
1605
+ if (object.contribution_id !== undefined && object.contribution_id !== null) {
1606
+ message.contributionId = BigInt(object.contribution_id);
1607
+ }
1608
+ if (object.tranche_id !== undefined && object.tranche_id !== null) {
1609
+ message.trancheId = object.tranche_id;
1610
+ }
1611
+ if (object.verdict !== undefined && object.verdict !== null) {
1612
+ message.verdict = object.verdict;
1613
+ }
1614
+ if (object.reason !== undefined && object.reason !== null) {
1615
+ message.reason = object.reason;
1616
+ }
1617
+ return message;
1618
+ },
1619
+ toAmino(message) {
1620
+ const obj = {};
1621
+ obj.authority = message.authority === "" ? undefined : message.authority;
1622
+ obj.proposer = message.proposer === "" ? undefined : message.proposer;
1623
+ obj.contribution_id = message.contributionId !== BigInt(0) ? message.contributionId?.toString() : undefined;
1624
+ obj.tranche_id = message.trancheId === 0 ? undefined : message.trancheId;
1625
+ obj.verdict = message.verdict === 0 ? undefined : message.verdict;
1626
+ obj.reason = message.reason === "" ? undefined : message.reason;
1627
+ return obj;
1628
+ },
1629
+ fromAminoMsg(object) {
1630
+ return MsgResolveDispute.fromAmino(object.value);
1631
+ },
1632
+ fromProtoMsg(message) {
1633
+ return MsgResolveDispute.decode(message.value);
1634
+ },
1635
+ toProto(message) {
1636
+ return MsgResolveDispute.encode(message).finish();
1637
+ },
1638
+ toProtoMsg(message) {
1639
+ return {
1640
+ typeUrl: "/sparkdream.reveal.v1.MsgResolveDispute",
1641
+ value: MsgResolveDispute.encode(message).finish()
1642
+ };
1643
+ }
1644
+ };
1645
+ function createBaseMsgResolveDisputeResponse() {
1646
+ return {};
1647
+ }
1648
+ /**
1649
+ * @name MsgResolveDisputeResponse
1650
+ * @package sparkdream.reveal.v1
1651
+ * @see proto type: sparkdream.reveal.v1.MsgResolveDisputeResponse
1652
+ */
1653
+ export const MsgResolveDisputeResponse = {
1654
+ typeUrl: "/sparkdream.reveal.v1.MsgResolveDisputeResponse",
1655
+ encode(_, writer = BinaryWriter.create()) {
1656
+ return writer;
1657
+ },
1658
+ decode(input, length) {
1659
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1660
+ let end = length === undefined ? reader.len : reader.pos + length;
1661
+ const message = createBaseMsgResolveDisputeResponse();
1662
+ while (reader.pos < end) {
1663
+ const tag = reader.uint32();
1664
+ switch (tag >>> 3) {
1665
+ default:
1666
+ reader.skipType(tag & 7);
1667
+ break;
1668
+ }
1669
+ }
1670
+ return message;
1671
+ },
1672
+ fromPartial(_) {
1673
+ const message = createBaseMsgResolveDisputeResponse();
1674
+ return message;
1675
+ },
1676
+ fromAmino(_) {
1677
+ const message = createBaseMsgResolveDisputeResponse();
1678
+ return message;
1679
+ },
1680
+ toAmino(_) {
1681
+ const obj = {};
1682
+ return obj;
1683
+ },
1684
+ fromAminoMsg(object) {
1685
+ return MsgResolveDisputeResponse.fromAmino(object.value);
1686
+ },
1687
+ fromProtoMsg(message) {
1688
+ return MsgResolveDisputeResponse.decode(message.value);
1689
+ },
1690
+ toProto(message) {
1691
+ return MsgResolveDisputeResponse.encode(message).finish();
1692
+ },
1693
+ toProtoMsg(message) {
1694
+ return {
1695
+ typeUrl: "/sparkdream.reveal.v1.MsgResolveDisputeResponse",
1696
+ value: MsgResolveDisputeResponse.encode(message).finish()
1697
+ };
1698
+ }
1699
+ };