@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.10

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 (257) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +182 -182
  3. package/esm/cosmos/bundle.js +182 -182
  4. package/esm/ibc/bundle.js +76 -76
  5. package/esm/sparkdream/blog/v1/params.js +25 -1
  6. package/esm/sparkdream/blog/v1/post.js +16 -1
  7. package/esm/sparkdream/blog/v1/query.js +165 -0
  8. package/esm/sparkdream/blog/v1/query.lcd.js +11 -0
  9. package/esm/sparkdream/blog/v1/query.rpc.Query.js +10 -1
  10. package/esm/sparkdream/blog/v1/tx.js +32 -2
  11. package/esm/sparkdream/bundle.js +367 -327
  12. package/esm/sparkdream/client.js +4 -1
  13. package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
  14. package/esm/sparkdream/collect/v1/genesis.js +12 -11
  15. package/esm/sparkdream/collect/v1/params.js +37 -1
  16. package/esm/sparkdream/collect/v1/query.js +201 -186
  17. package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
  18. package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
  19. package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
  20. package/esm/sparkdream/collect/v1/tx.js +0 -258
  21. package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
  22. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
  23. package/esm/sparkdream/collect/v1/types.js +50 -143
  24. package/esm/sparkdream/{forum → commons}/v1/category.js +7 -5
  25. package/esm/sparkdream/commons/v1/genesis.js +29 -1
  26. package/esm/sparkdream/commons/v1/query.js +292 -0
  27. package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
  28. package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
  29. package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
  30. package/esm/sparkdream/commons/v1/tx.js +193 -0
  31. package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
  32. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
  33. package/esm/sparkdream/federation/module/v1/module.js +71 -0
  34. package/esm/sparkdream/federation/v1/genesis.js +245 -0
  35. package/esm/sparkdream/federation/v1/packet.js +810 -0
  36. package/esm/sparkdream/federation/v1/params.js +789 -0
  37. package/esm/sparkdream/federation/v1/query.js +2479 -0
  38. package/esm/sparkdream/federation/v1/query.lcd.js +142 -0
  39. package/esm/sparkdream/federation/v1/query.rpc.Query.js +181 -0
  40. package/esm/sparkdream/federation/v1/tx.amino.js +129 -0
  41. package/esm/sparkdream/federation/v1/tx.js +3929 -0
  42. package/esm/sparkdream/federation/v1/tx.registry.js +465 -0
  43. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +163 -0
  44. package/esm/sparkdream/federation/v1/types.js +2266 -0
  45. package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
  46. package/esm/sparkdream/forum/v1/genesis.js +26 -250
  47. package/esm/sparkdream/forum/v1/params.js +146 -2
  48. package/esm/sparkdream/forum/v1/query.js +2084 -7387
  49. package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
  50. package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
  51. package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
  52. package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
  53. package/esm/sparkdream/forum/v1/tx.js +333 -2628
  54. package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
  55. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
  56. package/esm/sparkdream/forum/v1/types.js +0 -216
  57. package/esm/sparkdream/futarchy/v1/market.js +13 -1
  58. package/esm/sparkdream/lcd.js +5 -0
  59. package/esm/sparkdream/rep/v1/accountability.js +172 -0
  60. package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
  61. package/esm/sparkdream/rep/v1/genesis.js +224 -1
  62. package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  63. package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  64. package/esm/sparkdream/rep/v1/member.js +25 -1
  65. package/esm/sparkdream/{forum → rep}/v1/member_report.js +102 -5
  66. package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  67. package/esm/sparkdream/rep/v1/params.js +782 -254
  68. package/esm/sparkdream/rep/v1/project.js +13 -1
  69. package/esm/sparkdream/rep/v1/query.js +5251 -0
  70. package/esm/sparkdream/rep/v1/query.lcd.js +293 -0
  71. package/esm/sparkdream/rep/v1/query.rpc.Query.js +334 -1
  72. package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  73. package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
  74. package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  75. package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  76. package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  77. package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
  78. package/esm/sparkdream/rep/v1/tx.js +2467 -0
  79. package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
  80. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +104 -1
  81. package/esm/sparkdream/rpc.query.js +3 -0
  82. package/esm/sparkdream/rpc.tx.js +3 -0
  83. package/esm/sparkdream/season/v1/enums.js +10 -0
  84. package/esm/sparkdream/season/v1/params.js +94 -46
  85. package/esm/sparkdream/shield/v1/types.js +47 -5
  86. package/esm/tendermint/bundle.js +20 -20
  87. package/ibc/bundle.d.ts +90 -90
  88. package/ibc/bundle.js +76 -76
  89. package/package.json +1 -1
  90. package/sparkdream/blog/v1/params.d.ts +16 -0
  91. package/sparkdream/blog/v1/params.js +25 -1
  92. package/sparkdream/blog/v1/post.d.ts +8 -0
  93. package/sparkdream/blog/v1/post.js +16 -1
  94. package/sparkdream/blog/v1/query.d.ts +92 -0
  95. package/sparkdream/blog/v1/query.js +166 -1
  96. package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
  97. package/sparkdream/blog/v1/query.lcd.js +11 -0
  98. package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
  99. package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
  100. package/sparkdream/blog/v1/tx.d.ts +16 -0
  101. package/sparkdream/blog/v1/tx.js +32 -2
  102. package/sparkdream/bundle.d.ts +14529 -12577
  103. package/sparkdream/bundle.js +367 -327
  104. package/sparkdream/client.d.ts +192 -67
  105. package/sparkdream/client.js +4 -1
  106. package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
  107. package/sparkdream/collect/v1/curator_activity.js +161 -0
  108. package/sparkdream/collect/v1/genesis.d.ts +4 -3
  109. package/sparkdream/collect/v1/genesis.js +11 -10
  110. package/sparkdream/collect/v1/params.d.ts +32 -0
  111. package/sparkdream/collect/v1/params.js +37 -1
  112. package/sparkdream/collect/v1/query.d.ts +142 -133
  113. package/sparkdream/collect/v1/query.js +201 -186
  114. package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
  115. package/sparkdream/collect/v1/query.lcd.js +16 -16
  116. package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
  117. package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
  118. package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
  119. package/sparkdream/collect/v1/tx.amino.js +0 -10
  120. package/sparkdream/collect/v1/tx.d.ts +0 -162
  121. package/sparkdream/collect/v1/tx.js +2 -260
  122. package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
  123. package/sparkdream/collect/v1/tx.registry.js +1 -37
  124. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
  125. package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
  126. package/sparkdream/collect/v1/types.d.ts +26 -56
  127. package/sparkdream/collect/v1/types.js +51 -144
  128. package/sparkdream/{forum → commons}/v1/category.d.ts +17 -11
  129. package/sparkdream/{forum → commons}/v1/category.js +7 -5
  130. package/sparkdream/commons/v1/genesis.d.ts +17 -0
  131. package/sparkdream/commons/v1/genesis.js +29 -1
  132. package/sparkdream/commons/v1/query.d.ts +179 -0
  133. package/sparkdream/commons/v1/query.js +293 -1
  134. package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
  135. package/sparkdream/commons/v1/query.lcd.js +18 -0
  136. package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
  137. package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
  138. package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
  139. package/sparkdream/commons/v1/tx.amino.js +5 -0
  140. package/sparkdream/commons/v1/tx.d.ts +98 -0
  141. package/sparkdream/commons/v1/tx.js +194 -1
  142. package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
  143. package/sparkdream/commons/v1/tx.registry.js +19 -1
  144. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
  145. package/sparkdream/commons/v1/tx.rpc.msg.js +7 -0
  146. package/sparkdream/federation/module/v1/module.d.ts +54 -0
  147. package/sparkdream/federation/module/v1/module.js +74 -0
  148. package/sparkdream/federation/v1/genesis.d.ts +79 -0
  149. package/sparkdream/federation/v1/genesis.js +248 -0
  150. package/sparkdream/federation/v1/packet.d.ts +397 -0
  151. package/sparkdream/federation/v1/packet.js +813 -0
  152. package/sparkdream/federation/v1/params.d.ts +272 -0
  153. package/sparkdream/federation/v1/params.js +792 -0
  154. package/sparkdream/federation/v1/query.d.ts +1458 -0
  155. package/sparkdream/federation/v1/query.js +2482 -0
  156. package/sparkdream/federation/v1/query.lcd.d.ts +25 -0
  157. package/sparkdream/federation/v1/query.lcd.js +146 -0
  158. package/sparkdream/federation/v1/query.rpc.Query.d.ts +69 -0
  159. package/sparkdream/federation/v1/query.rpc.Query.js +186 -0
  160. package/sparkdream/federation/v1/tx.amino.d.ts +128 -0
  161. package/sparkdream/federation/v1/tx.amino.js +132 -0
  162. package/sparkdream/federation/v1/tx.d.ts +2147 -0
  163. package/sparkdream/federation/v1/tx.js +3932 -0
  164. package/sparkdream/federation/v1/tx.registry.d.ts +313 -0
  165. package/sparkdream/federation/v1/tx.registry.js +469 -0
  166. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +65 -0
  167. package/sparkdream/federation/v1/tx.rpc.msg.js +168 -0
  168. package/sparkdream/federation/v1/types.d.ts +810 -0
  169. package/sparkdream/federation/v1/types.js +2281 -0
  170. package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
  171. package/sparkdream/federation/v1/verifier_activity.js +197 -0
  172. package/sparkdream/forum/v1/genesis.d.ts +0 -41
  173. package/sparkdream/forum/v1/genesis.js +26 -250
  174. package/sparkdream/forum/v1/params.d.ts +112 -0
  175. package/sparkdream/forum/v1/params.js +146 -2
  176. package/sparkdream/forum/v1/query.d.ts +65 -3164
  177. package/sparkdream/forum/v1/query.js +2086 -7391
  178. package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
  179. package/sparkdream/forum/v1/query.lcd.js +0 -310
  180. package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
  181. package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
  182. package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
  183. package/sparkdream/forum/v1/sentinel_activity.js +46 -139
  184. package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
  185. package/sparkdream/forum/v1/tx.amino.js +0 -75
  186. package/sparkdream/forum/v1/tx.d.ts +85 -1445
  187. package/sparkdream/forum/v1/tx.js +335 -2630
  188. package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
  189. package/sparkdream/forum/v1/tx.registry.js +1 -271
  190. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
  191. package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
  192. package/sparkdream/forum/v1/types.d.ts +0 -50
  193. package/sparkdream/forum/v1/types.js +1 -225
  194. package/sparkdream/futarchy/v1/market.d.ts +14 -0
  195. package/sparkdream/futarchy/v1/market.js +13 -1
  196. package/sparkdream/lcd.d.ts +3 -0
  197. package/sparkdream/lcd.js +5 -0
  198. package/sparkdream/rep/v1/accountability.d.ts +39 -0
  199. package/sparkdream/rep/v1/accountability.js +181 -0
  200. package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
  201. package/sparkdream/rep/v1/bonded_role.js +453 -0
  202. package/sparkdream/rep/v1/genesis.d.ts +70 -0
  203. package/sparkdream/rep/v1/genesis.js +224 -1
  204. package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
  205. package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  206. package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
  207. package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  208. package/sparkdream/rep/v1/member.d.ts +16 -0
  209. package/sparkdream/rep/v1/member.js +25 -1
  210. package/sparkdream/rep/v1/member_report.d.ts +128 -0
  211. package/sparkdream/{forum → rep}/v1/member_report.js +103 -6
  212. package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
  213. package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  214. package/sparkdream/rep/v1/params.d.ts +352 -8
  215. package/sparkdream/rep/v1/params.js +782 -254
  216. package/sparkdream/rep/v1/project.d.ts +10 -0
  217. package/sparkdream/rep/v1/project.js +13 -1
  218. package/sparkdream/rep/v1/query.d.ts +4222 -1156
  219. package/sparkdream/rep/v1/query.js +5254 -1
  220. package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
  221. package/sparkdream/rep/v1/query.lcd.js +293 -0
  222. package/sparkdream/rep/v1/query.rpc.Query.d.ts +140 -1
  223. package/sparkdream/rep/v1/query.rpc.Query.js +333 -0
  224. package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
  225. package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  226. package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
  227. package/sparkdream/{common → rep}/v1/tag.js +6 -6
  228. package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
  229. package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  230. package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
  231. package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  232. package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
  233. package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  234. package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
  235. package/sparkdream/rep/v1/tx.amino.js +80 -0
  236. package/sparkdream/rep/v1/tx.d.ts +1484 -0
  237. package/sparkdream/rep/v1/tx.js +2468 -1
  238. package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
  239. package/sparkdream/rep/v1/tx.registry.js +289 -1
  240. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +64 -1
  241. package/sparkdream/rep/v1/tx.rpc.msg.js +103 -0
  242. package/sparkdream/rpc.query.d.ts +60 -36
  243. package/sparkdream/rpc.query.js +3 -0
  244. package/sparkdream/rpc.tx.d.ts +3 -0
  245. package/sparkdream/rpc.tx.js +3 -0
  246. package/sparkdream/season/v1/enums.d.ts +5 -0
  247. package/sparkdream/season/v1/enums.js +10 -0
  248. package/sparkdream/season/v1/params.d.ts +36 -4
  249. package/sparkdream/season/v1/params.js +94 -46
  250. package/sparkdream/shield/v1/types.d.ts +28 -0
  251. package/sparkdream/shield/v1/types.js +47 -5
  252. package/tendermint/bundle.d.ts +844 -844
  253. package/tendermint/bundle.js +20 -20
  254. package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
  255. package/sparkdream/forum/v1/member_report.d.ts +0 -67
  256. package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
  257. package/sparkdream/forum/v1/member_salvation_status.js +0 -122
