@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,4551 @@
1
+ import { Params, ParamsAmino, ForumOperationalParams, ForumOperationalParamsAmino } from "./params";
2
+ import { ContentType } from "../../common/v1/content_type";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary";
4
+ import { DeepPartial } from "../../../helpers";
5
+ /**
6
+ * MsgUpdateParams is the Msg/UpdateParams request type.
7
+ * @name MsgUpdateParams
8
+ * @package sparkdream.forum.v1
9
+ * @see proto type: sparkdream.forum.v1.MsgUpdateParams
10
+ */
11
+ export interface MsgUpdateParams {
12
+ /**
13
+ * authority is the address that controls the module (defaults to x/gov unless overwritten).
14
+ */
15
+ authority: string;
16
+ /**
17
+ * NOTE: All parameters must be supplied.
18
+ */
19
+ params: Params;
20
+ }
21
+ export interface MsgUpdateParamsProtoMsg {
22
+ typeUrl: "/sparkdream.forum.v1.MsgUpdateParams";
23
+ value: Uint8Array;
24
+ }
25
+ /**
26
+ * MsgUpdateParams is the Msg/UpdateParams request type.
27
+ * @name MsgUpdateParamsAmino
28
+ * @package sparkdream.forum.v1
29
+ * @see proto type: sparkdream.forum.v1.MsgUpdateParams
30
+ */
31
+ export interface MsgUpdateParamsAmino {
32
+ /**
33
+ * authority is the address that controls the module (defaults to x/gov unless overwritten).
34
+ */
35
+ authority?: string;
36
+ /**
37
+ * NOTE: All parameters must be supplied.
38
+ */
39
+ params: ParamsAmino;
40
+ }
41
+ export interface MsgUpdateParamsAminoMsg {
42
+ type: "sparkdream/x/forum/MsgUpdateParams";
43
+ value: MsgUpdateParamsAmino;
44
+ }
45
+ /**
46
+ * MsgUpdateParamsResponse defines the response structure for executing a
47
+ * MsgUpdateParams message.
48
+ * @name MsgUpdateParamsResponse
49
+ * @package sparkdream.forum.v1
50
+ * @see proto type: sparkdream.forum.v1.MsgUpdateParamsResponse
51
+ */
52
+ export interface MsgUpdateParamsResponse {
53
+ }
54
+ export interface MsgUpdateParamsResponseProtoMsg {
55
+ typeUrl: "/sparkdream.forum.v1.MsgUpdateParamsResponse";
56
+ value: Uint8Array;
57
+ }
58
+ /**
59
+ * MsgUpdateParamsResponse defines the response structure for executing a
60
+ * MsgUpdateParams message.
61
+ * @name MsgUpdateParamsResponseAmino
62
+ * @package sparkdream.forum.v1
63
+ * @see proto type: sparkdream.forum.v1.MsgUpdateParamsResponse
64
+ */
65
+ export interface MsgUpdateParamsResponseAmino {
66
+ }
67
+ export interface MsgUpdateParamsResponseAminoMsg {
68
+ type: "/sparkdream.forum.v1.MsgUpdateParamsResponse";
69
+ value: MsgUpdateParamsResponseAmino;
70
+ }
71
+ /**
72
+ * MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
73
+ * Authorized: Commons Council Operations Committee (via IsCouncilAuthorized).
74
+ * @name MsgUpdateOperationalParams
75
+ * @package sparkdream.forum.v1
76
+ * @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParams
77
+ */
78
+ export interface MsgUpdateOperationalParams {
79
+ /**
80
+ * authority is the address authorized to update operational params.
81
+ * Can be: governance authority, Commons Council policy address,
82
+ * or Commons Operations Committee member.
83
+ */
84
+ authority: string;
85
+ /**
86
+ * operational_params defines the operational parameters to update.
87
+ * NOTE: All operational parameters must be supplied.
88
+ */
89
+ operationalParams: ForumOperationalParams;
90
+ }
91
+ export interface MsgUpdateOperationalParamsProtoMsg {
92
+ typeUrl: "/sparkdream.forum.v1.MsgUpdateOperationalParams";
93
+ value: Uint8Array;
94
+ }
95
+ /**
96
+ * MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
97
+ * Authorized: Commons Council Operations Committee (via IsCouncilAuthorized).
98
+ * @name MsgUpdateOperationalParamsAmino
99
+ * @package sparkdream.forum.v1
100
+ * @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParams
101
+ */
102
+ export interface MsgUpdateOperationalParamsAmino {
103
+ /**
104
+ * authority is the address authorized to update operational params.
105
+ * Can be: governance authority, Commons Council policy address,
106
+ * or Commons Operations Committee member.
107
+ */
108
+ authority?: string;
109
+ /**
110
+ * operational_params defines the operational parameters to update.
111
+ * NOTE: All operational parameters must be supplied.
112
+ */
113
+ operational_params: ForumOperationalParamsAmino;
114
+ }
115
+ export interface MsgUpdateOperationalParamsAminoMsg {
116
+ type: "sparkdream/x/forum/MsgUpdateOperationalParams";
117
+ value: MsgUpdateOperationalParamsAmino;
118
+ }
119
+ /**
120
+ * MsgUpdateOperationalParamsResponse defines the response structure for executing a
121
+ * MsgUpdateOperationalParams message.
122
+ * @name MsgUpdateOperationalParamsResponse
123
+ * @package sparkdream.forum.v1
124
+ * @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParamsResponse
125
+ */
126
+ export interface MsgUpdateOperationalParamsResponse {
127
+ }
128
+ export interface MsgUpdateOperationalParamsResponseProtoMsg {
129
+ typeUrl: "/sparkdream.forum.v1.MsgUpdateOperationalParamsResponse";
130
+ value: Uint8Array;
131
+ }
132
+ /**
133
+ * MsgUpdateOperationalParamsResponse defines the response structure for executing a
134
+ * MsgUpdateOperationalParams message.
135
+ * @name MsgUpdateOperationalParamsResponseAmino
136
+ * @package sparkdream.forum.v1
137
+ * @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParamsResponse
138
+ */
139
+ export interface MsgUpdateOperationalParamsResponseAmino {
140
+ }
141
+ export interface MsgUpdateOperationalParamsResponseAminoMsg {
142
+ type: "/sparkdream.forum.v1.MsgUpdateOperationalParamsResponse";
143
+ value: MsgUpdateOperationalParamsResponseAmino;
144
+ }
145
+ /**
146
+ * MsgCreateCategory defines the MsgCreateCategory message.
147
+ * @name MsgCreateCategory
148
+ * @package sparkdream.forum.v1
149
+ * @see proto type: sparkdream.forum.v1.MsgCreateCategory
150
+ */
151
+ export interface MsgCreateCategory {
152
+ creator: string;
153
+ title: string;
154
+ description: string;
155
+ membersOnlyWrite: boolean;
156
+ adminOnlyWrite: boolean;
157
+ }
158
+ export interface MsgCreateCategoryProtoMsg {
159
+ typeUrl: "/sparkdream.forum.v1.MsgCreateCategory";
160
+ value: Uint8Array;
161
+ }
162
+ /**
163
+ * MsgCreateCategory defines the MsgCreateCategory message.
164
+ * @name MsgCreateCategoryAmino
165
+ * @package sparkdream.forum.v1
166
+ * @see proto type: sparkdream.forum.v1.MsgCreateCategory
167
+ */
168
+ export interface MsgCreateCategoryAmino {
169
+ creator?: string;
170
+ title?: string;
171
+ description?: string;
172
+ members_only_write?: boolean;
173
+ admin_only_write?: boolean;
174
+ }
175
+ export interface MsgCreateCategoryAminoMsg {
176
+ type: "/sparkdream.forum.v1.MsgCreateCategory";
177
+ value: MsgCreateCategoryAmino;
178
+ }
179
+ /**
180
+ * MsgCreateCategoryResponse defines the MsgCreateCategoryResponse message.
181
+ * @name MsgCreateCategoryResponse
182
+ * @package sparkdream.forum.v1
183
+ * @see proto type: sparkdream.forum.v1.MsgCreateCategoryResponse
184
+ */
185
+ export interface MsgCreateCategoryResponse {
186
+ }
187
+ export interface MsgCreateCategoryResponseProtoMsg {
188
+ typeUrl: "/sparkdream.forum.v1.MsgCreateCategoryResponse";
189
+ value: Uint8Array;
190
+ }
191
+ /**
192
+ * MsgCreateCategoryResponse defines the MsgCreateCategoryResponse message.
193
+ * @name MsgCreateCategoryResponseAmino
194
+ * @package sparkdream.forum.v1
195
+ * @see proto type: sparkdream.forum.v1.MsgCreateCategoryResponse
196
+ */
197
+ export interface MsgCreateCategoryResponseAmino {
198
+ }
199
+ export interface MsgCreateCategoryResponseAminoMsg {
200
+ type: "/sparkdream.forum.v1.MsgCreateCategoryResponse";
201
+ value: MsgCreateCategoryResponseAmino;
202
+ }
203
+ /**
204
+ * MsgCreatePost defines the MsgCreatePost message.
205
+ * @name MsgCreatePost
206
+ * @package sparkdream.forum.v1
207
+ * @see proto type: sparkdream.forum.v1.MsgCreatePost
208
+ */
209
+ export interface MsgCreatePost {
210
+ creator: string;
211
+ categoryId: bigint;
212
+ parentId: bigint;
213
+ content: string;
214
+ tags: string[];
215
+ contentType: ContentType;
216
+ /**
217
+ * Optional DREAM amount to lock as author bond
218
+ */
219
+ authorBond?: string;
220
+ initiativeId: bigint;
221
+ }
222
+ export interface MsgCreatePostProtoMsg {
223
+ typeUrl: "/sparkdream.forum.v1.MsgCreatePost";
224
+ value: Uint8Array;
225
+ }
226
+ /**
227
+ * MsgCreatePost defines the MsgCreatePost message.
228
+ * @name MsgCreatePostAmino
229
+ * @package sparkdream.forum.v1
230
+ * @see proto type: sparkdream.forum.v1.MsgCreatePost
231
+ */
232
+ export interface MsgCreatePostAmino {
233
+ creator?: string;
234
+ category_id?: string;
235
+ parent_id?: string;
236
+ content?: string;
237
+ tags?: string[];
238
+ content_type?: ContentType;
239
+ /**
240
+ * Optional DREAM amount to lock as author bond
241
+ */
242
+ author_bond?: string;
243
+ initiative_id?: string;
244
+ }
245
+ export interface MsgCreatePostAminoMsg {
246
+ type: "/sparkdream.forum.v1.MsgCreatePost";
247
+ value: MsgCreatePostAmino;
248
+ }
249
+ /**
250
+ * MsgCreatePostResponse defines the MsgCreatePostResponse message.
251
+ * @name MsgCreatePostResponse
252
+ * @package sparkdream.forum.v1
253
+ * @see proto type: sparkdream.forum.v1.MsgCreatePostResponse
254
+ */
255
+ export interface MsgCreatePostResponse {
256
+ }
257
+ export interface MsgCreatePostResponseProtoMsg {
258
+ typeUrl: "/sparkdream.forum.v1.MsgCreatePostResponse";
259
+ value: Uint8Array;
260
+ }
261
+ /**
262
+ * MsgCreatePostResponse defines the MsgCreatePostResponse message.
263
+ * @name MsgCreatePostResponseAmino
264
+ * @package sparkdream.forum.v1
265
+ * @see proto type: sparkdream.forum.v1.MsgCreatePostResponse
266
+ */
267
+ export interface MsgCreatePostResponseAmino {
268
+ }
269
+ export interface MsgCreatePostResponseAminoMsg {
270
+ type: "/sparkdream.forum.v1.MsgCreatePostResponse";
271
+ value: MsgCreatePostResponseAmino;
272
+ }
273
+ /**
274
+ * MsgEditPost defines the MsgEditPost message.
275
+ * @name MsgEditPost
276
+ * @package sparkdream.forum.v1
277
+ * @see proto type: sparkdream.forum.v1.MsgEditPost
278
+ */
279
+ export interface MsgEditPost {
280
+ creator: string;
281
+ postId: bigint;
282
+ newContent: string;
283
+ tags: string[];
284
+ contentType: ContentType;
285
+ }
286
+ export interface MsgEditPostProtoMsg {
287
+ typeUrl: "/sparkdream.forum.v1.MsgEditPost";
288
+ value: Uint8Array;
289
+ }
290
+ /**
291
+ * MsgEditPost defines the MsgEditPost message.
292
+ * @name MsgEditPostAmino
293
+ * @package sparkdream.forum.v1
294
+ * @see proto type: sparkdream.forum.v1.MsgEditPost
295
+ */
296
+ export interface MsgEditPostAmino {
297
+ creator?: string;
298
+ post_id?: string;
299
+ new_content?: string;
300
+ tags?: string[];
301
+ content_type?: ContentType;
302
+ }
303
+ export interface MsgEditPostAminoMsg {
304
+ type: "/sparkdream.forum.v1.MsgEditPost";
305
+ value: MsgEditPostAmino;
306
+ }
307
+ /**
308
+ * MsgEditPostResponse defines the MsgEditPostResponse message.
309
+ * @name MsgEditPostResponse
310
+ * @package sparkdream.forum.v1
311
+ * @see proto type: sparkdream.forum.v1.MsgEditPostResponse
312
+ */
313
+ export interface MsgEditPostResponse {
314
+ }
315
+ export interface MsgEditPostResponseProtoMsg {
316
+ typeUrl: "/sparkdream.forum.v1.MsgEditPostResponse";
317
+ value: Uint8Array;
318
+ }
319
+ /**
320
+ * MsgEditPostResponse defines the MsgEditPostResponse message.
321
+ * @name MsgEditPostResponseAmino
322
+ * @package sparkdream.forum.v1
323
+ * @see proto type: sparkdream.forum.v1.MsgEditPostResponse
324
+ */
325
+ export interface MsgEditPostResponseAmino {
326
+ }
327
+ export interface MsgEditPostResponseAminoMsg {
328
+ type: "/sparkdream.forum.v1.MsgEditPostResponse";
329
+ value: MsgEditPostResponseAmino;
330
+ }
331
+ /**
332
+ * MsgDeletePost defines the MsgDeletePost message.
333
+ * @name MsgDeletePost
334
+ * @package sparkdream.forum.v1
335
+ * @see proto type: sparkdream.forum.v1.MsgDeletePost
336
+ */
337
+ export interface MsgDeletePost {
338
+ creator: string;
339
+ postId: bigint;
340
+ }
341
+ export interface MsgDeletePostProtoMsg {
342
+ typeUrl: "/sparkdream.forum.v1.MsgDeletePost";
343
+ value: Uint8Array;
344
+ }
345
+ /**
346
+ * MsgDeletePost defines the MsgDeletePost message.
347
+ * @name MsgDeletePostAmino
348
+ * @package sparkdream.forum.v1
349
+ * @see proto type: sparkdream.forum.v1.MsgDeletePost
350
+ */
351
+ export interface MsgDeletePostAmino {
352
+ creator?: string;
353
+ post_id?: string;
354
+ }
355
+ export interface MsgDeletePostAminoMsg {
356
+ type: "/sparkdream.forum.v1.MsgDeletePost";
357
+ value: MsgDeletePostAmino;
358
+ }
359
+ /**
360
+ * MsgDeletePostResponse defines the MsgDeletePostResponse message.
361
+ * @name MsgDeletePostResponse
362
+ * @package sparkdream.forum.v1
363
+ * @see proto type: sparkdream.forum.v1.MsgDeletePostResponse
364
+ */
365
+ export interface MsgDeletePostResponse {
366
+ }
367
+ export interface MsgDeletePostResponseProtoMsg {
368
+ typeUrl: "/sparkdream.forum.v1.MsgDeletePostResponse";
369
+ value: Uint8Array;
370
+ }
371
+ /**
372
+ * MsgDeletePostResponse defines the MsgDeletePostResponse message.
373
+ * @name MsgDeletePostResponseAmino
374
+ * @package sparkdream.forum.v1
375
+ * @see proto type: sparkdream.forum.v1.MsgDeletePostResponse
376
+ */
377
+ export interface MsgDeletePostResponseAmino {
378
+ }
379
+ export interface MsgDeletePostResponseAminoMsg {
380
+ type: "/sparkdream.forum.v1.MsgDeletePostResponse";
381
+ value: MsgDeletePostResponseAmino;
382
+ }
383
+ /**
384
+ * MsgFreezeThread defines the MsgFreezeThread message.
385
+ * @name MsgFreezeThread
386
+ * @package sparkdream.forum.v1
387
+ * @see proto type: sparkdream.forum.v1.MsgFreezeThread
388
+ */
389
+ export interface MsgFreezeThread {
390
+ creator: string;
391
+ rootId: bigint;
392
+ }
393
+ export interface MsgFreezeThreadProtoMsg {
394
+ typeUrl: "/sparkdream.forum.v1.MsgFreezeThread";
395
+ value: Uint8Array;
396
+ }
397
+ /**
398
+ * MsgFreezeThread defines the MsgFreezeThread message.
399
+ * @name MsgFreezeThreadAmino
400
+ * @package sparkdream.forum.v1
401
+ * @see proto type: sparkdream.forum.v1.MsgFreezeThread
402
+ */
403
+ export interface MsgFreezeThreadAmino {
404
+ creator?: string;
405
+ root_id?: string;
406
+ }
407
+ export interface MsgFreezeThreadAminoMsg {
408
+ type: "/sparkdream.forum.v1.MsgFreezeThread";
409
+ value: MsgFreezeThreadAmino;
410
+ }
411
+ /**
412
+ * MsgFreezeThreadResponse defines the MsgFreezeThreadResponse message.
413
+ * @name MsgFreezeThreadResponse
414
+ * @package sparkdream.forum.v1
415
+ * @see proto type: sparkdream.forum.v1.MsgFreezeThreadResponse
416
+ */
417
+ export interface MsgFreezeThreadResponse {
418
+ }
419
+ export interface MsgFreezeThreadResponseProtoMsg {
420
+ typeUrl: "/sparkdream.forum.v1.MsgFreezeThreadResponse";
421
+ value: Uint8Array;
422
+ }
423
+ /**
424
+ * MsgFreezeThreadResponse defines the MsgFreezeThreadResponse message.
425
+ * @name MsgFreezeThreadResponseAmino
426
+ * @package sparkdream.forum.v1
427
+ * @see proto type: sparkdream.forum.v1.MsgFreezeThreadResponse
428
+ */
429
+ export interface MsgFreezeThreadResponseAmino {
430
+ }
431
+ export interface MsgFreezeThreadResponseAminoMsg {
432
+ type: "/sparkdream.forum.v1.MsgFreezeThreadResponse";
433
+ value: MsgFreezeThreadResponseAmino;
434
+ }
435
+ /**
436
+ * MsgUnarchiveThread defines the MsgUnarchiveThread message.
437
+ * @name MsgUnarchiveThread
438
+ * @package sparkdream.forum.v1
439
+ * @see proto type: sparkdream.forum.v1.MsgUnarchiveThread
440
+ */
441
+ export interface MsgUnarchiveThread {
442
+ creator: string;
443
+ rootId: bigint;
444
+ }
445
+ export interface MsgUnarchiveThreadProtoMsg {
446
+ typeUrl: "/sparkdream.forum.v1.MsgUnarchiveThread";
447
+ value: Uint8Array;
448
+ }
449
+ /**
450
+ * MsgUnarchiveThread defines the MsgUnarchiveThread message.
451
+ * @name MsgUnarchiveThreadAmino
452
+ * @package sparkdream.forum.v1
453
+ * @see proto type: sparkdream.forum.v1.MsgUnarchiveThread
454
+ */
455
+ export interface MsgUnarchiveThreadAmino {
456
+ creator?: string;
457
+ root_id?: string;
458
+ }
459
+ export interface MsgUnarchiveThreadAminoMsg {
460
+ type: "/sparkdream.forum.v1.MsgUnarchiveThread";
461
+ value: MsgUnarchiveThreadAmino;
462
+ }
463
+ /**
464
+ * MsgUnarchiveThreadResponse defines the MsgUnarchiveThreadResponse message.
465
+ * @name MsgUnarchiveThreadResponse
466
+ * @package sparkdream.forum.v1
467
+ * @see proto type: sparkdream.forum.v1.MsgUnarchiveThreadResponse
468
+ */
469
+ export interface MsgUnarchiveThreadResponse {
470
+ }
471
+ export interface MsgUnarchiveThreadResponseProtoMsg {
472
+ typeUrl: "/sparkdream.forum.v1.MsgUnarchiveThreadResponse";
473
+ value: Uint8Array;
474
+ }
475
+ /**
476
+ * MsgUnarchiveThreadResponse defines the MsgUnarchiveThreadResponse message.
477
+ * @name MsgUnarchiveThreadResponseAmino
478
+ * @package sparkdream.forum.v1
479
+ * @see proto type: sparkdream.forum.v1.MsgUnarchiveThreadResponse
480
+ */
481
+ export interface MsgUnarchiveThreadResponseAmino {
482
+ }
483
+ export interface MsgUnarchiveThreadResponseAminoMsg {
484
+ type: "/sparkdream.forum.v1.MsgUnarchiveThreadResponse";
485
+ value: MsgUnarchiveThreadResponseAmino;
486
+ }
487
+ /**
488
+ * MsgPinPost defines the MsgPinPost message.
489
+ * @name MsgPinPost
490
+ * @package sparkdream.forum.v1
491
+ * @see proto type: sparkdream.forum.v1.MsgPinPost
492
+ */
493
+ export interface MsgPinPost {
494
+ creator: string;
495
+ postId: bigint;
496
+ priority: bigint;
497
+ }
498
+ export interface MsgPinPostProtoMsg {
499
+ typeUrl: "/sparkdream.forum.v1.MsgPinPost";
500
+ value: Uint8Array;
501
+ }
502
+ /**
503
+ * MsgPinPost defines the MsgPinPost message.
504
+ * @name MsgPinPostAmino
505
+ * @package sparkdream.forum.v1
506
+ * @see proto type: sparkdream.forum.v1.MsgPinPost
507
+ */
508
+ export interface MsgPinPostAmino {
509
+ creator?: string;
510
+ post_id?: string;
511
+ priority?: string;
512
+ }
513
+ export interface MsgPinPostAminoMsg {
514
+ type: "/sparkdream.forum.v1.MsgPinPost";
515
+ value: MsgPinPostAmino;
516
+ }
517
+ /**
518
+ * MsgPinPostResponse defines the MsgPinPostResponse message.
519
+ * @name MsgPinPostResponse
520
+ * @package sparkdream.forum.v1
521
+ * @see proto type: sparkdream.forum.v1.MsgPinPostResponse
522
+ */
523
+ export interface MsgPinPostResponse {
524
+ }
525
+ export interface MsgPinPostResponseProtoMsg {
526
+ typeUrl: "/sparkdream.forum.v1.MsgPinPostResponse";
527
+ value: Uint8Array;
528
+ }
529
+ /**
530
+ * MsgPinPostResponse defines the MsgPinPostResponse message.
531
+ * @name MsgPinPostResponseAmino
532
+ * @package sparkdream.forum.v1
533
+ * @see proto type: sparkdream.forum.v1.MsgPinPostResponse
534
+ */
535
+ export interface MsgPinPostResponseAmino {
536
+ }
537
+ export interface MsgPinPostResponseAminoMsg {
538
+ type: "/sparkdream.forum.v1.MsgPinPostResponse";
539
+ value: MsgPinPostResponseAmino;
540
+ }
541
+ /**
542
+ * MsgUnpinPost defines the MsgUnpinPost message.
543
+ * @name MsgUnpinPost
544
+ * @package sparkdream.forum.v1
545
+ * @see proto type: sparkdream.forum.v1.MsgUnpinPost
546
+ */
547
+ export interface MsgUnpinPost {
548
+ creator: string;
549
+ postId: bigint;
550
+ }
551
+ export interface MsgUnpinPostProtoMsg {
552
+ typeUrl: "/sparkdream.forum.v1.MsgUnpinPost";
553
+ value: Uint8Array;
554
+ }
555
+ /**
556
+ * MsgUnpinPost defines the MsgUnpinPost message.
557
+ * @name MsgUnpinPostAmino
558
+ * @package sparkdream.forum.v1
559
+ * @see proto type: sparkdream.forum.v1.MsgUnpinPost
560
+ */
561
+ export interface MsgUnpinPostAmino {
562
+ creator?: string;
563
+ post_id?: string;
564
+ }
565
+ export interface MsgUnpinPostAminoMsg {
566
+ type: "/sparkdream.forum.v1.MsgUnpinPost";
567
+ value: MsgUnpinPostAmino;
568
+ }
569
+ /**
570
+ * MsgUnpinPostResponse defines the MsgUnpinPostResponse message.
571
+ * @name MsgUnpinPostResponse
572
+ * @package sparkdream.forum.v1
573
+ * @see proto type: sparkdream.forum.v1.MsgUnpinPostResponse
574
+ */
575
+ export interface MsgUnpinPostResponse {
576
+ }
577
+ export interface MsgUnpinPostResponseProtoMsg {
578
+ typeUrl: "/sparkdream.forum.v1.MsgUnpinPostResponse";
579
+ value: Uint8Array;
580
+ }
581
+ /**
582
+ * MsgUnpinPostResponse defines the MsgUnpinPostResponse message.
583
+ * @name MsgUnpinPostResponseAmino
584
+ * @package sparkdream.forum.v1
585
+ * @see proto type: sparkdream.forum.v1.MsgUnpinPostResponse
586
+ */
587
+ export interface MsgUnpinPostResponseAmino {
588
+ }
589
+ export interface MsgUnpinPostResponseAminoMsg {
590
+ type: "/sparkdream.forum.v1.MsgUnpinPostResponse";
591
+ value: MsgUnpinPostResponseAmino;
592
+ }
593
+ /**
594
+ * MsgLockThread defines the MsgLockThread message.
595
+ * @name MsgLockThread
596
+ * @package sparkdream.forum.v1
597
+ * @see proto type: sparkdream.forum.v1.MsgLockThread
598
+ */
599
+ export interface MsgLockThread {
600
+ creator: string;
601
+ rootId: bigint;
602
+ reason: string;
603
+ }
604
+ export interface MsgLockThreadProtoMsg {
605
+ typeUrl: "/sparkdream.forum.v1.MsgLockThread";
606
+ value: Uint8Array;
607
+ }
608
+ /**
609
+ * MsgLockThread defines the MsgLockThread message.
610
+ * @name MsgLockThreadAmino
611
+ * @package sparkdream.forum.v1
612
+ * @see proto type: sparkdream.forum.v1.MsgLockThread
613
+ */
614
+ export interface MsgLockThreadAmino {
615
+ creator?: string;
616
+ root_id?: string;
617
+ reason?: string;
618
+ }
619
+ export interface MsgLockThreadAminoMsg {
620
+ type: "/sparkdream.forum.v1.MsgLockThread";
621
+ value: MsgLockThreadAmino;
622
+ }
623
+ /**
624
+ * MsgLockThreadResponse defines the MsgLockThreadResponse message.
625
+ * @name MsgLockThreadResponse
626
+ * @package sparkdream.forum.v1
627
+ * @see proto type: sparkdream.forum.v1.MsgLockThreadResponse
628
+ */
629
+ export interface MsgLockThreadResponse {
630
+ }
631
+ export interface MsgLockThreadResponseProtoMsg {
632
+ typeUrl: "/sparkdream.forum.v1.MsgLockThreadResponse";
633
+ value: Uint8Array;
634
+ }
635
+ /**
636
+ * MsgLockThreadResponse defines the MsgLockThreadResponse message.
637
+ * @name MsgLockThreadResponseAmino
638
+ * @package sparkdream.forum.v1
639
+ * @see proto type: sparkdream.forum.v1.MsgLockThreadResponse
640
+ */
641
+ export interface MsgLockThreadResponseAmino {
642
+ }
643
+ export interface MsgLockThreadResponseAminoMsg {
644
+ type: "/sparkdream.forum.v1.MsgLockThreadResponse";
645
+ value: MsgLockThreadResponseAmino;
646
+ }
647
+ /**
648
+ * MsgUnlockThread defines the MsgUnlockThread message.
649
+ * @name MsgUnlockThread
650
+ * @package sparkdream.forum.v1
651
+ * @see proto type: sparkdream.forum.v1.MsgUnlockThread
652
+ */
653
+ export interface MsgUnlockThread {
654
+ creator: string;
655
+ rootId: bigint;
656
+ }
657
+ export interface MsgUnlockThreadProtoMsg {
658
+ typeUrl: "/sparkdream.forum.v1.MsgUnlockThread";
659
+ value: Uint8Array;
660
+ }
661
+ /**
662
+ * MsgUnlockThread defines the MsgUnlockThread message.
663
+ * @name MsgUnlockThreadAmino
664
+ * @package sparkdream.forum.v1
665
+ * @see proto type: sparkdream.forum.v1.MsgUnlockThread
666
+ */
667
+ export interface MsgUnlockThreadAmino {
668
+ creator?: string;
669
+ root_id?: string;
670
+ }
671
+ export interface MsgUnlockThreadAminoMsg {
672
+ type: "/sparkdream.forum.v1.MsgUnlockThread";
673
+ value: MsgUnlockThreadAmino;
674
+ }
675
+ /**
676
+ * MsgUnlockThreadResponse defines the MsgUnlockThreadResponse message.
677
+ * @name MsgUnlockThreadResponse
678
+ * @package sparkdream.forum.v1
679
+ * @see proto type: sparkdream.forum.v1.MsgUnlockThreadResponse
680
+ */
681
+ export interface MsgUnlockThreadResponse {
682
+ }
683
+ export interface MsgUnlockThreadResponseProtoMsg {
684
+ typeUrl: "/sparkdream.forum.v1.MsgUnlockThreadResponse";
685
+ value: Uint8Array;
686
+ }
687
+ /**
688
+ * MsgUnlockThreadResponse defines the MsgUnlockThreadResponse message.
689
+ * @name MsgUnlockThreadResponseAmino
690
+ * @package sparkdream.forum.v1
691
+ * @see proto type: sparkdream.forum.v1.MsgUnlockThreadResponse
692
+ */
693
+ export interface MsgUnlockThreadResponseAmino {
694
+ }
695
+ export interface MsgUnlockThreadResponseAminoMsg {
696
+ type: "/sparkdream.forum.v1.MsgUnlockThreadResponse";
697
+ value: MsgUnlockThreadResponseAmino;
698
+ }
699
+ /**
700
+ * MsgMoveThread defines the MsgMoveThread message.
701
+ * @name MsgMoveThread
702
+ * @package sparkdream.forum.v1
703
+ * @see proto type: sparkdream.forum.v1.MsgMoveThread
704
+ */
705
+ export interface MsgMoveThread {
706
+ creator: string;
707
+ rootId: bigint;
708
+ newCategoryId: bigint;
709
+ reason: string;
710
+ }
711
+ export interface MsgMoveThreadProtoMsg {
712
+ typeUrl: "/sparkdream.forum.v1.MsgMoveThread";
713
+ value: Uint8Array;
714
+ }
715
+ /**
716
+ * MsgMoveThread defines the MsgMoveThread message.
717
+ * @name MsgMoveThreadAmino
718
+ * @package sparkdream.forum.v1
719
+ * @see proto type: sparkdream.forum.v1.MsgMoveThread
720
+ */
721
+ export interface MsgMoveThreadAmino {
722
+ creator?: string;
723
+ root_id?: string;
724
+ new_category_id?: string;
725
+ reason?: string;
726
+ }
727
+ export interface MsgMoveThreadAminoMsg {
728
+ type: "/sparkdream.forum.v1.MsgMoveThread";
729
+ value: MsgMoveThreadAmino;
730
+ }
731
+ /**
732
+ * MsgMoveThreadResponse defines the MsgMoveThreadResponse message.
733
+ * @name MsgMoveThreadResponse
734
+ * @package sparkdream.forum.v1
735
+ * @see proto type: sparkdream.forum.v1.MsgMoveThreadResponse
736
+ */
737
+ export interface MsgMoveThreadResponse {
738
+ }
739
+ export interface MsgMoveThreadResponseProtoMsg {
740
+ typeUrl: "/sparkdream.forum.v1.MsgMoveThreadResponse";
741
+ value: Uint8Array;
742
+ }
743
+ /**
744
+ * MsgMoveThreadResponse defines the MsgMoveThreadResponse message.
745
+ * @name MsgMoveThreadResponseAmino
746
+ * @package sparkdream.forum.v1
747
+ * @see proto type: sparkdream.forum.v1.MsgMoveThreadResponse
748
+ */
749
+ export interface MsgMoveThreadResponseAmino {
750
+ }
751
+ export interface MsgMoveThreadResponseAminoMsg {
752
+ type: "/sparkdream.forum.v1.MsgMoveThreadResponse";
753
+ value: MsgMoveThreadResponseAmino;
754
+ }
755
+ /**
756
+ * MsgFollowThread defines the MsgFollowThread message.
757
+ * @name MsgFollowThread
758
+ * @package sparkdream.forum.v1
759
+ * @see proto type: sparkdream.forum.v1.MsgFollowThread
760
+ */
761
+ export interface MsgFollowThread {
762
+ creator: string;
763
+ threadId: bigint;
764
+ }
765
+ export interface MsgFollowThreadProtoMsg {
766
+ typeUrl: "/sparkdream.forum.v1.MsgFollowThread";
767
+ value: Uint8Array;
768
+ }
769
+ /**
770
+ * MsgFollowThread defines the MsgFollowThread message.
771
+ * @name MsgFollowThreadAmino
772
+ * @package sparkdream.forum.v1
773
+ * @see proto type: sparkdream.forum.v1.MsgFollowThread
774
+ */
775
+ export interface MsgFollowThreadAmino {
776
+ creator?: string;
777
+ thread_id?: string;
778
+ }
779
+ export interface MsgFollowThreadAminoMsg {
780
+ type: "/sparkdream.forum.v1.MsgFollowThread";
781
+ value: MsgFollowThreadAmino;
782
+ }
783
+ /**
784
+ * MsgFollowThreadResponse defines the MsgFollowThreadResponse message.
785
+ * @name MsgFollowThreadResponse
786
+ * @package sparkdream.forum.v1
787
+ * @see proto type: sparkdream.forum.v1.MsgFollowThreadResponse
788
+ */
789
+ export interface MsgFollowThreadResponse {
790
+ }
791
+ export interface MsgFollowThreadResponseProtoMsg {
792
+ typeUrl: "/sparkdream.forum.v1.MsgFollowThreadResponse";
793
+ value: Uint8Array;
794
+ }
795
+ /**
796
+ * MsgFollowThreadResponse defines the MsgFollowThreadResponse message.
797
+ * @name MsgFollowThreadResponseAmino
798
+ * @package sparkdream.forum.v1
799
+ * @see proto type: sparkdream.forum.v1.MsgFollowThreadResponse
800
+ */
801
+ export interface MsgFollowThreadResponseAmino {
802
+ }
803
+ export interface MsgFollowThreadResponseAminoMsg {
804
+ type: "/sparkdream.forum.v1.MsgFollowThreadResponse";
805
+ value: MsgFollowThreadResponseAmino;
806
+ }
807
+ /**
808
+ * MsgUnfollowThread defines the MsgUnfollowThread message.
809
+ * @name MsgUnfollowThread
810
+ * @package sparkdream.forum.v1
811
+ * @see proto type: sparkdream.forum.v1.MsgUnfollowThread
812
+ */
813
+ export interface MsgUnfollowThread {
814
+ creator: string;
815
+ threadId: bigint;
816
+ }
817
+ export interface MsgUnfollowThreadProtoMsg {
818
+ typeUrl: "/sparkdream.forum.v1.MsgUnfollowThread";
819
+ value: Uint8Array;
820
+ }
821
+ /**
822
+ * MsgUnfollowThread defines the MsgUnfollowThread message.
823
+ * @name MsgUnfollowThreadAmino
824
+ * @package sparkdream.forum.v1
825
+ * @see proto type: sparkdream.forum.v1.MsgUnfollowThread
826
+ */
827
+ export interface MsgUnfollowThreadAmino {
828
+ creator?: string;
829
+ thread_id?: string;
830
+ }
831
+ export interface MsgUnfollowThreadAminoMsg {
832
+ type: "/sparkdream.forum.v1.MsgUnfollowThread";
833
+ value: MsgUnfollowThreadAmino;
834
+ }
835
+ /**
836
+ * MsgUnfollowThreadResponse defines the MsgUnfollowThreadResponse message.
837
+ * @name MsgUnfollowThreadResponse
838
+ * @package sparkdream.forum.v1
839
+ * @see proto type: sparkdream.forum.v1.MsgUnfollowThreadResponse
840
+ */
841
+ export interface MsgUnfollowThreadResponse {
842
+ }
843
+ export interface MsgUnfollowThreadResponseProtoMsg {
844
+ typeUrl: "/sparkdream.forum.v1.MsgUnfollowThreadResponse";
845
+ value: Uint8Array;
846
+ }
847
+ /**
848
+ * MsgUnfollowThreadResponse defines the MsgUnfollowThreadResponse message.
849
+ * @name MsgUnfollowThreadResponseAmino
850
+ * @package sparkdream.forum.v1
851
+ * @see proto type: sparkdream.forum.v1.MsgUnfollowThreadResponse
852
+ */
853
+ export interface MsgUnfollowThreadResponseAmino {
854
+ }
855
+ export interface MsgUnfollowThreadResponseAminoMsg {
856
+ type: "/sparkdream.forum.v1.MsgUnfollowThreadResponse";
857
+ value: MsgUnfollowThreadResponseAmino;
858
+ }
859
+ /**
860
+ * MsgUpvotePost defines the MsgUpvotePost message.
861
+ * @name MsgUpvotePost
862
+ * @package sparkdream.forum.v1
863
+ * @see proto type: sparkdream.forum.v1.MsgUpvotePost
864
+ */
865
+ export interface MsgUpvotePost {
866
+ creator: string;
867
+ postId: bigint;
868
+ }
869
+ export interface MsgUpvotePostProtoMsg {
870
+ typeUrl: "/sparkdream.forum.v1.MsgUpvotePost";
871
+ value: Uint8Array;
872
+ }
873
+ /**
874
+ * MsgUpvotePost defines the MsgUpvotePost message.
875
+ * @name MsgUpvotePostAmino
876
+ * @package sparkdream.forum.v1
877
+ * @see proto type: sparkdream.forum.v1.MsgUpvotePost
878
+ */
879
+ export interface MsgUpvotePostAmino {
880
+ creator?: string;
881
+ post_id?: string;
882
+ }
883
+ export interface MsgUpvotePostAminoMsg {
884
+ type: "/sparkdream.forum.v1.MsgUpvotePost";
885
+ value: MsgUpvotePostAmino;
886
+ }
887
+ /**
888
+ * MsgUpvotePostResponse defines the MsgUpvotePostResponse message.
889
+ * @name MsgUpvotePostResponse
890
+ * @package sparkdream.forum.v1
891
+ * @see proto type: sparkdream.forum.v1.MsgUpvotePostResponse
892
+ */
893
+ export interface MsgUpvotePostResponse {
894
+ }
895
+ export interface MsgUpvotePostResponseProtoMsg {
896
+ typeUrl: "/sparkdream.forum.v1.MsgUpvotePostResponse";
897
+ value: Uint8Array;
898
+ }
899
+ /**
900
+ * MsgUpvotePostResponse defines the MsgUpvotePostResponse message.
901
+ * @name MsgUpvotePostResponseAmino
902
+ * @package sparkdream.forum.v1
903
+ * @see proto type: sparkdream.forum.v1.MsgUpvotePostResponse
904
+ */
905
+ export interface MsgUpvotePostResponseAmino {
906
+ }
907
+ export interface MsgUpvotePostResponseAminoMsg {
908
+ type: "/sparkdream.forum.v1.MsgUpvotePostResponse";
909
+ value: MsgUpvotePostResponseAmino;
910
+ }
911
+ /**
912
+ * MsgDownvotePost defines the MsgDownvotePost message.
913
+ * @name MsgDownvotePost
914
+ * @package sparkdream.forum.v1
915
+ * @see proto type: sparkdream.forum.v1.MsgDownvotePost
916
+ */
917
+ export interface MsgDownvotePost {
918
+ creator: string;
919
+ postId: bigint;
920
+ }
921
+ export interface MsgDownvotePostProtoMsg {
922
+ typeUrl: "/sparkdream.forum.v1.MsgDownvotePost";
923
+ value: Uint8Array;
924
+ }
925
+ /**
926
+ * MsgDownvotePost defines the MsgDownvotePost message.
927
+ * @name MsgDownvotePostAmino
928
+ * @package sparkdream.forum.v1
929
+ * @see proto type: sparkdream.forum.v1.MsgDownvotePost
930
+ */
931
+ export interface MsgDownvotePostAmino {
932
+ creator?: string;
933
+ post_id?: string;
934
+ }
935
+ export interface MsgDownvotePostAminoMsg {
936
+ type: "/sparkdream.forum.v1.MsgDownvotePost";
937
+ value: MsgDownvotePostAmino;
938
+ }
939
+ /**
940
+ * MsgDownvotePostResponse defines the MsgDownvotePostResponse message.
941
+ * @name MsgDownvotePostResponse
942
+ * @package sparkdream.forum.v1
943
+ * @see proto type: sparkdream.forum.v1.MsgDownvotePostResponse
944
+ */
945
+ export interface MsgDownvotePostResponse {
946
+ }
947
+ export interface MsgDownvotePostResponseProtoMsg {
948
+ typeUrl: "/sparkdream.forum.v1.MsgDownvotePostResponse";
949
+ value: Uint8Array;
950
+ }
951
+ /**
952
+ * MsgDownvotePostResponse defines the MsgDownvotePostResponse message.
953
+ * @name MsgDownvotePostResponseAmino
954
+ * @package sparkdream.forum.v1
955
+ * @see proto type: sparkdream.forum.v1.MsgDownvotePostResponse
956
+ */
957
+ export interface MsgDownvotePostResponseAmino {
958
+ }
959
+ export interface MsgDownvotePostResponseAminoMsg {
960
+ type: "/sparkdream.forum.v1.MsgDownvotePostResponse";
961
+ value: MsgDownvotePostResponseAmino;
962
+ }
963
+ /**
964
+ * MsgFlagPost defines the MsgFlagPost message.
965
+ * @name MsgFlagPost
966
+ * @package sparkdream.forum.v1
967
+ * @see proto type: sparkdream.forum.v1.MsgFlagPost
968
+ */
969
+ export interface MsgFlagPost {
970
+ creator: string;
971
+ postId: bigint;
972
+ category: bigint;
973
+ reason: string;
974
+ }
975
+ export interface MsgFlagPostProtoMsg {
976
+ typeUrl: "/sparkdream.forum.v1.MsgFlagPost";
977
+ value: Uint8Array;
978
+ }
979
+ /**
980
+ * MsgFlagPost defines the MsgFlagPost message.
981
+ * @name MsgFlagPostAmino
982
+ * @package sparkdream.forum.v1
983
+ * @see proto type: sparkdream.forum.v1.MsgFlagPost
984
+ */
985
+ export interface MsgFlagPostAmino {
986
+ creator?: string;
987
+ post_id?: string;
988
+ category?: string;
989
+ reason?: string;
990
+ }
991
+ export interface MsgFlagPostAminoMsg {
992
+ type: "/sparkdream.forum.v1.MsgFlagPost";
993
+ value: MsgFlagPostAmino;
994
+ }
995
+ /**
996
+ * MsgFlagPostResponse defines the MsgFlagPostResponse message.
997
+ * @name MsgFlagPostResponse
998
+ * @package sparkdream.forum.v1
999
+ * @see proto type: sparkdream.forum.v1.MsgFlagPostResponse
1000
+ */
1001
+ export interface MsgFlagPostResponse {
1002
+ }
1003
+ export interface MsgFlagPostResponseProtoMsg {
1004
+ typeUrl: "/sparkdream.forum.v1.MsgFlagPostResponse";
1005
+ value: Uint8Array;
1006
+ }
1007
+ /**
1008
+ * MsgFlagPostResponse defines the MsgFlagPostResponse message.
1009
+ * @name MsgFlagPostResponseAmino
1010
+ * @package sparkdream.forum.v1
1011
+ * @see proto type: sparkdream.forum.v1.MsgFlagPostResponse
1012
+ */
1013
+ export interface MsgFlagPostResponseAmino {
1014
+ }
1015
+ export interface MsgFlagPostResponseAminoMsg {
1016
+ type: "/sparkdream.forum.v1.MsgFlagPostResponse";
1017
+ value: MsgFlagPostResponseAmino;
1018
+ }
1019
+ /**
1020
+ * MsgDismissFlags defines the MsgDismissFlags message.
1021
+ * @name MsgDismissFlags
1022
+ * @package sparkdream.forum.v1
1023
+ * @see proto type: sparkdream.forum.v1.MsgDismissFlags
1024
+ */
1025
+ export interface MsgDismissFlags {
1026
+ creator: string;
1027
+ postId: bigint;
1028
+ reason: string;
1029
+ }
1030
+ export interface MsgDismissFlagsProtoMsg {
1031
+ typeUrl: "/sparkdream.forum.v1.MsgDismissFlags";
1032
+ value: Uint8Array;
1033
+ }
1034
+ /**
1035
+ * MsgDismissFlags defines the MsgDismissFlags message.
1036
+ * @name MsgDismissFlagsAmino
1037
+ * @package sparkdream.forum.v1
1038
+ * @see proto type: sparkdream.forum.v1.MsgDismissFlags
1039
+ */
1040
+ export interface MsgDismissFlagsAmino {
1041
+ creator?: string;
1042
+ post_id?: string;
1043
+ reason?: string;
1044
+ }
1045
+ export interface MsgDismissFlagsAminoMsg {
1046
+ type: "/sparkdream.forum.v1.MsgDismissFlags";
1047
+ value: MsgDismissFlagsAmino;
1048
+ }
1049
+ /**
1050
+ * MsgDismissFlagsResponse defines the MsgDismissFlagsResponse message.
1051
+ * @name MsgDismissFlagsResponse
1052
+ * @package sparkdream.forum.v1
1053
+ * @see proto type: sparkdream.forum.v1.MsgDismissFlagsResponse
1054
+ */
1055
+ export interface MsgDismissFlagsResponse {
1056
+ }
1057
+ export interface MsgDismissFlagsResponseProtoMsg {
1058
+ typeUrl: "/sparkdream.forum.v1.MsgDismissFlagsResponse";
1059
+ value: Uint8Array;
1060
+ }
1061
+ /**
1062
+ * MsgDismissFlagsResponse defines the MsgDismissFlagsResponse message.
1063
+ * @name MsgDismissFlagsResponseAmino
1064
+ * @package sparkdream.forum.v1
1065
+ * @see proto type: sparkdream.forum.v1.MsgDismissFlagsResponse
1066
+ */
1067
+ export interface MsgDismissFlagsResponseAmino {
1068
+ }
1069
+ export interface MsgDismissFlagsResponseAminoMsg {
1070
+ type: "/sparkdream.forum.v1.MsgDismissFlagsResponse";
1071
+ value: MsgDismissFlagsResponseAmino;
1072
+ }
1073
+ /**
1074
+ * MsgHidePost defines the MsgHidePost message.
1075
+ * @name MsgHidePost
1076
+ * @package sparkdream.forum.v1
1077
+ * @see proto type: sparkdream.forum.v1.MsgHidePost
1078
+ */
1079
+ export interface MsgHidePost {
1080
+ creator: string;
1081
+ postId: bigint;
1082
+ reasonCode: bigint;
1083
+ reasonText: string;
1084
+ }
1085
+ export interface MsgHidePostProtoMsg {
1086
+ typeUrl: "/sparkdream.forum.v1.MsgHidePost";
1087
+ value: Uint8Array;
1088
+ }
1089
+ /**
1090
+ * MsgHidePost defines the MsgHidePost message.
1091
+ * @name MsgHidePostAmino
1092
+ * @package sparkdream.forum.v1
1093
+ * @see proto type: sparkdream.forum.v1.MsgHidePost
1094
+ */
1095
+ export interface MsgHidePostAmino {
1096
+ creator?: string;
1097
+ post_id?: string;
1098
+ reason_code?: string;
1099
+ reason_text?: string;
1100
+ }
1101
+ export interface MsgHidePostAminoMsg {
1102
+ type: "/sparkdream.forum.v1.MsgHidePost";
1103
+ value: MsgHidePostAmino;
1104
+ }
1105
+ /**
1106
+ * MsgHidePostResponse defines the MsgHidePostResponse message.
1107
+ * @name MsgHidePostResponse
1108
+ * @package sparkdream.forum.v1
1109
+ * @see proto type: sparkdream.forum.v1.MsgHidePostResponse
1110
+ */
1111
+ export interface MsgHidePostResponse {
1112
+ }
1113
+ export interface MsgHidePostResponseProtoMsg {
1114
+ typeUrl: "/sparkdream.forum.v1.MsgHidePostResponse";
1115
+ value: Uint8Array;
1116
+ }
1117
+ /**
1118
+ * MsgHidePostResponse defines the MsgHidePostResponse message.
1119
+ * @name MsgHidePostResponseAmino
1120
+ * @package sparkdream.forum.v1
1121
+ * @see proto type: sparkdream.forum.v1.MsgHidePostResponse
1122
+ */
1123
+ export interface MsgHidePostResponseAmino {
1124
+ }
1125
+ export interface MsgHidePostResponseAminoMsg {
1126
+ type: "/sparkdream.forum.v1.MsgHidePostResponse";
1127
+ value: MsgHidePostResponseAmino;
1128
+ }
1129
+ /**
1130
+ * MsgAppealPost defines the MsgAppealPost message.
1131
+ * @name MsgAppealPost
1132
+ * @package sparkdream.forum.v1
1133
+ * @see proto type: sparkdream.forum.v1.MsgAppealPost
1134
+ */
1135
+ export interface MsgAppealPost {
1136
+ creator: string;
1137
+ postId: bigint;
1138
+ }
1139
+ export interface MsgAppealPostProtoMsg {
1140
+ typeUrl: "/sparkdream.forum.v1.MsgAppealPost";
1141
+ value: Uint8Array;
1142
+ }
1143
+ /**
1144
+ * MsgAppealPost defines the MsgAppealPost message.
1145
+ * @name MsgAppealPostAmino
1146
+ * @package sparkdream.forum.v1
1147
+ * @see proto type: sparkdream.forum.v1.MsgAppealPost
1148
+ */
1149
+ export interface MsgAppealPostAmino {
1150
+ creator?: string;
1151
+ post_id?: string;
1152
+ }
1153
+ export interface MsgAppealPostAminoMsg {
1154
+ type: "/sparkdream.forum.v1.MsgAppealPost";
1155
+ value: MsgAppealPostAmino;
1156
+ }
1157
+ /**
1158
+ * MsgAppealPostResponse defines the MsgAppealPostResponse message.
1159
+ * @name MsgAppealPostResponse
1160
+ * @package sparkdream.forum.v1
1161
+ * @see proto type: sparkdream.forum.v1.MsgAppealPostResponse
1162
+ */
1163
+ export interface MsgAppealPostResponse {
1164
+ }
1165
+ export interface MsgAppealPostResponseProtoMsg {
1166
+ typeUrl: "/sparkdream.forum.v1.MsgAppealPostResponse";
1167
+ value: Uint8Array;
1168
+ }
1169
+ /**
1170
+ * MsgAppealPostResponse defines the MsgAppealPostResponse message.
1171
+ * @name MsgAppealPostResponseAmino
1172
+ * @package sparkdream.forum.v1
1173
+ * @see proto type: sparkdream.forum.v1.MsgAppealPostResponse
1174
+ */
1175
+ export interface MsgAppealPostResponseAmino {
1176
+ }
1177
+ export interface MsgAppealPostResponseAminoMsg {
1178
+ type: "/sparkdream.forum.v1.MsgAppealPostResponse";
1179
+ value: MsgAppealPostResponseAmino;
1180
+ }
1181
+ /**
1182
+ * MsgAppealThreadLock defines the MsgAppealThreadLock message.
1183
+ * @name MsgAppealThreadLock
1184
+ * @package sparkdream.forum.v1
1185
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadLock
1186
+ */
1187
+ export interface MsgAppealThreadLock {
1188
+ creator: string;
1189
+ rootId: bigint;
1190
+ }
1191
+ export interface MsgAppealThreadLockProtoMsg {
1192
+ typeUrl: "/sparkdream.forum.v1.MsgAppealThreadLock";
1193
+ value: Uint8Array;
1194
+ }
1195
+ /**
1196
+ * MsgAppealThreadLock defines the MsgAppealThreadLock message.
1197
+ * @name MsgAppealThreadLockAmino
1198
+ * @package sparkdream.forum.v1
1199
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadLock
1200
+ */
1201
+ export interface MsgAppealThreadLockAmino {
1202
+ creator?: string;
1203
+ root_id?: string;
1204
+ }
1205
+ export interface MsgAppealThreadLockAminoMsg {
1206
+ type: "/sparkdream.forum.v1.MsgAppealThreadLock";
1207
+ value: MsgAppealThreadLockAmino;
1208
+ }
1209
+ /**
1210
+ * MsgAppealThreadLockResponse defines the MsgAppealThreadLockResponse message.
1211
+ * @name MsgAppealThreadLockResponse
1212
+ * @package sparkdream.forum.v1
1213
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadLockResponse
1214
+ */
1215
+ export interface MsgAppealThreadLockResponse {
1216
+ }
1217
+ export interface MsgAppealThreadLockResponseProtoMsg {
1218
+ typeUrl: "/sparkdream.forum.v1.MsgAppealThreadLockResponse";
1219
+ value: Uint8Array;
1220
+ }
1221
+ /**
1222
+ * MsgAppealThreadLockResponse defines the MsgAppealThreadLockResponse message.
1223
+ * @name MsgAppealThreadLockResponseAmino
1224
+ * @package sparkdream.forum.v1
1225
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadLockResponse
1226
+ */
1227
+ export interface MsgAppealThreadLockResponseAmino {
1228
+ }
1229
+ export interface MsgAppealThreadLockResponseAminoMsg {
1230
+ type: "/sparkdream.forum.v1.MsgAppealThreadLockResponse";
1231
+ value: MsgAppealThreadLockResponseAmino;
1232
+ }
1233
+ /**
1234
+ * MsgAppealThreadMove defines the MsgAppealThreadMove message.
1235
+ * @name MsgAppealThreadMove
1236
+ * @package sparkdream.forum.v1
1237
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadMove
1238
+ */
1239
+ export interface MsgAppealThreadMove {
1240
+ creator: string;
1241
+ rootId: bigint;
1242
+ }
1243
+ export interface MsgAppealThreadMoveProtoMsg {
1244
+ typeUrl: "/sparkdream.forum.v1.MsgAppealThreadMove";
1245
+ value: Uint8Array;
1246
+ }
1247
+ /**
1248
+ * MsgAppealThreadMove defines the MsgAppealThreadMove message.
1249
+ * @name MsgAppealThreadMoveAmino
1250
+ * @package sparkdream.forum.v1
1251
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadMove
1252
+ */
1253
+ export interface MsgAppealThreadMoveAmino {
1254
+ creator?: string;
1255
+ root_id?: string;
1256
+ }
1257
+ export interface MsgAppealThreadMoveAminoMsg {
1258
+ type: "/sparkdream.forum.v1.MsgAppealThreadMove";
1259
+ value: MsgAppealThreadMoveAmino;
1260
+ }
1261
+ /**
1262
+ * MsgAppealThreadMoveResponse defines the MsgAppealThreadMoveResponse message.
1263
+ * @name MsgAppealThreadMoveResponse
1264
+ * @package sparkdream.forum.v1
1265
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadMoveResponse
1266
+ */
1267
+ export interface MsgAppealThreadMoveResponse {
1268
+ }
1269
+ export interface MsgAppealThreadMoveResponseProtoMsg {
1270
+ typeUrl: "/sparkdream.forum.v1.MsgAppealThreadMoveResponse";
1271
+ value: Uint8Array;
1272
+ }
1273
+ /**
1274
+ * MsgAppealThreadMoveResponse defines the MsgAppealThreadMoveResponse message.
1275
+ * @name MsgAppealThreadMoveResponseAmino
1276
+ * @package sparkdream.forum.v1
1277
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadMoveResponse
1278
+ */
1279
+ export interface MsgAppealThreadMoveResponseAmino {
1280
+ }
1281
+ export interface MsgAppealThreadMoveResponseAminoMsg {
1282
+ type: "/sparkdream.forum.v1.MsgAppealThreadMoveResponse";
1283
+ value: MsgAppealThreadMoveResponseAmino;
1284
+ }
1285
+ /**
1286
+ * MsgCreateBounty defines the MsgCreateBounty message.
1287
+ * @name MsgCreateBounty
1288
+ * @package sparkdream.forum.v1
1289
+ * @see proto type: sparkdream.forum.v1.MsgCreateBounty
1290
+ */
1291
+ export interface MsgCreateBounty {
1292
+ creator: string;
1293
+ threadId: bigint;
1294
+ amount: string;
1295
+ duration: bigint;
1296
+ }
1297
+ export interface MsgCreateBountyProtoMsg {
1298
+ typeUrl: "/sparkdream.forum.v1.MsgCreateBounty";
1299
+ value: Uint8Array;
1300
+ }
1301
+ /**
1302
+ * MsgCreateBounty defines the MsgCreateBounty message.
1303
+ * @name MsgCreateBountyAmino
1304
+ * @package sparkdream.forum.v1
1305
+ * @see proto type: sparkdream.forum.v1.MsgCreateBounty
1306
+ */
1307
+ export interface MsgCreateBountyAmino {
1308
+ creator?: string;
1309
+ thread_id?: string;
1310
+ amount?: string;
1311
+ duration?: string;
1312
+ }
1313
+ export interface MsgCreateBountyAminoMsg {
1314
+ type: "/sparkdream.forum.v1.MsgCreateBounty";
1315
+ value: MsgCreateBountyAmino;
1316
+ }
1317
+ /**
1318
+ * MsgCreateBountyResponse defines the MsgCreateBountyResponse message.
1319
+ * @name MsgCreateBountyResponse
1320
+ * @package sparkdream.forum.v1
1321
+ * @see proto type: sparkdream.forum.v1.MsgCreateBountyResponse
1322
+ */
1323
+ export interface MsgCreateBountyResponse {
1324
+ }
1325
+ export interface MsgCreateBountyResponseProtoMsg {
1326
+ typeUrl: "/sparkdream.forum.v1.MsgCreateBountyResponse";
1327
+ value: Uint8Array;
1328
+ }
1329
+ /**
1330
+ * MsgCreateBountyResponse defines the MsgCreateBountyResponse message.
1331
+ * @name MsgCreateBountyResponseAmino
1332
+ * @package sparkdream.forum.v1
1333
+ * @see proto type: sparkdream.forum.v1.MsgCreateBountyResponse
1334
+ */
1335
+ export interface MsgCreateBountyResponseAmino {
1336
+ }
1337
+ export interface MsgCreateBountyResponseAminoMsg {
1338
+ type: "/sparkdream.forum.v1.MsgCreateBountyResponse";
1339
+ value: MsgCreateBountyResponseAmino;
1340
+ }
1341
+ /**
1342
+ * MsgAwardBounty defines the MsgAwardBounty message.
1343
+ * @name MsgAwardBounty
1344
+ * @package sparkdream.forum.v1
1345
+ * @see proto type: sparkdream.forum.v1.MsgAwardBounty
1346
+ */
1347
+ export interface MsgAwardBounty {
1348
+ creator: string;
1349
+ bountyId: bigint;
1350
+ }
1351
+ export interface MsgAwardBountyProtoMsg {
1352
+ typeUrl: "/sparkdream.forum.v1.MsgAwardBounty";
1353
+ value: Uint8Array;
1354
+ }
1355
+ /**
1356
+ * MsgAwardBounty defines the MsgAwardBounty message.
1357
+ * @name MsgAwardBountyAmino
1358
+ * @package sparkdream.forum.v1
1359
+ * @see proto type: sparkdream.forum.v1.MsgAwardBounty
1360
+ */
1361
+ export interface MsgAwardBountyAmino {
1362
+ creator?: string;
1363
+ bounty_id?: string;
1364
+ }
1365
+ export interface MsgAwardBountyAminoMsg {
1366
+ type: "/sparkdream.forum.v1.MsgAwardBounty";
1367
+ value: MsgAwardBountyAmino;
1368
+ }
1369
+ /**
1370
+ * MsgAwardBountyResponse defines the MsgAwardBountyResponse message.
1371
+ * @name MsgAwardBountyResponse
1372
+ * @package sparkdream.forum.v1
1373
+ * @see proto type: sparkdream.forum.v1.MsgAwardBountyResponse
1374
+ */
1375
+ export interface MsgAwardBountyResponse {
1376
+ }
1377
+ export interface MsgAwardBountyResponseProtoMsg {
1378
+ typeUrl: "/sparkdream.forum.v1.MsgAwardBountyResponse";
1379
+ value: Uint8Array;
1380
+ }
1381
+ /**
1382
+ * MsgAwardBountyResponse defines the MsgAwardBountyResponse message.
1383
+ * @name MsgAwardBountyResponseAmino
1384
+ * @package sparkdream.forum.v1
1385
+ * @see proto type: sparkdream.forum.v1.MsgAwardBountyResponse
1386
+ */
1387
+ export interface MsgAwardBountyResponseAmino {
1388
+ }
1389
+ export interface MsgAwardBountyResponseAminoMsg {
1390
+ type: "/sparkdream.forum.v1.MsgAwardBountyResponse";
1391
+ value: MsgAwardBountyResponseAmino;
1392
+ }
1393
+ /**
1394
+ * MsgIncreaseBounty defines the MsgIncreaseBounty message.
1395
+ * @name MsgIncreaseBounty
1396
+ * @package sparkdream.forum.v1
1397
+ * @see proto type: sparkdream.forum.v1.MsgIncreaseBounty
1398
+ */
1399
+ export interface MsgIncreaseBounty {
1400
+ creator: string;
1401
+ bountyId: bigint;
1402
+ additionalAmount: string;
1403
+ }
1404
+ export interface MsgIncreaseBountyProtoMsg {
1405
+ typeUrl: "/sparkdream.forum.v1.MsgIncreaseBounty";
1406
+ value: Uint8Array;
1407
+ }
1408
+ /**
1409
+ * MsgIncreaseBounty defines the MsgIncreaseBounty message.
1410
+ * @name MsgIncreaseBountyAmino
1411
+ * @package sparkdream.forum.v1
1412
+ * @see proto type: sparkdream.forum.v1.MsgIncreaseBounty
1413
+ */
1414
+ export interface MsgIncreaseBountyAmino {
1415
+ creator?: string;
1416
+ bounty_id?: string;
1417
+ additional_amount?: string;
1418
+ }
1419
+ export interface MsgIncreaseBountyAminoMsg {
1420
+ type: "/sparkdream.forum.v1.MsgIncreaseBounty";
1421
+ value: MsgIncreaseBountyAmino;
1422
+ }
1423
+ /**
1424
+ * MsgIncreaseBountyResponse defines the MsgIncreaseBountyResponse message.
1425
+ * @name MsgIncreaseBountyResponse
1426
+ * @package sparkdream.forum.v1
1427
+ * @see proto type: sparkdream.forum.v1.MsgIncreaseBountyResponse
1428
+ */
1429
+ export interface MsgIncreaseBountyResponse {
1430
+ }
1431
+ export interface MsgIncreaseBountyResponseProtoMsg {
1432
+ typeUrl: "/sparkdream.forum.v1.MsgIncreaseBountyResponse";
1433
+ value: Uint8Array;
1434
+ }
1435
+ /**
1436
+ * MsgIncreaseBountyResponse defines the MsgIncreaseBountyResponse message.
1437
+ * @name MsgIncreaseBountyResponseAmino
1438
+ * @package sparkdream.forum.v1
1439
+ * @see proto type: sparkdream.forum.v1.MsgIncreaseBountyResponse
1440
+ */
1441
+ export interface MsgIncreaseBountyResponseAmino {
1442
+ }
1443
+ export interface MsgIncreaseBountyResponseAminoMsg {
1444
+ type: "/sparkdream.forum.v1.MsgIncreaseBountyResponse";
1445
+ value: MsgIncreaseBountyResponseAmino;
1446
+ }
1447
+ /**
1448
+ * MsgCancelBounty defines the MsgCancelBounty message.
1449
+ * @name MsgCancelBounty
1450
+ * @package sparkdream.forum.v1
1451
+ * @see proto type: sparkdream.forum.v1.MsgCancelBounty
1452
+ */
1453
+ export interface MsgCancelBounty {
1454
+ creator: string;
1455
+ bountyId: bigint;
1456
+ }
1457
+ export interface MsgCancelBountyProtoMsg {
1458
+ typeUrl: "/sparkdream.forum.v1.MsgCancelBounty";
1459
+ value: Uint8Array;
1460
+ }
1461
+ /**
1462
+ * MsgCancelBounty defines the MsgCancelBounty message.
1463
+ * @name MsgCancelBountyAmino
1464
+ * @package sparkdream.forum.v1
1465
+ * @see proto type: sparkdream.forum.v1.MsgCancelBounty
1466
+ */
1467
+ export interface MsgCancelBountyAmino {
1468
+ creator?: string;
1469
+ bounty_id?: string;
1470
+ }
1471
+ export interface MsgCancelBountyAminoMsg {
1472
+ type: "/sparkdream.forum.v1.MsgCancelBounty";
1473
+ value: MsgCancelBountyAmino;
1474
+ }
1475
+ /**
1476
+ * MsgCancelBountyResponse defines the MsgCancelBountyResponse message.
1477
+ * @name MsgCancelBountyResponse
1478
+ * @package sparkdream.forum.v1
1479
+ * @see proto type: sparkdream.forum.v1.MsgCancelBountyResponse
1480
+ */
1481
+ export interface MsgCancelBountyResponse {
1482
+ }
1483
+ export interface MsgCancelBountyResponseProtoMsg {
1484
+ typeUrl: "/sparkdream.forum.v1.MsgCancelBountyResponse";
1485
+ value: Uint8Array;
1486
+ }
1487
+ /**
1488
+ * MsgCancelBountyResponse defines the MsgCancelBountyResponse message.
1489
+ * @name MsgCancelBountyResponseAmino
1490
+ * @package sparkdream.forum.v1
1491
+ * @see proto type: sparkdream.forum.v1.MsgCancelBountyResponse
1492
+ */
1493
+ export interface MsgCancelBountyResponseAmino {
1494
+ }
1495
+ export interface MsgCancelBountyResponseAminoMsg {
1496
+ type: "/sparkdream.forum.v1.MsgCancelBountyResponse";
1497
+ value: MsgCancelBountyResponseAmino;
1498
+ }
1499
+ /**
1500
+ * MsgAssignBountyToReply defines the MsgAssignBountyToReply message.
1501
+ * @name MsgAssignBountyToReply
1502
+ * @package sparkdream.forum.v1
1503
+ * @see proto type: sparkdream.forum.v1.MsgAssignBountyToReply
1504
+ */
1505
+ export interface MsgAssignBountyToReply {
1506
+ creator: string;
1507
+ threadId: bigint;
1508
+ replyId: bigint;
1509
+ reason: string;
1510
+ }
1511
+ export interface MsgAssignBountyToReplyProtoMsg {
1512
+ typeUrl: "/sparkdream.forum.v1.MsgAssignBountyToReply";
1513
+ value: Uint8Array;
1514
+ }
1515
+ /**
1516
+ * MsgAssignBountyToReply defines the MsgAssignBountyToReply message.
1517
+ * @name MsgAssignBountyToReplyAmino
1518
+ * @package sparkdream.forum.v1
1519
+ * @see proto type: sparkdream.forum.v1.MsgAssignBountyToReply
1520
+ */
1521
+ export interface MsgAssignBountyToReplyAmino {
1522
+ creator?: string;
1523
+ thread_id?: string;
1524
+ reply_id?: string;
1525
+ reason?: string;
1526
+ }
1527
+ export interface MsgAssignBountyToReplyAminoMsg {
1528
+ type: "/sparkdream.forum.v1.MsgAssignBountyToReply";
1529
+ value: MsgAssignBountyToReplyAmino;
1530
+ }
1531
+ /**
1532
+ * MsgAssignBountyToReplyResponse defines the MsgAssignBountyToReplyResponse message.
1533
+ * @name MsgAssignBountyToReplyResponse
1534
+ * @package sparkdream.forum.v1
1535
+ * @see proto type: sparkdream.forum.v1.MsgAssignBountyToReplyResponse
1536
+ */
1537
+ export interface MsgAssignBountyToReplyResponse {
1538
+ }
1539
+ export interface MsgAssignBountyToReplyResponseProtoMsg {
1540
+ typeUrl: "/sparkdream.forum.v1.MsgAssignBountyToReplyResponse";
1541
+ value: Uint8Array;
1542
+ }
1543
+ /**
1544
+ * MsgAssignBountyToReplyResponse defines the MsgAssignBountyToReplyResponse message.
1545
+ * @name MsgAssignBountyToReplyResponseAmino
1546
+ * @package sparkdream.forum.v1
1547
+ * @see proto type: sparkdream.forum.v1.MsgAssignBountyToReplyResponse
1548
+ */
1549
+ export interface MsgAssignBountyToReplyResponseAmino {
1550
+ }
1551
+ export interface MsgAssignBountyToReplyResponseAminoMsg {
1552
+ type: "/sparkdream.forum.v1.MsgAssignBountyToReplyResponse";
1553
+ value: MsgAssignBountyToReplyResponseAmino;
1554
+ }
1555
+ /**
1556
+ * MsgCreateTagBudget defines the MsgCreateTagBudget message.
1557
+ * @name MsgCreateTagBudget
1558
+ * @package sparkdream.forum.v1
1559
+ * @see proto type: sparkdream.forum.v1.MsgCreateTagBudget
1560
+ */
1561
+ export interface MsgCreateTagBudget {
1562
+ creator: string;
1563
+ tag: string;
1564
+ initialPool: string;
1565
+ membersOnly: boolean;
1566
+ }
1567
+ export interface MsgCreateTagBudgetProtoMsg {
1568
+ typeUrl: "/sparkdream.forum.v1.MsgCreateTagBudget";
1569
+ value: Uint8Array;
1570
+ }
1571
+ /**
1572
+ * MsgCreateTagBudget defines the MsgCreateTagBudget message.
1573
+ * @name MsgCreateTagBudgetAmino
1574
+ * @package sparkdream.forum.v1
1575
+ * @see proto type: sparkdream.forum.v1.MsgCreateTagBudget
1576
+ */
1577
+ export interface MsgCreateTagBudgetAmino {
1578
+ creator?: string;
1579
+ tag?: string;
1580
+ initial_pool?: string;
1581
+ members_only?: boolean;
1582
+ }
1583
+ export interface MsgCreateTagBudgetAminoMsg {
1584
+ type: "/sparkdream.forum.v1.MsgCreateTagBudget";
1585
+ value: MsgCreateTagBudgetAmino;
1586
+ }
1587
+ /**
1588
+ * MsgCreateTagBudgetResponse defines the MsgCreateTagBudgetResponse message.
1589
+ * @name MsgCreateTagBudgetResponse
1590
+ * @package sparkdream.forum.v1
1591
+ * @see proto type: sparkdream.forum.v1.MsgCreateTagBudgetResponse
1592
+ */
1593
+ export interface MsgCreateTagBudgetResponse {
1594
+ }
1595
+ export interface MsgCreateTagBudgetResponseProtoMsg {
1596
+ typeUrl: "/sparkdream.forum.v1.MsgCreateTagBudgetResponse";
1597
+ value: Uint8Array;
1598
+ }
1599
+ /**
1600
+ * MsgCreateTagBudgetResponse defines the MsgCreateTagBudgetResponse message.
1601
+ * @name MsgCreateTagBudgetResponseAmino
1602
+ * @package sparkdream.forum.v1
1603
+ * @see proto type: sparkdream.forum.v1.MsgCreateTagBudgetResponse
1604
+ */
1605
+ export interface MsgCreateTagBudgetResponseAmino {
1606
+ }
1607
+ export interface MsgCreateTagBudgetResponseAminoMsg {
1608
+ type: "/sparkdream.forum.v1.MsgCreateTagBudgetResponse";
1609
+ value: MsgCreateTagBudgetResponseAmino;
1610
+ }
1611
+ /**
1612
+ * MsgAwardFromTagBudget defines the MsgAwardFromTagBudget message.
1613
+ * @name MsgAwardFromTagBudget
1614
+ * @package sparkdream.forum.v1
1615
+ * @see proto type: sparkdream.forum.v1.MsgAwardFromTagBudget
1616
+ */
1617
+ export interface MsgAwardFromTagBudget {
1618
+ creator: string;
1619
+ budgetId: bigint;
1620
+ postId: bigint;
1621
+ amount: string;
1622
+ reason: string;
1623
+ }
1624
+ export interface MsgAwardFromTagBudgetProtoMsg {
1625
+ typeUrl: "/sparkdream.forum.v1.MsgAwardFromTagBudget";
1626
+ value: Uint8Array;
1627
+ }
1628
+ /**
1629
+ * MsgAwardFromTagBudget defines the MsgAwardFromTagBudget message.
1630
+ * @name MsgAwardFromTagBudgetAmino
1631
+ * @package sparkdream.forum.v1
1632
+ * @see proto type: sparkdream.forum.v1.MsgAwardFromTagBudget
1633
+ */
1634
+ export interface MsgAwardFromTagBudgetAmino {
1635
+ creator?: string;
1636
+ budget_id?: string;
1637
+ post_id?: string;
1638
+ amount?: string;
1639
+ reason?: string;
1640
+ }
1641
+ export interface MsgAwardFromTagBudgetAminoMsg {
1642
+ type: "/sparkdream.forum.v1.MsgAwardFromTagBudget";
1643
+ value: MsgAwardFromTagBudgetAmino;
1644
+ }
1645
+ /**
1646
+ * MsgAwardFromTagBudgetResponse defines the MsgAwardFromTagBudgetResponse message.
1647
+ * @name MsgAwardFromTagBudgetResponse
1648
+ * @package sparkdream.forum.v1
1649
+ * @see proto type: sparkdream.forum.v1.MsgAwardFromTagBudgetResponse
1650
+ */
1651
+ export interface MsgAwardFromTagBudgetResponse {
1652
+ }
1653
+ export interface MsgAwardFromTagBudgetResponseProtoMsg {
1654
+ typeUrl: "/sparkdream.forum.v1.MsgAwardFromTagBudgetResponse";
1655
+ value: Uint8Array;
1656
+ }
1657
+ /**
1658
+ * MsgAwardFromTagBudgetResponse defines the MsgAwardFromTagBudgetResponse message.
1659
+ * @name MsgAwardFromTagBudgetResponseAmino
1660
+ * @package sparkdream.forum.v1
1661
+ * @see proto type: sparkdream.forum.v1.MsgAwardFromTagBudgetResponse
1662
+ */
1663
+ export interface MsgAwardFromTagBudgetResponseAmino {
1664
+ }
1665
+ export interface MsgAwardFromTagBudgetResponseAminoMsg {
1666
+ type: "/sparkdream.forum.v1.MsgAwardFromTagBudgetResponse";
1667
+ value: MsgAwardFromTagBudgetResponseAmino;
1668
+ }
1669
+ /**
1670
+ * MsgTopUpTagBudget defines the MsgTopUpTagBudget message.
1671
+ * @name MsgTopUpTagBudget
1672
+ * @package sparkdream.forum.v1
1673
+ * @see proto type: sparkdream.forum.v1.MsgTopUpTagBudget
1674
+ */
1675
+ export interface MsgTopUpTagBudget {
1676
+ creator: string;
1677
+ budgetId: bigint;
1678
+ amount: string;
1679
+ }
1680
+ export interface MsgTopUpTagBudgetProtoMsg {
1681
+ typeUrl: "/sparkdream.forum.v1.MsgTopUpTagBudget";
1682
+ value: Uint8Array;
1683
+ }
1684
+ /**
1685
+ * MsgTopUpTagBudget defines the MsgTopUpTagBudget message.
1686
+ * @name MsgTopUpTagBudgetAmino
1687
+ * @package sparkdream.forum.v1
1688
+ * @see proto type: sparkdream.forum.v1.MsgTopUpTagBudget
1689
+ */
1690
+ export interface MsgTopUpTagBudgetAmino {
1691
+ creator?: string;
1692
+ budget_id?: string;
1693
+ amount?: string;
1694
+ }
1695
+ export interface MsgTopUpTagBudgetAminoMsg {
1696
+ type: "/sparkdream.forum.v1.MsgTopUpTagBudget";
1697
+ value: MsgTopUpTagBudgetAmino;
1698
+ }
1699
+ /**
1700
+ * MsgTopUpTagBudgetResponse defines the MsgTopUpTagBudgetResponse message.
1701
+ * @name MsgTopUpTagBudgetResponse
1702
+ * @package sparkdream.forum.v1
1703
+ * @see proto type: sparkdream.forum.v1.MsgTopUpTagBudgetResponse
1704
+ */
1705
+ export interface MsgTopUpTagBudgetResponse {
1706
+ }
1707
+ export interface MsgTopUpTagBudgetResponseProtoMsg {
1708
+ typeUrl: "/sparkdream.forum.v1.MsgTopUpTagBudgetResponse";
1709
+ value: Uint8Array;
1710
+ }
1711
+ /**
1712
+ * MsgTopUpTagBudgetResponse defines the MsgTopUpTagBudgetResponse message.
1713
+ * @name MsgTopUpTagBudgetResponseAmino
1714
+ * @package sparkdream.forum.v1
1715
+ * @see proto type: sparkdream.forum.v1.MsgTopUpTagBudgetResponse
1716
+ */
1717
+ export interface MsgTopUpTagBudgetResponseAmino {
1718
+ }
1719
+ export interface MsgTopUpTagBudgetResponseAminoMsg {
1720
+ type: "/sparkdream.forum.v1.MsgTopUpTagBudgetResponse";
1721
+ value: MsgTopUpTagBudgetResponseAmino;
1722
+ }
1723
+ /**
1724
+ * MsgToggleTagBudget defines the MsgToggleTagBudget message.
1725
+ * @name MsgToggleTagBudget
1726
+ * @package sparkdream.forum.v1
1727
+ * @see proto type: sparkdream.forum.v1.MsgToggleTagBudget
1728
+ */
1729
+ export interface MsgToggleTagBudget {
1730
+ creator: string;
1731
+ budgetId: bigint;
1732
+ active: boolean;
1733
+ }
1734
+ export interface MsgToggleTagBudgetProtoMsg {
1735
+ typeUrl: "/sparkdream.forum.v1.MsgToggleTagBudget";
1736
+ value: Uint8Array;
1737
+ }
1738
+ /**
1739
+ * MsgToggleTagBudget defines the MsgToggleTagBudget message.
1740
+ * @name MsgToggleTagBudgetAmino
1741
+ * @package sparkdream.forum.v1
1742
+ * @see proto type: sparkdream.forum.v1.MsgToggleTagBudget
1743
+ */
1744
+ export interface MsgToggleTagBudgetAmino {
1745
+ creator?: string;
1746
+ budget_id?: string;
1747
+ active?: boolean;
1748
+ }
1749
+ export interface MsgToggleTagBudgetAminoMsg {
1750
+ type: "/sparkdream.forum.v1.MsgToggleTagBudget";
1751
+ value: MsgToggleTagBudgetAmino;
1752
+ }
1753
+ /**
1754
+ * MsgToggleTagBudgetResponse defines the MsgToggleTagBudgetResponse message.
1755
+ * @name MsgToggleTagBudgetResponse
1756
+ * @package sparkdream.forum.v1
1757
+ * @see proto type: sparkdream.forum.v1.MsgToggleTagBudgetResponse
1758
+ */
1759
+ export interface MsgToggleTagBudgetResponse {
1760
+ }
1761
+ export interface MsgToggleTagBudgetResponseProtoMsg {
1762
+ typeUrl: "/sparkdream.forum.v1.MsgToggleTagBudgetResponse";
1763
+ value: Uint8Array;
1764
+ }
1765
+ /**
1766
+ * MsgToggleTagBudgetResponse defines the MsgToggleTagBudgetResponse message.
1767
+ * @name MsgToggleTagBudgetResponseAmino
1768
+ * @package sparkdream.forum.v1
1769
+ * @see proto type: sparkdream.forum.v1.MsgToggleTagBudgetResponse
1770
+ */
1771
+ export interface MsgToggleTagBudgetResponseAmino {
1772
+ }
1773
+ export interface MsgToggleTagBudgetResponseAminoMsg {
1774
+ type: "/sparkdream.forum.v1.MsgToggleTagBudgetResponse";
1775
+ value: MsgToggleTagBudgetResponseAmino;
1776
+ }
1777
+ /**
1778
+ * MsgWithdrawTagBudget defines the MsgWithdrawTagBudget message.
1779
+ * @name MsgWithdrawTagBudget
1780
+ * @package sparkdream.forum.v1
1781
+ * @see proto type: sparkdream.forum.v1.MsgWithdrawTagBudget
1782
+ */
1783
+ export interface MsgWithdrawTagBudget {
1784
+ creator: string;
1785
+ budgetId: bigint;
1786
+ }
1787
+ export interface MsgWithdrawTagBudgetProtoMsg {
1788
+ typeUrl: "/sparkdream.forum.v1.MsgWithdrawTagBudget";
1789
+ value: Uint8Array;
1790
+ }
1791
+ /**
1792
+ * MsgWithdrawTagBudget defines the MsgWithdrawTagBudget message.
1793
+ * @name MsgWithdrawTagBudgetAmino
1794
+ * @package sparkdream.forum.v1
1795
+ * @see proto type: sparkdream.forum.v1.MsgWithdrawTagBudget
1796
+ */
1797
+ export interface MsgWithdrawTagBudgetAmino {
1798
+ creator?: string;
1799
+ budget_id?: string;
1800
+ }
1801
+ export interface MsgWithdrawTagBudgetAminoMsg {
1802
+ type: "/sparkdream.forum.v1.MsgWithdrawTagBudget";
1803
+ value: MsgWithdrawTagBudgetAmino;
1804
+ }
1805
+ /**
1806
+ * MsgWithdrawTagBudgetResponse defines the MsgWithdrawTagBudgetResponse message.
1807
+ * @name MsgWithdrawTagBudgetResponse
1808
+ * @package sparkdream.forum.v1
1809
+ * @see proto type: sparkdream.forum.v1.MsgWithdrawTagBudgetResponse
1810
+ */
1811
+ export interface MsgWithdrawTagBudgetResponse {
1812
+ }
1813
+ export interface MsgWithdrawTagBudgetResponseProtoMsg {
1814
+ typeUrl: "/sparkdream.forum.v1.MsgWithdrawTagBudgetResponse";
1815
+ value: Uint8Array;
1816
+ }
1817
+ /**
1818
+ * MsgWithdrawTagBudgetResponse defines the MsgWithdrawTagBudgetResponse message.
1819
+ * @name MsgWithdrawTagBudgetResponseAmino
1820
+ * @package sparkdream.forum.v1
1821
+ * @see proto type: sparkdream.forum.v1.MsgWithdrawTagBudgetResponse
1822
+ */
1823
+ export interface MsgWithdrawTagBudgetResponseAmino {
1824
+ }
1825
+ export interface MsgWithdrawTagBudgetResponseAminoMsg {
1826
+ type: "/sparkdream.forum.v1.MsgWithdrawTagBudgetResponse";
1827
+ value: MsgWithdrawTagBudgetResponseAmino;
1828
+ }
1829
+ /**
1830
+ * MsgPinReply defines the MsgPinReply message.
1831
+ * @name MsgPinReply
1832
+ * @package sparkdream.forum.v1
1833
+ * @see proto type: sparkdream.forum.v1.MsgPinReply
1834
+ */
1835
+ export interface MsgPinReply {
1836
+ creator: string;
1837
+ threadId: bigint;
1838
+ replyId: bigint;
1839
+ }
1840
+ export interface MsgPinReplyProtoMsg {
1841
+ typeUrl: "/sparkdream.forum.v1.MsgPinReply";
1842
+ value: Uint8Array;
1843
+ }
1844
+ /**
1845
+ * MsgPinReply defines the MsgPinReply message.
1846
+ * @name MsgPinReplyAmino
1847
+ * @package sparkdream.forum.v1
1848
+ * @see proto type: sparkdream.forum.v1.MsgPinReply
1849
+ */
1850
+ export interface MsgPinReplyAmino {
1851
+ creator?: string;
1852
+ thread_id?: string;
1853
+ reply_id?: string;
1854
+ }
1855
+ export interface MsgPinReplyAminoMsg {
1856
+ type: "/sparkdream.forum.v1.MsgPinReply";
1857
+ value: MsgPinReplyAmino;
1858
+ }
1859
+ /**
1860
+ * MsgPinReplyResponse defines the MsgPinReplyResponse message.
1861
+ * @name MsgPinReplyResponse
1862
+ * @package sparkdream.forum.v1
1863
+ * @see proto type: sparkdream.forum.v1.MsgPinReplyResponse
1864
+ */
1865
+ export interface MsgPinReplyResponse {
1866
+ }
1867
+ export interface MsgPinReplyResponseProtoMsg {
1868
+ typeUrl: "/sparkdream.forum.v1.MsgPinReplyResponse";
1869
+ value: Uint8Array;
1870
+ }
1871
+ /**
1872
+ * MsgPinReplyResponse defines the MsgPinReplyResponse message.
1873
+ * @name MsgPinReplyResponseAmino
1874
+ * @package sparkdream.forum.v1
1875
+ * @see proto type: sparkdream.forum.v1.MsgPinReplyResponse
1876
+ */
1877
+ export interface MsgPinReplyResponseAmino {
1878
+ }
1879
+ export interface MsgPinReplyResponseAminoMsg {
1880
+ type: "/sparkdream.forum.v1.MsgPinReplyResponse";
1881
+ value: MsgPinReplyResponseAmino;
1882
+ }
1883
+ /**
1884
+ * MsgUnpinReply defines the MsgUnpinReply message.
1885
+ * @name MsgUnpinReply
1886
+ * @package sparkdream.forum.v1
1887
+ * @see proto type: sparkdream.forum.v1.MsgUnpinReply
1888
+ */
1889
+ export interface MsgUnpinReply {
1890
+ creator: string;
1891
+ threadId: bigint;
1892
+ replyId: bigint;
1893
+ }
1894
+ export interface MsgUnpinReplyProtoMsg {
1895
+ typeUrl: "/sparkdream.forum.v1.MsgUnpinReply";
1896
+ value: Uint8Array;
1897
+ }
1898
+ /**
1899
+ * MsgUnpinReply defines the MsgUnpinReply message.
1900
+ * @name MsgUnpinReplyAmino
1901
+ * @package sparkdream.forum.v1
1902
+ * @see proto type: sparkdream.forum.v1.MsgUnpinReply
1903
+ */
1904
+ export interface MsgUnpinReplyAmino {
1905
+ creator?: string;
1906
+ thread_id?: string;
1907
+ reply_id?: string;
1908
+ }
1909
+ export interface MsgUnpinReplyAminoMsg {
1910
+ type: "/sparkdream.forum.v1.MsgUnpinReply";
1911
+ value: MsgUnpinReplyAmino;
1912
+ }
1913
+ /**
1914
+ * MsgUnpinReplyResponse defines the MsgUnpinReplyResponse message.
1915
+ * @name MsgUnpinReplyResponse
1916
+ * @package sparkdream.forum.v1
1917
+ * @see proto type: sparkdream.forum.v1.MsgUnpinReplyResponse
1918
+ */
1919
+ export interface MsgUnpinReplyResponse {
1920
+ }
1921
+ export interface MsgUnpinReplyResponseProtoMsg {
1922
+ typeUrl: "/sparkdream.forum.v1.MsgUnpinReplyResponse";
1923
+ value: Uint8Array;
1924
+ }
1925
+ /**
1926
+ * MsgUnpinReplyResponse defines the MsgUnpinReplyResponse message.
1927
+ * @name MsgUnpinReplyResponseAmino
1928
+ * @package sparkdream.forum.v1
1929
+ * @see proto type: sparkdream.forum.v1.MsgUnpinReplyResponse
1930
+ */
1931
+ export interface MsgUnpinReplyResponseAmino {
1932
+ }
1933
+ export interface MsgUnpinReplyResponseAminoMsg {
1934
+ type: "/sparkdream.forum.v1.MsgUnpinReplyResponse";
1935
+ value: MsgUnpinReplyResponseAmino;
1936
+ }
1937
+ /**
1938
+ * MsgDisputePin defines the MsgDisputePin message.
1939
+ * @name MsgDisputePin
1940
+ * @package sparkdream.forum.v1
1941
+ * @see proto type: sparkdream.forum.v1.MsgDisputePin
1942
+ */
1943
+ export interface MsgDisputePin {
1944
+ creator: string;
1945
+ threadId: bigint;
1946
+ replyId: bigint;
1947
+ reason: string;
1948
+ }
1949
+ export interface MsgDisputePinProtoMsg {
1950
+ typeUrl: "/sparkdream.forum.v1.MsgDisputePin";
1951
+ value: Uint8Array;
1952
+ }
1953
+ /**
1954
+ * MsgDisputePin defines the MsgDisputePin message.
1955
+ * @name MsgDisputePinAmino
1956
+ * @package sparkdream.forum.v1
1957
+ * @see proto type: sparkdream.forum.v1.MsgDisputePin
1958
+ */
1959
+ export interface MsgDisputePinAmino {
1960
+ creator?: string;
1961
+ thread_id?: string;
1962
+ reply_id?: string;
1963
+ reason?: string;
1964
+ }
1965
+ export interface MsgDisputePinAminoMsg {
1966
+ type: "/sparkdream.forum.v1.MsgDisputePin";
1967
+ value: MsgDisputePinAmino;
1968
+ }
1969
+ /**
1970
+ * MsgDisputePinResponse defines the MsgDisputePinResponse message.
1971
+ * @name MsgDisputePinResponse
1972
+ * @package sparkdream.forum.v1
1973
+ * @see proto type: sparkdream.forum.v1.MsgDisputePinResponse
1974
+ */
1975
+ export interface MsgDisputePinResponse {
1976
+ }
1977
+ export interface MsgDisputePinResponseProtoMsg {
1978
+ typeUrl: "/sparkdream.forum.v1.MsgDisputePinResponse";
1979
+ value: Uint8Array;
1980
+ }
1981
+ /**
1982
+ * MsgDisputePinResponse defines the MsgDisputePinResponse message.
1983
+ * @name MsgDisputePinResponseAmino
1984
+ * @package sparkdream.forum.v1
1985
+ * @see proto type: sparkdream.forum.v1.MsgDisputePinResponse
1986
+ */
1987
+ export interface MsgDisputePinResponseAmino {
1988
+ }
1989
+ export interface MsgDisputePinResponseAminoMsg {
1990
+ type: "/sparkdream.forum.v1.MsgDisputePinResponse";
1991
+ value: MsgDisputePinResponseAmino;
1992
+ }
1993
+ /**
1994
+ * MsgMarkAcceptedReply defines the MsgMarkAcceptedReply message.
1995
+ * @name MsgMarkAcceptedReply
1996
+ * @package sparkdream.forum.v1
1997
+ * @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReply
1998
+ */
1999
+ export interface MsgMarkAcceptedReply {
2000
+ creator: string;
2001
+ threadId: bigint;
2002
+ replyId: bigint;
2003
+ }
2004
+ export interface MsgMarkAcceptedReplyProtoMsg {
2005
+ typeUrl: "/sparkdream.forum.v1.MsgMarkAcceptedReply";
2006
+ value: Uint8Array;
2007
+ }
2008
+ /**
2009
+ * MsgMarkAcceptedReply defines the MsgMarkAcceptedReply message.
2010
+ * @name MsgMarkAcceptedReplyAmino
2011
+ * @package sparkdream.forum.v1
2012
+ * @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReply
2013
+ */
2014
+ export interface MsgMarkAcceptedReplyAmino {
2015
+ creator?: string;
2016
+ thread_id?: string;
2017
+ reply_id?: string;
2018
+ }
2019
+ export interface MsgMarkAcceptedReplyAminoMsg {
2020
+ type: "/sparkdream.forum.v1.MsgMarkAcceptedReply";
2021
+ value: MsgMarkAcceptedReplyAmino;
2022
+ }
2023
+ /**
2024
+ * MsgMarkAcceptedReplyResponse defines the MsgMarkAcceptedReplyResponse message.
2025
+ * @name MsgMarkAcceptedReplyResponse
2026
+ * @package sparkdream.forum.v1
2027
+ * @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReplyResponse
2028
+ */
2029
+ export interface MsgMarkAcceptedReplyResponse {
2030
+ }
2031
+ export interface MsgMarkAcceptedReplyResponseProtoMsg {
2032
+ typeUrl: "/sparkdream.forum.v1.MsgMarkAcceptedReplyResponse";
2033
+ value: Uint8Array;
2034
+ }
2035
+ /**
2036
+ * MsgMarkAcceptedReplyResponse defines the MsgMarkAcceptedReplyResponse message.
2037
+ * @name MsgMarkAcceptedReplyResponseAmino
2038
+ * @package sparkdream.forum.v1
2039
+ * @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReplyResponse
2040
+ */
2041
+ export interface MsgMarkAcceptedReplyResponseAmino {
2042
+ }
2043
+ export interface MsgMarkAcceptedReplyResponseAminoMsg {
2044
+ type: "/sparkdream.forum.v1.MsgMarkAcceptedReplyResponse";
2045
+ value: MsgMarkAcceptedReplyResponseAmino;
2046
+ }
2047
+ /**
2048
+ * MsgConfirmProposedReply defines the MsgConfirmProposedReply message.
2049
+ * @name MsgConfirmProposedReply
2050
+ * @package sparkdream.forum.v1
2051
+ * @see proto type: sparkdream.forum.v1.MsgConfirmProposedReply
2052
+ */
2053
+ export interface MsgConfirmProposedReply {
2054
+ creator: string;
2055
+ threadId: bigint;
2056
+ }
2057
+ export interface MsgConfirmProposedReplyProtoMsg {
2058
+ typeUrl: "/sparkdream.forum.v1.MsgConfirmProposedReply";
2059
+ value: Uint8Array;
2060
+ }
2061
+ /**
2062
+ * MsgConfirmProposedReply defines the MsgConfirmProposedReply message.
2063
+ * @name MsgConfirmProposedReplyAmino
2064
+ * @package sparkdream.forum.v1
2065
+ * @see proto type: sparkdream.forum.v1.MsgConfirmProposedReply
2066
+ */
2067
+ export interface MsgConfirmProposedReplyAmino {
2068
+ creator?: string;
2069
+ thread_id?: string;
2070
+ }
2071
+ export interface MsgConfirmProposedReplyAminoMsg {
2072
+ type: "/sparkdream.forum.v1.MsgConfirmProposedReply";
2073
+ value: MsgConfirmProposedReplyAmino;
2074
+ }
2075
+ /**
2076
+ * MsgConfirmProposedReplyResponse defines the MsgConfirmProposedReplyResponse message.
2077
+ * @name MsgConfirmProposedReplyResponse
2078
+ * @package sparkdream.forum.v1
2079
+ * @see proto type: sparkdream.forum.v1.MsgConfirmProposedReplyResponse
2080
+ */
2081
+ export interface MsgConfirmProposedReplyResponse {
2082
+ }
2083
+ export interface MsgConfirmProposedReplyResponseProtoMsg {
2084
+ typeUrl: "/sparkdream.forum.v1.MsgConfirmProposedReplyResponse";
2085
+ value: Uint8Array;
2086
+ }
2087
+ /**
2088
+ * MsgConfirmProposedReplyResponse defines the MsgConfirmProposedReplyResponse message.
2089
+ * @name MsgConfirmProposedReplyResponseAmino
2090
+ * @package sparkdream.forum.v1
2091
+ * @see proto type: sparkdream.forum.v1.MsgConfirmProposedReplyResponse
2092
+ */
2093
+ export interface MsgConfirmProposedReplyResponseAmino {
2094
+ }
2095
+ export interface MsgConfirmProposedReplyResponseAminoMsg {
2096
+ type: "/sparkdream.forum.v1.MsgConfirmProposedReplyResponse";
2097
+ value: MsgConfirmProposedReplyResponseAmino;
2098
+ }
2099
+ /**
2100
+ * MsgRejectProposedReply defines the MsgRejectProposedReply message.
2101
+ * @name MsgRejectProposedReply
2102
+ * @package sparkdream.forum.v1
2103
+ * @see proto type: sparkdream.forum.v1.MsgRejectProposedReply
2104
+ */
2105
+ export interface MsgRejectProposedReply {
2106
+ creator: string;
2107
+ threadId: bigint;
2108
+ reason: string;
2109
+ }
2110
+ export interface MsgRejectProposedReplyProtoMsg {
2111
+ typeUrl: "/sparkdream.forum.v1.MsgRejectProposedReply";
2112
+ value: Uint8Array;
2113
+ }
2114
+ /**
2115
+ * MsgRejectProposedReply defines the MsgRejectProposedReply message.
2116
+ * @name MsgRejectProposedReplyAmino
2117
+ * @package sparkdream.forum.v1
2118
+ * @see proto type: sparkdream.forum.v1.MsgRejectProposedReply
2119
+ */
2120
+ export interface MsgRejectProposedReplyAmino {
2121
+ creator?: string;
2122
+ thread_id?: string;
2123
+ reason?: string;
2124
+ }
2125
+ export interface MsgRejectProposedReplyAminoMsg {
2126
+ type: "/sparkdream.forum.v1.MsgRejectProposedReply";
2127
+ value: MsgRejectProposedReplyAmino;
2128
+ }
2129
+ /**
2130
+ * MsgRejectProposedReplyResponse defines the MsgRejectProposedReplyResponse message.
2131
+ * @name MsgRejectProposedReplyResponse
2132
+ * @package sparkdream.forum.v1
2133
+ * @see proto type: sparkdream.forum.v1.MsgRejectProposedReplyResponse
2134
+ */
2135
+ export interface MsgRejectProposedReplyResponse {
2136
+ }
2137
+ export interface MsgRejectProposedReplyResponseProtoMsg {
2138
+ typeUrl: "/sparkdream.forum.v1.MsgRejectProposedReplyResponse";
2139
+ value: Uint8Array;
2140
+ }
2141
+ /**
2142
+ * MsgRejectProposedReplyResponse defines the MsgRejectProposedReplyResponse message.
2143
+ * @name MsgRejectProposedReplyResponseAmino
2144
+ * @package sparkdream.forum.v1
2145
+ * @see proto type: sparkdream.forum.v1.MsgRejectProposedReplyResponse
2146
+ */
2147
+ export interface MsgRejectProposedReplyResponseAmino {
2148
+ }
2149
+ export interface MsgRejectProposedReplyResponseAminoMsg {
2150
+ type: "/sparkdream.forum.v1.MsgRejectProposedReplyResponse";
2151
+ value: MsgRejectProposedReplyResponseAmino;
2152
+ }
2153
+ /**
2154
+ * MsgSetForumPaused defines the MsgSetForumPaused message.
2155
+ * @name MsgSetForumPaused
2156
+ * @package sparkdream.forum.v1
2157
+ * @see proto type: sparkdream.forum.v1.MsgSetForumPaused
2158
+ */
2159
+ export interface MsgSetForumPaused {
2160
+ creator: string;
2161
+ paused: boolean;
2162
+ }
2163
+ export interface MsgSetForumPausedProtoMsg {
2164
+ typeUrl: "/sparkdream.forum.v1.MsgSetForumPaused";
2165
+ value: Uint8Array;
2166
+ }
2167
+ /**
2168
+ * MsgSetForumPaused defines the MsgSetForumPaused message.
2169
+ * @name MsgSetForumPausedAmino
2170
+ * @package sparkdream.forum.v1
2171
+ * @see proto type: sparkdream.forum.v1.MsgSetForumPaused
2172
+ */
2173
+ export interface MsgSetForumPausedAmino {
2174
+ creator?: string;
2175
+ paused?: boolean;
2176
+ }
2177
+ export interface MsgSetForumPausedAminoMsg {
2178
+ type: "/sparkdream.forum.v1.MsgSetForumPaused";
2179
+ value: MsgSetForumPausedAmino;
2180
+ }
2181
+ /**
2182
+ * MsgSetForumPausedResponse defines the MsgSetForumPausedResponse message.
2183
+ * @name MsgSetForumPausedResponse
2184
+ * @package sparkdream.forum.v1
2185
+ * @see proto type: sparkdream.forum.v1.MsgSetForumPausedResponse
2186
+ */
2187
+ export interface MsgSetForumPausedResponse {
2188
+ }
2189
+ export interface MsgSetForumPausedResponseProtoMsg {
2190
+ typeUrl: "/sparkdream.forum.v1.MsgSetForumPausedResponse";
2191
+ value: Uint8Array;
2192
+ }
2193
+ /**
2194
+ * MsgSetForumPausedResponse defines the MsgSetForumPausedResponse message.
2195
+ * @name MsgSetForumPausedResponseAmino
2196
+ * @package sparkdream.forum.v1
2197
+ * @see proto type: sparkdream.forum.v1.MsgSetForumPausedResponse
2198
+ */
2199
+ export interface MsgSetForumPausedResponseAmino {
2200
+ }
2201
+ export interface MsgSetForumPausedResponseAminoMsg {
2202
+ type: "/sparkdream.forum.v1.MsgSetForumPausedResponse";
2203
+ value: MsgSetForumPausedResponseAmino;
2204
+ }
2205
+ /**
2206
+ * MsgSetModerationPaused defines the MsgSetModerationPaused message.
2207
+ * @name MsgSetModerationPaused
2208
+ * @package sparkdream.forum.v1
2209
+ * @see proto type: sparkdream.forum.v1.MsgSetModerationPaused
2210
+ */
2211
+ export interface MsgSetModerationPaused {
2212
+ creator: string;
2213
+ paused: boolean;
2214
+ }
2215
+ export interface MsgSetModerationPausedProtoMsg {
2216
+ typeUrl: "/sparkdream.forum.v1.MsgSetModerationPaused";
2217
+ value: Uint8Array;
2218
+ }
2219
+ /**
2220
+ * MsgSetModerationPaused defines the MsgSetModerationPaused message.
2221
+ * @name MsgSetModerationPausedAmino
2222
+ * @package sparkdream.forum.v1
2223
+ * @see proto type: sparkdream.forum.v1.MsgSetModerationPaused
2224
+ */
2225
+ export interface MsgSetModerationPausedAmino {
2226
+ creator?: string;
2227
+ paused?: boolean;
2228
+ }
2229
+ export interface MsgSetModerationPausedAminoMsg {
2230
+ type: "/sparkdream.forum.v1.MsgSetModerationPaused";
2231
+ value: MsgSetModerationPausedAmino;
2232
+ }
2233
+ /**
2234
+ * MsgSetModerationPausedResponse defines the MsgSetModerationPausedResponse message.
2235
+ * @name MsgSetModerationPausedResponse
2236
+ * @package sparkdream.forum.v1
2237
+ * @see proto type: sparkdream.forum.v1.MsgSetModerationPausedResponse
2238
+ */
2239
+ export interface MsgSetModerationPausedResponse {
2240
+ }
2241
+ export interface MsgSetModerationPausedResponseProtoMsg {
2242
+ typeUrl: "/sparkdream.forum.v1.MsgSetModerationPausedResponse";
2243
+ value: Uint8Array;
2244
+ }
2245
+ /**
2246
+ * MsgSetModerationPausedResponse defines the MsgSetModerationPausedResponse message.
2247
+ * @name MsgSetModerationPausedResponseAmino
2248
+ * @package sparkdream.forum.v1
2249
+ * @see proto type: sparkdream.forum.v1.MsgSetModerationPausedResponse
2250
+ */
2251
+ export interface MsgSetModerationPausedResponseAmino {
2252
+ }
2253
+ export interface MsgSetModerationPausedResponseAminoMsg {
2254
+ type: "/sparkdream.forum.v1.MsgSetModerationPausedResponse";
2255
+ value: MsgSetModerationPausedResponseAmino;
2256
+ }
2257
+ /**
2258
+ * MsgReportTag defines the MsgReportTag message.
2259
+ * @name MsgReportTag
2260
+ * @package sparkdream.forum.v1
2261
+ * @see proto type: sparkdream.forum.v1.MsgReportTag
2262
+ */
2263
+ export interface MsgReportTag {
2264
+ creator: string;
2265
+ tagName: string;
2266
+ reason: string;
2267
+ }
2268
+ export interface MsgReportTagProtoMsg {
2269
+ typeUrl: "/sparkdream.forum.v1.MsgReportTag";
2270
+ value: Uint8Array;
2271
+ }
2272
+ /**
2273
+ * MsgReportTag defines the MsgReportTag message.
2274
+ * @name MsgReportTagAmino
2275
+ * @package sparkdream.forum.v1
2276
+ * @see proto type: sparkdream.forum.v1.MsgReportTag
2277
+ */
2278
+ export interface MsgReportTagAmino {
2279
+ creator?: string;
2280
+ tag_name?: string;
2281
+ reason?: string;
2282
+ }
2283
+ export interface MsgReportTagAminoMsg {
2284
+ type: "/sparkdream.forum.v1.MsgReportTag";
2285
+ value: MsgReportTagAmino;
2286
+ }
2287
+ /**
2288
+ * MsgReportTagResponse defines the MsgReportTagResponse message.
2289
+ * @name MsgReportTagResponse
2290
+ * @package sparkdream.forum.v1
2291
+ * @see proto type: sparkdream.forum.v1.MsgReportTagResponse
2292
+ */
2293
+ export interface MsgReportTagResponse {
2294
+ }
2295
+ export interface MsgReportTagResponseProtoMsg {
2296
+ typeUrl: "/sparkdream.forum.v1.MsgReportTagResponse";
2297
+ value: Uint8Array;
2298
+ }
2299
+ /**
2300
+ * MsgReportTagResponse defines the MsgReportTagResponse message.
2301
+ * @name MsgReportTagResponseAmino
2302
+ * @package sparkdream.forum.v1
2303
+ * @see proto type: sparkdream.forum.v1.MsgReportTagResponse
2304
+ */
2305
+ export interface MsgReportTagResponseAmino {
2306
+ }
2307
+ export interface MsgReportTagResponseAminoMsg {
2308
+ type: "/sparkdream.forum.v1.MsgReportTagResponse";
2309
+ value: MsgReportTagResponseAmino;
2310
+ }
2311
+ /**
2312
+ * MsgResolveTagReport defines the MsgResolveTagReport message.
2313
+ * @name MsgResolveTagReport
2314
+ * @package sparkdream.forum.v1
2315
+ * @see proto type: sparkdream.forum.v1.MsgResolveTagReport
2316
+ */
2317
+ export interface MsgResolveTagReport {
2318
+ creator: string;
2319
+ tagName: string;
2320
+ action: bigint;
2321
+ reserveAuthority: string;
2322
+ reserveMembersCanUse: boolean;
2323
+ }
2324
+ export interface MsgResolveTagReportProtoMsg {
2325
+ typeUrl: "/sparkdream.forum.v1.MsgResolveTagReport";
2326
+ value: Uint8Array;
2327
+ }
2328
+ /**
2329
+ * MsgResolveTagReport defines the MsgResolveTagReport message.
2330
+ * @name MsgResolveTagReportAmino
2331
+ * @package sparkdream.forum.v1
2332
+ * @see proto type: sparkdream.forum.v1.MsgResolveTagReport
2333
+ */
2334
+ export interface MsgResolveTagReportAmino {
2335
+ creator?: string;
2336
+ tag_name?: string;
2337
+ action?: string;
2338
+ reserve_authority?: string;
2339
+ reserve_members_can_use?: boolean;
2340
+ }
2341
+ export interface MsgResolveTagReportAminoMsg {
2342
+ type: "/sparkdream.forum.v1.MsgResolveTagReport";
2343
+ value: MsgResolveTagReportAmino;
2344
+ }
2345
+ /**
2346
+ * MsgResolveTagReportResponse defines the MsgResolveTagReportResponse message.
2347
+ * @name MsgResolveTagReportResponse
2348
+ * @package sparkdream.forum.v1
2349
+ * @see proto type: sparkdream.forum.v1.MsgResolveTagReportResponse
2350
+ */
2351
+ export interface MsgResolveTagReportResponse {
2352
+ }
2353
+ export interface MsgResolveTagReportResponseProtoMsg {
2354
+ typeUrl: "/sparkdream.forum.v1.MsgResolveTagReportResponse";
2355
+ value: Uint8Array;
2356
+ }
2357
+ /**
2358
+ * MsgResolveTagReportResponse defines the MsgResolveTagReportResponse message.
2359
+ * @name MsgResolveTagReportResponseAmino
2360
+ * @package sparkdream.forum.v1
2361
+ * @see proto type: sparkdream.forum.v1.MsgResolveTagReportResponse
2362
+ */
2363
+ export interface MsgResolveTagReportResponseAmino {
2364
+ }
2365
+ export interface MsgResolveTagReportResponseAminoMsg {
2366
+ type: "/sparkdream.forum.v1.MsgResolveTagReportResponse";
2367
+ value: MsgResolveTagReportResponseAmino;
2368
+ }
2369
+ /**
2370
+ * MsgBondSentinel defines the MsgBondSentinel message.
2371
+ * @name MsgBondSentinel
2372
+ * @package sparkdream.forum.v1
2373
+ * @see proto type: sparkdream.forum.v1.MsgBondSentinel
2374
+ */
2375
+ export interface MsgBondSentinel {
2376
+ creator: string;
2377
+ amount: string;
2378
+ }
2379
+ export interface MsgBondSentinelProtoMsg {
2380
+ typeUrl: "/sparkdream.forum.v1.MsgBondSentinel";
2381
+ value: Uint8Array;
2382
+ }
2383
+ /**
2384
+ * MsgBondSentinel defines the MsgBondSentinel message.
2385
+ * @name MsgBondSentinelAmino
2386
+ * @package sparkdream.forum.v1
2387
+ * @see proto type: sparkdream.forum.v1.MsgBondSentinel
2388
+ */
2389
+ export interface MsgBondSentinelAmino {
2390
+ creator?: string;
2391
+ amount?: string;
2392
+ }
2393
+ export interface MsgBondSentinelAminoMsg {
2394
+ type: "/sparkdream.forum.v1.MsgBondSentinel";
2395
+ value: MsgBondSentinelAmino;
2396
+ }
2397
+ /**
2398
+ * MsgBondSentinelResponse defines the MsgBondSentinelResponse message.
2399
+ * @name MsgBondSentinelResponse
2400
+ * @package sparkdream.forum.v1
2401
+ * @see proto type: sparkdream.forum.v1.MsgBondSentinelResponse
2402
+ */
2403
+ export interface MsgBondSentinelResponse {
2404
+ }
2405
+ export interface MsgBondSentinelResponseProtoMsg {
2406
+ typeUrl: "/sparkdream.forum.v1.MsgBondSentinelResponse";
2407
+ value: Uint8Array;
2408
+ }
2409
+ /**
2410
+ * MsgBondSentinelResponse defines the MsgBondSentinelResponse message.
2411
+ * @name MsgBondSentinelResponseAmino
2412
+ * @package sparkdream.forum.v1
2413
+ * @see proto type: sparkdream.forum.v1.MsgBondSentinelResponse
2414
+ */
2415
+ export interface MsgBondSentinelResponseAmino {
2416
+ }
2417
+ export interface MsgBondSentinelResponseAminoMsg {
2418
+ type: "/sparkdream.forum.v1.MsgBondSentinelResponse";
2419
+ value: MsgBondSentinelResponseAmino;
2420
+ }
2421
+ /**
2422
+ * MsgUnbondSentinel defines the MsgUnbondSentinel message.
2423
+ * @name MsgUnbondSentinel
2424
+ * @package sparkdream.forum.v1
2425
+ * @see proto type: sparkdream.forum.v1.MsgUnbondSentinel
2426
+ */
2427
+ export interface MsgUnbondSentinel {
2428
+ creator: string;
2429
+ amount: string;
2430
+ }
2431
+ export interface MsgUnbondSentinelProtoMsg {
2432
+ typeUrl: "/sparkdream.forum.v1.MsgUnbondSentinel";
2433
+ value: Uint8Array;
2434
+ }
2435
+ /**
2436
+ * MsgUnbondSentinel defines the MsgUnbondSentinel message.
2437
+ * @name MsgUnbondSentinelAmino
2438
+ * @package sparkdream.forum.v1
2439
+ * @see proto type: sparkdream.forum.v1.MsgUnbondSentinel
2440
+ */
2441
+ export interface MsgUnbondSentinelAmino {
2442
+ creator?: string;
2443
+ amount?: string;
2444
+ }
2445
+ export interface MsgUnbondSentinelAminoMsg {
2446
+ type: "/sparkdream.forum.v1.MsgUnbondSentinel";
2447
+ value: MsgUnbondSentinelAmino;
2448
+ }
2449
+ /**
2450
+ * MsgUnbondSentinelResponse defines the MsgUnbondSentinelResponse message.
2451
+ * @name MsgUnbondSentinelResponse
2452
+ * @package sparkdream.forum.v1
2453
+ * @see proto type: sparkdream.forum.v1.MsgUnbondSentinelResponse
2454
+ */
2455
+ export interface MsgUnbondSentinelResponse {
2456
+ }
2457
+ export interface MsgUnbondSentinelResponseProtoMsg {
2458
+ typeUrl: "/sparkdream.forum.v1.MsgUnbondSentinelResponse";
2459
+ value: Uint8Array;
2460
+ }
2461
+ /**
2462
+ * MsgUnbondSentinelResponse defines the MsgUnbondSentinelResponse message.
2463
+ * @name MsgUnbondSentinelResponseAmino
2464
+ * @package sparkdream.forum.v1
2465
+ * @see proto type: sparkdream.forum.v1.MsgUnbondSentinelResponse
2466
+ */
2467
+ export interface MsgUnbondSentinelResponseAmino {
2468
+ }
2469
+ export interface MsgUnbondSentinelResponseAminoMsg {
2470
+ type: "/sparkdream.forum.v1.MsgUnbondSentinelResponse";
2471
+ value: MsgUnbondSentinelResponseAmino;
2472
+ }
2473
+ /**
2474
+ * MsgReportMember defines the MsgReportMember message.
2475
+ * @name MsgReportMember
2476
+ * @package sparkdream.forum.v1
2477
+ * @see proto type: sparkdream.forum.v1.MsgReportMember
2478
+ */
2479
+ export interface MsgReportMember {
2480
+ creator: string;
2481
+ member: string;
2482
+ reason: string;
2483
+ recommendedAction: bigint;
2484
+ }
2485
+ export interface MsgReportMemberProtoMsg {
2486
+ typeUrl: "/sparkdream.forum.v1.MsgReportMember";
2487
+ value: Uint8Array;
2488
+ }
2489
+ /**
2490
+ * MsgReportMember defines the MsgReportMember message.
2491
+ * @name MsgReportMemberAmino
2492
+ * @package sparkdream.forum.v1
2493
+ * @see proto type: sparkdream.forum.v1.MsgReportMember
2494
+ */
2495
+ export interface MsgReportMemberAmino {
2496
+ creator?: string;
2497
+ member?: string;
2498
+ reason?: string;
2499
+ recommended_action?: string;
2500
+ }
2501
+ export interface MsgReportMemberAminoMsg {
2502
+ type: "/sparkdream.forum.v1.MsgReportMember";
2503
+ value: MsgReportMemberAmino;
2504
+ }
2505
+ /**
2506
+ * MsgReportMemberResponse defines the MsgReportMemberResponse message.
2507
+ * @name MsgReportMemberResponse
2508
+ * @package sparkdream.forum.v1
2509
+ * @see proto type: sparkdream.forum.v1.MsgReportMemberResponse
2510
+ */
2511
+ export interface MsgReportMemberResponse {
2512
+ }
2513
+ export interface MsgReportMemberResponseProtoMsg {
2514
+ typeUrl: "/sparkdream.forum.v1.MsgReportMemberResponse";
2515
+ value: Uint8Array;
2516
+ }
2517
+ /**
2518
+ * MsgReportMemberResponse defines the MsgReportMemberResponse message.
2519
+ * @name MsgReportMemberResponseAmino
2520
+ * @package sparkdream.forum.v1
2521
+ * @see proto type: sparkdream.forum.v1.MsgReportMemberResponse
2522
+ */
2523
+ export interface MsgReportMemberResponseAmino {
2524
+ }
2525
+ export interface MsgReportMemberResponseAminoMsg {
2526
+ type: "/sparkdream.forum.v1.MsgReportMemberResponse";
2527
+ value: MsgReportMemberResponseAmino;
2528
+ }
2529
+ /**
2530
+ * MsgCosignMemberReport defines the MsgCosignMemberReport message.
2531
+ * @name MsgCosignMemberReport
2532
+ * @package sparkdream.forum.v1
2533
+ * @see proto type: sparkdream.forum.v1.MsgCosignMemberReport
2534
+ */
2535
+ export interface MsgCosignMemberReport {
2536
+ creator: string;
2537
+ member: string;
2538
+ }
2539
+ export interface MsgCosignMemberReportProtoMsg {
2540
+ typeUrl: "/sparkdream.forum.v1.MsgCosignMemberReport";
2541
+ value: Uint8Array;
2542
+ }
2543
+ /**
2544
+ * MsgCosignMemberReport defines the MsgCosignMemberReport message.
2545
+ * @name MsgCosignMemberReportAmino
2546
+ * @package sparkdream.forum.v1
2547
+ * @see proto type: sparkdream.forum.v1.MsgCosignMemberReport
2548
+ */
2549
+ export interface MsgCosignMemberReportAmino {
2550
+ creator?: string;
2551
+ member?: string;
2552
+ }
2553
+ export interface MsgCosignMemberReportAminoMsg {
2554
+ type: "/sparkdream.forum.v1.MsgCosignMemberReport";
2555
+ value: MsgCosignMemberReportAmino;
2556
+ }
2557
+ /**
2558
+ * MsgCosignMemberReportResponse defines the MsgCosignMemberReportResponse message.
2559
+ * @name MsgCosignMemberReportResponse
2560
+ * @package sparkdream.forum.v1
2561
+ * @see proto type: sparkdream.forum.v1.MsgCosignMemberReportResponse
2562
+ */
2563
+ export interface MsgCosignMemberReportResponse {
2564
+ }
2565
+ export interface MsgCosignMemberReportResponseProtoMsg {
2566
+ typeUrl: "/sparkdream.forum.v1.MsgCosignMemberReportResponse";
2567
+ value: Uint8Array;
2568
+ }
2569
+ /**
2570
+ * MsgCosignMemberReportResponse defines the MsgCosignMemberReportResponse message.
2571
+ * @name MsgCosignMemberReportResponseAmino
2572
+ * @package sparkdream.forum.v1
2573
+ * @see proto type: sparkdream.forum.v1.MsgCosignMemberReportResponse
2574
+ */
2575
+ export interface MsgCosignMemberReportResponseAmino {
2576
+ }
2577
+ export interface MsgCosignMemberReportResponseAminoMsg {
2578
+ type: "/sparkdream.forum.v1.MsgCosignMemberReportResponse";
2579
+ value: MsgCosignMemberReportResponseAmino;
2580
+ }
2581
+ /**
2582
+ * MsgResolveMemberReport defines the MsgResolveMemberReport message.
2583
+ * @name MsgResolveMemberReport
2584
+ * @package sparkdream.forum.v1
2585
+ * @see proto type: sparkdream.forum.v1.MsgResolveMemberReport
2586
+ */
2587
+ export interface MsgResolveMemberReport {
2588
+ creator: string;
2589
+ member: string;
2590
+ action: bigint;
2591
+ reason: string;
2592
+ }
2593
+ export interface MsgResolveMemberReportProtoMsg {
2594
+ typeUrl: "/sparkdream.forum.v1.MsgResolveMemberReport";
2595
+ value: Uint8Array;
2596
+ }
2597
+ /**
2598
+ * MsgResolveMemberReport defines the MsgResolveMemberReport message.
2599
+ * @name MsgResolveMemberReportAmino
2600
+ * @package sparkdream.forum.v1
2601
+ * @see proto type: sparkdream.forum.v1.MsgResolveMemberReport
2602
+ */
2603
+ export interface MsgResolveMemberReportAmino {
2604
+ creator?: string;
2605
+ member?: string;
2606
+ action?: string;
2607
+ reason?: string;
2608
+ }
2609
+ export interface MsgResolveMemberReportAminoMsg {
2610
+ type: "/sparkdream.forum.v1.MsgResolveMemberReport";
2611
+ value: MsgResolveMemberReportAmino;
2612
+ }
2613
+ /**
2614
+ * MsgResolveMemberReportResponse defines the MsgResolveMemberReportResponse message.
2615
+ * @name MsgResolveMemberReportResponse
2616
+ * @package sparkdream.forum.v1
2617
+ * @see proto type: sparkdream.forum.v1.MsgResolveMemberReportResponse
2618
+ */
2619
+ export interface MsgResolveMemberReportResponse {
2620
+ }
2621
+ export interface MsgResolveMemberReportResponseProtoMsg {
2622
+ typeUrl: "/sparkdream.forum.v1.MsgResolveMemberReportResponse";
2623
+ value: Uint8Array;
2624
+ }
2625
+ /**
2626
+ * MsgResolveMemberReportResponse defines the MsgResolveMemberReportResponse message.
2627
+ * @name MsgResolveMemberReportResponseAmino
2628
+ * @package sparkdream.forum.v1
2629
+ * @see proto type: sparkdream.forum.v1.MsgResolveMemberReportResponse
2630
+ */
2631
+ export interface MsgResolveMemberReportResponseAmino {
2632
+ }
2633
+ export interface MsgResolveMemberReportResponseAminoMsg {
2634
+ type: "/sparkdream.forum.v1.MsgResolveMemberReportResponse";
2635
+ value: MsgResolveMemberReportResponseAmino;
2636
+ }
2637
+ /**
2638
+ * MsgDefendMemberReport defines the MsgDefendMemberReport message.
2639
+ * @name MsgDefendMemberReport
2640
+ * @package sparkdream.forum.v1
2641
+ * @see proto type: sparkdream.forum.v1.MsgDefendMemberReport
2642
+ */
2643
+ export interface MsgDefendMemberReport {
2644
+ creator: string;
2645
+ defense: string;
2646
+ }
2647
+ export interface MsgDefendMemberReportProtoMsg {
2648
+ typeUrl: "/sparkdream.forum.v1.MsgDefendMemberReport";
2649
+ value: Uint8Array;
2650
+ }
2651
+ /**
2652
+ * MsgDefendMemberReport defines the MsgDefendMemberReport message.
2653
+ * @name MsgDefendMemberReportAmino
2654
+ * @package sparkdream.forum.v1
2655
+ * @see proto type: sparkdream.forum.v1.MsgDefendMemberReport
2656
+ */
2657
+ export interface MsgDefendMemberReportAmino {
2658
+ creator?: string;
2659
+ defense?: string;
2660
+ }
2661
+ export interface MsgDefendMemberReportAminoMsg {
2662
+ type: "/sparkdream.forum.v1.MsgDefendMemberReport";
2663
+ value: MsgDefendMemberReportAmino;
2664
+ }
2665
+ /**
2666
+ * MsgDefendMemberReportResponse defines the MsgDefendMemberReportResponse message.
2667
+ * @name MsgDefendMemberReportResponse
2668
+ * @package sparkdream.forum.v1
2669
+ * @see proto type: sparkdream.forum.v1.MsgDefendMemberReportResponse
2670
+ */
2671
+ export interface MsgDefendMemberReportResponse {
2672
+ }
2673
+ export interface MsgDefendMemberReportResponseProtoMsg {
2674
+ typeUrl: "/sparkdream.forum.v1.MsgDefendMemberReportResponse";
2675
+ value: Uint8Array;
2676
+ }
2677
+ /**
2678
+ * MsgDefendMemberReportResponse defines the MsgDefendMemberReportResponse message.
2679
+ * @name MsgDefendMemberReportResponseAmino
2680
+ * @package sparkdream.forum.v1
2681
+ * @see proto type: sparkdream.forum.v1.MsgDefendMemberReportResponse
2682
+ */
2683
+ export interface MsgDefendMemberReportResponseAmino {
2684
+ }
2685
+ export interface MsgDefendMemberReportResponseAminoMsg {
2686
+ type: "/sparkdream.forum.v1.MsgDefendMemberReportResponse";
2687
+ value: MsgDefendMemberReportResponseAmino;
2688
+ }
2689
+ /**
2690
+ * MsgAppealGovAction defines the MsgAppealGovAction message.
2691
+ * @name MsgAppealGovAction
2692
+ * @package sparkdream.forum.v1
2693
+ * @see proto type: sparkdream.forum.v1.MsgAppealGovAction
2694
+ */
2695
+ export interface MsgAppealGovAction {
2696
+ creator: string;
2697
+ actionType: bigint;
2698
+ actionTarget: string;
2699
+ appealReason: string;
2700
+ }
2701
+ export interface MsgAppealGovActionProtoMsg {
2702
+ typeUrl: "/sparkdream.forum.v1.MsgAppealGovAction";
2703
+ value: Uint8Array;
2704
+ }
2705
+ /**
2706
+ * MsgAppealGovAction defines the MsgAppealGovAction message.
2707
+ * @name MsgAppealGovActionAmino
2708
+ * @package sparkdream.forum.v1
2709
+ * @see proto type: sparkdream.forum.v1.MsgAppealGovAction
2710
+ */
2711
+ export interface MsgAppealGovActionAmino {
2712
+ creator?: string;
2713
+ action_type?: string;
2714
+ action_target?: string;
2715
+ appeal_reason?: string;
2716
+ }
2717
+ export interface MsgAppealGovActionAminoMsg {
2718
+ type: "/sparkdream.forum.v1.MsgAppealGovAction";
2719
+ value: MsgAppealGovActionAmino;
2720
+ }
2721
+ /**
2722
+ * MsgAppealGovActionResponse defines the MsgAppealGovActionResponse message.
2723
+ * @name MsgAppealGovActionResponse
2724
+ * @package sparkdream.forum.v1
2725
+ * @see proto type: sparkdream.forum.v1.MsgAppealGovActionResponse
2726
+ */
2727
+ export interface MsgAppealGovActionResponse {
2728
+ }
2729
+ export interface MsgAppealGovActionResponseProtoMsg {
2730
+ typeUrl: "/sparkdream.forum.v1.MsgAppealGovActionResponse";
2731
+ value: Uint8Array;
2732
+ }
2733
+ /**
2734
+ * MsgAppealGovActionResponse defines the MsgAppealGovActionResponse message.
2735
+ * @name MsgAppealGovActionResponseAmino
2736
+ * @package sparkdream.forum.v1
2737
+ * @see proto type: sparkdream.forum.v1.MsgAppealGovActionResponse
2738
+ */
2739
+ export interface MsgAppealGovActionResponseAmino {
2740
+ }
2741
+ export interface MsgAppealGovActionResponseAminoMsg {
2742
+ type: "/sparkdream.forum.v1.MsgAppealGovActionResponse";
2743
+ value: MsgAppealGovActionResponseAmino;
2744
+ }
2745
+ /**
2746
+ * MsgUpdateParams is the Msg/UpdateParams request type.
2747
+ * @name MsgUpdateParams
2748
+ * @package sparkdream.forum.v1
2749
+ * @see proto type: sparkdream.forum.v1.MsgUpdateParams
2750
+ */
2751
+ export declare const MsgUpdateParams: {
2752
+ typeUrl: string;
2753
+ aminoType: string;
2754
+ encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
2755
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
2756
+ fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
2757
+ fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
2758
+ toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
2759
+ fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
2760
+ toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
2761
+ fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
2762
+ toProto(message: MsgUpdateParams): Uint8Array;
2763
+ toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
2764
+ };
2765
+ /**
2766
+ * MsgUpdateParamsResponse defines the response structure for executing a
2767
+ * MsgUpdateParams message.
2768
+ * @name MsgUpdateParamsResponse
2769
+ * @package sparkdream.forum.v1
2770
+ * @see proto type: sparkdream.forum.v1.MsgUpdateParamsResponse
2771
+ */
2772
+ export declare const MsgUpdateParamsResponse: {
2773
+ typeUrl: string;
2774
+ encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
2775
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
2776
+ fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
2777
+ fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
2778
+ toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
2779
+ fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
2780
+ fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
2781
+ toProto(message: MsgUpdateParamsResponse): Uint8Array;
2782
+ toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
2783
+ };
2784
+ /**
2785
+ * MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
2786
+ * Authorized: Commons Council Operations Committee (via IsCouncilAuthorized).
2787
+ * @name MsgUpdateOperationalParams
2788
+ * @package sparkdream.forum.v1
2789
+ * @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParams
2790
+ */
2791
+ export declare const MsgUpdateOperationalParams: {
2792
+ typeUrl: string;
2793
+ aminoType: string;
2794
+ encode(message: MsgUpdateOperationalParams, writer?: BinaryWriter): BinaryWriter;
2795
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParams;
2796
+ fromPartial(object: DeepPartial<MsgUpdateOperationalParams>): MsgUpdateOperationalParams;
2797
+ fromAmino(object: MsgUpdateOperationalParamsAmino): MsgUpdateOperationalParams;
2798
+ toAmino(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAmino;
2799
+ fromAminoMsg(object: MsgUpdateOperationalParamsAminoMsg): MsgUpdateOperationalParams;
2800
+ toAminoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAminoMsg;
2801
+ fromProtoMsg(message: MsgUpdateOperationalParamsProtoMsg): MsgUpdateOperationalParams;
2802
+ toProto(message: MsgUpdateOperationalParams): Uint8Array;
2803
+ toProtoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsProtoMsg;
2804
+ };
2805
+ /**
2806
+ * MsgUpdateOperationalParamsResponse defines the response structure for executing a
2807
+ * MsgUpdateOperationalParams message.
2808
+ * @name MsgUpdateOperationalParamsResponse
2809
+ * @package sparkdream.forum.v1
2810
+ * @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParamsResponse
2811
+ */
2812
+ export declare const MsgUpdateOperationalParamsResponse: {
2813
+ typeUrl: string;
2814
+ encode(_: MsgUpdateOperationalParamsResponse, writer?: BinaryWriter): BinaryWriter;
2815
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParamsResponse;
2816
+ fromPartial(_: DeepPartial<MsgUpdateOperationalParamsResponse>): MsgUpdateOperationalParamsResponse;
2817
+ fromAmino(_: MsgUpdateOperationalParamsResponseAmino): MsgUpdateOperationalParamsResponse;
2818
+ toAmino(_: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseAmino;
2819
+ fromAminoMsg(object: MsgUpdateOperationalParamsResponseAminoMsg): MsgUpdateOperationalParamsResponse;
2820
+ fromProtoMsg(message: MsgUpdateOperationalParamsResponseProtoMsg): MsgUpdateOperationalParamsResponse;
2821
+ toProto(message: MsgUpdateOperationalParamsResponse): Uint8Array;
2822
+ toProtoMsg(message: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseProtoMsg;
2823
+ };
2824
+ /**
2825
+ * MsgCreateCategory defines the MsgCreateCategory message.
2826
+ * @name MsgCreateCategory
2827
+ * @package sparkdream.forum.v1
2828
+ * @see proto type: sparkdream.forum.v1.MsgCreateCategory
2829
+ */
2830
+ export declare const MsgCreateCategory: {
2831
+ typeUrl: string;
2832
+ encode(message: MsgCreateCategory, writer?: BinaryWriter): BinaryWriter;
2833
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateCategory;
2834
+ fromPartial(object: DeepPartial<MsgCreateCategory>): MsgCreateCategory;
2835
+ fromAmino(object: MsgCreateCategoryAmino): MsgCreateCategory;
2836
+ toAmino(message: MsgCreateCategory): MsgCreateCategoryAmino;
2837
+ fromAminoMsg(object: MsgCreateCategoryAminoMsg): MsgCreateCategory;
2838
+ fromProtoMsg(message: MsgCreateCategoryProtoMsg): MsgCreateCategory;
2839
+ toProto(message: MsgCreateCategory): Uint8Array;
2840
+ toProtoMsg(message: MsgCreateCategory): MsgCreateCategoryProtoMsg;
2841
+ };
2842
+ /**
2843
+ * MsgCreateCategoryResponse defines the MsgCreateCategoryResponse message.
2844
+ * @name MsgCreateCategoryResponse
2845
+ * @package sparkdream.forum.v1
2846
+ * @see proto type: sparkdream.forum.v1.MsgCreateCategoryResponse
2847
+ */
2848
+ export declare const MsgCreateCategoryResponse: {
2849
+ typeUrl: string;
2850
+ encode(_: MsgCreateCategoryResponse, writer?: BinaryWriter): BinaryWriter;
2851
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateCategoryResponse;
2852
+ fromPartial(_: DeepPartial<MsgCreateCategoryResponse>): MsgCreateCategoryResponse;
2853
+ fromAmino(_: MsgCreateCategoryResponseAmino): MsgCreateCategoryResponse;
2854
+ toAmino(_: MsgCreateCategoryResponse): MsgCreateCategoryResponseAmino;
2855
+ fromAminoMsg(object: MsgCreateCategoryResponseAminoMsg): MsgCreateCategoryResponse;
2856
+ fromProtoMsg(message: MsgCreateCategoryResponseProtoMsg): MsgCreateCategoryResponse;
2857
+ toProto(message: MsgCreateCategoryResponse): Uint8Array;
2858
+ toProtoMsg(message: MsgCreateCategoryResponse): MsgCreateCategoryResponseProtoMsg;
2859
+ };
2860
+ /**
2861
+ * MsgCreatePost defines the MsgCreatePost message.
2862
+ * @name MsgCreatePost
2863
+ * @package sparkdream.forum.v1
2864
+ * @see proto type: sparkdream.forum.v1.MsgCreatePost
2865
+ */
2866
+ export declare const MsgCreatePost: {
2867
+ typeUrl: string;
2868
+ encode(message: MsgCreatePost, writer?: BinaryWriter): BinaryWriter;
2869
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePost;
2870
+ fromPartial(object: DeepPartial<MsgCreatePost>): MsgCreatePost;
2871
+ fromAmino(object: MsgCreatePostAmino): MsgCreatePost;
2872
+ toAmino(message: MsgCreatePost): MsgCreatePostAmino;
2873
+ fromAminoMsg(object: MsgCreatePostAminoMsg): MsgCreatePost;
2874
+ fromProtoMsg(message: MsgCreatePostProtoMsg): MsgCreatePost;
2875
+ toProto(message: MsgCreatePost): Uint8Array;
2876
+ toProtoMsg(message: MsgCreatePost): MsgCreatePostProtoMsg;
2877
+ };
2878
+ /**
2879
+ * MsgCreatePostResponse defines the MsgCreatePostResponse message.
2880
+ * @name MsgCreatePostResponse
2881
+ * @package sparkdream.forum.v1
2882
+ * @see proto type: sparkdream.forum.v1.MsgCreatePostResponse
2883
+ */
2884
+ export declare const MsgCreatePostResponse: {
2885
+ typeUrl: string;
2886
+ encode(_: MsgCreatePostResponse, writer?: BinaryWriter): BinaryWriter;
2887
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePostResponse;
2888
+ fromPartial(_: DeepPartial<MsgCreatePostResponse>): MsgCreatePostResponse;
2889
+ fromAmino(_: MsgCreatePostResponseAmino): MsgCreatePostResponse;
2890
+ toAmino(_: MsgCreatePostResponse): MsgCreatePostResponseAmino;
2891
+ fromAminoMsg(object: MsgCreatePostResponseAminoMsg): MsgCreatePostResponse;
2892
+ fromProtoMsg(message: MsgCreatePostResponseProtoMsg): MsgCreatePostResponse;
2893
+ toProto(message: MsgCreatePostResponse): Uint8Array;
2894
+ toProtoMsg(message: MsgCreatePostResponse): MsgCreatePostResponseProtoMsg;
2895
+ };
2896
+ /**
2897
+ * MsgEditPost defines the MsgEditPost message.
2898
+ * @name MsgEditPost
2899
+ * @package sparkdream.forum.v1
2900
+ * @see proto type: sparkdream.forum.v1.MsgEditPost
2901
+ */
2902
+ export declare const MsgEditPost: {
2903
+ typeUrl: string;
2904
+ encode(message: MsgEditPost, writer?: BinaryWriter): BinaryWriter;
2905
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgEditPost;
2906
+ fromPartial(object: DeepPartial<MsgEditPost>): MsgEditPost;
2907
+ fromAmino(object: MsgEditPostAmino): MsgEditPost;
2908
+ toAmino(message: MsgEditPost): MsgEditPostAmino;
2909
+ fromAminoMsg(object: MsgEditPostAminoMsg): MsgEditPost;
2910
+ fromProtoMsg(message: MsgEditPostProtoMsg): MsgEditPost;
2911
+ toProto(message: MsgEditPost): Uint8Array;
2912
+ toProtoMsg(message: MsgEditPost): MsgEditPostProtoMsg;
2913
+ };
2914
+ /**
2915
+ * MsgEditPostResponse defines the MsgEditPostResponse message.
2916
+ * @name MsgEditPostResponse
2917
+ * @package sparkdream.forum.v1
2918
+ * @see proto type: sparkdream.forum.v1.MsgEditPostResponse
2919
+ */
2920
+ export declare const MsgEditPostResponse: {
2921
+ typeUrl: string;
2922
+ encode(_: MsgEditPostResponse, writer?: BinaryWriter): BinaryWriter;
2923
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgEditPostResponse;
2924
+ fromPartial(_: DeepPartial<MsgEditPostResponse>): MsgEditPostResponse;
2925
+ fromAmino(_: MsgEditPostResponseAmino): MsgEditPostResponse;
2926
+ toAmino(_: MsgEditPostResponse): MsgEditPostResponseAmino;
2927
+ fromAminoMsg(object: MsgEditPostResponseAminoMsg): MsgEditPostResponse;
2928
+ fromProtoMsg(message: MsgEditPostResponseProtoMsg): MsgEditPostResponse;
2929
+ toProto(message: MsgEditPostResponse): Uint8Array;
2930
+ toProtoMsg(message: MsgEditPostResponse): MsgEditPostResponseProtoMsg;
2931
+ };
2932
+ /**
2933
+ * MsgDeletePost defines the MsgDeletePost message.
2934
+ * @name MsgDeletePost
2935
+ * @package sparkdream.forum.v1
2936
+ * @see proto type: sparkdream.forum.v1.MsgDeletePost
2937
+ */
2938
+ export declare const MsgDeletePost: {
2939
+ typeUrl: string;
2940
+ encode(message: MsgDeletePost, writer?: BinaryWriter): BinaryWriter;
2941
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDeletePost;
2942
+ fromPartial(object: DeepPartial<MsgDeletePost>): MsgDeletePost;
2943
+ fromAmino(object: MsgDeletePostAmino): MsgDeletePost;
2944
+ toAmino(message: MsgDeletePost): MsgDeletePostAmino;
2945
+ fromAminoMsg(object: MsgDeletePostAminoMsg): MsgDeletePost;
2946
+ fromProtoMsg(message: MsgDeletePostProtoMsg): MsgDeletePost;
2947
+ toProto(message: MsgDeletePost): Uint8Array;
2948
+ toProtoMsg(message: MsgDeletePost): MsgDeletePostProtoMsg;
2949
+ };
2950
+ /**
2951
+ * MsgDeletePostResponse defines the MsgDeletePostResponse message.
2952
+ * @name MsgDeletePostResponse
2953
+ * @package sparkdream.forum.v1
2954
+ * @see proto type: sparkdream.forum.v1.MsgDeletePostResponse
2955
+ */
2956
+ export declare const MsgDeletePostResponse: {
2957
+ typeUrl: string;
2958
+ encode(_: MsgDeletePostResponse, writer?: BinaryWriter): BinaryWriter;
2959
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDeletePostResponse;
2960
+ fromPartial(_: DeepPartial<MsgDeletePostResponse>): MsgDeletePostResponse;
2961
+ fromAmino(_: MsgDeletePostResponseAmino): MsgDeletePostResponse;
2962
+ toAmino(_: MsgDeletePostResponse): MsgDeletePostResponseAmino;
2963
+ fromAminoMsg(object: MsgDeletePostResponseAminoMsg): MsgDeletePostResponse;
2964
+ fromProtoMsg(message: MsgDeletePostResponseProtoMsg): MsgDeletePostResponse;
2965
+ toProto(message: MsgDeletePostResponse): Uint8Array;
2966
+ toProtoMsg(message: MsgDeletePostResponse): MsgDeletePostResponseProtoMsg;
2967
+ };
2968
+ /**
2969
+ * MsgFreezeThread defines the MsgFreezeThread message.
2970
+ * @name MsgFreezeThread
2971
+ * @package sparkdream.forum.v1
2972
+ * @see proto type: sparkdream.forum.v1.MsgFreezeThread
2973
+ */
2974
+ export declare const MsgFreezeThread: {
2975
+ typeUrl: string;
2976
+ encode(message: MsgFreezeThread, writer?: BinaryWriter): BinaryWriter;
2977
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFreezeThread;
2978
+ fromPartial(object: DeepPartial<MsgFreezeThread>): MsgFreezeThread;
2979
+ fromAmino(object: MsgFreezeThreadAmino): MsgFreezeThread;
2980
+ toAmino(message: MsgFreezeThread): MsgFreezeThreadAmino;
2981
+ fromAminoMsg(object: MsgFreezeThreadAminoMsg): MsgFreezeThread;
2982
+ fromProtoMsg(message: MsgFreezeThreadProtoMsg): MsgFreezeThread;
2983
+ toProto(message: MsgFreezeThread): Uint8Array;
2984
+ toProtoMsg(message: MsgFreezeThread): MsgFreezeThreadProtoMsg;
2985
+ };
2986
+ /**
2987
+ * MsgFreezeThreadResponse defines the MsgFreezeThreadResponse message.
2988
+ * @name MsgFreezeThreadResponse
2989
+ * @package sparkdream.forum.v1
2990
+ * @see proto type: sparkdream.forum.v1.MsgFreezeThreadResponse
2991
+ */
2992
+ export declare const MsgFreezeThreadResponse: {
2993
+ typeUrl: string;
2994
+ encode(_: MsgFreezeThreadResponse, writer?: BinaryWriter): BinaryWriter;
2995
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFreezeThreadResponse;
2996
+ fromPartial(_: DeepPartial<MsgFreezeThreadResponse>): MsgFreezeThreadResponse;
2997
+ fromAmino(_: MsgFreezeThreadResponseAmino): MsgFreezeThreadResponse;
2998
+ toAmino(_: MsgFreezeThreadResponse): MsgFreezeThreadResponseAmino;
2999
+ fromAminoMsg(object: MsgFreezeThreadResponseAminoMsg): MsgFreezeThreadResponse;
3000
+ fromProtoMsg(message: MsgFreezeThreadResponseProtoMsg): MsgFreezeThreadResponse;
3001
+ toProto(message: MsgFreezeThreadResponse): Uint8Array;
3002
+ toProtoMsg(message: MsgFreezeThreadResponse): MsgFreezeThreadResponseProtoMsg;
3003
+ };
3004
+ /**
3005
+ * MsgUnarchiveThread defines the MsgUnarchiveThread message.
3006
+ * @name MsgUnarchiveThread
3007
+ * @package sparkdream.forum.v1
3008
+ * @see proto type: sparkdream.forum.v1.MsgUnarchiveThread
3009
+ */
3010
+ export declare const MsgUnarchiveThread: {
3011
+ typeUrl: string;
3012
+ encode(message: MsgUnarchiveThread, writer?: BinaryWriter): BinaryWriter;
3013
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnarchiveThread;
3014
+ fromPartial(object: DeepPartial<MsgUnarchiveThread>): MsgUnarchiveThread;
3015
+ fromAmino(object: MsgUnarchiveThreadAmino): MsgUnarchiveThread;
3016
+ toAmino(message: MsgUnarchiveThread): MsgUnarchiveThreadAmino;
3017
+ fromAminoMsg(object: MsgUnarchiveThreadAminoMsg): MsgUnarchiveThread;
3018
+ fromProtoMsg(message: MsgUnarchiveThreadProtoMsg): MsgUnarchiveThread;
3019
+ toProto(message: MsgUnarchiveThread): Uint8Array;
3020
+ toProtoMsg(message: MsgUnarchiveThread): MsgUnarchiveThreadProtoMsg;
3021
+ };
3022
+ /**
3023
+ * MsgUnarchiveThreadResponse defines the MsgUnarchiveThreadResponse message.
3024
+ * @name MsgUnarchiveThreadResponse
3025
+ * @package sparkdream.forum.v1
3026
+ * @see proto type: sparkdream.forum.v1.MsgUnarchiveThreadResponse
3027
+ */
3028
+ export declare const MsgUnarchiveThreadResponse: {
3029
+ typeUrl: string;
3030
+ encode(_: MsgUnarchiveThreadResponse, writer?: BinaryWriter): BinaryWriter;
3031
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnarchiveThreadResponse;
3032
+ fromPartial(_: DeepPartial<MsgUnarchiveThreadResponse>): MsgUnarchiveThreadResponse;
3033
+ fromAmino(_: MsgUnarchiveThreadResponseAmino): MsgUnarchiveThreadResponse;
3034
+ toAmino(_: MsgUnarchiveThreadResponse): MsgUnarchiveThreadResponseAmino;
3035
+ fromAminoMsg(object: MsgUnarchiveThreadResponseAminoMsg): MsgUnarchiveThreadResponse;
3036
+ fromProtoMsg(message: MsgUnarchiveThreadResponseProtoMsg): MsgUnarchiveThreadResponse;
3037
+ toProto(message: MsgUnarchiveThreadResponse): Uint8Array;
3038
+ toProtoMsg(message: MsgUnarchiveThreadResponse): MsgUnarchiveThreadResponseProtoMsg;
3039
+ };
3040
+ /**
3041
+ * MsgPinPost defines the MsgPinPost message.
3042
+ * @name MsgPinPost
3043
+ * @package sparkdream.forum.v1
3044
+ * @see proto type: sparkdream.forum.v1.MsgPinPost
3045
+ */
3046
+ export declare const MsgPinPost: {
3047
+ typeUrl: string;
3048
+ encode(message: MsgPinPost, writer?: BinaryWriter): BinaryWriter;
3049
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgPinPost;
3050
+ fromPartial(object: DeepPartial<MsgPinPost>): MsgPinPost;
3051
+ fromAmino(object: MsgPinPostAmino): MsgPinPost;
3052
+ toAmino(message: MsgPinPost): MsgPinPostAmino;
3053
+ fromAminoMsg(object: MsgPinPostAminoMsg): MsgPinPost;
3054
+ fromProtoMsg(message: MsgPinPostProtoMsg): MsgPinPost;
3055
+ toProto(message: MsgPinPost): Uint8Array;
3056
+ toProtoMsg(message: MsgPinPost): MsgPinPostProtoMsg;
3057
+ };
3058
+ /**
3059
+ * MsgPinPostResponse defines the MsgPinPostResponse message.
3060
+ * @name MsgPinPostResponse
3061
+ * @package sparkdream.forum.v1
3062
+ * @see proto type: sparkdream.forum.v1.MsgPinPostResponse
3063
+ */
3064
+ export declare const MsgPinPostResponse: {
3065
+ typeUrl: string;
3066
+ encode(_: MsgPinPostResponse, writer?: BinaryWriter): BinaryWriter;
3067
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgPinPostResponse;
3068
+ fromPartial(_: DeepPartial<MsgPinPostResponse>): MsgPinPostResponse;
3069
+ fromAmino(_: MsgPinPostResponseAmino): MsgPinPostResponse;
3070
+ toAmino(_: MsgPinPostResponse): MsgPinPostResponseAmino;
3071
+ fromAminoMsg(object: MsgPinPostResponseAminoMsg): MsgPinPostResponse;
3072
+ fromProtoMsg(message: MsgPinPostResponseProtoMsg): MsgPinPostResponse;
3073
+ toProto(message: MsgPinPostResponse): Uint8Array;
3074
+ toProtoMsg(message: MsgPinPostResponse): MsgPinPostResponseProtoMsg;
3075
+ };
3076
+ /**
3077
+ * MsgUnpinPost defines the MsgUnpinPost message.
3078
+ * @name MsgUnpinPost
3079
+ * @package sparkdream.forum.v1
3080
+ * @see proto type: sparkdream.forum.v1.MsgUnpinPost
3081
+ */
3082
+ export declare const MsgUnpinPost: {
3083
+ typeUrl: string;
3084
+ encode(message: MsgUnpinPost, writer?: BinaryWriter): BinaryWriter;
3085
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinPost;
3086
+ fromPartial(object: DeepPartial<MsgUnpinPost>): MsgUnpinPost;
3087
+ fromAmino(object: MsgUnpinPostAmino): MsgUnpinPost;
3088
+ toAmino(message: MsgUnpinPost): MsgUnpinPostAmino;
3089
+ fromAminoMsg(object: MsgUnpinPostAminoMsg): MsgUnpinPost;
3090
+ fromProtoMsg(message: MsgUnpinPostProtoMsg): MsgUnpinPost;
3091
+ toProto(message: MsgUnpinPost): Uint8Array;
3092
+ toProtoMsg(message: MsgUnpinPost): MsgUnpinPostProtoMsg;
3093
+ };
3094
+ /**
3095
+ * MsgUnpinPostResponse defines the MsgUnpinPostResponse message.
3096
+ * @name MsgUnpinPostResponse
3097
+ * @package sparkdream.forum.v1
3098
+ * @see proto type: sparkdream.forum.v1.MsgUnpinPostResponse
3099
+ */
3100
+ export declare const MsgUnpinPostResponse: {
3101
+ typeUrl: string;
3102
+ encode(_: MsgUnpinPostResponse, writer?: BinaryWriter): BinaryWriter;
3103
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinPostResponse;
3104
+ fromPartial(_: DeepPartial<MsgUnpinPostResponse>): MsgUnpinPostResponse;
3105
+ fromAmino(_: MsgUnpinPostResponseAmino): MsgUnpinPostResponse;
3106
+ toAmino(_: MsgUnpinPostResponse): MsgUnpinPostResponseAmino;
3107
+ fromAminoMsg(object: MsgUnpinPostResponseAminoMsg): MsgUnpinPostResponse;
3108
+ fromProtoMsg(message: MsgUnpinPostResponseProtoMsg): MsgUnpinPostResponse;
3109
+ toProto(message: MsgUnpinPostResponse): Uint8Array;
3110
+ toProtoMsg(message: MsgUnpinPostResponse): MsgUnpinPostResponseProtoMsg;
3111
+ };
3112
+ /**
3113
+ * MsgLockThread defines the MsgLockThread message.
3114
+ * @name MsgLockThread
3115
+ * @package sparkdream.forum.v1
3116
+ * @see proto type: sparkdream.forum.v1.MsgLockThread
3117
+ */
3118
+ export declare const MsgLockThread: {
3119
+ typeUrl: string;
3120
+ encode(message: MsgLockThread, writer?: BinaryWriter): BinaryWriter;
3121
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLockThread;
3122
+ fromPartial(object: DeepPartial<MsgLockThread>): MsgLockThread;
3123
+ fromAmino(object: MsgLockThreadAmino): MsgLockThread;
3124
+ toAmino(message: MsgLockThread): MsgLockThreadAmino;
3125
+ fromAminoMsg(object: MsgLockThreadAminoMsg): MsgLockThread;
3126
+ fromProtoMsg(message: MsgLockThreadProtoMsg): MsgLockThread;
3127
+ toProto(message: MsgLockThread): Uint8Array;
3128
+ toProtoMsg(message: MsgLockThread): MsgLockThreadProtoMsg;
3129
+ };
3130
+ /**
3131
+ * MsgLockThreadResponse defines the MsgLockThreadResponse message.
3132
+ * @name MsgLockThreadResponse
3133
+ * @package sparkdream.forum.v1
3134
+ * @see proto type: sparkdream.forum.v1.MsgLockThreadResponse
3135
+ */
3136
+ export declare const MsgLockThreadResponse: {
3137
+ typeUrl: string;
3138
+ encode(_: MsgLockThreadResponse, writer?: BinaryWriter): BinaryWriter;
3139
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLockThreadResponse;
3140
+ fromPartial(_: DeepPartial<MsgLockThreadResponse>): MsgLockThreadResponse;
3141
+ fromAmino(_: MsgLockThreadResponseAmino): MsgLockThreadResponse;
3142
+ toAmino(_: MsgLockThreadResponse): MsgLockThreadResponseAmino;
3143
+ fromAminoMsg(object: MsgLockThreadResponseAminoMsg): MsgLockThreadResponse;
3144
+ fromProtoMsg(message: MsgLockThreadResponseProtoMsg): MsgLockThreadResponse;
3145
+ toProto(message: MsgLockThreadResponse): Uint8Array;
3146
+ toProtoMsg(message: MsgLockThreadResponse): MsgLockThreadResponseProtoMsg;
3147
+ };
3148
+ /**
3149
+ * MsgUnlockThread defines the MsgUnlockThread message.
3150
+ * @name MsgUnlockThread
3151
+ * @package sparkdream.forum.v1
3152
+ * @see proto type: sparkdream.forum.v1.MsgUnlockThread
3153
+ */
3154
+ export declare const MsgUnlockThread: {
3155
+ typeUrl: string;
3156
+ encode(message: MsgUnlockThread, writer?: BinaryWriter): BinaryWriter;
3157
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnlockThread;
3158
+ fromPartial(object: DeepPartial<MsgUnlockThread>): MsgUnlockThread;
3159
+ fromAmino(object: MsgUnlockThreadAmino): MsgUnlockThread;
3160
+ toAmino(message: MsgUnlockThread): MsgUnlockThreadAmino;
3161
+ fromAminoMsg(object: MsgUnlockThreadAminoMsg): MsgUnlockThread;
3162
+ fromProtoMsg(message: MsgUnlockThreadProtoMsg): MsgUnlockThread;
3163
+ toProto(message: MsgUnlockThread): Uint8Array;
3164
+ toProtoMsg(message: MsgUnlockThread): MsgUnlockThreadProtoMsg;
3165
+ };
3166
+ /**
3167
+ * MsgUnlockThreadResponse defines the MsgUnlockThreadResponse message.
3168
+ * @name MsgUnlockThreadResponse
3169
+ * @package sparkdream.forum.v1
3170
+ * @see proto type: sparkdream.forum.v1.MsgUnlockThreadResponse
3171
+ */
3172
+ export declare const MsgUnlockThreadResponse: {
3173
+ typeUrl: string;
3174
+ encode(_: MsgUnlockThreadResponse, writer?: BinaryWriter): BinaryWriter;
3175
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnlockThreadResponse;
3176
+ fromPartial(_: DeepPartial<MsgUnlockThreadResponse>): MsgUnlockThreadResponse;
3177
+ fromAmino(_: MsgUnlockThreadResponseAmino): MsgUnlockThreadResponse;
3178
+ toAmino(_: MsgUnlockThreadResponse): MsgUnlockThreadResponseAmino;
3179
+ fromAminoMsg(object: MsgUnlockThreadResponseAminoMsg): MsgUnlockThreadResponse;
3180
+ fromProtoMsg(message: MsgUnlockThreadResponseProtoMsg): MsgUnlockThreadResponse;
3181
+ toProto(message: MsgUnlockThreadResponse): Uint8Array;
3182
+ toProtoMsg(message: MsgUnlockThreadResponse): MsgUnlockThreadResponseProtoMsg;
3183
+ };
3184
+ /**
3185
+ * MsgMoveThread defines the MsgMoveThread message.
3186
+ * @name MsgMoveThread
3187
+ * @package sparkdream.forum.v1
3188
+ * @see proto type: sparkdream.forum.v1.MsgMoveThread
3189
+ */
3190
+ export declare const MsgMoveThread: {
3191
+ typeUrl: string;
3192
+ encode(message: MsgMoveThread, writer?: BinaryWriter): BinaryWriter;
3193
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgMoveThread;
3194
+ fromPartial(object: DeepPartial<MsgMoveThread>): MsgMoveThread;
3195
+ fromAmino(object: MsgMoveThreadAmino): MsgMoveThread;
3196
+ toAmino(message: MsgMoveThread): MsgMoveThreadAmino;
3197
+ fromAminoMsg(object: MsgMoveThreadAminoMsg): MsgMoveThread;
3198
+ fromProtoMsg(message: MsgMoveThreadProtoMsg): MsgMoveThread;
3199
+ toProto(message: MsgMoveThread): Uint8Array;
3200
+ toProtoMsg(message: MsgMoveThread): MsgMoveThreadProtoMsg;
3201
+ };
3202
+ /**
3203
+ * MsgMoveThreadResponse defines the MsgMoveThreadResponse message.
3204
+ * @name MsgMoveThreadResponse
3205
+ * @package sparkdream.forum.v1
3206
+ * @see proto type: sparkdream.forum.v1.MsgMoveThreadResponse
3207
+ */
3208
+ export declare const MsgMoveThreadResponse: {
3209
+ typeUrl: string;
3210
+ encode(_: MsgMoveThreadResponse, writer?: BinaryWriter): BinaryWriter;
3211
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgMoveThreadResponse;
3212
+ fromPartial(_: DeepPartial<MsgMoveThreadResponse>): MsgMoveThreadResponse;
3213
+ fromAmino(_: MsgMoveThreadResponseAmino): MsgMoveThreadResponse;
3214
+ toAmino(_: MsgMoveThreadResponse): MsgMoveThreadResponseAmino;
3215
+ fromAminoMsg(object: MsgMoveThreadResponseAminoMsg): MsgMoveThreadResponse;
3216
+ fromProtoMsg(message: MsgMoveThreadResponseProtoMsg): MsgMoveThreadResponse;
3217
+ toProto(message: MsgMoveThreadResponse): Uint8Array;
3218
+ toProtoMsg(message: MsgMoveThreadResponse): MsgMoveThreadResponseProtoMsg;
3219
+ };
3220
+ /**
3221
+ * MsgFollowThread defines the MsgFollowThread message.
3222
+ * @name MsgFollowThread
3223
+ * @package sparkdream.forum.v1
3224
+ * @see proto type: sparkdream.forum.v1.MsgFollowThread
3225
+ */
3226
+ export declare const MsgFollowThread: {
3227
+ typeUrl: string;
3228
+ encode(message: MsgFollowThread, writer?: BinaryWriter): BinaryWriter;
3229
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFollowThread;
3230
+ fromPartial(object: DeepPartial<MsgFollowThread>): MsgFollowThread;
3231
+ fromAmino(object: MsgFollowThreadAmino): MsgFollowThread;
3232
+ toAmino(message: MsgFollowThread): MsgFollowThreadAmino;
3233
+ fromAminoMsg(object: MsgFollowThreadAminoMsg): MsgFollowThread;
3234
+ fromProtoMsg(message: MsgFollowThreadProtoMsg): MsgFollowThread;
3235
+ toProto(message: MsgFollowThread): Uint8Array;
3236
+ toProtoMsg(message: MsgFollowThread): MsgFollowThreadProtoMsg;
3237
+ };
3238
+ /**
3239
+ * MsgFollowThreadResponse defines the MsgFollowThreadResponse message.
3240
+ * @name MsgFollowThreadResponse
3241
+ * @package sparkdream.forum.v1
3242
+ * @see proto type: sparkdream.forum.v1.MsgFollowThreadResponse
3243
+ */
3244
+ export declare const MsgFollowThreadResponse: {
3245
+ typeUrl: string;
3246
+ encode(_: MsgFollowThreadResponse, writer?: BinaryWriter): BinaryWriter;
3247
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFollowThreadResponse;
3248
+ fromPartial(_: DeepPartial<MsgFollowThreadResponse>): MsgFollowThreadResponse;
3249
+ fromAmino(_: MsgFollowThreadResponseAmino): MsgFollowThreadResponse;
3250
+ toAmino(_: MsgFollowThreadResponse): MsgFollowThreadResponseAmino;
3251
+ fromAminoMsg(object: MsgFollowThreadResponseAminoMsg): MsgFollowThreadResponse;
3252
+ fromProtoMsg(message: MsgFollowThreadResponseProtoMsg): MsgFollowThreadResponse;
3253
+ toProto(message: MsgFollowThreadResponse): Uint8Array;
3254
+ toProtoMsg(message: MsgFollowThreadResponse): MsgFollowThreadResponseProtoMsg;
3255
+ };
3256
+ /**
3257
+ * MsgUnfollowThread defines the MsgUnfollowThread message.
3258
+ * @name MsgUnfollowThread
3259
+ * @package sparkdream.forum.v1
3260
+ * @see proto type: sparkdream.forum.v1.MsgUnfollowThread
3261
+ */
3262
+ export declare const MsgUnfollowThread: {
3263
+ typeUrl: string;
3264
+ encode(message: MsgUnfollowThread, writer?: BinaryWriter): BinaryWriter;
3265
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnfollowThread;
3266
+ fromPartial(object: DeepPartial<MsgUnfollowThread>): MsgUnfollowThread;
3267
+ fromAmino(object: MsgUnfollowThreadAmino): MsgUnfollowThread;
3268
+ toAmino(message: MsgUnfollowThread): MsgUnfollowThreadAmino;
3269
+ fromAminoMsg(object: MsgUnfollowThreadAminoMsg): MsgUnfollowThread;
3270
+ fromProtoMsg(message: MsgUnfollowThreadProtoMsg): MsgUnfollowThread;
3271
+ toProto(message: MsgUnfollowThread): Uint8Array;
3272
+ toProtoMsg(message: MsgUnfollowThread): MsgUnfollowThreadProtoMsg;
3273
+ };
3274
+ /**
3275
+ * MsgUnfollowThreadResponse defines the MsgUnfollowThreadResponse message.
3276
+ * @name MsgUnfollowThreadResponse
3277
+ * @package sparkdream.forum.v1
3278
+ * @see proto type: sparkdream.forum.v1.MsgUnfollowThreadResponse
3279
+ */
3280
+ export declare const MsgUnfollowThreadResponse: {
3281
+ typeUrl: string;
3282
+ encode(_: MsgUnfollowThreadResponse, writer?: BinaryWriter): BinaryWriter;
3283
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnfollowThreadResponse;
3284
+ fromPartial(_: DeepPartial<MsgUnfollowThreadResponse>): MsgUnfollowThreadResponse;
3285
+ fromAmino(_: MsgUnfollowThreadResponseAmino): MsgUnfollowThreadResponse;
3286
+ toAmino(_: MsgUnfollowThreadResponse): MsgUnfollowThreadResponseAmino;
3287
+ fromAminoMsg(object: MsgUnfollowThreadResponseAminoMsg): MsgUnfollowThreadResponse;
3288
+ fromProtoMsg(message: MsgUnfollowThreadResponseProtoMsg): MsgUnfollowThreadResponse;
3289
+ toProto(message: MsgUnfollowThreadResponse): Uint8Array;
3290
+ toProtoMsg(message: MsgUnfollowThreadResponse): MsgUnfollowThreadResponseProtoMsg;
3291
+ };
3292
+ /**
3293
+ * MsgUpvotePost defines the MsgUpvotePost message.
3294
+ * @name MsgUpvotePost
3295
+ * @package sparkdream.forum.v1
3296
+ * @see proto type: sparkdream.forum.v1.MsgUpvotePost
3297
+ */
3298
+ export declare const MsgUpvotePost: {
3299
+ typeUrl: string;
3300
+ encode(message: MsgUpvotePost, writer?: BinaryWriter): BinaryWriter;
3301
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpvotePost;
3302
+ fromPartial(object: DeepPartial<MsgUpvotePost>): MsgUpvotePost;
3303
+ fromAmino(object: MsgUpvotePostAmino): MsgUpvotePost;
3304
+ toAmino(message: MsgUpvotePost): MsgUpvotePostAmino;
3305
+ fromAminoMsg(object: MsgUpvotePostAminoMsg): MsgUpvotePost;
3306
+ fromProtoMsg(message: MsgUpvotePostProtoMsg): MsgUpvotePost;
3307
+ toProto(message: MsgUpvotePost): Uint8Array;
3308
+ toProtoMsg(message: MsgUpvotePost): MsgUpvotePostProtoMsg;
3309
+ };
3310
+ /**
3311
+ * MsgUpvotePostResponse defines the MsgUpvotePostResponse message.
3312
+ * @name MsgUpvotePostResponse
3313
+ * @package sparkdream.forum.v1
3314
+ * @see proto type: sparkdream.forum.v1.MsgUpvotePostResponse
3315
+ */
3316
+ export declare const MsgUpvotePostResponse: {
3317
+ typeUrl: string;
3318
+ encode(_: MsgUpvotePostResponse, writer?: BinaryWriter): BinaryWriter;
3319
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpvotePostResponse;
3320
+ fromPartial(_: DeepPartial<MsgUpvotePostResponse>): MsgUpvotePostResponse;
3321
+ fromAmino(_: MsgUpvotePostResponseAmino): MsgUpvotePostResponse;
3322
+ toAmino(_: MsgUpvotePostResponse): MsgUpvotePostResponseAmino;
3323
+ fromAminoMsg(object: MsgUpvotePostResponseAminoMsg): MsgUpvotePostResponse;
3324
+ fromProtoMsg(message: MsgUpvotePostResponseProtoMsg): MsgUpvotePostResponse;
3325
+ toProto(message: MsgUpvotePostResponse): Uint8Array;
3326
+ toProtoMsg(message: MsgUpvotePostResponse): MsgUpvotePostResponseProtoMsg;
3327
+ };
3328
+ /**
3329
+ * MsgDownvotePost defines the MsgDownvotePost message.
3330
+ * @name MsgDownvotePost
3331
+ * @package sparkdream.forum.v1
3332
+ * @see proto type: sparkdream.forum.v1.MsgDownvotePost
3333
+ */
3334
+ export declare const MsgDownvotePost: {
3335
+ typeUrl: string;
3336
+ encode(message: MsgDownvotePost, writer?: BinaryWriter): BinaryWriter;
3337
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDownvotePost;
3338
+ fromPartial(object: DeepPartial<MsgDownvotePost>): MsgDownvotePost;
3339
+ fromAmino(object: MsgDownvotePostAmino): MsgDownvotePost;
3340
+ toAmino(message: MsgDownvotePost): MsgDownvotePostAmino;
3341
+ fromAminoMsg(object: MsgDownvotePostAminoMsg): MsgDownvotePost;
3342
+ fromProtoMsg(message: MsgDownvotePostProtoMsg): MsgDownvotePost;
3343
+ toProto(message: MsgDownvotePost): Uint8Array;
3344
+ toProtoMsg(message: MsgDownvotePost): MsgDownvotePostProtoMsg;
3345
+ };
3346
+ /**
3347
+ * MsgDownvotePostResponse defines the MsgDownvotePostResponse message.
3348
+ * @name MsgDownvotePostResponse
3349
+ * @package sparkdream.forum.v1
3350
+ * @see proto type: sparkdream.forum.v1.MsgDownvotePostResponse
3351
+ */
3352
+ export declare const MsgDownvotePostResponse: {
3353
+ typeUrl: string;
3354
+ encode(_: MsgDownvotePostResponse, writer?: BinaryWriter): BinaryWriter;
3355
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDownvotePostResponse;
3356
+ fromPartial(_: DeepPartial<MsgDownvotePostResponse>): MsgDownvotePostResponse;
3357
+ fromAmino(_: MsgDownvotePostResponseAmino): MsgDownvotePostResponse;
3358
+ toAmino(_: MsgDownvotePostResponse): MsgDownvotePostResponseAmino;
3359
+ fromAminoMsg(object: MsgDownvotePostResponseAminoMsg): MsgDownvotePostResponse;
3360
+ fromProtoMsg(message: MsgDownvotePostResponseProtoMsg): MsgDownvotePostResponse;
3361
+ toProto(message: MsgDownvotePostResponse): Uint8Array;
3362
+ toProtoMsg(message: MsgDownvotePostResponse): MsgDownvotePostResponseProtoMsg;
3363
+ };
3364
+ /**
3365
+ * MsgFlagPost defines the MsgFlagPost message.
3366
+ * @name MsgFlagPost
3367
+ * @package sparkdream.forum.v1
3368
+ * @see proto type: sparkdream.forum.v1.MsgFlagPost
3369
+ */
3370
+ export declare const MsgFlagPost: {
3371
+ typeUrl: string;
3372
+ encode(message: MsgFlagPost, writer?: BinaryWriter): BinaryWriter;
3373
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFlagPost;
3374
+ fromPartial(object: DeepPartial<MsgFlagPost>): MsgFlagPost;
3375
+ fromAmino(object: MsgFlagPostAmino): MsgFlagPost;
3376
+ toAmino(message: MsgFlagPost): MsgFlagPostAmino;
3377
+ fromAminoMsg(object: MsgFlagPostAminoMsg): MsgFlagPost;
3378
+ fromProtoMsg(message: MsgFlagPostProtoMsg): MsgFlagPost;
3379
+ toProto(message: MsgFlagPost): Uint8Array;
3380
+ toProtoMsg(message: MsgFlagPost): MsgFlagPostProtoMsg;
3381
+ };
3382
+ /**
3383
+ * MsgFlagPostResponse defines the MsgFlagPostResponse message.
3384
+ * @name MsgFlagPostResponse
3385
+ * @package sparkdream.forum.v1
3386
+ * @see proto type: sparkdream.forum.v1.MsgFlagPostResponse
3387
+ */
3388
+ export declare const MsgFlagPostResponse: {
3389
+ typeUrl: string;
3390
+ encode(_: MsgFlagPostResponse, writer?: BinaryWriter): BinaryWriter;
3391
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFlagPostResponse;
3392
+ fromPartial(_: DeepPartial<MsgFlagPostResponse>): MsgFlagPostResponse;
3393
+ fromAmino(_: MsgFlagPostResponseAmino): MsgFlagPostResponse;
3394
+ toAmino(_: MsgFlagPostResponse): MsgFlagPostResponseAmino;
3395
+ fromAminoMsg(object: MsgFlagPostResponseAminoMsg): MsgFlagPostResponse;
3396
+ fromProtoMsg(message: MsgFlagPostResponseProtoMsg): MsgFlagPostResponse;
3397
+ toProto(message: MsgFlagPostResponse): Uint8Array;
3398
+ toProtoMsg(message: MsgFlagPostResponse): MsgFlagPostResponseProtoMsg;
3399
+ };
3400
+ /**
3401
+ * MsgDismissFlags defines the MsgDismissFlags message.
3402
+ * @name MsgDismissFlags
3403
+ * @package sparkdream.forum.v1
3404
+ * @see proto type: sparkdream.forum.v1.MsgDismissFlags
3405
+ */
3406
+ export declare const MsgDismissFlags: {
3407
+ typeUrl: string;
3408
+ encode(message: MsgDismissFlags, writer?: BinaryWriter): BinaryWriter;
3409
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDismissFlags;
3410
+ fromPartial(object: DeepPartial<MsgDismissFlags>): MsgDismissFlags;
3411
+ fromAmino(object: MsgDismissFlagsAmino): MsgDismissFlags;
3412
+ toAmino(message: MsgDismissFlags): MsgDismissFlagsAmino;
3413
+ fromAminoMsg(object: MsgDismissFlagsAminoMsg): MsgDismissFlags;
3414
+ fromProtoMsg(message: MsgDismissFlagsProtoMsg): MsgDismissFlags;
3415
+ toProto(message: MsgDismissFlags): Uint8Array;
3416
+ toProtoMsg(message: MsgDismissFlags): MsgDismissFlagsProtoMsg;
3417
+ };
3418
+ /**
3419
+ * MsgDismissFlagsResponse defines the MsgDismissFlagsResponse message.
3420
+ * @name MsgDismissFlagsResponse
3421
+ * @package sparkdream.forum.v1
3422
+ * @see proto type: sparkdream.forum.v1.MsgDismissFlagsResponse
3423
+ */
3424
+ export declare const MsgDismissFlagsResponse: {
3425
+ typeUrl: string;
3426
+ encode(_: MsgDismissFlagsResponse, writer?: BinaryWriter): BinaryWriter;
3427
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDismissFlagsResponse;
3428
+ fromPartial(_: DeepPartial<MsgDismissFlagsResponse>): MsgDismissFlagsResponse;
3429
+ fromAmino(_: MsgDismissFlagsResponseAmino): MsgDismissFlagsResponse;
3430
+ toAmino(_: MsgDismissFlagsResponse): MsgDismissFlagsResponseAmino;
3431
+ fromAminoMsg(object: MsgDismissFlagsResponseAminoMsg): MsgDismissFlagsResponse;
3432
+ fromProtoMsg(message: MsgDismissFlagsResponseProtoMsg): MsgDismissFlagsResponse;
3433
+ toProto(message: MsgDismissFlagsResponse): Uint8Array;
3434
+ toProtoMsg(message: MsgDismissFlagsResponse): MsgDismissFlagsResponseProtoMsg;
3435
+ };
3436
+ /**
3437
+ * MsgHidePost defines the MsgHidePost message.
3438
+ * @name MsgHidePost
3439
+ * @package sparkdream.forum.v1
3440
+ * @see proto type: sparkdream.forum.v1.MsgHidePost
3441
+ */
3442
+ export declare const MsgHidePost: {
3443
+ typeUrl: string;
3444
+ encode(message: MsgHidePost, writer?: BinaryWriter): BinaryWriter;
3445
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgHidePost;
3446
+ fromPartial(object: DeepPartial<MsgHidePost>): MsgHidePost;
3447
+ fromAmino(object: MsgHidePostAmino): MsgHidePost;
3448
+ toAmino(message: MsgHidePost): MsgHidePostAmino;
3449
+ fromAminoMsg(object: MsgHidePostAminoMsg): MsgHidePost;
3450
+ fromProtoMsg(message: MsgHidePostProtoMsg): MsgHidePost;
3451
+ toProto(message: MsgHidePost): Uint8Array;
3452
+ toProtoMsg(message: MsgHidePost): MsgHidePostProtoMsg;
3453
+ };
3454
+ /**
3455
+ * MsgHidePostResponse defines the MsgHidePostResponse message.
3456
+ * @name MsgHidePostResponse
3457
+ * @package sparkdream.forum.v1
3458
+ * @see proto type: sparkdream.forum.v1.MsgHidePostResponse
3459
+ */
3460
+ export declare const MsgHidePostResponse: {
3461
+ typeUrl: string;
3462
+ encode(_: MsgHidePostResponse, writer?: BinaryWriter): BinaryWriter;
3463
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgHidePostResponse;
3464
+ fromPartial(_: DeepPartial<MsgHidePostResponse>): MsgHidePostResponse;
3465
+ fromAmino(_: MsgHidePostResponseAmino): MsgHidePostResponse;
3466
+ toAmino(_: MsgHidePostResponse): MsgHidePostResponseAmino;
3467
+ fromAminoMsg(object: MsgHidePostResponseAminoMsg): MsgHidePostResponse;
3468
+ fromProtoMsg(message: MsgHidePostResponseProtoMsg): MsgHidePostResponse;
3469
+ toProto(message: MsgHidePostResponse): Uint8Array;
3470
+ toProtoMsg(message: MsgHidePostResponse): MsgHidePostResponseProtoMsg;
3471
+ };
3472
+ /**
3473
+ * MsgAppealPost defines the MsgAppealPost message.
3474
+ * @name MsgAppealPost
3475
+ * @package sparkdream.forum.v1
3476
+ * @see proto type: sparkdream.forum.v1.MsgAppealPost
3477
+ */
3478
+ export declare const MsgAppealPost: {
3479
+ typeUrl: string;
3480
+ encode(message: MsgAppealPost, writer?: BinaryWriter): BinaryWriter;
3481
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealPost;
3482
+ fromPartial(object: DeepPartial<MsgAppealPost>): MsgAppealPost;
3483
+ fromAmino(object: MsgAppealPostAmino): MsgAppealPost;
3484
+ toAmino(message: MsgAppealPost): MsgAppealPostAmino;
3485
+ fromAminoMsg(object: MsgAppealPostAminoMsg): MsgAppealPost;
3486
+ fromProtoMsg(message: MsgAppealPostProtoMsg): MsgAppealPost;
3487
+ toProto(message: MsgAppealPost): Uint8Array;
3488
+ toProtoMsg(message: MsgAppealPost): MsgAppealPostProtoMsg;
3489
+ };
3490
+ /**
3491
+ * MsgAppealPostResponse defines the MsgAppealPostResponse message.
3492
+ * @name MsgAppealPostResponse
3493
+ * @package sparkdream.forum.v1
3494
+ * @see proto type: sparkdream.forum.v1.MsgAppealPostResponse
3495
+ */
3496
+ export declare const MsgAppealPostResponse: {
3497
+ typeUrl: string;
3498
+ encode(_: MsgAppealPostResponse, writer?: BinaryWriter): BinaryWriter;
3499
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealPostResponse;
3500
+ fromPartial(_: DeepPartial<MsgAppealPostResponse>): MsgAppealPostResponse;
3501
+ fromAmino(_: MsgAppealPostResponseAmino): MsgAppealPostResponse;
3502
+ toAmino(_: MsgAppealPostResponse): MsgAppealPostResponseAmino;
3503
+ fromAminoMsg(object: MsgAppealPostResponseAminoMsg): MsgAppealPostResponse;
3504
+ fromProtoMsg(message: MsgAppealPostResponseProtoMsg): MsgAppealPostResponse;
3505
+ toProto(message: MsgAppealPostResponse): Uint8Array;
3506
+ toProtoMsg(message: MsgAppealPostResponse): MsgAppealPostResponseProtoMsg;
3507
+ };
3508
+ /**
3509
+ * MsgAppealThreadLock defines the MsgAppealThreadLock message.
3510
+ * @name MsgAppealThreadLock
3511
+ * @package sparkdream.forum.v1
3512
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadLock
3513
+ */
3514
+ export declare const MsgAppealThreadLock: {
3515
+ typeUrl: string;
3516
+ encode(message: MsgAppealThreadLock, writer?: BinaryWriter): BinaryWriter;
3517
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadLock;
3518
+ fromPartial(object: DeepPartial<MsgAppealThreadLock>): MsgAppealThreadLock;
3519
+ fromAmino(object: MsgAppealThreadLockAmino): MsgAppealThreadLock;
3520
+ toAmino(message: MsgAppealThreadLock): MsgAppealThreadLockAmino;
3521
+ fromAminoMsg(object: MsgAppealThreadLockAminoMsg): MsgAppealThreadLock;
3522
+ fromProtoMsg(message: MsgAppealThreadLockProtoMsg): MsgAppealThreadLock;
3523
+ toProto(message: MsgAppealThreadLock): Uint8Array;
3524
+ toProtoMsg(message: MsgAppealThreadLock): MsgAppealThreadLockProtoMsg;
3525
+ };
3526
+ /**
3527
+ * MsgAppealThreadLockResponse defines the MsgAppealThreadLockResponse message.
3528
+ * @name MsgAppealThreadLockResponse
3529
+ * @package sparkdream.forum.v1
3530
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadLockResponse
3531
+ */
3532
+ export declare const MsgAppealThreadLockResponse: {
3533
+ typeUrl: string;
3534
+ encode(_: MsgAppealThreadLockResponse, writer?: BinaryWriter): BinaryWriter;
3535
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadLockResponse;
3536
+ fromPartial(_: DeepPartial<MsgAppealThreadLockResponse>): MsgAppealThreadLockResponse;
3537
+ fromAmino(_: MsgAppealThreadLockResponseAmino): MsgAppealThreadLockResponse;
3538
+ toAmino(_: MsgAppealThreadLockResponse): MsgAppealThreadLockResponseAmino;
3539
+ fromAminoMsg(object: MsgAppealThreadLockResponseAminoMsg): MsgAppealThreadLockResponse;
3540
+ fromProtoMsg(message: MsgAppealThreadLockResponseProtoMsg): MsgAppealThreadLockResponse;
3541
+ toProto(message: MsgAppealThreadLockResponse): Uint8Array;
3542
+ toProtoMsg(message: MsgAppealThreadLockResponse): MsgAppealThreadLockResponseProtoMsg;
3543
+ };
3544
+ /**
3545
+ * MsgAppealThreadMove defines the MsgAppealThreadMove message.
3546
+ * @name MsgAppealThreadMove
3547
+ * @package sparkdream.forum.v1
3548
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadMove
3549
+ */
3550
+ export declare const MsgAppealThreadMove: {
3551
+ typeUrl: string;
3552
+ encode(message: MsgAppealThreadMove, writer?: BinaryWriter): BinaryWriter;
3553
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadMove;
3554
+ fromPartial(object: DeepPartial<MsgAppealThreadMove>): MsgAppealThreadMove;
3555
+ fromAmino(object: MsgAppealThreadMoveAmino): MsgAppealThreadMove;
3556
+ toAmino(message: MsgAppealThreadMove): MsgAppealThreadMoveAmino;
3557
+ fromAminoMsg(object: MsgAppealThreadMoveAminoMsg): MsgAppealThreadMove;
3558
+ fromProtoMsg(message: MsgAppealThreadMoveProtoMsg): MsgAppealThreadMove;
3559
+ toProto(message: MsgAppealThreadMove): Uint8Array;
3560
+ toProtoMsg(message: MsgAppealThreadMove): MsgAppealThreadMoveProtoMsg;
3561
+ };
3562
+ /**
3563
+ * MsgAppealThreadMoveResponse defines the MsgAppealThreadMoveResponse message.
3564
+ * @name MsgAppealThreadMoveResponse
3565
+ * @package sparkdream.forum.v1
3566
+ * @see proto type: sparkdream.forum.v1.MsgAppealThreadMoveResponse
3567
+ */
3568
+ export declare const MsgAppealThreadMoveResponse: {
3569
+ typeUrl: string;
3570
+ encode(_: MsgAppealThreadMoveResponse, writer?: BinaryWriter): BinaryWriter;
3571
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadMoveResponse;
3572
+ fromPartial(_: DeepPartial<MsgAppealThreadMoveResponse>): MsgAppealThreadMoveResponse;
3573
+ fromAmino(_: MsgAppealThreadMoveResponseAmino): MsgAppealThreadMoveResponse;
3574
+ toAmino(_: MsgAppealThreadMoveResponse): MsgAppealThreadMoveResponseAmino;
3575
+ fromAminoMsg(object: MsgAppealThreadMoveResponseAminoMsg): MsgAppealThreadMoveResponse;
3576
+ fromProtoMsg(message: MsgAppealThreadMoveResponseProtoMsg): MsgAppealThreadMoveResponse;
3577
+ toProto(message: MsgAppealThreadMoveResponse): Uint8Array;
3578
+ toProtoMsg(message: MsgAppealThreadMoveResponse): MsgAppealThreadMoveResponseProtoMsg;
3579
+ };
3580
+ /**
3581
+ * MsgCreateBounty defines the MsgCreateBounty message.
3582
+ * @name MsgCreateBounty
3583
+ * @package sparkdream.forum.v1
3584
+ * @see proto type: sparkdream.forum.v1.MsgCreateBounty
3585
+ */
3586
+ export declare const MsgCreateBounty: {
3587
+ typeUrl: string;
3588
+ encode(message: MsgCreateBounty, writer?: BinaryWriter): BinaryWriter;
3589
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBounty;
3590
+ fromPartial(object: DeepPartial<MsgCreateBounty>): MsgCreateBounty;
3591
+ fromAmino(object: MsgCreateBountyAmino): MsgCreateBounty;
3592
+ toAmino(message: MsgCreateBounty): MsgCreateBountyAmino;
3593
+ fromAminoMsg(object: MsgCreateBountyAminoMsg): MsgCreateBounty;
3594
+ fromProtoMsg(message: MsgCreateBountyProtoMsg): MsgCreateBounty;
3595
+ toProto(message: MsgCreateBounty): Uint8Array;
3596
+ toProtoMsg(message: MsgCreateBounty): MsgCreateBountyProtoMsg;
3597
+ };
3598
+ /**
3599
+ * MsgCreateBountyResponse defines the MsgCreateBountyResponse message.
3600
+ * @name MsgCreateBountyResponse
3601
+ * @package sparkdream.forum.v1
3602
+ * @see proto type: sparkdream.forum.v1.MsgCreateBountyResponse
3603
+ */
3604
+ export declare const MsgCreateBountyResponse: {
3605
+ typeUrl: string;
3606
+ encode(_: MsgCreateBountyResponse, writer?: BinaryWriter): BinaryWriter;
3607
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBountyResponse;
3608
+ fromPartial(_: DeepPartial<MsgCreateBountyResponse>): MsgCreateBountyResponse;
3609
+ fromAmino(_: MsgCreateBountyResponseAmino): MsgCreateBountyResponse;
3610
+ toAmino(_: MsgCreateBountyResponse): MsgCreateBountyResponseAmino;
3611
+ fromAminoMsg(object: MsgCreateBountyResponseAminoMsg): MsgCreateBountyResponse;
3612
+ fromProtoMsg(message: MsgCreateBountyResponseProtoMsg): MsgCreateBountyResponse;
3613
+ toProto(message: MsgCreateBountyResponse): Uint8Array;
3614
+ toProtoMsg(message: MsgCreateBountyResponse): MsgCreateBountyResponseProtoMsg;
3615
+ };
3616
+ /**
3617
+ * MsgAwardBounty defines the MsgAwardBounty message.
3618
+ * @name MsgAwardBounty
3619
+ * @package sparkdream.forum.v1
3620
+ * @see proto type: sparkdream.forum.v1.MsgAwardBounty
3621
+ */
3622
+ export declare const MsgAwardBounty: {
3623
+ typeUrl: string;
3624
+ encode(message: MsgAwardBounty, writer?: BinaryWriter): BinaryWriter;
3625
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAwardBounty;
3626
+ fromPartial(object: DeepPartial<MsgAwardBounty>): MsgAwardBounty;
3627
+ fromAmino(object: MsgAwardBountyAmino): MsgAwardBounty;
3628
+ toAmino(message: MsgAwardBounty): MsgAwardBountyAmino;
3629
+ fromAminoMsg(object: MsgAwardBountyAminoMsg): MsgAwardBounty;
3630
+ fromProtoMsg(message: MsgAwardBountyProtoMsg): MsgAwardBounty;
3631
+ toProto(message: MsgAwardBounty): Uint8Array;
3632
+ toProtoMsg(message: MsgAwardBounty): MsgAwardBountyProtoMsg;
3633
+ };
3634
+ /**
3635
+ * MsgAwardBountyResponse defines the MsgAwardBountyResponse message.
3636
+ * @name MsgAwardBountyResponse
3637
+ * @package sparkdream.forum.v1
3638
+ * @see proto type: sparkdream.forum.v1.MsgAwardBountyResponse
3639
+ */
3640
+ export declare const MsgAwardBountyResponse: {
3641
+ typeUrl: string;
3642
+ encode(_: MsgAwardBountyResponse, writer?: BinaryWriter): BinaryWriter;
3643
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAwardBountyResponse;
3644
+ fromPartial(_: DeepPartial<MsgAwardBountyResponse>): MsgAwardBountyResponse;
3645
+ fromAmino(_: MsgAwardBountyResponseAmino): MsgAwardBountyResponse;
3646
+ toAmino(_: MsgAwardBountyResponse): MsgAwardBountyResponseAmino;
3647
+ fromAminoMsg(object: MsgAwardBountyResponseAminoMsg): MsgAwardBountyResponse;
3648
+ fromProtoMsg(message: MsgAwardBountyResponseProtoMsg): MsgAwardBountyResponse;
3649
+ toProto(message: MsgAwardBountyResponse): Uint8Array;
3650
+ toProtoMsg(message: MsgAwardBountyResponse): MsgAwardBountyResponseProtoMsg;
3651
+ };
3652
+ /**
3653
+ * MsgIncreaseBounty defines the MsgIncreaseBounty message.
3654
+ * @name MsgIncreaseBounty
3655
+ * @package sparkdream.forum.v1
3656
+ * @see proto type: sparkdream.forum.v1.MsgIncreaseBounty
3657
+ */
3658
+ export declare const MsgIncreaseBounty: {
3659
+ typeUrl: string;
3660
+ encode(message: MsgIncreaseBounty, writer?: BinaryWriter): BinaryWriter;
3661
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreaseBounty;
3662
+ fromPartial(object: DeepPartial<MsgIncreaseBounty>): MsgIncreaseBounty;
3663
+ fromAmino(object: MsgIncreaseBountyAmino): MsgIncreaseBounty;
3664
+ toAmino(message: MsgIncreaseBounty): MsgIncreaseBountyAmino;
3665
+ fromAminoMsg(object: MsgIncreaseBountyAminoMsg): MsgIncreaseBounty;
3666
+ fromProtoMsg(message: MsgIncreaseBountyProtoMsg): MsgIncreaseBounty;
3667
+ toProto(message: MsgIncreaseBounty): Uint8Array;
3668
+ toProtoMsg(message: MsgIncreaseBounty): MsgIncreaseBountyProtoMsg;
3669
+ };
3670
+ /**
3671
+ * MsgIncreaseBountyResponse defines the MsgIncreaseBountyResponse message.
3672
+ * @name MsgIncreaseBountyResponse
3673
+ * @package sparkdream.forum.v1
3674
+ * @see proto type: sparkdream.forum.v1.MsgIncreaseBountyResponse
3675
+ */
3676
+ export declare const MsgIncreaseBountyResponse: {
3677
+ typeUrl: string;
3678
+ encode(_: MsgIncreaseBountyResponse, writer?: BinaryWriter): BinaryWriter;
3679
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreaseBountyResponse;
3680
+ fromPartial(_: DeepPartial<MsgIncreaseBountyResponse>): MsgIncreaseBountyResponse;
3681
+ fromAmino(_: MsgIncreaseBountyResponseAmino): MsgIncreaseBountyResponse;
3682
+ toAmino(_: MsgIncreaseBountyResponse): MsgIncreaseBountyResponseAmino;
3683
+ fromAminoMsg(object: MsgIncreaseBountyResponseAminoMsg): MsgIncreaseBountyResponse;
3684
+ fromProtoMsg(message: MsgIncreaseBountyResponseProtoMsg): MsgIncreaseBountyResponse;
3685
+ toProto(message: MsgIncreaseBountyResponse): Uint8Array;
3686
+ toProtoMsg(message: MsgIncreaseBountyResponse): MsgIncreaseBountyResponseProtoMsg;
3687
+ };
3688
+ /**
3689
+ * MsgCancelBounty defines the MsgCancelBounty message.
3690
+ * @name MsgCancelBounty
3691
+ * @package sparkdream.forum.v1
3692
+ * @see proto type: sparkdream.forum.v1.MsgCancelBounty
3693
+ */
3694
+ export declare const MsgCancelBounty: {
3695
+ typeUrl: string;
3696
+ encode(message: MsgCancelBounty, writer?: BinaryWriter): BinaryWriter;
3697
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelBounty;
3698
+ fromPartial(object: DeepPartial<MsgCancelBounty>): MsgCancelBounty;
3699
+ fromAmino(object: MsgCancelBountyAmino): MsgCancelBounty;
3700
+ toAmino(message: MsgCancelBounty): MsgCancelBountyAmino;
3701
+ fromAminoMsg(object: MsgCancelBountyAminoMsg): MsgCancelBounty;
3702
+ fromProtoMsg(message: MsgCancelBountyProtoMsg): MsgCancelBounty;
3703
+ toProto(message: MsgCancelBounty): Uint8Array;
3704
+ toProtoMsg(message: MsgCancelBounty): MsgCancelBountyProtoMsg;
3705
+ };
3706
+ /**
3707
+ * MsgCancelBountyResponse defines the MsgCancelBountyResponse message.
3708
+ * @name MsgCancelBountyResponse
3709
+ * @package sparkdream.forum.v1
3710
+ * @see proto type: sparkdream.forum.v1.MsgCancelBountyResponse
3711
+ */
3712
+ export declare const MsgCancelBountyResponse: {
3713
+ typeUrl: string;
3714
+ encode(_: MsgCancelBountyResponse, writer?: BinaryWriter): BinaryWriter;
3715
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelBountyResponse;
3716
+ fromPartial(_: DeepPartial<MsgCancelBountyResponse>): MsgCancelBountyResponse;
3717
+ fromAmino(_: MsgCancelBountyResponseAmino): MsgCancelBountyResponse;
3718
+ toAmino(_: MsgCancelBountyResponse): MsgCancelBountyResponseAmino;
3719
+ fromAminoMsg(object: MsgCancelBountyResponseAminoMsg): MsgCancelBountyResponse;
3720
+ fromProtoMsg(message: MsgCancelBountyResponseProtoMsg): MsgCancelBountyResponse;
3721
+ toProto(message: MsgCancelBountyResponse): Uint8Array;
3722
+ toProtoMsg(message: MsgCancelBountyResponse): MsgCancelBountyResponseProtoMsg;
3723
+ };
3724
+ /**
3725
+ * MsgAssignBountyToReply defines the MsgAssignBountyToReply message.
3726
+ * @name MsgAssignBountyToReply
3727
+ * @package sparkdream.forum.v1
3728
+ * @see proto type: sparkdream.forum.v1.MsgAssignBountyToReply
3729
+ */
3730
+ export declare const MsgAssignBountyToReply: {
3731
+ typeUrl: string;
3732
+ encode(message: MsgAssignBountyToReply, writer?: BinaryWriter): BinaryWriter;
3733
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAssignBountyToReply;
3734
+ fromPartial(object: DeepPartial<MsgAssignBountyToReply>): MsgAssignBountyToReply;
3735
+ fromAmino(object: MsgAssignBountyToReplyAmino): MsgAssignBountyToReply;
3736
+ toAmino(message: MsgAssignBountyToReply): MsgAssignBountyToReplyAmino;
3737
+ fromAminoMsg(object: MsgAssignBountyToReplyAminoMsg): MsgAssignBountyToReply;
3738
+ fromProtoMsg(message: MsgAssignBountyToReplyProtoMsg): MsgAssignBountyToReply;
3739
+ toProto(message: MsgAssignBountyToReply): Uint8Array;
3740
+ toProtoMsg(message: MsgAssignBountyToReply): MsgAssignBountyToReplyProtoMsg;
3741
+ };
3742
+ /**
3743
+ * MsgAssignBountyToReplyResponse defines the MsgAssignBountyToReplyResponse message.
3744
+ * @name MsgAssignBountyToReplyResponse
3745
+ * @package sparkdream.forum.v1
3746
+ * @see proto type: sparkdream.forum.v1.MsgAssignBountyToReplyResponse
3747
+ */
3748
+ export declare const MsgAssignBountyToReplyResponse: {
3749
+ typeUrl: string;
3750
+ encode(_: MsgAssignBountyToReplyResponse, writer?: BinaryWriter): BinaryWriter;
3751
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAssignBountyToReplyResponse;
3752
+ fromPartial(_: DeepPartial<MsgAssignBountyToReplyResponse>): MsgAssignBountyToReplyResponse;
3753
+ fromAmino(_: MsgAssignBountyToReplyResponseAmino): MsgAssignBountyToReplyResponse;
3754
+ toAmino(_: MsgAssignBountyToReplyResponse): MsgAssignBountyToReplyResponseAmino;
3755
+ fromAminoMsg(object: MsgAssignBountyToReplyResponseAminoMsg): MsgAssignBountyToReplyResponse;
3756
+ fromProtoMsg(message: MsgAssignBountyToReplyResponseProtoMsg): MsgAssignBountyToReplyResponse;
3757
+ toProto(message: MsgAssignBountyToReplyResponse): Uint8Array;
3758
+ toProtoMsg(message: MsgAssignBountyToReplyResponse): MsgAssignBountyToReplyResponseProtoMsg;
3759
+ };
3760
+ /**
3761
+ * MsgCreateTagBudget defines the MsgCreateTagBudget message.
3762
+ * @name MsgCreateTagBudget
3763
+ * @package sparkdream.forum.v1
3764
+ * @see proto type: sparkdream.forum.v1.MsgCreateTagBudget
3765
+ */
3766
+ export declare const MsgCreateTagBudget: {
3767
+ typeUrl: string;
3768
+ encode(message: MsgCreateTagBudget, writer?: BinaryWriter): BinaryWriter;
3769
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateTagBudget;
3770
+ fromPartial(object: DeepPartial<MsgCreateTagBudget>): MsgCreateTagBudget;
3771
+ fromAmino(object: MsgCreateTagBudgetAmino): MsgCreateTagBudget;
3772
+ toAmino(message: MsgCreateTagBudget): MsgCreateTagBudgetAmino;
3773
+ fromAminoMsg(object: MsgCreateTagBudgetAminoMsg): MsgCreateTagBudget;
3774
+ fromProtoMsg(message: MsgCreateTagBudgetProtoMsg): MsgCreateTagBudget;
3775
+ toProto(message: MsgCreateTagBudget): Uint8Array;
3776
+ toProtoMsg(message: MsgCreateTagBudget): MsgCreateTagBudgetProtoMsg;
3777
+ };
3778
+ /**
3779
+ * MsgCreateTagBudgetResponse defines the MsgCreateTagBudgetResponse message.
3780
+ * @name MsgCreateTagBudgetResponse
3781
+ * @package sparkdream.forum.v1
3782
+ * @see proto type: sparkdream.forum.v1.MsgCreateTagBudgetResponse
3783
+ */
3784
+ export declare const MsgCreateTagBudgetResponse: {
3785
+ typeUrl: string;
3786
+ encode(_: MsgCreateTagBudgetResponse, writer?: BinaryWriter): BinaryWriter;
3787
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateTagBudgetResponse;
3788
+ fromPartial(_: DeepPartial<MsgCreateTagBudgetResponse>): MsgCreateTagBudgetResponse;
3789
+ fromAmino(_: MsgCreateTagBudgetResponseAmino): MsgCreateTagBudgetResponse;
3790
+ toAmino(_: MsgCreateTagBudgetResponse): MsgCreateTagBudgetResponseAmino;
3791
+ fromAminoMsg(object: MsgCreateTagBudgetResponseAminoMsg): MsgCreateTagBudgetResponse;
3792
+ fromProtoMsg(message: MsgCreateTagBudgetResponseProtoMsg): MsgCreateTagBudgetResponse;
3793
+ toProto(message: MsgCreateTagBudgetResponse): Uint8Array;
3794
+ toProtoMsg(message: MsgCreateTagBudgetResponse): MsgCreateTagBudgetResponseProtoMsg;
3795
+ };
3796
+ /**
3797
+ * MsgAwardFromTagBudget defines the MsgAwardFromTagBudget message.
3798
+ * @name MsgAwardFromTagBudget
3799
+ * @package sparkdream.forum.v1
3800
+ * @see proto type: sparkdream.forum.v1.MsgAwardFromTagBudget
3801
+ */
3802
+ export declare const MsgAwardFromTagBudget: {
3803
+ typeUrl: string;
3804
+ encode(message: MsgAwardFromTagBudget, writer?: BinaryWriter): BinaryWriter;
3805
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAwardFromTagBudget;
3806
+ fromPartial(object: DeepPartial<MsgAwardFromTagBudget>): MsgAwardFromTagBudget;
3807
+ fromAmino(object: MsgAwardFromTagBudgetAmino): MsgAwardFromTagBudget;
3808
+ toAmino(message: MsgAwardFromTagBudget): MsgAwardFromTagBudgetAmino;
3809
+ fromAminoMsg(object: MsgAwardFromTagBudgetAminoMsg): MsgAwardFromTagBudget;
3810
+ fromProtoMsg(message: MsgAwardFromTagBudgetProtoMsg): MsgAwardFromTagBudget;
3811
+ toProto(message: MsgAwardFromTagBudget): Uint8Array;
3812
+ toProtoMsg(message: MsgAwardFromTagBudget): MsgAwardFromTagBudgetProtoMsg;
3813
+ };
3814
+ /**
3815
+ * MsgAwardFromTagBudgetResponse defines the MsgAwardFromTagBudgetResponse message.
3816
+ * @name MsgAwardFromTagBudgetResponse
3817
+ * @package sparkdream.forum.v1
3818
+ * @see proto type: sparkdream.forum.v1.MsgAwardFromTagBudgetResponse
3819
+ */
3820
+ export declare const MsgAwardFromTagBudgetResponse: {
3821
+ typeUrl: string;
3822
+ encode(_: MsgAwardFromTagBudgetResponse, writer?: BinaryWriter): BinaryWriter;
3823
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAwardFromTagBudgetResponse;
3824
+ fromPartial(_: DeepPartial<MsgAwardFromTagBudgetResponse>): MsgAwardFromTagBudgetResponse;
3825
+ fromAmino(_: MsgAwardFromTagBudgetResponseAmino): MsgAwardFromTagBudgetResponse;
3826
+ toAmino(_: MsgAwardFromTagBudgetResponse): MsgAwardFromTagBudgetResponseAmino;
3827
+ fromAminoMsg(object: MsgAwardFromTagBudgetResponseAminoMsg): MsgAwardFromTagBudgetResponse;
3828
+ fromProtoMsg(message: MsgAwardFromTagBudgetResponseProtoMsg): MsgAwardFromTagBudgetResponse;
3829
+ toProto(message: MsgAwardFromTagBudgetResponse): Uint8Array;
3830
+ toProtoMsg(message: MsgAwardFromTagBudgetResponse): MsgAwardFromTagBudgetResponseProtoMsg;
3831
+ };
3832
+ /**
3833
+ * MsgTopUpTagBudget defines the MsgTopUpTagBudget message.
3834
+ * @name MsgTopUpTagBudget
3835
+ * @package sparkdream.forum.v1
3836
+ * @see proto type: sparkdream.forum.v1.MsgTopUpTagBudget
3837
+ */
3838
+ export declare const MsgTopUpTagBudget: {
3839
+ typeUrl: string;
3840
+ encode(message: MsgTopUpTagBudget, writer?: BinaryWriter): BinaryWriter;
3841
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgTopUpTagBudget;
3842
+ fromPartial(object: DeepPartial<MsgTopUpTagBudget>): MsgTopUpTagBudget;
3843
+ fromAmino(object: MsgTopUpTagBudgetAmino): MsgTopUpTagBudget;
3844
+ toAmino(message: MsgTopUpTagBudget): MsgTopUpTagBudgetAmino;
3845
+ fromAminoMsg(object: MsgTopUpTagBudgetAminoMsg): MsgTopUpTagBudget;
3846
+ fromProtoMsg(message: MsgTopUpTagBudgetProtoMsg): MsgTopUpTagBudget;
3847
+ toProto(message: MsgTopUpTagBudget): Uint8Array;
3848
+ toProtoMsg(message: MsgTopUpTagBudget): MsgTopUpTagBudgetProtoMsg;
3849
+ };
3850
+ /**
3851
+ * MsgTopUpTagBudgetResponse defines the MsgTopUpTagBudgetResponse message.
3852
+ * @name MsgTopUpTagBudgetResponse
3853
+ * @package sparkdream.forum.v1
3854
+ * @see proto type: sparkdream.forum.v1.MsgTopUpTagBudgetResponse
3855
+ */
3856
+ export declare const MsgTopUpTagBudgetResponse: {
3857
+ typeUrl: string;
3858
+ encode(_: MsgTopUpTagBudgetResponse, writer?: BinaryWriter): BinaryWriter;
3859
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgTopUpTagBudgetResponse;
3860
+ fromPartial(_: DeepPartial<MsgTopUpTagBudgetResponse>): MsgTopUpTagBudgetResponse;
3861
+ fromAmino(_: MsgTopUpTagBudgetResponseAmino): MsgTopUpTagBudgetResponse;
3862
+ toAmino(_: MsgTopUpTagBudgetResponse): MsgTopUpTagBudgetResponseAmino;
3863
+ fromAminoMsg(object: MsgTopUpTagBudgetResponseAminoMsg): MsgTopUpTagBudgetResponse;
3864
+ fromProtoMsg(message: MsgTopUpTagBudgetResponseProtoMsg): MsgTopUpTagBudgetResponse;
3865
+ toProto(message: MsgTopUpTagBudgetResponse): Uint8Array;
3866
+ toProtoMsg(message: MsgTopUpTagBudgetResponse): MsgTopUpTagBudgetResponseProtoMsg;
3867
+ };
3868
+ /**
3869
+ * MsgToggleTagBudget defines the MsgToggleTagBudget message.
3870
+ * @name MsgToggleTagBudget
3871
+ * @package sparkdream.forum.v1
3872
+ * @see proto type: sparkdream.forum.v1.MsgToggleTagBudget
3873
+ */
3874
+ export declare const MsgToggleTagBudget: {
3875
+ typeUrl: string;
3876
+ encode(message: MsgToggleTagBudget, writer?: BinaryWriter): BinaryWriter;
3877
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgToggleTagBudget;
3878
+ fromPartial(object: DeepPartial<MsgToggleTagBudget>): MsgToggleTagBudget;
3879
+ fromAmino(object: MsgToggleTagBudgetAmino): MsgToggleTagBudget;
3880
+ toAmino(message: MsgToggleTagBudget): MsgToggleTagBudgetAmino;
3881
+ fromAminoMsg(object: MsgToggleTagBudgetAminoMsg): MsgToggleTagBudget;
3882
+ fromProtoMsg(message: MsgToggleTagBudgetProtoMsg): MsgToggleTagBudget;
3883
+ toProto(message: MsgToggleTagBudget): Uint8Array;
3884
+ toProtoMsg(message: MsgToggleTagBudget): MsgToggleTagBudgetProtoMsg;
3885
+ };
3886
+ /**
3887
+ * MsgToggleTagBudgetResponse defines the MsgToggleTagBudgetResponse message.
3888
+ * @name MsgToggleTagBudgetResponse
3889
+ * @package sparkdream.forum.v1
3890
+ * @see proto type: sparkdream.forum.v1.MsgToggleTagBudgetResponse
3891
+ */
3892
+ export declare const MsgToggleTagBudgetResponse: {
3893
+ typeUrl: string;
3894
+ encode(_: MsgToggleTagBudgetResponse, writer?: BinaryWriter): BinaryWriter;
3895
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgToggleTagBudgetResponse;
3896
+ fromPartial(_: DeepPartial<MsgToggleTagBudgetResponse>): MsgToggleTagBudgetResponse;
3897
+ fromAmino(_: MsgToggleTagBudgetResponseAmino): MsgToggleTagBudgetResponse;
3898
+ toAmino(_: MsgToggleTagBudgetResponse): MsgToggleTagBudgetResponseAmino;
3899
+ fromAminoMsg(object: MsgToggleTagBudgetResponseAminoMsg): MsgToggleTagBudgetResponse;
3900
+ fromProtoMsg(message: MsgToggleTagBudgetResponseProtoMsg): MsgToggleTagBudgetResponse;
3901
+ toProto(message: MsgToggleTagBudgetResponse): Uint8Array;
3902
+ toProtoMsg(message: MsgToggleTagBudgetResponse): MsgToggleTagBudgetResponseProtoMsg;
3903
+ };
3904
+ /**
3905
+ * MsgWithdrawTagBudget defines the MsgWithdrawTagBudget message.
3906
+ * @name MsgWithdrawTagBudget
3907
+ * @package sparkdream.forum.v1
3908
+ * @see proto type: sparkdream.forum.v1.MsgWithdrawTagBudget
3909
+ */
3910
+ export declare const MsgWithdrawTagBudget: {
3911
+ typeUrl: string;
3912
+ encode(message: MsgWithdrawTagBudget, writer?: BinaryWriter): BinaryWriter;
3913
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawTagBudget;
3914
+ fromPartial(object: DeepPartial<MsgWithdrawTagBudget>): MsgWithdrawTagBudget;
3915
+ fromAmino(object: MsgWithdrawTagBudgetAmino): MsgWithdrawTagBudget;
3916
+ toAmino(message: MsgWithdrawTagBudget): MsgWithdrawTagBudgetAmino;
3917
+ fromAminoMsg(object: MsgWithdrawTagBudgetAminoMsg): MsgWithdrawTagBudget;
3918
+ fromProtoMsg(message: MsgWithdrawTagBudgetProtoMsg): MsgWithdrawTagBudget;
3919
+ toProto(message: MsgWithdrawTagBudget): Uint8Array;
3920
+ toProtoMsg(message: MsgWithdrawTagBudget): MsgWithdrawTagBudgetProtoMsg;
3921
+ };
3922
+ /**
3923
+ * MsgWithdrawTagBudgetResponse defines the MsgWithdrawTagBudgetResponse message.
3924
+ * @name MsgWithdrawTagBudgetResponse
3925
+ * @package sparkdream.forum.v1
3926
+ * @see proto type: sparkdream.forum.v1.MsgWithdrawTagBudgetResponse
3927
+ */
3928
+ export declare const MsgWithdrawTagBudgetResponse: {
3929
+ typeUrl: string;
3930
+ encode(_: MsgWithdrawTagBudgetResponse, writer?: BinaryWriter): BinaryWriter;
3931
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawTagBudgetResponse;
3932
+ fromPartial(_: DeepPartial<MsgWithdrawTagBudgetResponse>): MsgWithdrawTagBudgetResponse;
3933
+ fromAmino(_: MsgWithdrawTagBudgetResponseAmino): MsgWithdrawTagBudgetResponse;
3934
+ toAmino(_: MsgWithdrawTagBudgetResponse): MsgWithdrawTagBudgetResponseAmino;
3935
+ fromAminoMsg(object: MsgWithdrawTagBudgetResponseAminoMsg): MsgWithdrawTagBudgetResponse;
3936
+ fromProtoMsg(message: MsgWithdrawTagBudgetResponseProtoMsg): MsgWithdrawTagBudgetResponse;
3937
+ toProto(message: MsgWithdrawTagBudgetResponse): Uint8Array;
3938
+ toProtoMsg(message: MsgWithdrawTagBudgetResponse): MsgWithdrawTagBudgetResponseProtoMsg;
3939
+ };
3940
+ /**
3941
+ * MsgPinReply defines the MsgPinReply message.
3942
+ * @name MsgPinReply
3943
+ * @package sparkdream.forum.v1
3944
+ * @see proto type: sparkdream.forum.v1.MsgPinReply
3945
+ */
3946
+ export declare const MsgPinReply: {
3947
+ typeUrl: string;
3948
+ encode(message: MsgPinReply, writer?: BinaryWriter): BinaryWriter;
3949
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgPinReply;
3950
+ fromPartial(object: DeepPartial<MsgPinReply>): MsgPinReply;
3951
+ fromAmino(object: MsgPinReplyAmino): MsgPinReply;
3952
+ toAmino(message: MsgPinReply): MsgPinReplyAmino;
3953
+ fromAminoMsg(object: MsgPinReplyAminoMsg): MsgPinReply;
3954
+ fromProtoMsg(message: MsgPinReplyProtoMsg): MsgPinReply;
3955
+ toProto(message: MsgPinReply): Uint8Array;
3956
+ toProtoMsg(message: MsgPinReply): MsgPinReplyProtoMsg;
3957
+ };
3958
+ /**
3959
+ * MsgPinReplyResponse defines the MsgPinReplyResponse message.
3960
+ * @name MsgPinReplyResponse
3961
+ * @package sparkdream.forum.v1
3962
+ * @see proto type: sparkdream.forum.v1.MsgPinReplyResponse
3963
+ */
3964
+ export declare const MsgPinReplyResponse: {
3965
+ typeUrl: string;
3966
+ encode(_: MsgPinReplyResponse, writer?: BinaryWriter): BinaryWriter;
3967
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgPinReplyResponse;
3968
+ fromPartial(_: DeepPartial<MsgPinReplyResponse>): MsgPinReplyResponse;
3969
+ fromAmino(_: MsgPinReplyResponseAmino): MsgPinReplyResponse;
3970
+ toAmino(_: MsgPinReplyResponse): MsgPinReplyResponseAmino;
3971
+ fromAminoMsg(object: MsgPinReplyResponseAminoMsg): MsgPinReplyResponse;
3972
+ fromProtoMsg(message: MsgPinReplyResponseProtoMsg): MsgPinReplyResponse;
3973
+ toProto(message: MsgPinReplyResponse): Uint8Array;
3974
+ toProtoMsg(message: MsgPinReplyResponse): MsgPinReplyResponseProtoMsg;
3975
+ };
3976
+ /**
3977
+ * MsgUnpinReply defines the MsgUnpinReply message.
3978
+ * @name MsgUnpinReply
3979
+ * @package sparkdream.forum.v1
3980
+ * @see proto type: sparkdream.forum.v1.MsgUnpinReply
3981
+ */
3982
+ export declare const MsgUnpinReply: {
3983
+ typeUrl: string;
3984
+ encode(message: MsgUnpinReply, writer?: BinaryWriter): BinaryWriter;
3985
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinReply;
3986
+ fromPartial(object: DeepPartial<MsgUnpinReply>): MsgUnpinReply;
3987
+ fromAmino(object: MsgUnpinReplyAmino): MsgUnpinReply;
3988
+ toAmino(message: MsgUnpinReply): MsgUnpinReplyAmino;
3989
+ fromAminoMsg(object: MsgUnpinReplyAminoMsg): MsgUnpinReply;
3990
+ fromProtoMsg(message: MsgUnpinReplyProtoMsg): MsgUnpinReply;
3991
+ toProto(message: MsgUnpinReply): Uint8Array;
3992
+ toProtoMsg(message: MsgUnpinReply): MsgUnpinReplyProtoMsg;
3993
+ };
3994
+ /**
3995
+ * MsgUnpinReplyResponse defines the MsgUnpinReplyResponse message.
3996
+ * @name MsgUnpinReplyResponse
3997
+ * @package sparkdream.forum.v1
3998
+ * @see proto type: sparkdream.forum.v1.MsgUnpinReplyResponse
3999
+ */
4000
+ export declare const MsgUnpinReplyResponse: {
4001
+ typeUrl: string;
4002
+ encode(_: MsgUnpinReplyResponse, writer?: BinaryWriter): BinaryWriter;
4003
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinReplyResponse;
4004
+ fromPartial(_: DeepPartial<MsgUnpinReplyResponse>): MsgUnpinReplyResponse;
4005
+ fromAmino(_: MsgUnpinReplyResponseAmino): MsgUnpinReplyResponse;
4006
+ toAmino(_: MsgUnpinReplyResponse): MsgUnpinReplyResponseAmino;
4007
+ fromAminoMsg(object: MsgUnpinReplyResponseAminoMsg): MsgUnpinReplyResponse;
4008
+ fromProtoMsg(message: MsgUnpinReplyResponseProtoMsg): MsgUnpinReplyResponse;
4009
+ toProto(message: MsgUnpinReplyResponse): Uint8Array;
4010
+ toProtoMsg(message: MsgUnpinReplyResponse): MsgUnpinReplyResponseProtoMsg;
4011
+ };
4012
+ /**
4013
+ * MsgDisputePin defines the MsgDisputePin message.
4014
+ * @name MsgDisputePin
4015
+ * @package sparkdream.forum.v1
4016
+ * @see proto type: sparkdream.forum.v1.MsgDisputePin
4017
+ */
4018
+ export declare const MsgDisputePin: {
4019
+ typeUrl: string;
4020
+ encode(message: MsgDisputePin, writer?: BinaryWriter): BinaryWriter;
4021
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDisputePin;
4022
+ fromPartial(object: DeepPartial<MsgDisputePin>): MsgDisputePin;
4023
+ fromAmino(object: MsgDisputePinAmino): MsgDisputePin;
4024
+ toAmino(message: MsgDisputePin): MsgDisputePinAmino;
4025
+ fromAminoMsg(object: MsgDisputePinAminoMsg): MsgDisputePin;
4026
+ fromProtoMsg(message: MsgDisputePinProtoMsg): MsgDisputePin;
4027
+ toProto(message: MsgDisputePin): Uint8Array;
4028
+ toProtoMsg(message: MsgDisputePin): MsgDisputePinProtoMsg;
4029
+ };
4030
+ /**
4031
+ * MsgDisputePinResponse defines the MsgDisputePinResponse message.
4032
+ * @name MsgDisputePinResponse
4033
+ * @package sparkdream.forum.v1
4034
+ * @see proto type: sparkdream.forum.v1.MsgDisputePinResponse
4035
+ */
4036
+ export declare const MsgDisputePinResponse: {
4037
+ typeUrl: string;
4038
+ encode(_: MsgDisputePinResponse, writer?: BinaryWriter): BinaryWriter;
4039
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDisputePinResponse;
4040
+ fromPartial(_: DeepPartial<MsgDisputePinResponse>): MsgDisputePinResponse;
4041
+ fromAmino(_: MsgDisputePinResponseAmino): MsgDisputePinResponse;
4042
+ toAmino(_: MsgDisputePinResponse): MsgDisputePinResponseAmino;
4043
+ fromAminoMsg(object: MsgDisputePinResponseAminoMsg): MsgDisputePinResponse;
4044
+ fromProtoMsg(message: MsgDisputePinResponseProtoMsg): MsgDisputePinResponse;
4045
+ toProto(message: MsgDisputePinResponse): Uint8Array;
4046
+ toProtoMsg(message: MsgDisputePinResponse): MsgDisputePinResponseProtoMsg;
4047
+ };
4048
+ /**
4049
+ * MsgMarkAcceptedReply defines the MsgMarkAcceptedReply message.
4050
+ * @name MsgMarkAcceptedReply
4051
+ * @package sparkdream.forum.v1
4052
+ * @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReply
4053
+ */
4054
+ export declare const MsgMarkAcceptedReply: {
4055
+ typeUrl: string;
4056
+ encode(message: MsgMarkAcceptedReply, writer?: BinaryWriter): BinaryWriter;
4057
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgMarkAcceptedReply;
4058
+ fromPartial(object: DeepPartial<MsgMarkAcceptedReply>): MsgMarkAcceptedReply;
4059
+ fromAmino(object: MsgMarkAcceptedReplyAmino): MsgMarkAcceptedReply;
4060
+ toAmino(message: MsgMarkAcceptedReply): MsgMarkAcceptedReplyAmino;
4061
+ fromAminoMsg(object: MsgMarkAcceptedReplyAminoMsg): MsgMarkAcceptedReply;
4062
+ fromProtoMsg(message: MsgMarkAcceptedReplyProtoMsg): MsgMarkAcceptedReply;
4063
+ toProto(message: MsgMarkAcceptedReply): Uint8Array;
4064
+ toProtoMsg(message: MsgMarkAcceptedReply): MsgMarkAcceptedReplyProtoMsg;
4065
+ };
4066
+ /**
4067
+ * MsgMarkAcceptedReplyResponse defines the MsgMarkAcceptedReplyResponse message.
4068
+ * @name MsgMarkAcceptedReplyResponse
4069
+ * @package sparkdream.forum.v1
4070
+ * @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReplyResponse
4071
+ */
4072
+ export declare const MsgMarkAcceptedReplyResponse: {
4073
+ typeUrl: string;
4074
+ encode(_: MsgMarkAcceptedReplyResponse, writer?: BinaryWriter): BinaryWriter;
4075
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgMarkAcceptedReplyResponse;
4076
+ fromPartial(_: DeepPartial<MsgMarkAcceptedReplyResponse>): MsgMarkAcceptedReplyResponse;
4077
+ fromAmino(_: MsgMarkAcceptedReplyResponseAmino): MsgMarkAcceptedReplyResponse;
4078
+ toAmino(_: MsgMarkAcceptedReplyResponse): MsgMarkAcceptedReplyResponseAmino;
4079
+ fromAminoMsg(object: MsgMarkAcceptedReplyResponseAminoMsg): MsgMarkAcceptedReplyResponse;
4080
+ fromProtoMsg(message: MsgMarkAcceptedReplyResponseProtoMsg): MsgMarkAcceptedReplyResponse;
4081
+ toProto(message: MsgMarkAcceptedReplyResponse): Uint8Array;
4082
+ toProtoMsg(message: MsgMarkAcceptedReplyResponse): MsgMarkAcceptedReplyResponseProtoMsg;
4083
+ };
4084
+ /**
4085
+ * MsgConfirmProposedReply defines the MsgConfirmProposedReply message.
4086
+ * @name MsgConfirmProposedReply
4087
+ * @package sparkdream.forum.v1
4088
+ * @see proto type: sparkdream.forum.v1.MsgConfirmProposedReply
4089
+ */
4090
+ export declare const MsgConfirmProposedReply: {
4091
+ typeUrl: string;
4092
+ encode(message: MsgConfirmProposedReply, writer?: BinaryWriter): BinaryWriter;
4093
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmProposedReply;
4094
+ fromPartial(object: DeepPartial<MsgConfirmProposedReply>): MsgConfirmProposedReply;
4095
+ fromAmino(object: MsgConfirmProposedReplyAmino): MsgConfirmProposedReply;
4096
+ toAmino(message: MsgConfirmProposedReply): MsgConfirmProposedReplyAmino;
4097
+ fromAminoMsg(object: MsgConfirmProposedReplyAminoMsg): MsgConfirmProposedReply;
4098
+ fromProtoMsg(message: MsgConfirmProposedReplyProtoMsg): MsgConfirmProposedReply;
4099
+ toProto(message: MsgConfirmProposedReply): Uint8Array;
4100
+ toProtoMsg(message: MsgConfirmProposedReply): MsgConfirmProposedReplyProtoMsg;
4101
+ };
4102
+ /**
4103
+ * MsgConfirmProposedReplyResponse defines the MsgConfirmProposedReplyResponse message.
4104
+ * @name MsgConfirmProposedReplyResponse
4105
+ * @package sparkdream.forum.v1
4106
+ * @see proto type: sparkdream.forum.v1.MsgConfirmProposedReplyResponse
4107
+ */
4108
+ export declare const MsgConfirmProposedReplyResponse: {
4109
+ typeUrl: string;
4110
+ encode(_: MsgConfirmProposedReplyResponse, writer?: BinaryWriter): BinaryWriter;
4111
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmProposedReplyResponse;
4112
+ fromPartial(_: DeepPartial<MsgConfirmProposedReplyResponse>): MsgConfirmProposedReplyResponse;
4113
+ fromAmino(_: MsgConfirmProposedReplyResponseAmino): MsgConfirmProposedReplyResponse;
4114
+ toAmino(_: MsgConfirmProposedReplyResponse): MsgConfirmProposedReplyResponseAmino;
4115
+ fromAminoMsg(object: MsgConfirmProposedReplyResponseAminoMsg): MsgConfirmProposedReplyResponse;
4116
+ fromProtoMsg(message: MsgConfirmProposedReplyResponseProtoMsg): MsgConfirmProposedReplyResponse;
4117
+ toProto(message: MsgConfirmProposedReplyResponse): Uint8Array;
4118
+ toProtoMsg(message: MsgConfirmProposedReplyResponse): MsgConfirmProposedReplyResponseProtoMsg;
4119
+ };
4120
+ /**
4121
+ * MsgRejectProposedReply defines the MsgRejectProposedReply message.
4122
+ * @name MsgRejectProposedReply
4123
+ * @package sparkdream.forum.v1
4124
+ * @see proto type: sparkdream.forum.v1.MsgRejectProposedReply
4125
+ */
4126
+ export declare const MsgRejectProposedReply: {
4127
+ typeUrl: string;
4128
+ encode(message: MsgRejectProposedReply, writer?: BinaryWriter): BinaryWriter;
4129
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRejectProposedReply;
4130
+ fromPartial(object: DeepPartial<MsgRejectProposedReply>): MsgRejectProposedReply;
4131
+ fromAmino(object: MsgRejectProposedReplyAmino): MsgRejectProposedReply;
4132
+ toAmino(message: MsgRejectProposedReply): MsgRejectProposedReplyAmino;
4133
+ fromAminoMsg(object: MsgRejectProposedReplyAminoMsg): MsgRejectProposedReply;
4134
+ fromProtoMsg(message: MsgRejectProposedReplyProtoMsg): MsgRejectProposedReply;
4135
+ toProto(message: MsgRejectProposedReply): Uint8Array;
4136
+ toProtoMsg(message: MsgRejectProposedReply): MsgRejectProposedReplyProtoMsg;
4137
+ };
4138
+ /**
4139
+ * MsgRejectProposedReplyResponse defines the MsgRejectProposedReplyResponse message.
4140
+ * @name MsgRejectProposedReplyResponse
4141
+ * @package sparkdream.forum.v1
4142
+ * @see proto type: sparkdream.forum.v1.MsgRejectProposedReplyResponse
4143
+ */
4144
+ export declare const MsgRejectProposedReplyResponse: {
4145
+ typeUrl: string;
4146
+ encode(_: MsgRejectProposedReplyResponse, writer?: BinaryWriter): BinaryWriter;
4147
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRejectProposedReplyResponse;
4148
+ fromPartial(_: DeepPartial<MsgRejectProposedReplyResponse>): MsgRejectProposedReplyResponse;
4149
+ fromAmino(_: MsgRejectProposedReplyResponseAmino): MsgRejectProposedReplyResponse;
4150
+ toAmino(_: MsgRejectProposedReplyResponse): MsgRejectProposedReplyResponseAmino;
4151
+ fromAminoMsg(object: MsgRejectProposedReplyResponseAminoMsg): MsgRejectProposedReplyResponse;
4152
+ fromProtoMsg(message: MsgRejectProposedReplyResponseProtoMsg): MsgRejectProposedReplyResponse;
4153
+ toProto(message: MsgRejectProposedReplyResponse): Uint8Array;
4154
+ toProtoMsg(message: MsgRejectProposedReplyResponse): MsgRejectProposedReplyResponseProtoMsg;
4155
+ };
4156
+ /**
4157
+ * MsgSetForumPaused defines the MsgSetForumPaused message.
4158
+ * @name MsgSetForumPaused
4159
+ * @package sparkdream.forum.v1
4160
+ * @see proto type: sparkdream.forum.v1.MsgSetForumPaused
4161
+ */
4162
+ export declare const MsgSetForumPaused: {
4163
+ typeUrl: string;
4164
+ encode(message: MsgSetForumPaused, writer?: BinaryWriter): BinaryWriter;
4165
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSetForumPaused;
4166
+ fromPartial(object: DeepPartial<MsgSetForumPaused>): MsgSetForumPaused;
4167
+ fromAmino(object: MsgSetForumPausedAmino): MsgSetForumPaused;
4168
+ toAmino(message: MsgSetForumPaused): MsgSetForumPausedAmino;
4169
+ fromAminoMsg(object: MsgSetForumPausedAminoMsg): MsgSetForumPaused;
4170
+ fromProtoMsg(message: MsgSetForumPausedProtoMsg): MsgSetForumPaused;
4171
+ toProto(message: MsgSetForumPaused): Uint8Array;
4172
+ toProtoMsg(message: MsgSetForumPaused): MsgSetForumPausedProtoMsg;
4173
+ };
4174
+ /**
4175
+ * MsgSetForumPausedResponse defines the MsgSetForumPausedResponse message.
4176
+ * @name MsgSetForumPausedResponse
4177
+ * @package sparkdream.forum.v1
4178
+ * @see proto type: sparkdream.forum.v1.MsgSetForumPausedResponse
4179
+ */
4180
+ export declare const MsgSetForumPausedResponse: {
4181
+ typeUrl: string;
4182
+ encode(_: MsgSetForumPausedResponse, writer?: BinaryWriter): BinaryWriter;
4183
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSetForumPausedResponse;
4184
+ fromPartial(_: DeepPartial<MsgSetForumPausedResponse>): MsgSetForumPausedResponse;
4185
+ fromAmino(_: MsgSetForumPausedResponseAmino): MsgSetForumPausedResponse;
4186
+ toAmino(_: MsgSetForumPausedResponse): MsgSetForumPausedResponseAmino;
4187
+ fromAminoMsg(object: MsgSetForumPausedResponseAminoMsg): MsgSetForumPausedResponse;
4188
+ fromProtoMsg(message: MsgSetForumPausedResponseProtoMsg): MsgSetForumPausedResponse;
4189
+ toProto(message: MsgSetForumPausedResponse): Uint8Array;
4190
+ toProtoMsg(message: MsgSetForumPausedResponse): MsgSetForumPausedResponseProtoMsg;
4191
+ };
4192
+ /**
4193
+ * MsgSetModerationPaused defines the MsgSetModerationPaused message.
4194
+ * @name MsgSetModerationPaused
4195
+ * @package sparkdream.forum.v1
4196
+ * @see proto type: sparkdream.forum.v1.MsgSetModerationPaused
4197
+ */
4198
+ export declare const MsgSetModerationPaused: {
4199
+ typeUrl: string;
4200
+ encode(message: MsgSetModerationPaused, writer?: BinaryWriter): BinaryWriter;
4201
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSetModerationPaused;
4202
+ fromPartial(object: DeepPartial<MsgSetModerationPaused>): MsgSetModerationPaused;
4203
+ fromAmino(object: MsgSetModerationPausedAmino): MsgSetModerationPaused;
4204
+ toAmino(message: MsgSetModerationPaused): MsgSetModerationPausedAmino;
4205
+ fromAminoMsg(object: MsgSetModerationPausedAminoMsg): MsgSetModerationPaused;
4206
+ fromProtoMsg(message: MsgSetModerationPausedProtoMsg): MsgSetModerationPaused;
4207
+ toProto(message: MsgSetModerationPaused): Uint8Array;
4208
+ toProtoMsg(message: MsgSetModerationPaused): MsgSetModerationPausedProtoMsg;
4209
+ };
4210
+ /**
4211
+ * MsgSetModerationPausedResponse defines the MsgSetModerationPausedResponse message.
4212
+ * @name MsgSetModerationPausedResponse
4213
+ * @package sparkdream.forum.v1
4214
+ * @see proto type: sparkdream.forum.v1.MsgSetModerationPausedResponse
4215
+ */
4216
+ export declare const MsgSetModerationPausedResponse: {
4217
+ typeUrl: string;
4218
+ encode(_: MsgSetModerationPausedResponse, writer?: BinaryWriter): BinaryWriter;
4219
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSetModerationPausedResponse;
4220
+ fromPartial(_: DeepPartial<MsgSetModerationPausedResponse>): MsgSetModerationPausedResponse;
4221
+ fromAmino(_: MsgSetModerationPausedResponseAmino): MsgSetModerationPausedResponse;
4222
+ toAmino(_: MsgSetModerationPausedResponse): MsgSetModerationPausedResponseAmino;
4223
+ fromAminoMsg(object: MsgSetModerationPausedResponseAminoMsg): MsgSetModerationPausedResponse;
4224
+ fromProtoMsg(message: MsgSetModerationPausedResponseProtoMsg): MsgSetModerationPausedResponse;
4225
+ toProto(message: MsgSetModerationPausedResponse): Uint8Array;
4226
+ toProtoMsg(message: MsgSetModerationPausedResponse): MsgSetModerationPausedResponseProtoMsg;
4227
+ };
4228
+ /**
4229
+ * MsgReportTag defines the MsgReportTag message.
4230
+ * @name MsgReportTag
4231
+ * @package sparkdream.forum.v1
4232
+ * @see proto type: sparkdream.forum.v1.MsgReportTag
4233
+ */
4234
+ export declare const MsgReportTag: {
4235
+ typeUrl: string;
4236
+ encode(message: MsgReportTag, writer?: BinaryWriter): BinaryWriter;
4237
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgReportTag;
4238
+ fromPartial(object: DeepPartial<MsgReportTag>): MsgReportTag;
4239
+ fromAmino(object: MsgReportTagAmino): MsgReportTag;
4240
+ toAmino(message: MsgReportTag): MsgReportTagAmino;
4241
+ fromAminoMsg(object: MsgReportTagAminoMsg): MsgReportTag;
4242
+ fromProtoMsg(message: MsgReportTagProtoMsg): MsgReportTag;
4243
+ toProto(message: MsgReportTag): Uint8Array;
4244
+ toProtoMsg(message: MsgReportTag): MsgReportTagProtoMsg;
4245
+ };
4246
+ /**
4247
+ * MsgReportTagResponse defines the MsgReportTagResponse message.
4248
+ * @name MsgReportTagResponse
4249
+ * @package sparkdream.forum.v1
4250
+ * @see proto type: sparkdream.forum.v1.MsgReportTagResponse
4251
+ */
4252
+ export declare const MsgReportTagResponse: {
4253
+ typeUrl: string;
4254
+ encode(_: MsgReportTagResponse, writer?: BinaryWriter): BinaryWriter;
4255
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgReportTagResponse;
4256
+ fromPartial(_: DeepPartial<MsgReportTagResponse>): MsgReportTagResponse;
4257
+ fromAmino(_: MsgReportTagResponseAmino): MsgReportTagResponse;
4258
+ toAmino(_: MsgReportTagResponse): MsgReportTagResponseAmino;
4259
+ fromAminoMsg(object: MsgReportTagResponseAminoMsg): MsgReportTagResponse;
4260
+ fromProtoMsg(message: MsgReportTagResponseProtoMsg): MsgReportTagResponse;
4261
+ toProto(message: MsgReportTagResponse): Uint8Array;
4262
+ toProtoMsg(message: MsgReportTagResponse): MsgReportTagResponseProtoMsg;
4263
+ };
4264
+ /**
4265
+ * MsgResolveTagReport defines the MsgResolveTagReport message.
4266
+ * @name MsgResolveTagReport
4267
+ * @package sparkdream.forum.v1
4268
+ * @see proto type: sparkdream.forum.v1.MsgResolveTagReport
4269
+ */
4270
+ export declare const MsgResolveTagReport: {
4271
+ typeUrl: string;
4272
+ encode(message: MsgResolveTagReport, writer?: BinaryWriter): BinaryWriter;
4273
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveTagReport;
4274
+ fromPartial(object: DeepPartial<MsgResolveTagReport>): MsgResolveTagReport;
4275
+ fromAmino(object: MsgResolveTagReportAmino): MsgResolveTagReport;
4276
+ toAmino(message: MsgResolveTagReport): MsgResolveTagReportAmino;
4277
+ fromAminoMsg(object: MsgResolveTagReportAminoMsg): MsgResolveTagReport;
4278
+ fromProtoMsg(message: MsgResolveTagReportProtoMsg): MsgResolveTagReport;
4279
+ toProto(message: MsgResolveTagReport): Uint8Array;
4280
+ toProtoMsg(message: MsgResolveTagReport): MsgResolveTagReportProtoMsg;
4281
+ };
4282
+ /**
4283
+ * MsgResolveTagReportResponse defines the MsgResolveTagReportResponse message.
4284
+ * @name MsgResolveTagReportResponse
4285
+ * @package sparkdream.forum.v1
4286
+ * @see proto type: sparkdream.forum.v1.MsgResolveTagReportResponse
4287
+ */
4288
+ export declare const MsgResolveTagReportResponse: {
4289
+ typeUrl: string;
4290
+ encode(_: MsgResolveTagReportResponse, writer?: BinaryWriter): BinaryWriter;
4291
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveTagReportResponse;
4292
+ fromPartial(_: DeepPartial<MsgResolveTagReportResponse>): MsgResolveTagReportResponse;
4293
+ fromAmino(_: MsgResolveTagReportResponseAmino): MsgResolveTagReportResponse;
4294
+ toAmino(_: MsgResolveTagReportResponse): MsgResolveTagReportResponseAmino;
4295
+ fromAminoMsg(object: MsgResolveTagReportResponseAminoMsg): MsgResolveTagReportResponse;
4296
+ fromProtoMsg(message: MsgResolveTagReportResponseProtoMsg): MsgResolveTagReportResponse;
4297
+ toProto(message: MsgResolveTagReportResponse): Uint8Array;
4298
+ toProtoMsg(message: MsgResolveTagReportResponse): MsgResolveTagReportResponseProtoMsg;
4299
+ };
4300
+ /**
4301
+ * MsgBondSentinel defines the MsgBondSentinel message.
4302
+ * @name MsgBondSentinel
4303
+ * @package sparkdream.forum.v1
4304
+ * @see proto type: sparkdream.forum.v1.MsgBondSentinel
4305
+ */
4306
+ export declare const MsgBondSentinel: {
4307
+ typeUrl: string;
4308
+ encode(message: MsgBondSentinel, writer?: BinaryWriter): BinaryWriter;
4309
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBondSentinel;
4310
+ fromPartial(object: DeepPartial<MsgBondSentinel>): MsgBondSentinel;
4311
+ fromAmino(object: MsgBondSentinelAmino): MsgBondSentinel;
4312
+ toAmino(message: MsgBondSentinel): MsgBondSentinelAmino;
4313
+ fromAminoMsg(object: MsgBondSentinelAminoMsg): MsgBondSentinel;
4314
+ fromProtoMsg(message: MsgBondSentinelProtoMsg): MsgBondSentinel;
4315
+ toProto(message: MsgBondSentinel): Uint8Array;
4316
+ toProtoMsg(message: MsgBondSentinel): MsgBondSentinelProtoMsg;
4317
+ };
4318
+ /**
4319
+ * MsgBondSentinelResponse defines the MsgBondSentinelResponse message.
4320
+ * @name MsgBondSentinelResponse
4321
+ * @package sparkdream.forum.v1
4322
+ * @see proto type: sparkdream.forum.v1.MsgBondSentinelResponse
4323
+ */
4324
+ export declare const MsgBondSentinelResponse: {
4325
+ typeUrl: string;
4326
+ encode(_: MsgBondSentinelResponse, writer?: BinaryWriter): BinaryWriter;
4327
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBondSentinelResponse;
4328
+ fromPartial(_: DeepPartial<MsgBondSentinelResponse>): MsgBondSentinelResponse;
4329
+ fromAmino(_: MsgBondSentinelResponseAmino): MsgBondSentinelResponse;
4330
+ toAmino(_: MsgBondSentinelResponse): MsgBondSentinelResponseAmino;
4331
+ fromAminoMsg(object: MsgBondSentinelResponseAminoMsg): MsgBondSentinelResponse;
4332
+ fromProtoMsg(message: MsgBondSentinelResponseProtoMsg): MsgBondSentinelResponse;
4333
+ toProto(message: MsgBondSentinelResponse): Uint8Array;
4334
+ toProtoMsg(message: MsgBondSentinelResponse): MsgBondSentinelResponseProtoMsg;
4335
+ };
4336
+ /**
4337
+ * MsgUnbondSentinel defines the MsgUnbondSentinel message.
4338
+ * @name MsgUnbondSentinel
4339
+ * @package sparkdream.forum.v1
4340
+ * @see proto type: sparkdream.forum.v1.MsgUnbondSentinel
4341
+ */
4342
+ export declare const MsgUnbondSentinel: {
4343
+ typeUrl: string;
4344
+ encode(message: MsgUnbondSentinel, writer?: BinaryWriter): BinaryWriter;
4345
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnbondSentinel;
4346
+ fromPartial(object: DeepPartial<MsgUnbondSentinel>): MsgUnbondSentinel;
4347
+ fromAmino(object: MsgUnbondSentinelAmino): MsgUnbondSentinel;
4348
+ toAmino(message: MsgUnbondSentinel): MsgUnbondSentinelAmino;
4349
+ fromAminoMsg(object: MsgUnbondSentinelAminoMsg): MsgUnbondSentinel;
4350
+ fromProtoMsg(message: MsgUnbondSentinelProtoMsg): MsgUnbondSentinel;
4351
+ toProto(message: MsgUnbondSentinel): Uint8Array;
4352
+ toProtoMsg(message: MsgUnbondSentinel): MsgUnbondSentinelProtoMsg;
4353
+ };
4354
+ /**
4355
+ * MsgUnbondSentinelResponse defines the MsgUnbondSentinelResponse message.
4356
+ * @name MsgUnbondSentinelResponse
4357
+ * @package sparkdream.forum.v1
4358
+ * @see proto type: sparkdream.forum.v1.MsgUnbondSentinelResponse
4359
+ */
4360
+ export declare const MsgUnbondSentinelResponse: {
4361
+ typeUrl: string;
4362
+ encode(_: MsgUnbondSentinelResponse, writer?: BinaryWriter): BinaryWriter;
4363
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnbondSentinelResponse;
4364
+ fromPartial(_: DeepPartial<MsgUnbondSentinelResponse>): MsgUnbondSentinelResponse;
4365
+ fromAmino(_: MsgUnbondSentinelResponseAmino): MsgUnbondSentinelResponse;
4366
+ toAmino(_: MsgUnbondSentinelResponse): MsgUnbondSentinelResponseAmino;
4367
+ fromAminoMsg(object: MsgUnbondSentinelResponseAminoMsg): MsgUnbondSentinelResponse;
4368
+ fromProtoMsg(message: MsgUnbondSentinelResponseProtoMsg): MsgUnbondSentinelResponse;
4369
+ toProto(message: MsgUnbondSentinelResponse): Uint8Array;
4370
+ toProtoMsg(message: MsgUnbondSentinelResponse): MsgUnbondSentinelResponseProtoMsg;
4371
+ };
4372
+ /**
4373
+ * MsgReportMember defines the MsgReportMember message.
4374
+ * @name MsgReportMember
4375
+ * @package sparkdream.forum.v1
4376
+ * @see proto type: sparkdream.forum.v1.MsgReportMember
4377
+ */
4378
+ export declare const MsgReportMember: {
4379
+ typeUrl: string;
4380
+ encode(message: MsgReportMember, writer?: BinaryWriter): BinaryWriter;
4381
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgReportMember;
4382
+ fromPartial(object: DeepPartial<MsgReportMember>): MsgReportMember;
4383
+ fromAmino(object: MsgReportMemberAmino): MsgReportMember;
4384
+ toAmino(message: MsgReportMember): MsgReportMemberAmino;
4385
+ fromAminoMsg(object: MsgReportMemberAminoMsg): MsgReportMember;
4386
+ fromProtoMsg(message: MsgReportMemberProtoMsg): MsgReportMember;
4387
+ toProto(message: MsgReportMember): Uint8Array;
4388
+ toProtoMsg(message: MsgReportMember): MsgReportMemberProtoMsg;
4389
+ };
4390
+ /**
4391
+ * MsgReportMemberResponse defines the MsgReportMemberResponse message.
4392
+ * @name MsgReportMemberResponse
4393
+ * @package sparkdream.forum.v1
4394
+ * @see proto type: sparkdream.forum.v1.MsgReportMemberResponse
4395
+ */
4396
+ export declare const MsgReportMemberResponse: {
4397
+ typeUrl: string;
4398
+ encode(_: MsgReportMemberResponse, writer?: BinaryWriter): BinaryWriter;
4399
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgReportMemberResponse;
4400
+ fromPartial(_: DeepPartial<MsgReportMemberResponse>): MsgReportMemberResponse;
4401
+ fromAmino(_: MsgReportMemberResponseAmino): MsgReportMemberResponse;
4402
+ toAmino(_: MsgReportMemberResponse): MsgReportMemberResponseAmino;
4403
+ fromAminoMsg(object: MsgReportMemberResponseAminoMsg): MsgReportMemberResponse;
4404
+ fromProtoMsg(message: MsgReportMemberResponseProtoMsg): MsgReportMemberResponse;
4405
+ toProto(message: MsgReportMemberResponse): Uint8Array;
4406
+ toProtoMsg(message: MsgReportMemberResponse): MsgReportMemberResponseProtoMsg;
4407
+ };
4408
+ /**
4409
+ * MsgCosignMemberReport defines the MsgCosignMemberReport message.
4410
+ * @name MsgCosignMemberReport
4411
+ * @package sparkdream.forum.v1
4412
+ * @see proto type: sparkdream.forum.v1.MsgCosignMemberReport
4413
+ */
4414
+ export declare const MsgCosignMemberReport: {
4415
+ typeUrl: string;
4416
+ encode(message: MsgCosignMemberReport, writer?: BinaryWriter): BinaryWriter;
4417
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCosignMemberReport;
4418
+ fromPartial(object: DeepPartial<MsgCosignMemberReport>): MsgCosignMemberReport;
4419
+ fromAmino(object: MsgCosignMemberReportAmino): MsgCosignMemberReport;
4420
+ toAmino(message: MsgCosignMemberReport): MsgCosignMemberReportAmino;
4421
+ fromAminoMsg(object: MsgCosignMemberReportAminoMsg): MsgCosignMemberReport;
4422
+ fromProtoMsg(message: MsgCosignMemberReportProtoMsg): MsgCosignMemberReport;
4423
+ toProto(message: MsgCosignMemberReport): Uint8Array;
4424
+ toProtoMsg(message: MsgCosignMemberReport): MsgCosignMemberReportProtoMsg;
4425
+ };
4426
+ /**
4427
+ * MsgCosignMemberReportResponse defines the MsgCosignMemberReportResponse message.
4428
+ * @name MsgCosignMemberReportResponse
4429
+ * @package sparkdream.forum.v1
4430
+ * @see proto type: sparkdream.forum.v1.MsgCosignMemberReportResponse
4431
+ */
4432
+ export declare const MsgCosignMemberReportResponse: {
4433
+ typeUrl: string;
4434
+ encode(_: MsgCosignMemberReportResponse, writer?: BinaryWriter): BinaryWriter;
4435
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCosignMemberReportResponse;
4436
+ fromPartial(_: DeepPartial<MsgCosignMemberReportResponse>): MsgCosignMemberReportResponse;
4437
+ fromAmino(_: MsgCosignMemberReportResponseAmino): MsgCosignMemberReportResponse;
4438
+ toAmino(_: MsgCosignMemberReportResponse): MsgCosignMemberReportResponseAmino;
4439
+ fromAminoMsg(object: MsgCosignMemberReportResponseAminoMsg): MsgCosignMemberReportResponse;
4440
+ fromProtoMsg(message: MsgCosignMemberReportResponseProtoMsg): MsgCosignMemberReportResponse;
4441
+ toProto(message: MsgCosignMemberReportResponse): Uint8Array;
4442
+ toProtoMsg(message: MsgCosignMemberReportResponse): MsgCosignMemberReportResponseProtoMsg;
4443
+ };
4444
+ /**
4445
+ * MsgResolveMemberReport defines the MsgResolveMemberReport message.
4446
+ * @name MsgResolveMemberReport
4447
+ * @package sparkdream.forum.v1
4448
+ * @see proto type: sparkdream.forum.v1.MsgResolveMemberReport
4449
+ */
4450
+ export declare const MsgResolveMemberReport: {
4451
+ typeUrl: string;
4452
+ encode(message: MsgResolveMemberReport, writer?: BinaryWriter): BinaryWriter;
4453
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveMemberReport;
4454
+ fromPartial(object: DeepPartial<MsgResolveMemberReport>): MsgResolveMemberReport;
4455
+ fromAmino(object: MsgResolveMemberReportAmino): MsgResolveMemberReport;
4456
+ toAmino(message: MsgResolveMemberReport): MsgResolveMemberReportAmino;
4457
+ fromAminoMsg(object: MsgResolveMemberReportAminoMsg): MsgResolveMemberReport;
4458
+ fromProtoMsg(message: MsgResolveMemberReportProtoMsg): MsgResolveMemberReport;
4459
+ toProto(message: MsgResolveMemberReport): Uint8Array;
4460
+ toProtoMsg(message: MsgResolveMemberReport): MsgResolveMemberReportProtoMsg;
4461
+ };
4462
+ /**
4463
+ * MsgResolveMemberReportResponse defines the MsgResolveMemberReportResponse message.
4464
+ * @name MsgResolveMemberReportResponse
4465
+ * @package sparkdream.forum.v1
4466
+ * @see proto type: sparkdream.forum.v1.MsgResolveMemberReportResponse
4467
+ */
4468
+ export declare const MsgResolveMemberReportResponse: {
4469
+ typeUrl: string;
4470
+ encode(_: MsgResolveMemberReportResponse, writer?: BinaryWriter): BinaryWriter;
4471
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveMemberReportResponse;
4472
+ fromPartial(_: DeepPartial<MsgResolveMemberReportResponse>): MsgResolveMemberReportResponse;
4473
+ fromAmino(_: MsgResolveMemberReportResponseAmino): MsgResolveMemberReportResponse;
4474
+ toAmino(_: MsgResolveMemberReportResponse): MsgResolveMemberReportResponseAmino;
4475
+ fromAminoMsg(object: MsgResolveMemberReportResponseAminoMsg): MsgResolveMemberReportResponse;
4476
+ fromProtoMsg(message: MsgResolveMemberReportResponseProtoMsg): MsgResolveMemberReportResponse;
4477
+ toProto(message: MsgResolveMemberReportResponse): Uint8Array;
4478
+ toProtoMsg(message: MsgResolveMemberReportResponse): MsgResolveMemberReportResponseProtoMsg;
4479
+ };
4480
+ /**
4481
+ * MsgDefendMemberReport defines the MsgDefendMemberReport message.
4482
+ * @name MsgDefendMemberReport
4483
+ * @package sparkdream.forum.v1
4484
+ * @see proto type: sparkdream.forum.v1.MsgDefendMemberReport
4485
+ */
4486
+ export declare const MsgDefendMemberReport: {
4487
+ typeUrl: string;
4488
+ encode(message: MsgDefendMemberReport, writer?: BinaryWriter): BinaryWriter;
4489
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDefendMemberReport;
4490
+ fromPartial(object: DeepPartial<MsgDefendMemberReport>): MsgDefendMemberReport;
4491
+ fromAmino(object: MsgDefendMemberReportAmino): MsgDefendMemberReport;
4492
+ toAmino(message: MsgDefendMemberReport): MsgDefendMemberReportAmino;
4493
+ fromAminoMsg(object: MsgDefendMemberReportAminoMsg): MsgDefendMemberReport;
4494
+ fromProtoMsg(message: MsgDefendMemberReportProtoMsg): MsgDefendMemberReport;
4495
+ toProto(message: MsgDefendMemberReport): Uint8Array;
4496
+ toProtoMsg(message: MsgDefendMemberReport): MsgDefendMemberReportProtoMsg;
4497
+ };
4498
+ /**
4499
+ * MsgDefendMemberReportResponse defines the MsgDefendMemberReportResponse message.
4500
+ * @name MsgDefendMemberReportResponse
4501
+ * @package sparkdream.forum.v1
4502
+ * @see proto type: sparkdream.forum.v1.MsgDefendMemberReportResponse
4503
+ */
4504
+ export declare const MsgDefendMemberReportResponse: {
4505
+ typeUrl: string;
4506
+ encode(_: MsgDefendMemberReportResponse, writer?: BinaryWriter): BinaryWriter;
4507
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDefendMemberReportResponse;
4508
+ fromPartial(_: DeepPartial<MsgDefendMemberReportResponse>): MsgDefendMemberReportResponse;
4509
+ fromAmino(_: MsgDefendMemberReportResponseAmino): MsgDefendMemberReportResponse;
4510
+ toAmino(_: MsgDefendMemberReportResponse): MsgDefendMemberReportResponseAmino;
4511
+ fromAminoMsg(object: MsgDefendMemberReportResponseAminoMsg): MsgDefendMemberReportResponse;
4512
+ fromProtoMsg(message: MsgDefendMemberReportResponseProtoMsg): MsgDefendMemberReportResponse;
4513
+ toProto(message: MsgDefendMemberReportResponse): Uint8Array;
4514
+ toProtoMsg(message: MsgDefendMemberReportResponse): MsgDefendMemberReportResponseProtoMsg;
4515
+ };
4516
+ /**
4517
+ * MsgAppealGovAction defines the MsgAppealGovAction message.
4518
+ * @name MsgAppealGovAction
4519
+ * @package sparkdream.forum.v1
4520
+ * @see proto type: sparkdream.forum.v1.MsgAppealGovAction
4521
+ */
4522
+ export declare const MsgAppealGovAction: {
4523
+ typeUrl: string;
4524
+ encode(message: MsgAppealGovAction, writer?: BinaryWriter): BinaryWriter;
4525
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealGovAction;
4526
+ fromPartial(object: DeepPartial<MsgAppealGovAction>): MsgAppealGovAction;
4527
+ fromAmino(object: MsgAppealGovActionAmino): MsgAppealGovAction;
4528
+ toAmino(message: MsgAppealGovAction): MsgAppealGovActionAmino;
4529
+ fromAminoMsg(object: MsgAppealGovActionAminoMsg): MsgAppealGovAction;
4530
+ fromProtoMsg(message: MsgAppealGovActionProtoMsg): MsgAppealGovAction;
4531
+ toProto(message: MsgAppealGovAction): Uint8Array;
4532
+ toProtoMsg(message: MsgAppealGovAction): MsgAppealGovActionProtoMsg;
4533
+ };
4534
+ /**
4535
+ * MsgAppealGovActionResponse defines the MsgAppealGovActionResponse message.
4536
+ * @name MsgAppealGovActionResponse
4537
+ * @package sparkdream.forum.v1
4538
+ * @see proto type: sparkdream.forum.v1.MsgAppealGovActionResponse
4539
+ */
4540
+ export declare const MsgAppealGovActionResponse: {
4541
+ typeUrl: string;
4542
+ encode(_: MsgAppealGovActionResponse, writer?: BinaryWriter): BinaryWriter;
4543
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealGovActionResponse;
4544
+ fromPartial(_: DeepPartial<MsgAppealGovActionResponse>): MsgAppealGovActionResponse;
4545
+ fromAmino(_: MsgAppealGovActionResponseAmino): MsgAppealGovActionResponse;
4546
+ toAmino(_: MsgAppealGovActionResponse): MsgAppealGovActionResponseAmino;
4547
+ fromAminoMsg(object: MsgAppealGovActionResponseAminoMsg): MsgAppealGovActionResponse;
4548
+ fromProtoMsg(message: MsgAppealGovActionResponseProtoMsg): MsgAppealGovActionResponse;
4549
+ toProto(message: MsgAppealGovActionResponse): Uint8Array;
4550
+ toProtoMsg(message: MsgAppealGovActionResponse): MsgAppealGovActionResponseProtoMsg;
4551
+ };