@@ -1,6 +1,6 @@
1
1
  import { TelescopeGeneratedType } from "../../../types";
2
2
  import { Registry } from "@cosmjs/proto-signing";
3
- import { MsgUpdateParams, MsgUpdateOperationalParams, MsgCreateCategory, MsgCreatePost, MsgEditPost, MsgDeletePost, MsgFreezeThread, MsgUnarchiveThread, MsgPinPost, MsgUnpinPost, MsgLockThread, MsgUnlockThread, MsgMoveThread, MsgFollowThread, MsgUnfollowThread, MsgUpvotePost, MsgDownvotePost, MsgFlagPost, MsgDismissFlags, MsgHidePost, MsgAppealPost, MsgAppealThreadLock, MsgAppealThreadMove, MsgCreateBounty, MsgAwardBounty, MsgIncreaseBounty, MsgCancelBounty, MsgAssignBountyToReply, MsgCreateTagBudget, MsgAwardFromTagBudget, MsgTopUpTagBudget, MsgToggleTagBudget, MsgWithdrawTagBudget, MsgPinReply, MsgUnpinReply, MsgDisputePin, MsgMarkAcceptedReply, MsgConfirmProposedReply, MsgRejectProposedReply, MsgSetForumPaused, MsgSetModerationPaused, MsgReportTag, MsgResolveTagReport, MsgBondSentinel, MsgUnbondSentinel, MsgReportMember, MsgCosignMemberReport, MsgResolveMemberReport, MsgDefendMemberReport, MsgAppealGovAction } from "./tx";
3
+ import { MsgUpdateParams, MsgUpdateOperationalParams, MsgCreatePost, MsgEditPost, MsgDeletePost, MsgFreezeThread, MsgUnarchiveThread, MsgPinPost, MsgUnpinPost, MsgLockThread, MsgUnlockThread, MsgMoveThread, MsgFollowThread, MsgUnfollowThread, MsgUpvotePost, MsgDownvotePost, MsgFlagPost, MsgDismissFlags, MsgHidePost, MsgAppealPost, MsgAppealThreadLock, MsgAppealThreadMove, MsgCreateBounty, MsgAwardBounty, MsgIncreaseBounty, MsgCancelBounty, MsgAssignBountyToReply, MsgPinReply, MsgUnpinReply, MsgDisputePin, MsgMarkAcceptedReply, MsgConfirmProposedReply, MsgRejectProposedReply, MsgSetForumPaused, MsgSetModerationPaused } from "./tx";
4
4
  export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
5
5
  export declare const load: (protoRegistry: Registry) => void;
6
6
  export declare const MessageComposer: {
@@ -13,10 +13,6 @@ export declare const MessageComposer: {
13
13
  typeUrl: string;
14
14
  value: Uint8Array<ArrayBufferLike>;
15
15
  };
16
- createCategory(value: MsgCreateCategory): {
17
- typeUrl: string;
18
- value: Uint8Array<ArrayBufferLike>;
19
- };
20
16
  createPost(value: MsgCreatePost): {
21
17
  typeUrl: string;
22
18
  value: Uint8Array<ArrayBufferLike>;
@@ -117,26 +113,6 @@ export declare const MessageComposer: {
117
113
  typeUrl: string;
118
114
  value: Uint8Array<ArrayBufferLike>;
119
115
  };
120
- createTagBudget(value: MsgCreateTagBudget): {
121
- typeUrl: string;
122
- value: Uint8Array<ArrayBufferLike>;
123
- };
124
- awardFromTagBudget(value: MsgAwardFromTagBudget): {
125
- typeUrl: string;
126
- value: Uint8Array<ArrayBufferLike>;
127
- };
128
- topUpTagBudget(value: MsgTopUpTagBudget): {
129
- typeUrl: string;
130
- value: Uint8Array<ArrayBufferLike>;
131
- };
132
- toggleTagBudget(value: MsgToggleTagBudget): {
133
- typeUrl: string;
134
- value: Uint8Array<ArrayBufferLike>;
135
- };
136
- withdrawTagBudget(value: MsgWithdrawTagBudget): {
137
- typeUrl: string;
138
- value: Uint8Array<ArrayBufferLike>;
139
- };
140
116
  pinReply(value: MsgPinReply): {
141
117
  typeUrl: string;
142
118
  value: Uint8Array<ArrayBufferLike>;
@@ -169,42 +145,6 @@ export declare const MessageComposer: {
169
145
  typeUrl: string;
170
146
  value: Uint8Array<ArrayBufferLike>;
171
147
  };
172
- reportTag(value: MsgReportTag): {
173
- typeUrl: string;
174
- value: Uint8Array<ArrayBufferLike>;
175
- };
176
- resolveTagReport(value: MsgResolveTagReport): {
177
- typeUrl: string;
178
- value: Uint8Array<ArrayBufferLike>;
179
- };
180
- bondSentinel(value: MsgBondSentinel): {
181
- typeUrl: string;
182
- value: Uint8Array<ArrayBufferLike>;
183
- };
184
- unbondSentinel(value: MsgUnbondSentinel): {
185
- typeUrl: string;
186
- value: Uint8Array<ArrayBufferLike>;
187
- };
188
- reportMember(value: MsgReportMember): {
189
- typeUrl: string;
190
- value: Uint8Array<ArrayBufferLike>;
191
- };
192
- cosignMemberReport(value: MsgCosignMemberReport): {
193
- typeUrl: string;
194
- value: Uint8Array<ArrayBufferLike>;
195
- };
196
- resolveMemberReport(value: MsgResolveMemberReport): {
197
- typeUrl: string;
198
- value: Uint8Array<ArrayBufferLike>;
199
- };
200
- defendMemberReport(value: MsgDefendMemberReport): {
201
- typeUrl: string;
202
- value: Uint8Array<ArrayBufferLike>;
203
- };
204
- appealGovAction(value: MsgAppealGovAction): {
205
- typeUrl: string;
206
- value: Uint8Array<ArrayBufferLike>;
207
- };
208
148
  };
209
149
  withTypeUrl: {
210
150
  updateParams(value: MsgUpdateParams): {
@@ -215,10 +155,6 @@ export declare const MessageComposer: {
215
155
  typeUrl: string;
216
156
  value: MsgUpdateOperationalParams;
217
157
  };
218
- createCategory(value: MsgCreateCategory): {
219
- typeUrl: string;
220
- value: MsgCreateCategory;
221
- };
222
158
  createPost(value: MsgCreatePost): {
223
159
  typeUrl: string;
224
160
  value: MsgCreatePost;
@@ -319,26 +255,6 @@ export declare const MessageComposer: {
319
255
  typeUrl: string;
320
256
  value: MsgAssignBountyToReply;
321
257
  };
322
- createTagBudget(value: MsgCreateTagBudget): {
323
- typeUrl: string;
324
- value: MsgCreateTagBudget;
325
- };
326
- awardFromTagBudget(value: MsgAwardFromTagBudget): {
327
- typeUrl: string;
328
- value: MsgAwardFromTagBudget;
329
- };
330
- topUpTagBudget(value: MsgTopUpTagBudget): {
331
- typeUrl: string;
332
- value: MsgTopUpTagBudget;
333
- };
334
- toggleTagBudget(value: MsgToggleTagBudget): {
335
- typeUrl: string;
336
- value: MsgToggleTagBudget;
337
- };
338
- withdrawTagBudget(value: MsgWithdrawTagBudget): {
339
- typeUrl: string;
340
- value: MsgWithdrawTagBudget;
341
- };
342
258
  pinReply(value: MsgPinReply): {
343
259
  typeUrl: string;
344
260
  value: MsgPinReply;
@@ -371,42 +287,6 @@ export declare const MessageComposer: {
371
287
  typeUrl: string;
372
288
  value: MsgSetModerationPaused;
373
289
  };
374
- reportTag(value: MsgReportTag): {
375
- typeUrl: string;
376
- value: MsgReportTag;
377
- };
378
- resolveTagReport(value: MsgResolveTagReport): {
379
- typeUrl: string;
380
- value: MsgResolveTagReport;
381
- };
382
- bondSentinel(value: MsgBondSentinel): {
383
- typeUrl: string;
384
- value: MsgBondSentinel;
385
- };
386
- unbondSentinel(value: MsgUnbondSentinel): {
387
- typeUrl: string;
388
- value: MsgUnbondSentinel;
389
- };
390
- reportMember(value: MsgReportMember): {
391
- typeUrl: string;
392
- value: MsgReportMember;
393
- };
394
- cosignMemberReport(value: MsgCosignMemberReport): {
395
- typeUrl: string;
396
- value: MsgCosignMemberReport;
397
- };
398
- resolveMemberReport(value: MsgResolveMemberReport): {
399
- typeUrl: string;
400
- value: MsgResolveMemberReport;
401
- };
402
- defendMemberReport(value: MsgDefendMemberReport): {
403
- typeUrl: string;
404
- value: MsgDefendMemberReport;
405
- };
406
- appealGovAction(value: MsgAppealGovAction): {
407
- typeUrl: string;
408
- value: MsgAppealGovAction;
409
- };
410
290
  };
411
291
  fromPartial: {
412
292
  updateParams(value: MsgUpdateParams): {
@@ -417,10 +297,6 @@ export declare const MessageComposer: {
417
297
  typeUrl: string;
418
298
  value: MsgUpdateOperationalParams;
419
299
  };
420
- createCategory(value: MsgCreateCategory): {
421
- typeUrl: string;
422
- value: MsgCreateCategory;
423
- };
424
300
  createPost(value: MsgCreatePost): {
425
301
  typeUrl: string;
426
302
  value: MsgCreatePost;
@@ -521,26 +397,6 @@ export declare const MessageComposer: {
521
397
  typeUrl: string;
522
398
  value: MsgAssignBountyToReply;
523
399
  };
524
- createTagBudget(value: MsgCreateTagBudget): {
525
- typeUrl: string;
526
- value: MsgCreateTagBudget;
527
- };
528
- awardFromTagBudget(value: MsgAwardFromTagBudget): {
529
- typeUrl: string;
530
- value: MsgAwardFromTagBudget;
531
- };
532
- topUpTagBudget(value: MsgTopUpTagBudget): {
533
- typeUrl: string;
534
- value: MsgTopUpTagBudget;
535
- };
536
- toggleTagBudget(value: MsgToggleTagBudget): {
537
- typeUrl: string;
538
- value: MsgToggleTagBudget;
539
- };
540
- withdrawTagBudget(value: MsgWithdrawTagBudget): {
541
- typeUrl: string;
542
- value: MsgWithdrawTagBudget;
543
- };
544
400
  pinReply(value: MsgPinReply): {
545
401
  typeUrl: string;
546
402
  value: MsgPinReply;
@@ -573,41 +429,5 @@ export declare const MessageComposer: {
573
429
  typeUrl: string;
574
430
  value: MsgSetModerationPaused;
575
431
  };
576
- reportTag(value: MsgReportTag): {
577
- typeUrl: string;
578
- value: MsgReportTag;
579
- };
580
- resolveTagReport(value: MsgResolveTagReport): {
581
- typeUrl: string;
582
- value: MsgResolveTagReport;
583
- };
584
- bondSentinel(value: MsgBondSentinel): {
585
- typeUrl: string;
586
- value: MsgBondSentinel;
587
- };
588
- unbondSentinel(value: MsgUnbondSentinel): {
589
- typeUrl: string;
590
- value: MsgUnbondSentinel;
591
- };
592
- reportMember(value: MsgReportMember): {
593
- typeUrl: string;
594
- value: MsgReportMember;
595
- };
596
- cosignMemberReport(value: MsgCosignMemberReport): {
597
- typeUrl: string;
598
- value: MsgCosignMemberReport;
599
- };
600
- resolveMemberReport(value: MsgResolveMemberReport): {
601
- typeUrl: string;
602
- value: MsgResolveMemberReport;
603
- };
604
- defendMemberReport(value: MsgDefendMemberReport): {
605
- typeUrl: string;
606
- value: MsgDefendMemberReport;
607
- };
608
- appealGovAction(value: MsgAppealGovAction): {
609
- typeUrl: string;
610
- value: MsgAppealGovAction;
611
- };
612
432
  };
613
433
  };
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MessageComposer = exports.load = exports.registry = void 0;
4
4
  const tx_1 = require("./tx");
5
- exports.registry = [["/sparkdream.forum.v1.MsgUpdateParams", tx_1.MsgUpdateParams], ["/sparkdream.forum.v1.MsgUpdateOperationalParams", tx_1.MsgUpdateOperationalParams], ["/sparkdream.forum.v1.MsgCreateCategory", tx_1.MsgCreateCategory], ["/sparkdream.forum.v1.MsgCreatePost", tx_1.MsgCreatePost], ["/sparkdream.forum.v1.MsgEditPost", tx_1.MsgEditPost], ["/sparkdream.forum.v1.MsgDeletePost", tx_1.MsgDeletePost], ["/sparkdream.forum.v1.MsgFreezeThread", tx_1.MsgFreezeThread], ["/sparkdream.forum.v1.MsgUnarchiveThread", tx_1.MsgUnarchiveThread], ["/sparkdream.forum.v1.MsgPinPost", tx_1.MsgPinPost], ["/sparkdream.forum.v1.MsgUnpinPost", tx_1.MsgUnpinPost], ["/sparkdream.forum.v1.MsgLockThread", tx_1.MsgLockThread], ["/sparkdream.forum.v1.MsgUnlockThread", tx_1.MsgUnlockThread], ["/sparkdream.forum.v1.MsgMoveThread", tx_1.MsgMoveThread], ["/sparkdream.forum.v1.MsgFollowThread", tx_1.MsgFollowThread], ["/sparkdream.forum.v1.MsgUnfollowThread", tx_1.MsgUnfollowThread], ["/sparkdream.forum.v1.MsgUpvotePost", tx_1.MsgUpvotePost], ["/sparkdream.forum.v1.MsgDownvotePost", tx_1.MsgDownvotePost], ["/sparkdream.forum.v1.MsgFlagPost", tx_1.MsgFlagPost], ["/sparkdream.forum.v1.MsgDismissFlags", tx_1.MsgDismissFlags], ["/sparkdream.forum.v1.MsgHidePost", tx_1.MsgHidePost], ["/sparkdream.forum.v1.MsgAppealPost", tx_1.MsgAppealPost], ["/sparkdream.forum.v1.MsgAppealThreadLock", tx_1.MsgAppealThreadLock], ["/sparkdream.forum.v1.MsgAppealThreadMove", tx_1.MsgAppealThreadMove], ["/sparkdream.forum.v1.MsgCreateBounty", tx_1.MsgCreateBounty], ["/sparkdream.forum.v1.MsgAwardBounty", tx_1.MsgAwardBounty], ["/sparkdream.forum.v1.MsgIncreaseBounty", tx_1.MsgIncreaseBounty], ["/sparkdream.forum.v1.MsgCancelBounty", tx_1.MsgCancelBounty], ["/sparkdream.forum.v1.MsgAssignBountyToReply", tx_1.MsgAssignBountyToReply], ["/sparkdream.forum.v1.MsgCreateTagBudget", tx_1.MsgCreateTagBudget], ["/sparkdream.forum.v1.MsgAwardFromTagBudget", tx_1.MsgAwardFromTagBudget], ["/sparkdream.forum.v1.MsgTopUpTagBudget", tx_1.MsgTopUpTagBudget], ["/sparkdream.forum.v1.MsgToggleTagBudget", tx_1.MsgToggleTagBudget], ["/sparkdream.forum.v1.MsgWithdrawTagBudget", tx_1.MsgWithdrawTagBudget], ["/sparkdream.forum.v1.MsgPinReply", tx_1.MsgPinReply], ["/sparkdream.forum.v1.MsgUnpinReply", tx_1.MsgUnpinReply], ["/sparkdream.forum.v1.MsgDisputePin", tx_1.MsgDisputePin], ["/sparkdream.forum.v1.MsgMarkAcceptedReply", tx_1.MsgMarkAcceptedReply], ["/sparkdream.forum.v1.MsgConfirmProposedReply", tx_1.MsgConfirmProposedReply], ["/sparkdream.forum.v1.MsgRejectProposedReply", tx_1.MsgRejectProposedReply], ["/sparkdream.forum.v1.MsgSetForumPaused", tx_1.MsgSetForumPaused], ["/sparkdream.forum.v1.MsgSetModerationPaused", tx_1.MsgSetModerationPaused], ["/sparkdream.forum.v1.MsgReportTag", tx_1.MsgReportTag], ["/sparkdream.forum.v1.MsgResolveTagReport", tx_1.MsgResolveTagReport], ["/sparkdream.forum.v1.MsgBondSentinel", tx_1.MsgBondSentinel], ["/sparkdream.forum.v1.MsgUnbondSentinel", tx_1.MsgUnbondSentinel], ["/sparkdream.forum.v1.MsgReportMember", tx_1.MsgReportMember], ["/sparkdream.forum.v1.MsgCosignMemberReport", tx_1.MsgCosignMemberReport], ["/sparkdream.forum.v1.MsgResolveMemberReport", tx_1.MsgResolveMemberReport], ["/sparkdream.forum.v1.MsgDefendMemberReport", tx_1.MsgDefendMemberReport], ["/sparkdream.forum.v1.MsgAppealGovAction", tx_1.MsgAppealGovAction]];
5
+ exports.registry = [["/sparkdream.forum.v1.MsgUpdateParams", tx_1.MsgUpdateParams], ["/sparkdream.forum.v1.MsgUpdateOperationalParams", tx_1.MsgUpdateOperationalParams], ["/sparkdream.forum.v1.MsgCreatePost", tx_1.MsgCreatePost], ["/sparkdream.forum.v1.MsgEditPost", tx_1.MsgEditPost], ["/sparkdream.forum.v1.MsgDeletePost", tx_1.MsgDeletePost], ["/sparkdream.forum.v1.MsgFreezeThread", tx_1.MsgFreezeThread], ["/sparkdream.forum.v1.MsgUnarchiveThread", tx_1.MsgUnarchiveThread], ["/sparkdream.forum.v1.MsgPinPost", tx_1.MsgPinPost], ["/sparkdream.forum.v1.MsgUnpinPost", tx_1.MsgUnpinPost], ["/sparkdream.forum.v1.MsgLockThread", tx_1.MsgLockThread], ["/sparkdream.forum.v1.MsgUnlockThread", tx_1.MsgUnlockThread], ["/sparkdream.forum.v1.MsgMoveThread", tx_1.MsgMoveThread], ["/sparkdream.forum.v1.MsgFollowThread", tx_1.MsgFollowThread], ["/sparkdream.forum.v1.MsgUnfollowThread", tx_1.MsgUnfollowThread], ["/sparkdream.forum.v1.MsgUpvotePost", tx_1.MsgUpvotePost], ["/sparkdream.forum.v1.MsgDownvotePost", tx_1.MsgDownvotePost], ["/sparkdream.forum.v1.MsgFlagPost", tx_1.MsgFlagPost], ["/sparkdream.forum.v1.MsgDismissFlags", tx_1.MsgDismissFlags], ["/sparkdream.forum.v1.MsgHidePost", tx_1.MsgHidePost], ["/sparkdream.forum.v1.MsgAppealPost", tx_1.MsgAppealPost], ["/sparkdream.forum.v1.MsgAppealThreadLock", tx_1.MsgAppealThreadLock], ["/sparkdream.forum.v1.MsgAppealThreadMove", tx_1.MsgAppealThreadMove], ["/sparkdream.forum.v1.MsgCreateBounty", tx_1.MsgCreateBounty], ["/sparkdream.forum.v1.MsgAwardBounty", tx_1.MsgAwardBounty], ["/sparkdream.forum.v1.MsgIncreaseBounty", tx_1.MsgIncreaseBounty], ["/sparkdream.forum.v1.MsgCancelBounty", tx_1.MsgCancelBounty], ["/sparkdream.forum.v1.MsgAssignBountyToReply", tx_1.MsgAssignBountyToReply], ["/sparkdream.forum.v1.MsgPinReply", tx_1.MsgPinReply], ["/sparkdream.forum.v1.MsgUnpinReply", tx_1.MsgUnpinReply], ["/sparkdream.forum.v1.MsgDisputePin", tx_1.MsgDisputePin], ["/sparkdream.forum.v1.MsgMarkAcceptedReply", tx_1.MsgMarkAcceptedReply], ["/sparkdream.forum.v1.MsgConfirmProposedReply", tx_1.MsgConfirmProposedReply], ["/sparkdream.forum.v1.MsgRejectProposedReply", tx_1.MsgRejectProposedReply], ["/sparkdream.forum.v1.MsgSetForumPaused", tx_1.MsgSetForumPaused], ["/sparkdream.forum.v1.MsgSetModerationPaused", tx_1.MsgSetModerationPaused]];
6
6
  const load = (protoRegistry) => {
7
7
  exports.registry.forEach(([typeUrl, mod]) => {
8
8
  protoRegistry.register(typeUrl, mod);
@@ -23,12 +23,6 @@ exports.MessageComposer = {
23
23
  value: tx_1.MsgUpdateOperationalParams.encode(value).finish()
24
24
  };
25
25
  },
26
- createCategory(value) {
27
- return {
28
- typeUrl: "/sparkdream.forum.v1.MsgCreateCategory",
29
- value: tx_1.MsgCreateCategory.encode(value).finish()
30
- };
31
- },
32
26
  createPost(value) {
33
27
  return {
34
28
  typeUrl: "/sparkdream.forum.v1.MsgCreatePost",
@@ -179,36 +173,6 @@ exports.MessageComposer = {
179
173
  value: tx_1.MsgAssignBountyToReply.encode(value).finish()
180
174
  };
181
175
  },
182
- createTagBudget(value) {
183
- return {
184
- typeUrl: "/sparkdream.forum.v1.MsgCreateTagBudget",
185
- value: tx_1.MsgCreateTagBudget.encode(value).finish()
186
- };
187
- },
188
- awardFromTagBudget(value) {
189
- return {
190
- typeUrl: "/sparkdream.forum.v1.MsgAwardFromTagBudget",
191
- value: tx_1.MsgAwardFromTagBudget.encode(value).finish()
192
- };
193
- },
194
- topUpTagBudget(value) {
195
- return {
196
- typeUrl: "/sparkdream.forum.v1.MsgTopUpTagBudget",
197
- value: tx_1.MsgTopUpTagBudget.encode(value).finish()
198
- };
199
- },
200
- toggleTagBudget(value) {
201
- return {
202
- typeUrl: "/sparkdream.forum.v1.MsgToggleTagBudget",
203
- value: tx_1.MsgToggleTagBudget.encode(value).finish()
204
- };
205
- },
206
- withdrawTagBudget(value) {
207
- return {
208
- typeUrl: "/sparkdream.forum.v1.MsgWithdrawTagBudget",
209
- value: tx_1.MsgWithdrawTagBudget.encode(value).finish()
210
- };
211
- },
212
176
  pinReply(value) {
213
177
  return {
214
178
  typeUrl: "/sparkdream.forum.v1.MsgPinReply",
@@ -256,60 +220,6 @@ exports.MessageComposer = {
256
220
  typeUrl: "/sparkdream.forum.v1.MsgSetModerationPaused",
257
221
  value: tx_1.MsgSetModerationPaused.encode(value).finish()
258
222
  };
259
- },
260
- reportTag(value) {
261
- return {
262
- typeUrl: "/sparkdream.forum.v1.MsgReportTag",
263
- value: tx_1.MsgReportTag.encode(value).finish()
264
- };
265
- },
266
- resolveTagReport(value) {
267
- return {
268
- typeUrl: "/sparkdream.forum.v1.MsgResolveTagReport",
269
- value: tx_1.MsgResolveTagReport.encode(value).finish()
270
- };
271
- },
272
- bondSentinel(value) {
273
- return {
274
- typeUrl: "/sparkdream.forum.v1.MsgBondSentinel",
275
- value: tx_1.MsgBondSentinel.encode(value).finish()
276
- };
277
- },
278
- unbondSentinel(value) {
279
- return {
280
- typeUrl: "/sparkdream.forum.v1.MsgUnbondSentinel",
281
- value: tx_1.MsgUnbondSentinel.encode(value).finish()
282
- };
283
- },
284
- reportMember(value) {
285
- return {
286
- typeUrl: "/sparkdream.forum.v1.MsgReportMember",
287
- value: tx_1.MsgReportMember.encode(value).finish()
288
- };
289
- },
290
- cosignMemberReport(value) {
291
- return {
292
- typeUrl: "/sparkdream.forum.v1.MsgCosignMemberReport",
293
- value: tx_1.MsgCosignMemberReport.encode(value).finish()
294
- };
295
- },
296
- resolveMemberReport(value) {
297
- return {
298
- typeUrl: "/sparkdream.forum.v1.MsgResolveMemberReport",
299
- value: tx_1.MsgResolveMemberReport.encode(value).finish()
300
- };
301
- },
302
- defendMemberReport(value) {
303
- return {
304
- typeUrl: "/sparkdream.forum.v1.MsgDefendMemberReport",
305
- value: tx_1.MsgDefendMemberReport.encode(value).finish()
306
- };
307
- },
308
- appealGovAction(value) {
309
- return {
310
- typeUrl: "/sparkdream.forum.v1.MsgAppealGovAction",
311
- value: tx_1.MsgAppealGovAction.encode(value).finish()
312
- };
313
223
  }
314
224
  },
315
225
  withTypeUrl: {
@@ -325,12 +235,6 @@ exports.MessageComposer = {
325
235
  value
326
236
  };
327
237
  },
328
- createCategory(value) {
329
- return {
330
- typeUrl: "/sparkdream.forum.v1.MsgCreateCategory",
331
- value
332
- };
333
- },
334
238
  createPost(value) {
335
239
  return {
336
240
  typeUrl: "/sparkdream.forum.v1.MsgCreatePost",
@@ -481,36 +385,6 @@ exports.MessageComposer = {
481
385
  value
482
386
  };
483
387
  },
484
- createTagBudget(value) {
485
- return {
486
- typeUrl: "/sparkdream.forum.v1.MsgCreateTagBudget",
487
- value
488
- };
489
- },
490
- awardFromTagBudget(value) {
491
- return {
492
- typeUrl: "/sparkdream.forum.v1.MsgAwardFromTagBudget",
493
- value
494
- };
495
- },
496
- topUpTagBudget(value) {
497
- return {
498
- typeUrl: "/sparkdream.forum.v1.MsgTopUpTagBudget",
499
- value
500
- };
501
- },
502
- toggleTagBudget(value) {
503
- return {
504
- typeUrl: "/sparkdream.forum.v1.MsgToggleTagBudget",
505
- value
506
- };
507
- },
508
- withdrawTagBudget(value) {
509
- return {
510
- typeUrl: "/sparkdream.forum.v1.MsgWithdrawTagBudget",
511
- value
512
- };
513
- },
514
388
  pinReply(value) {
515
389
  return {
516
390
  typeUrl: "/sparkdream.forum.v1.MsgPinReply",
@@ -558,60 +432,6 @@ exports.MessageComposer = {
558
432
  typeUrl: "/sparkdream.forum.v1.MsgSetModerationPaused",
559
433
  value
560
434
  };
561
- },
562
- reportTag(value) {
563
- return {
564
- typeUrl: "/sparkdream.forum.v1.MsgReportTag",
565
- value
566
- };
567
- },
568
- resolveTagReport(value) {
569
- return {
570
- typeUrl: "/sparkdream.forum.v1.MsgResolveTagReport",
571
- value
572
- };
573
- },
574
- bondSentinel(value) {
575
- return {
576
- typeUrl: "/sparkdream.forum.v1.MsgBondSentinel",
577
- value
578
- };
579
- },
580
- unbondSentinel(value) {
581
- return {
582
- typeUrl: "/sparkdream.forum.v1.MsgUnbondSentinel",
583
- value
584
- };
585
- },
586
- reportMember(value) {
587
- return {
588
- typeUrl: "/sparkdream.forum.v1.MsgReportMember",
589
- value
590
- };
591
- },
592
- cosignMemberReport(value) {
593
- return {
594
- typeUrl: "/sparkdream.forum.v1.MsgCosignMemberReport",
595
- value
596
- };
597
- },
598
- resolveMemberReport(value) {
599
- return {
600
- typeUrl: "/sparkdream.forum.v1.MsgResolveMemberReport",
601
- value
602
- };
603
- },
604
- defendMemberReport(value) {
605
- return {
606
- typeUrl: "/sparkdream.forum.v1.MsgDefendMemberReport",
607
- value
608
- };
609
- },
610
- appealGovAction(value) {
611
- return {
612
- typeUrl: "/sparkdream.forum.v1.MsgAppealGovAction",
613
- value
614
- };
615
435
  }
616
436
  },
617
437
  fromPartial: {
@@ -627,12 +447,6 @@ exports.MessageComposer = {
627
447
  value: tx_1.MsgUpdateOperationalParams.fromPartial(value)
628
448
  };
629
449
  },
630
- createCategory(value) {
631
- return {
632
- typeUrl: "/sparkdream.forum.v1.MsgCreateCategory",
633
- value: tx_1.MsgCreateCategory.fromPartial(value)
634
- };
635
- },
636
450
  createPost(value) {
637
451
  return {
638
452
  typeUrl: "/sparkdream.forum.v1.MsgCreatePost",
@@ -783,36 +597,6 @@ exports.MessageComposer = {
783
597
  value: tx_1.MsgAssignBountyToReply.fromPartial(value)
784
598
  };
785
599
  },
786
- createTagBudget(value) {
787
- return {
788
- typeUrl: "/sparkdream.forum.v1.MsgCreateTagBudget",
789
- value: tx_1.MsgCreateTagBudget.fromPartial(value)
790
- };
791
- },
792
- awardFromTagBudget(value) {
793
- return {
794
- typeUrl: "/sparkdream.forum.v1.MsgAwardFromTagBudget",
795
- value: tx_1.MsgAwardFromTagBudget.fromPartial(value)
796
- };
797
- },
798
- topUpTagBudget(value) {
799
- return {
800
- typeUrl: "/sparkdream.forum.v1.MsgTopUpTagBudget",
801
- value: tx_1.MsgTopUpTagBudget.fromPartial(value)
802
- };
803
- },
804
- toggleTagBudget(value) {
805
- return {
806
- typeUrl: "/sparkdream.forum.v1.MsgToggleTagBudget",
807
- value: tx_1.MsgToggleTagBudget.fromPartial(value)
808
- };
809
- },
810
- withdrawTagBudget(value) {
811
- return {
812
- typeUrl: "/sparkdream.forum.v1.MsgWithdrawTagBudget",
813
- value: tx_1.MsgWithdrawTagBudget.fromPartial(value)
814
- };
815
- },
816
600
  pinReply(value) {
817
601
  return {
818
602
  typeUrl: "/sparkdream.forum.v1.MsgPinReply",
@@ -860,60 +644,6 @@ exports.MessageComposer = {
860
644
  typeUrl: "/sparkdream.forum.v1.MsgSetModerationPaused",
861
645
  value: tx_1.MsgSetModerationPaused.fromPartial(value)
862
646
  };
863
- },
864
- reportTag(value) {
865
- return {
866
- typeUrl: "/sparkdream.forum.v1.MsgReportTag",
867
- value: tx_1.MsgReportTag.fromPartial(value)
868
- };
869
- },
870
- resolveTagReport(value) {
871
- return {
872
- typeUrl: "/sparkdream.forum.v1.MsgResolveTagReport",
873
- value: tx_1.MsgResolveTagReport.fromPartial(value)
874
- };
875
- },
876
- bondSentinel(value) {
877
- return {
878
- typeUrl: "/sparkdream.forum.v1.MsgBondSentinel",
879
- value: tx_1.MsgBondSentinel.fromPartial(value)
880
- };
881
- },
882
- unbondSentinel(value) {
883
- return {
884
- typeUrl: "/sparkdream.forum.v1.MsgUnbondSentinel",
885
- value: tx_1.MsgUnbondSentinel.fromPartial(value)
886
- };
887
- },
888
- reportMember(value) {
889
- return {
890
- typeUrl: "/sparkdream.forum.v1.MsgReportMember",
891
- value: tx_1.MsgReportMember.fromPartial(value)
892
- };
893
- },
894
- cosignMemberReport(value) {
895
- return {
896
- typeUrl: "/sparkdream.forum.v1.MsgCosignMemberReport",
897
- value: tx_1.MsgCosignMemberReport.fromPartial(value)
898
- };
899
- },
900
- resolveMemberReport(value) {
901
- return {
902
- typeUrl: "/sparkdream.forum.v1.MsgResolveMemberReport",
903
- value: tx_1.MsgResolveMemberReport.fromPartial(value)
904
- };
905
- },
906
- defendMemberReport(value) {
907
- return {
908
- typeUrl: "/sparkdream.forum.v1.MsgDefendMemberReport",
909
- value: tx_1.MsgDefendMemberReport.fromPartial(value)
910
- };
911
- },
912
- appealGovAction(value) {
913
- return {
914
- typeUrl: "/sparkdream.forum.v1.MsgAppealGovAction",
915
- value: tx_1.MsgAppealGovAction.fromPartial(value)
916
- };
917
647
  }
918
648
  }
919
649
  };