@sparkdreamnft/sparkdreamjs 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/bundle.d.ts +160 -160
- package/cosmos/bundle.js +182 -182
- package/esm/cosmos/bundle.js +182 -182
- package/esm/ibc/bundle.js +106 -106
- package/esm/sparkdream/blog/v1/genesis.js +87 -1
- package/esm/sparkdream/blog/v1/params.js +433 -5
- package/esm/sparkdream/blog/v1/post.js +205 -2
- package/esm/sparkdream/blog/v1/query.js +1363 -0
- package/esm/sparkdream/blog/v1/query.lcd.js +105 -2
- package/esm/sparkdream/blog/v1/query.rpc.Query.js +75 -3
- package/esm/sparkdream/blog/v1/tx.amino.js +61 -1
- package/esm/sparkdream/blog/v1/tx.js +1861 -3
- package/esm/sparkdream/blog/v1/tx.registry.js +218 -2
- package/esm/sparkdream/blog/v1/tx.rpc.msg.js +77 -4
- package/esm/sparkdream/blog/v1/types.js +809 -0
- package/esm/sparkdream/bundle.js +585 -36
- package/esm/sparkdream/client.js +41 -2
- package/esm/sparkdream/collect/module/v1/module.js +71 -0
- package/esm/sparkdream/collect/v1/genesis.js +271 -0
- package/esm/sparkdream/collect/v1/params.js +763 -0
- package/esm/sparkdream/collect/v1/query.js +3790 -0
- package/esm/sparkdream/collect/v1/query.lcd.js +223 -0
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +252 -0
- package/esm/sparkdream/collect/v1/tx.amino.js +149 -0
- package/esm/sparkdream/collect/v1/tx.js +4767 -0
- package/esm/sparkdream/collect/v1/tx.registry.js +537 -0
- package/esm/sparkdream/collect/v1/tx.rpc.msg.js +185 -0
- package/esm/sparkdream/collect/v1/types.js +3434 -0
- package/esm/sparkdream/common/v1/content_type.js +96 -0
- package/esm/sparkdream/common/v1/flag_record.js +119 -0
- package/esm/sparkdream/common/v1/moderation_reason.js +115 -0
- package/esm/sparkdream/commons/module/v1/module.js +71 -0
- package/esm/sparkdream/commons/v1/category.js +121 -0
- package/esm/sparkdream/commons/v1/genesis.js +561 -0
- package/esm/sparkdream/commons/v1/group.js +1116 -0
- package/esm/sparkdream/commons/v1/params.js +78 -0
- package/esm/sparkdream/commons/v1/policy_permissions.js +86 -0
- package/esm/sparkdream/commons/v1/query.js +1629 -0
- package/esm/sparkdream/commons/v1/query.lcd.js +96 -0
- package/esm/sparkdream/commons/v1/query.rpc.Query.js +120 -0
- package/esm/sparkdream/commons/v1/tx.amino.js +99 -0
- package/esm/sparkdream/commons/v1/tx.js +3475 -0
- package/esm/sparkdream/commons/v1/tx.registry.js +357 -0
- package/esm/sparkdream/commons/v1/tx.rpc.msg.js +129 -0
- package/esm/sparkdream/ecosystem/module/v1/module.js +71 -0
- package/esm/sparkdream/ecosystem/v1/genesis.js +72 -0
- package/esm/sparkdream/ecosystem/v1/params.js +65 -0
- package/esm/sparkdream/ecosystem/v1/query.js +128 -0
- package/esm/sparkdream/ecosystem/v1/query.lcd.js +11 -0
- package/esm/sparkdream/ecosystem/v1/query.rpc.Query.js +24 -0
- package/esm/sparkdream/ecosystem/v1/tx.amino.js +14 -0
- package/esm/sparkdream/ecosystem/v1/tx.js +308 -0
- package/esm/sparkdream/ecosystem/v1/tx.registry.js +51 -0
- package/esm/sparkdream/ecosystem/v1/tx.rpc.msg.js +24 -0
- package/esm/sparkdream/federation/module/v1/module.js +71 -0
- package/esm/sparkdream/federation/v1/genesis.js +244 -0
- package/esm/sparkdream/federation/v1/packet.js +810 -0
- package/esm/sparkdream/federation/v1/params.js +789 -0
- package/esm/sparkdream/federation/v1/query.js +2629 -0
- package/esm/sparkdream/federation/v1/query.lcd.js +152 -0
- package/esm/sparkdream/federation/v1/query.rpc.Query.js +189 -0
- package/esm/sparkdream/federation/v1/tx.amino.js +139 -0
- package/esm/sparkdream/federation/v1/tx.js +4199 -0
- package/esm/sparkdream/federation/v1/tx.registry.js +501 -0
- package/esm/sparkdream/federation/v1/tx.rpc.msg.js +173 -0
- package/esm/sparkdream/federation/v1/types.js +2571 -0
- package/esm/sparkdream/forum/module/v1/module.js +71 -0
- package/esm/sparkdream/forum/v1/archive_metadata.js +119 -0
- package/esm/sparkdream/forum/v1/bounty.js +183 -0
- package/esm/sparkdream/forum/v1/genesis.js +292 -0
- package/esm/sparkdream/forum/v1/hide_record.js +154 -0
- package/esm/sparkdream/forum/v1/params.js +867 -0
- package/esm/sparkdream/forum/v1/post.js +397 -0
- package/esm/sparkdream/forum/v1/post_flag.js +254 -0
- package/esm/sparkdream/forum/v1/query.js +7167 -0
- package/esm/sparkdream/forum/v1/query.lcd.js +420 -0
- package/esm/sparkdream/forum/v1/query.rpc.Query.js +461 -0
- package/esm/sparkdream/forum/v1/sentinel_activity.js +397 -0
- package/esm/sparkdream/forum/v1/thread_follow.js +95 -0
- package/esm/sparkdream/forum/v1/thread_follow_count.js +83 -0
- package/esm/sparkdream/forum/v1/thread_lock_record.js +155 -0
- package/esm/sparkdream/forum/v1/thread_metadata.js +184 -0
- package/esm/sparkdream/forum/v1/thread_move_record.js +179 -0
- package/esm/sparkdream/forum/v1/tx.amino.js +179 -0
- package/esm/sparkdream/forum/v1/tx.js +5169 -0
- package/esm/sparkdream/forum/v1/tx.registry.js +645 -0
- package/esm/sparkdream/forum/v1/tx.rpc.msg.js +223 -0
- package/esm/sparkdream/forum/v1/types.js +542 -0
- package/esm/sparkdream/forum/v1/user_rate_limit.js +119 -0
- package/esm/sparkdream/forum/v1/user_reaction_limit.js +107 -0
- package/esm/sparkdream/futarchy/module/v1/module.js +71 -0
- package/esm/sparkdream/futarchy/v1/genesis.js +88 -0
- package/esm/sparkdream/futarchy/v1/market.js +240 -0
- package/esm/sparkdream/futarchy/v1/params.js +241 -0
- package/esm/sparkdream/futarchy/v1/query.js +596 -0
- package/esm/sparkdream/futarchy/v1/query.lcd.js +45 -0
- package/esm/sparkdream/futarchy/v1/query.rpc.Query.js +53 -0
- package/esm/sparkdream/futarchy/v1/tx.amino.js +39 -0
- package/esm/sparkdream/futarchy/v1/tx.js +1097 -0
- package/esm/sparkdream/futarchy/v1/tx.registry.js +141 -0
- package/esm/sparkdream/futarchy/v1/tx.rpc.msg.js +55 -0
- package/esm/sparkdream/lcd.js +65 -0
- package/esm/sparkdream/name/module/v1/module.js +71 -0
- package/esm/sparkdream/name/v1/dispute.js +341 -0
- package/esm/sparkdream/name/v1/genesis.js +120 -0
- package/esm/sparkdream/name/v1/name_record.js +95 -0
- package/esm/sparkdream/name/v1/owner_info.js +95 -0
- package/esm/sparkdream/name/v1/params.js +306 -0
- package/esm/sparkdream/name/v1/query.js +863 -0
- package/esm/sparkdream/name/v1/query.lcd.js +52 -0
- package/esm/sparkdream/name/v1/query.rpc.Query.js +71 -0
- package/esm/sparkdream/name/v1/tx.amino.js +44 -0
- package/esm/sparkdream/name/v1/tx.js +1222 -0
- package/esm/sparkdream/name/v1/tx.registry.js +159 -0
- package/esm/sparkdream/name/v1/tx.rpc.msg.js +62 -0
- package/esm/sparkdream/rep/module/v1/module.js +71 -0
- package/esm/sparkdream/rep/v1/accountability.js +172 -0
- package/esm/sparkdream/rep/v1/challenge.js +226 -0
- package/esm/sparkdream/rep/v1/content_challenge.js +303 -0
- package/esm/sparkdream/rep/v1/genesis.js +689 -0
- package/esm/sparkdream/rep/v1/gov_action_appeal.js +202 -0
- package/esm/sparkdream/rep/v1/initiative.js +558 -0
- package/esm/sparkdream/rep/v1/interim.js +426 -0
- package/esm/sparkdream/rep/v1/interim_template.js +291 -0
- package/esm/sparkdream/rep/v1/invitation.js +251 -0
- package/esm/sparkdream/rep/v1/jury_participation.js +131 -0
- package/esm/sparkdream/rep/v1/jury_review.js +635 -0
- package/esm/sparkdream/rep/v1/member.js +881 -0
- package/esm/sparkdream/rep/v1/member_report.js +219 -0
- package/esm/sparkdream/rep/v1/member_warning.js +156 -0
- package/esm/sparkdream/rep/v1/params.js +2347 -0
- package/esm/sparkdream/rep/v1/project.js +557 -0
- package/esm/sparkdream/rep/v1/query.js +12156 -0
- package/esm/sparkdream/rep/v1/query.lcd.js +663 -0
- package/esm/sparkdream/rep/v1/query.rpc.Query.js +756 -0
- package/esm/sparkdream/rep/v1/reserved_tag.js +96 -0
- package/esm/sparkdream/rep/v1/sentinel_activity.js +214 -0
- package/esm/sparkdream/rep/v1/stake.js +575 -0
- package/esm/sparkdream/rep/v1/tag.js +120 -0
- package/esm/sparkdream/rep/v1/tag_budget.js +143 -0
- package/esm/sparkdream/rep/v1/tag_budget_award.js +155 -0
- package/esm/sparkdream/rep/v1/tag_report.js +122 -0
- package/esm/sparkdream/rep/v1/tx.amino.js +239 -0
- package/esm/sparkdream/rep/v1/tx.js +7637 -0
- package/esm/sparkdream/rep/v1/tx.registry.js +861 -0
- package/esm/sparkdream/rep/v1/tx.rpc.msg.js +300 -0
- package/esm/sparkdream/reveal/module/v1/module.js +71 -0
- package/esm/sparkdream/reveal/v1/genesis.js +142 -0
- package/esm/sparkdream/reveal/v1/params.js +235 -0
- package/esm/sparkdream/reveal/v1/query.js +1700 -0
- package/esm/sparkdream/reveal/v1/query.lcd.js +101 -0
- package/esm/sparkdream/reveal/v1/query.rpc.Query.js +116 -0
- package/esm/sparkdream/reveal/v1/tx.amino.js +54 -0
- package/esm/sparkdream/reveal/v1/tx.js +1699 -0
- package/esm/sparkdream/reveal/v1/tx.registry.js +195 -0
- package/esm/sparkdream/reveal/v1/tx.rpc.msg.js +72 -0
- package/esm/sparkdream/reveal/v1/types.js +1141 -0
- package/esm/sparkdream/rpc.query.js +39 -0
- package/esm/sparkdream/rpc.tx.js +39 -0
- package/esm/sparkdream/season/module/v1/module.js +71 -0
- package/esm/sparkdream/season/v1/achievement.js +142 -0
- package/esm/sparkdream/season/v1/display_name_appeal_stake.js +95 -0
- package/esm/sparkdream/season/v1/display_name_moderation.js +155 -0
- package/esm/sparkdream/season/v1/display_name_report_stake.js +95 -0
- package/esm/sparkdream/season/v1/enums.js +391 -0
- package/esm/sparkdream/season/v1/epoch_xp_tracker.js +119 -0
- package/esm/sparkdream/season/v1/forum_xp_cooldown.js +83 -0
- package/esm/sparkdream/season/v1/genesis.js +482 -0
- package/esm/sparkdream/season/v1/guild.js +172 -0
- package/esm/sparkdream/season/v1/guild_invite.js +107 -0
- package/esm/sparkdream/season/v1/guild_membership.js +119 -0
- package/esm/sparkdream/season/v1/member_profile.js +296 -0
- package/esm/sparkdream/season/v1/member_quest_progress.js +132 -0
- package/esm/sparkdream/season/v1/member_registration.js +83 -0
- package/esm/sparkdream/season/v1/member_season_snapshot.js +238 -0
- package/esm/sparkdream/season/v1/next_season_info.js +83 -0
- package/esm/sparkdream/season/v1/nomination.js +428 -0
- package/esm/sparkdream/season/v1/params.js +1645 -0
- package/esm/sparkdream/season/v1/query.js +10569 -0
- package/esm/sparkdream/season/v1/query.lcd.js +598 -0
- package/esm/sparkdream/season/v1/query.rpc.Query.js +673 -0
- package/esm/sparkdream/season/v1/quest.js +334 -0
- package/esm/sparkdream/season/v1/season.js +166 -0
- package/esm/sparkdream/season/v1/season_snapshot.js +83 -0
- package/esm/sparkdream/season/v1/season_title_eligibility.js +194 -0
- package/esm/sparkdream/season/v1/season_transition_state.js +130 -0
- package/esm/sparkdream/season/v1/title.js +154 -0
- package/esm/sparkdream/season/v1/transition_recovery_state.js +118 -0
- package/esm/sparkdream/season/v1/tx.amino.js +219 -0
- package/esm/sparkdream/season/v1/tx.js +6823 -0
- package/esm/sparkdream/season/v1/tx.registry.js +789 -0
- package/esm/sparkdream/season/v1/tx.rpc.msg.js +272 -0
- package/esm/sparkdream/season/v1/vote_xp_record.js +83 -0
- package/esm/sparkdream/session/module/v1/module.js +71 -0
- package/esm/sparkdream/session/v1/genesis.js +88 -0
- package/esm/sparkdream/session/v1/params.js +275 -0
- package/esm/sparkdream/session/v1/query.js +743 -0
- package/esm/sparkdream/session/v1/query.lcd.js +45 -0
- package/esm/sparkdream/session/v1/query.rpc.Query.js +60 -0
- package/esm/sparkdream/session/v1/session.js +185 -0
- package/esm/sparkdream/session/v1/tx.amino.js +29 -0
- package/esm/sparkdream/session/v1/tx.js +768 -0
- package/esm/sparkdream/session/v1/tx.registry.js +105 -0
- package/esm/sparkdream/session/v1/tx.rpc.msg.js +43 -0
- package/esm/sparkdream/shield/module/v1/module.js +71 -0
- package/esm/sparkdream/shield/v1/genesis.js +301 -0
- package/esm/sparkdream/shield/v1/params.js +282 -0
- package/esm/sparkdream/shield/v1/query.js +2323 -0
- package/esm/sparkdream/shield/v1/query.lcd.js +110 -0
- package/esm/sparkdream/shield/v1/query.rpc.Query.js +170 -0
- package/esm/sparkdream/shield/v1/tx.amino.js +29 -0
- package/esm/sparkdream/shield/v1/tx.js +838 -0
- package/esm/sparkdream/shield/v1/tx.registry.js +105 -0
- package/esm/sparkdream/shield/v1/tx.rpc.msg.js +43 -0
- package/esm/sparkdream/shield/v1/types.js +2427 -0
- package/esm/sparkdream/split/module/v1/module.js +71 -0
- package/esm/sparkdream/split/v1/genesis.js +88 -0
- package/esm/sparkdream/split/v1/params.js +65 -0
- package/esm/sparkdream/split/v1/query.js +421 -0
- package/esm/sparkdream/split/v1/query.lcd.js +31 -0
- package/esm/sparkdream/split/v1/query.rpc.Query.js +44 -0
- package/esm/sparkdream/split/v1/share.js +83 -0
- package/esm/sparkdream/split/v1/tx.amino.js +9 -0
- package/esm/sparkdream/split/v1/tx.js +148 -0
- package/esm/sparkdream/split/v1/tx.registry.js +33 -0
- package/esm/sparkdream/split/v1/tx.rpc.msg.js +18 -0
- package/esm/tendermint/bundle.js +20 -20
- package/ibc/bundle.d.ts +90 -90
- package/ibc/bundle.js +106 -106
- package/package.json +1 -1
- package/sparkdream/blog/v1/genesis.d.ts +50 -0
- package/sparkdream/blog/v1/genesis.js +87 -1
- package/sparkdream/blog/v1/params.d.ts +292 -4
- package/sparkdream/blog/v1/params.js +434 -6
- package/sparkdream/blog/v1/post.d.ts +162 -0
- package/sparkdream/blog/v1/post.js +205 -2
- package/sparkdream/blog/v1/query.d.ts +751 -0
- package/sparkdream/blog/v1/query.js +1364 -1
- package/sparkdream/blog/v1/query.lcd.d.ts +9 -1
- package/sparkdream/blog/v1/query.lcd.js +105 -2
- package/sparkdream/blog/v1/query.rpc.Query.d.ts +35 -3
- package/sparkdream/blog/v1/query.rpc.Query.js +74 -2
- package/sparkdream/blog/v1/tx.amino.d.ts +61 -1
- package/sparkdream/blog/v1/tx.amino.js +60 -0
- package/sparkdream/blog/v1/tx.d.ts +1155 -1
- package/sparkdream/blog/v1/tx.js +1861 -3
- package/sparkdream/blog/v1/tx.registry.d.ts +145 -1
- package/sparkdream/blog/v1/tx.registry.js +217 -1
- package/sparkdream/blog/v1/tx.rpc.msg.d.ts +43 -4
- package/sparkdream/blog/v1/tx.rpc.msg.js +76 -3
- package/sparkdream/blog/v1/types.d.ts +463 -0
- package/sparkdream/blog/v1/types.js +818 -0
- package/sparkdream/bundle.d.ts +21937 -226
- package/sparkdream/bundle.js +585 -36
- package/sparkdream/client.d.ts +1250 -0
- package/sparkdream/client.js +41 -2
- package/sparkdream/collect/module/v1/module.d.ts +54 -0
- package/sparkdream/collect/module/v1/module.js +74 -0
- package/sparkdream/collect/v1/genesis.d.ts +82 -0
- package/sparkdream/collect/v1/genesis.js +274 -0
- package/sparkdream/collect/v1/params.d.ts +240 -0
- package/sparkdream/collect/v1/params.js +766 -0
- package/sparkdream/collect/v1/query.d.ts +2157 -0
- package/sparkdream/collect/v1/query.js +3793 -0
- package/sparkdream/collect/v1/query.lcd.d.ts +33 -0
- package/sparkdream/collect/v1/query.lcd.js +227 -0
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +101 -0
- package/sparkdream/collect/v1/query.rpc.Query.js +257 -0
- package/sparkdream/collect/v1/tx.amino.d.ts +148 -0
- package/sparkdream/collect/v1/tx.amino.js +152 -0
- package/sparkdream/collect/v1/tx.d.ts +2581 -0
- package/sparkdream/collect/v1/tx.js +4771 -0
- package/sparkdream/collect/v1/tx.registry.d.ts +361 -0
- package/sparkdream/collect/v1/tx.registry.js +541 -0
- package/sparkdream/collect/v1/tx.rpc.msg.d.ts +76 -0
- package/sparkdream/collect/v1/tx.rpc.msg.js +190 -0
- package/sparkdream/collect/v1/types.d.ts +1205 -0
- package/sparkdream/collect/v1/types.js +3453 -0
- package/sparkdream/common/v1/content_type.d.ts +31 -0
- package/sparkdream/common/v1/content_type.js +101 -0
- package/sparkdream/common/v1/flag_record.d.ts +58 -0
- package/sparkdream/common/v1/flag_record.js +122 -0
- package/sparkdream/common/v1/moderation_reason.d.ts +35 -0
- package/sparkdream/common/v1/moderation_reason.js +120 -0
- package/sparkdream/commons/module/v1/module.d.ts +54 -0
- package/sparkdream/commons/module/v1/module.js +74 -0
- package/sparkdream/commons/v1/category.d.ts +60 -0
- package/sparkdream/commons/v1/category.js +124 -0
- package/sparkdream/commons/v1/genesis.d.ts +316 -0
- package/sparkdream/commons/v1/genesis.js +564 -0
- package/sparkdream/commons/v1/group.d.ts +529 -0
- package/sparkdream/commons/v1/group.js +1123 -0
- package/sparkdream/commons/v1/params.d.ts +48 -0
- package/sparkdream/commons/v1/params.js +81 -0
- package/sparkdream/commons/v1/policy_permissions.d.ts +48 -0
- package/sparkdream/commons/v1/policy_permissions.js +89 -0
- package/sparkdream/commons/v1/query.d.ts +1001 -0
- package/sparkdream/commons/v1/query.js +1632 -0
- package/sparkdream/commons/v1/query.lcd.d.ts +19 -0
- package/sparkdream/commons/v1/query.lcd.js +100 -0
- package/sparkdream/commons/v1/query.rpc.Query.d.ts +56 -0
- package/sparkdream/commons/v1/query.rpc.Query.js +125 -0
- package/sparkdream/commons/v1/tx.amino.d.ts +98 -0
- package/sparkdream/commons/v1/tx.amino.js +102 -0
- package/sparkdream/commons/v1/tx.d.ts +2028 -0
- package/sparkdream/commons/v1/tx.js +3478 -0
- package/sparkdream/commons/v1/tx.registry.d.ts +241 -0
- package/sparkdream/commons/v1/tx.registry.js +361 -0
- package/sparkdream/commons/v1/tx.rpc.msg.d.ts +79 -0
- package/sparkdream/commons/v1/tx.rpc.msg.js +134 -0
- package/sparkdream/ecosystem/module/v1/module.d.ts +54 -0
- package/sparkdream/ecosystem/module/v1/module.js +74 -0
- package/sparkdream/ecosystem/v1/genesis.d.ts +53 -0
- package/sparkdream/ecosystem/v1/genesis.js +75 -0
- package/sparkdream/ecosystem/v1/params.d.ts +46 -0
- package/sparkdream/ecosystem/v1/params.js +68 -0
- package/sparkdream/ecosystem/v1/query.d.ts +95 -0
- package/sparkdream/ecosystem/v1/query.js +131 -0
- package/sparkdream/ecosystem/v1/query.lcd.d.ts +9 -0
- package/sparkdream/ecosystem/v1/query.lcd.js +15 -0
- package/sparkdream/ecosystem/v1/query.rpc.Query.d.ts +16 -0
- package/sparkdream/ecosystem/v1/query.rpc.Query.js +29 -0
- package/sparkdream/ecosystem/v1/tx.amino.d.ts +13 -0
- package/sparkdream/ecosystem/v1/tx.amino.js +17 -0
- package/sparkdream/ecosystem/v1/tx.d.ts +201 -0
- package/sparkdream/ecosystem/v1/tx.js +311 -0
- package/sparkdream/ecosystem/v1/tx.registry.d.ts +37 -0
- package/sparkdream/ecosystem/v1/tx.registry.js +55 -0
- package/sparkdream/ecosystem/v1/tx.rpc.msg.d.ts +19 -0
- package/sparkdream/ecosystem/v1/tx.rpc.msg.js +29 -0
- package/sparkdream/federation/module/v1/module.d.ts +54 -0
- package/sparkdream/federation/module/v1/module.js +74 -0
- package/sparkdream/federation/v1/genesis.d.ts +78 -0
- package/sparkdream/federation/v1/genesis.js +247 -0
- package/sparkdream/federation/v1/packet.d.ts +397 -0
- package/sparkdream/federation/v1/packet.js +813 -0
- package/sparkdream/federation/v1/params.d.ts +272 -0
- package/sparkdream/federation/v1/params.js +792 -0
- package/sparkdream/federation/v1/query.d.ts +1541 -0
- package/sparkdream/federation/v1/query.js +2632 -0
- package/sparkdream/federation/v1/query.lcd.d.ts +26 -0
- package/sparkdream/federation/v1/query.lcd.js +156 -0
- package/sparkdream/federation/v1/query.rpc.Query.d.ts +66 -0
- package/sparkdream/federation/v1/query.rpc.Query.js +194 -0
- package/sparkdream/federation/v1/tx.amino.d.ts +138 -0
- package/sparkdream/federation/v1/tx.amino.js +142 -0
- package/sparkdream/federation/v1/tx.d.ts +2311 -0
- package/sparkdream/federation/v1/tx.js +4203 -0
- package/sparkdream/federation/v1/tx.registry.d.ts +337 -0
- package/sparkdream/federation/v1/tx.registry.js +505 -0
- package/sparkdream/federation/v1/tx.rpc.msg.d.ts +64 -0
- package/sparkdream/federation/v1/tx.rpc.msg.js +178 -0
- package/sparkdream/federation/v1/types.d.ts +906 -0
- package/sparkdream/federation/v1/types.js +2588 -0
- package/sparkdream/forum/module/v1/module.d.ts +54 -0
- package/sparkdream/forum/module/v1/module.js +74 -0
- package/sparkdream/forum/v1/archive_metadata.d.ts +54 -0
- package/sparkdream/forum/v1/archive_metadata.js +122 -0
- package/sparkdream/forum/v1/bounty.d.ts +65 -0
- package/sparkdream/forum/v1/bounty.js +186 -0
- package/sparkdream/forum/v1/genesis.d.ts +94 -0
- package/sparkdream/forum/v1/genesis.js +295 -0
- package/sparkdream/forum/v1/hide_record.d.ts +61 -0
- package/sparkdream/forum/v1/hide_record.js +157 -0
- package/sparkdream/forum/v1/params.d.ts +450 -0
- package/sparkdream/forum/v1/params.js +870 -0
- package/sparkdream/forum/v1/post.d.ts +102 -0
- package/sparkdream/forum/v1/post.js +400 -0
- package/sparkdream/forum/v1/post_flag.d.ts +106 -0
- package/sparkdream/forum/v1/post_flag.js +257 -0
- package/sparkdream/forum/v1/query.d.ts +4197 -0
- package/sparkdream/forum/v1/query.js +7171 -0
- package/sparkdream/forum/v1/query.lcd.d.ts +54 -0
- package/sparkdream/forum/v1/query.lcd.js +424 -0
- package/sparkdream/forum/v1/query.rpc.Query.d.ts +196 -0
- package/sparkdream/forum/v1/query.rpc.Query.js +466 -0
- package/sparkdream/forum/v1/sentinel_activity.d.ts +106 -0
- package/sparkdream/forum/v1/sentinel_activity.js +400 -0
- package/sparkdream/forum/v1/thread_follow.d.ts +50 -0
- package/sparkdream/forum/v1/thread_follow.js +98 -0
- package/sparkdream/forum/v1/thread_follow_count.d.ts +48 -0
- package/sparkdream/forum/v1/thread_follow_count.js +86 -0
- package/sparkdream/forum/v1/thread_lock_record.d.ts +60 -0
- package/sparkdream/forum/v1/thread_lock_record.js +158 -0
- package/sparkdream/forum/v1/thread_metadata.d.ts +63 -0
- package/sparkdream/forum/v1/thread_metadata.js +187 -0
- package/sparkdream/forum/v1/thread_move_record.d.ts +64 -0
- package/sparkdream/forum/v1/thread_move_record.js +182 -0
- package/sparkdream/forum/v1/tx.amino.d.ts +178 -0
- package/sparkdream/forum/v1/tx.amino.js +182 -0
- package/sparkdream/forum/v1/tx.d.ts +3191 -0
- package/sparkdream/forum/v1/tx.js +5173 -0
- package/sparkdream/forum/v1/tx.registry.d.ts +433 -0
- package/sparkdream/forum/v1/tx.registry.js +649 -0
- package/sparkdream/forum/v1/tx.rpc.msg.d.ts +121 -0
- package/sparkdream/forum/v1/tx.rpc.msg.js +228 -0
- package/sparkdream/forum/v1/types.d.ts +171 -0
- package/sparkdream/forum/v1/types.js +553 -0
- package/sparkdream/forum/v1/user_rate_limit.d.ts +54 -0
- package/sparkdream/forum/v1/user_rate_limit.js +122 -0
- package/sparkdream/forum/v1/user_reaction_limit.d.ts +52 -0
- package/sparkdream/forum/v1/user_reaction_limit.js +110 -0
- package/sparkdream/futarchy/module/v1/module.d.ts +54 -0
- package/sparkdream/futarchy/module/v1/module.js +74 -0
- package/sparkdream/futarchy/v1/genesis.d.ts +56 -0
- package/sparkdream/futarchy/v1/genesis.js +91 -0
- package/sparkdream/futarchy/v1/market.d.ts +104 -0
- package/sparkdream/futarchy/v1/market.js +243 -0
- package/sparkdream/futarchy/v1/params.d.ts +171 -0
- package/sparkdream/futarchy/v1/params.js +244 -0
- package/sparkdream/futarchy/v1/query.d.ts +381 -0
- package/sparkdream/futarchy/v1/query.js +599 -0
- package/sparkdream/futarchy/v1/query.lcd.d.ts +12 -0
- package/sparkdream/futarchy/v1/query.lcd.js +49 -0
- package/sparkdream/futarchy/v1/query.rpc.Query.d.ts +28 -0
- package/sparkdream/futarchy/v1/query.rpc.Query.js +58 -0
- package/sparkdream/futarchy/v1/tx.amino.d.ts +38 -0
- package/sparkdream/futarchy/v1/tx.amino.js +42 -0
- package/sparkdream/futarchy/v1/tx.d.ts +688 -0
- package/sparkdream/futarchy/v1/tx.js +1100 -0
- package/sparkdream/futarchy/v1/tx.registry.d.ts +97 -0
- package/sparkdream/futarchy/v1/tx.registry.js +145 -0
- package/sparkdream/futarchy/v1/tx.rpc.msg.d.ts +37 -0
- package/sparkdream/futarchy/v1/tx.rpc.msg.js +60 -0
- package/sparkdream/lcd.d.ts +39 -0
- package/sparkdream/lcd.js +65 -0
- package/sparkdream/name/module/v1/module.d.ts +54 -0
- package/sparkdream/name/module/v1/module.js +74 -0
- package/sparkdream/name/v1/dispute.d.ts +216 -0
- package/sparkdream/name/v1/dispute.js +344 -0
- package/sparkdream/name/v1/genesis.d.ts +62 -0
- package/sparkdream/name/v1/genesis.js +123 -0
- package/sparkdream/name/v1/name_record.d.ts +50 -0
- package/sparkdream/name/v1/name_record.js +98 -0
- package/sparkdream/name/v1/owner_info.d.ts +50 -0
- package/sparkdream/name/v1/owner_info.js +98 -0
- package/sparkdream/name/v1/params.d.ts +165 -0
- package/sparkdream/name/v1/params.js +309 -0
- package/sparkdream/name/v1/query.d.ts +544 -0
- package/sparkdream/name/v1/query.js +866 -0
- package/sparkdream/name/v1/query.lcd.d.ts +14 -0
- package/sparkdream/name/v1/query.lcd.js +56 -0
- package/sparkdream/name/v1/query.rpc.Query.d.ts +36 -0
- package/sparkdream/name/v1/query.rpc.Query.js +76 -0
- package/sparkdream/name/v1/tx.amino.d.ts +43 -0
- package/sparkdream/name/v1/tx.amino.js +47 -0
- package/sparkdream/name/v1/tx.d.ts +804 -0
- package/sparkdream/name/v1/tx.js +1225 -0
- package/sparkdream/name/v1/tx.registry.d.ts +109 -0
- package/sparkdream/name/v1/tx.registry.js +163 -0
- package/sparkdream/name/v1/tx.rpc.msg.d.ts +43 -0
- package/sparkdream/name/v1/tx.rpc.msg.js +67 -0
- package/sparkdream/rep/module/v1/module.d.ts +54 -0
- package/sparkdream/rep/module/v1/module.js +74 -0
- package/sparkdream/rep/v1/accountability.d.ts +39 -0
- package/sparkdream/rep/v1/accountability.js +181 -0
- package/sparkdream/rep/v1/challenge.d.ts +74 -0
- package/sparkdream/rep/v1/challenge.js +231 -0
- package/sparkdream/rep/v1/content_challenge.d.ts +154 -0
- package/sparkdream/rep/v1/content_challenge.js +308 -0
- package/sparkdream/rep/v1/genesis.d.ts +253 -0
- package/sparkdream/rep/v1/genesis.js +692 -0
- package/sparkdream/rep/v1/gov_action_appeal.d.ts +69 -0
- package/sparkdream/rep/v1/gov_action_appeal.js +205 -0
- package/sparkdream/rep/v1/initiative.d.ts +140 -0
- package/sparkdream/rep/v1/initiative.js +567 -0
- package/sparkdream/rep/v1/interim.d.ts +163 -0
- package/sparkdream/rep/v1/interim.js +435 -0
- package/sparkdream/rep/v1/interim_template.d.ts +114 -0
- package/sparkdream/rep/v1/interim_template.js +296 -0
- package/sparkdream/rep/v1/invitation.d.ts +78 -0
- package/sparkdream/rep/v1/invitation.js +256 -0
- package/sparkdream/rep/v1/jury_participation.d.ts +56 -0
- package/sparkdream/rep/v1/jury_participation.js +134 -0
- package/sparkdream/rep/v1/jury_review.d.ts +235 -0
- package/sparkdream/rep/v1/jury_review.js +640 -0
- package/sparkdream/rep/v1/member.d.ts +424 -0
- package/sparkdream/rep/v1/member.js +888 -0
- package/sparkdream/rep/v1/member_report.d.ts +67 -0
- package/sparkdream/rep/v1/member_report.js +222 -0
- package/sparkdream/rep/v1/member_warning.d.ts +58 -0
- package/sparkdream/rep/v1/member_warning.js +159 -0
- package/sparkdream/rep/v1/params.d.ts +1074 -0
- package/sparkdream/rep/v1/params.js +2350 -0
- package/sparkdream/rep/v1/project.d.ts +172 -0
- package/sparkdream/rep/v1/project.js +566 -0
- package/sparkdream/rep/v1/query.d.ts +7098 -0
- package/sparkdream/rep/v1/query.js +12162 -0
- package/sparkdream/rep/v1/query.lcd.d.ts +85 -0
- package/sparkdream/rep/v1/query.lcd.js +667 -0
- package/sparkdream/rep/v1/query.rpc.Query.d.ts +320 -0
- package/sparkdream/rep/v1/query.rpc.Query.js +761 -0
- package/sparkdream/rep/v1/reserved_tag.d.ts +53 -0
- package/sparkdream/rep/v1/reserved_tag.js +99 -0
- package/sparkdream/rep/v1/sentinel_activity.d.ts +79 -0
- package/sparkdream/rep/v1/sentinel_activity.js +219 -0
- package/sparkdream/rep/v1/stake.d.ts +266 -0
- package/sparkdream/rep/v1/stake.js +580 -0
- package/sparkdream/rep/v1/tag.d.ts +57 -0
- package/sparkdream/rep/v1/tag.js +123 -0
- package/sparkdream/rep/v1/tag_budget.d.ts +58 -0
- package/sparkdream/rep/v1/tag_budget.js +146 -0
- package/sparkdream/rep/v1/tag_budget_award.d.ts +60 -0
- package/sparkdream/rep/v1/tag_budget_award.js +158 -0
- package/sparkdream/rep/v1/tag_report.d.ts +54 -0
- package/sparkdream/rep/v1/tag_report.js +125 -0
- package/sparkdream/rep/v1/tx.amino.d.ts +238 -0
- package/sparkdream/rep/v1/tx.amino.js +242 -0
- package/sparkdream/rep/v1/tx.d.ts +4407 -0
- package/sparkdream/rep/v1/tx.js +7643 -0
- package/sparkdream/rep/v1/tx.registry.d.ts +577 -0
- package/sparkdream/rep/v1/tx.registry.js +865 -0
- package/sparkdream/rep/v1/tx.rpc.msg.d.ts +170 -0
- package/sparkdream/rep/v1/tx.rpc.msg.js +305 -0
- package/sparkdream/reveal/module/v1/module.d.ts +54 -0
- package/sparkdream/reveal/module/v1/module.js +74 -0
- package/sparkdream/reveal/v1/genesis.d.ts +64 -0
- package/sparkdream/reveal/v1/genesis.js +145 -0
- package/sparkdream/reveal/v1/params.d.ts +140 -0
- package/sparkdream/reveal/v1/params.js +238 -0
- package/sparkdream/reveal/v1/query.d.ts +949 -0
- package/sparkdream/reveal/v1/query.js +1703 -0
- package/sparkdream/reveal/v1/query.lcd.d.ts +19 -0
- package/sparkdream/reveal/v1/query.lcd.js +105 -0
- package/sparkdream/reveal/v1/query.rpc.Query.d.ts +56 -0
- package/sparkdream/reveal/v1/query.rpc.Query.js +121 -0
- package/sparkdream/reveal/v1/tx.amino.d.ts +53 -0
- package/sparkdream/reveal/v1/tx.amino.js +57 -0
- package/sparkdream/reveal/v1/tx.d.ts +1043 -0
- package/sparkdream/reveal/v1/tx.js +1702 -0
- package/sparkdream/reveal/v1/tx.registry.d.ts +133 -0
- package/sparkdream/reveal/v1/tx.registry.js +199 -0
- package/sparkdream/reveal/v1/tx.rpc.msg.d.ts +43 -0
- package/sparkdream/reveal/v1/tx.rpc.msg.js +77 -0
- package/sparkdream/reveal/v1/types.d.ts +455 -0
- package/sparkdream/reveal/v1/types.js +1150 -0
- package/sparkdream/rpc.query.d.ts +352 -0
- package/sparkdream/rpc.query.js +39 -0
- package/sparkdream/rpc.tx.d.ts +39 -0
- package/sparkdream/rpc.tx.js +39 -0
- package/sparkdream/season/module/v1/module.d.ts +54 -0
- package/sparkdream/season/module/v1/module.js +74 -0
- package/sparkdream/season/v1/achievement.d.ts +101 -0
- package/sparkdream/season/v1/achievement.js +145 -0
- package/sparkdream/season/v1/display_name_appeal_stake.d.ts +68 -0
- package/sparkdream/season/v1/display_name_appeal_stake.js +98 -0
- package/sparkdream/season/v1/display_name_moderation.d.ts +60 -0
- package/sparkdream/season/v1/display_name_moderation.js +158 -0
- package/sparkdream/season/v1/display_name_report_stake.d.ts +68 -0
- package/sparkdream/season/v1/display_name_report_stake.js +98 -0
- package/sparkdream/season/v1/enums.d.ts +86 -0
- package/sparkdream/season/v1/enums.js +406 -0
- package/sparkdream/season/v1/epoch_xp_tracker.d.ts +54 -0
- package/sparkdream/season/v1/epoch_xp_tracker.js +122 -0
- package/sparkdream/season/v1/forum_xp_cooldown.d.ts +48 -0
- package/sparkdream/season/v1/forum_xp_cooldown.js +86 -0
- package/sparkdream/season/v1/genesis.d.ts +136 -0
- package/sparkdream/season/v1/genesis.js +485 -0
- package/sparkdream/season/v1/guild.d.ts +117 -0
- package/sparkdream/season/v1/guild.js +175 -0
- package/sparkdream/season/v1/guild_invite.d.ts +52 -0
- package/sparkdream/season/v1/guild_invite.js +110 -0
- package/sparkdream/season/v1/guild_membership.d.ts +54 -0
- package/sparkdream/season/v1/guild_membership.js +122 -0
- package/sparkdream/season/v1/member_profile.d.ts +196 -0
- package/sparkdream/season/v1/member_profile.js +299 -0
- package/sparkdream/season/v1/member_quest_progress.d.ts +84 -0
- package/sparkdream/season/v1/member_quest_progress.js +135 -0
- package/sparkdream/season/v1/member_registration.d.ts +48 -0
- package/sparkdream/season/v1/member_registration.js +86 -0
- package/sparkdream/season/v1/member_season_snapshot.d.ts +145 -0
- package/sparkdream/season/v1/member_season_snapshot.js +241 -0
- package/sparkdream/season/v1/next_season_info.d.ts +48 -0
- package/sparkdream/season/v1/next_season_info.js +86 -0
- package/sparkdream/season/v1/nomination.d.ts +194 -0
- package/sparkdream/season/v1/nomination.js +431 -0
- package/sparkdream/season/v1/params.d.ts +643 -0
- package/sparkdream/season/v1/params.js +1648 -0
- package/sparkdream/season/v1/query.d.ts +6199 -0
- package/sparkdream/season/v1/query.js +10574 -0
- package/sparkdream/season/v1/query.lcd.d.ts +76 -0
- package/sparkdream/season/v1/query.lcd.js +602 -0
- package/sparkdream/season/v1/query.rpc.Query.d.ts +284 -0
- package/sparkdream/season/v1/query.rpc.Query.js +678 -0
- package/sparkdream/season/v1/quest.d.ts +231 -0
- package/sparkdream/season/v1/quest.js +337 -0
- package/sparkdream/season/v1/season.d.ts +117 -0
- package/sparkdream/season/v1/season.js +169 -0
- package/sparkdream/season/v1/season_snapshot.d.ts +48 -0
- package/sparkdream/season/v1/season_snapshot.js +86 -0
- package/sparkdream/season/v1/season_title_eligibility.d.ts +134 -0
- package/sparkdream/season/v1/season_title_eligibility.js +197 -0
- package/sparkdream/season/v1/season_transition_state.d.ts +93 -0
- package/sparkdream/season/v1/season_transition_state.js +133 -0
- package/sparkdream/season/v1/title.d.ts +109 -0
- package/sparkdream/season/v1/title.js +157 -0
- package/sparkdream/season/v1/transition_recovery_state.d.ts +85 -0
- package/sparkdream/season/v1/transition_recovery_state.js +121 -0
- package/sparkdream/season/v1/tx.amino.d.ts +218 -0
- package/sparkdream/season/v1/tx.amino.js +222 -0
- package/sparkdream/season/v1/tx.d.ts +4133 -0
- package/sparkdream/season/v1/tx.js +6827 -0
- package/sparkdream/season/v1/tx.registry.d.ts +529 -0
- package/sparkdream/season/v1/tx.registry.js +793 -0
- package/sparkdream/season/v1/tx.rpc.msg.d.ts +144 -0
- package/sparkdream/season/v1/tx.rpc.msg.js +277 -0
- package/sparkdream/season/v1/vote_xp_record.d.ts +48 -0
- package/sparkdream/season/v1/vote_xp_record.js +86 -0
- package/sparkdream/session/module/v1/module.d.ts +54 -0
- package/sparkdream/session/module/v1/module.js +74 -0
- package/sparkdream/session/v1/genesis.d.ts +62 -0
- package/sparkdream/session/v1/genesis.js +91 -0
- package/sparkdream/session/v1/params.d.ts +168 -0
- package/sparkdream/session/v1/params.js +278 -0
- package/sparkdream/session/v1/query.d.ts +423 -0
- package/sparkdream/session/v1/query.js +746 -0
- package/sparkdream/session/v1/query.lcd.d.ts +13 -0
- package/sparkdream/session/v1/query.lcd.js +49 -0
- package/sparkdream/session/v1/query.rpc.Query.d.ts +32 -0
- package/sparkdream/session/v1/query.rpc.Query.js +65 -0
- package/sparkdream/session/v1/session.d.ts +125 -0
- package/sparkdream/session/v1/session.js +188 -0
- package/sparkdream/session/v1/tx.amino.d.ts +28 -0
- package/sparkdream/session/v1/tx.amino.js +32 -0
- package/sparkdream/session/v1/tx.d.ts +481 -0
- package/sparkdream/session/v1/tx.js +771 -0
- package/sparkdream/session/v1/tx.registry.d.ts +73 -0
- package/sparkdream/session/v1/tx.registry.js +109 -0
- package/sparkdream/session/v1/tx.rpc.msg.d.ts +31 -0
- package/sparkdream/session/v1/tx.rpc.msg.js +48 -0
- package/sparkdream/shield/module/v1/module.d.ts +54 -0
- package/sparkdream/shield/module/v1/module.js +74 -0
- package/sparkdream/shield/v1/genesis.d.ts +182 -0
- package/sparkdream/shield/v1/genesis.js +304 -0
- package/sparkdream/shield/v1/params.d.ts +192 -0
- package/sparkdream/shield/v1/params.js +285 -0
- package/sparkdream/shield/v1/query.d.ts +1406 -0
- package/sparkdream/shield/v1/query.js +2326 -0
- package/sparkdream/shield/v1/query.lcd.d.ts +25 -0
- package/sparkdream/shield/v1/query.lcd.js +114 -0
- package/sparkdream/shield/v1/query.rpc.Query.d.ts +80 -0
- package/sparkdream/shield/v1/query.rpc.Query.js +175 -0
- package/sparkdream/shield/v1/tx.amino.d.ts +28 -0
- package/sparkdream/shield/v1/tx.amino.js +32 -0
- package/sparkdream/shield/v1/tx.d.ts +542 -0
- package/sparkdream/shield/v1/tx.js +841 -0
- package/sparkdream/shield/v1/tx.registry.d.ts +73 -0
- package/sparkdream/shield/v1/tx.registry.js +109 -0
- package/sparkdream/shield/v1/tx.rpc.msg.d.ts +29 -0
- package/sparkdream/shield/v1/tx.rpc.msg.js +48 -0
- package/sparkdream/shield/v1/types.d.ts +1440 -0
- package/sparkdream/shield/v1/types.js +2440 -0
- package/sparkdream/split/module/v1/module.d.ts +54 -0
- package/sparkdream/split/module/v1/module.js +74 -0
- package/sparkdream/split/v1/genesis.d.ts +56 -0
- package/sparkdream/split/v1/genesis.js +91 -0
- package/sparkdream/split/v1/params.d.ts +46 -0
- package/sparkdream/split/v1/params.js +68 -0
- package/sparkdream/split/v1/query.d.ts +275 -0
- package/sparkdream/split/v1/query.js +424 -0
- package/sparkdream/split/v1/query.lcd.d.ts +11 -0
- package/sparkdream/split/v1/query.lcd.js +35 -0
- package/sparkdream/split/v1/query.rpc.Query.d.ts +24 -0
- package/sparkdream/split/v1/query.rpc.Query.js +49 -0
- package/sparkdream/split/v1/share.d.ts +48 -0
- package/sparkdream/split/v1/share.js +86 -0
- package/sparkdream/split/v1/tx.amino.d.ts +8 -0
- package/sparkdream/split/v1/tx.amino.js +12 -0
- package/sparkdream/split/v1/tx.d.ts +108 -0
- package/sparkdream/split/v1/tx.js +151 -0
- package/sparkdream/split/v1/tx.registry.d.ts +25 -0
- package/sparkdream/split/v1/tx.registry.js +37 -0
- package/sparkdream/split/v1/tx.rpc.msg.d.ts +16 -0
- package/sparkdream/split/v1/tx.rpc.msg.js +23 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,3191 @@
|
|
|
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
|
+
* MsgCreatePost defines the MsgCreatePost message.
|
|
147
|
+
* @name MsgCreatePost
|
|
148
|
+
* @package sparkdream.forum.v1
|
|
149
|
+
* @see proto type: sparkdream.forum.v1.MsgCreatePost
|
|
150
|
+
*/
|
|
151
|
+
export interface MsgCreatePost {
|
|
152
|
+
creator: string;
|
|
153
|
+
categoryId: bigint;
|
|
154
|
+
parentId: bigint;
|
|
155
|
+
content: string;
|
|
156
|
+
tags: string[];
|
|
157
|
+
contentType: ContentType;
|
|
158
|
+
/**
|
|
159
|
+
* Optional DREAM amount to lock as author bond
|
|
160
|
+
*/
|
|
161
|
+
authorBond?: string;
|
|
162
|
+
initiativeId: bigint;
|
|
163
|
+
}
|
|
164
|
+
export interface MsgCreatePostProtoMsg {
|
|
165
|
+
typeUrl: "/sparkdream.forum.v1.MsgCreatePost";
|
|
166
|
+
value: Uint8Array;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* MsgCreatePost defines the MsgCreatePost message.
|
|
170
|
+
* @name MsgCreatePostAmino
|
|
171
|
+
* @package sparkdream.forum.v1
|
|
172
|
+
* @see proto type: sparkdream.forum.v1.MsgCreatePost
|
|
173
|
+
*/
|
|
174
|
+
export interface MsgCreatePostAmino {
|
|
175
|
+
creator?: string;
|
|
176
|
+
category_id?: string;
|
|
177
|
+
parent_id?: string;
|
|
178
|
+
content?: string;
|
|
179
|
+
tags?: string[];
|
|
180
|
+
content_type?: ContentType;
|
|
181
|
+
/**
|
|
182
|
+
* Optional DREAM amount to lock as author bond
|
|
183
|
+
*/
|
|
184
|
+
author_bond?: string;
|
|
185
|
+
initiative_id?: string;
|
|
186
|
+
}
|
|
187
|
+
export interface MsgCreatePostAminoMsg {
|
|
188
|
+
type: "/sparkdream.forum.v1.MsgCreatePost";
|
|
189
|
+
value: MsgCreatePostAmino;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* MsgCreatePostResponse defines the MsgCreatePostResponse message.
|
|
193
|
+
* @name MsgCreatePostResponse
|
|
194
|
+
* @package sparkdream.forum.v1
|
|
195
|
+
* @see proto type: sparkdream.forum.v1.MsgCreatePostResponse
|
|
196
|
+
*/
|
|
197
|
+
export interface MsgCreatePostResponse {
|
|
198
|
+
}
|
|
199
|
+
export interface MsgCreatePostResponseProtoMsg {
|
|
200
|
+
typeUrl: "/sparkdream.forum.v1.MsgCreatePostResponse";
|
|
201
|
+
value: Uint8Array;
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* MsgCreatePostResponse defines the MsgCreatePostResponse message.
|
|
205
|
+
* @name MsgCreatePostResponseAmino
|
|
206
|
+
* @package sparkdream.forum.v1
|
|
207
|
+
* @see proto type: sparkdream.forum.v1.MsgCreatePostResponse
|
|
208
|
+
*/
|
|
209
|
+
export interface MsgCreatePostResponseAmino {
|
|
210
|
+
}
|
|
211
|
+
export interface MsgCreatePostResponseAminoMsg {
|
|
212
|
+
type: "/sparkdream.forum.v1.MsgCreatePostResponse";
|
|
213
|
+
value: MsgCreatePostResponseAmino;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* MsgEditPost defines the MsgEditPost message.
|
|
217
|
+
* @name MsgEditPost
|
|
218
|
+
* @package sparkdream.forum.v1
|
|
219
|
+
* @see proto type: sparkdream.forum.v1.MsgEditPost
|
|
220
|
+
*/
|
|
221
|
+
export interface MsgEditPost {
|
|
222
|
+
creator: string;
|
|
223
|
+
postId: bigint;
|
|
224
|
+
newContent: string;
|
|
225
|
+
tags: string[];
|
|
226
|
+
contentType: ContentType;
|
|
227
|
+
}
|
|
228
|
+
export interface MsgEditPostProtoMsg {
|
|
229
|
+
typeUrl: "/sparkdream.forum.v1.MsgEditPost";
|
|
230
|
+
value: Uint8Array;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* MsgEditPost defines the MsgEditPost message.
|
|
234
|
+
* @name MsgEditPostAmino
|
|
235
|
+
* @package sparkdream.forum.v1
|
|
236
|
+
* @see proto type: sparkdream.forum.v1.MsgEditPost
|
|
237
|
+
*/
|
|
238
|
+
export interface MsgEditPostAmino {
|
|
239
|
+
creator?: string;
|
|
240
|
+
post_id?: string;
|
|
241
|
+
new_content?: string;
|
|
242
|
+
tags?: string[];
|
|
243
|
+
content_type?: ContentType;
|
|
244
|
+
}
|
|
245
|
+
export interface MsgEditPostAminoMsg {
|
|
246
|
+
type: "/sparkdream.forum.v1.MsgEditPost";
|
|
247
|
+
value: MsgEditPostAmino;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* MsgEditPostResponse defines the MsgEditPostResponse message.
|
|
251
|
+
* @name MsgEditPostResponse
|
|
252
|
+
* @package sparkdream.forum.v1
|
|
253
|
+
* @see proto type: sparkdream.forum.v1.MsgEditPostResponse
|
|
254
|
+
*/
|
|
255
|
+
export interface MsgEditPostResponse {
|
|
256
|
+
}
|
|
257
|
+
export interface MsgEditPostResponseProtoMsg {
|
|
258
|
+
typeUrl: "/sparkdream.forum.v1.MsgEditPostResponse";
|
|
259
|
+
value: Uint8Array;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* MsgEditPostResponse defines the MsgEditPostResponse message.
|
|
263
|
+
* @name MsgEditPostResponseAmino
|
|
264
|
+
* @package sparkdream.forum.v1
|
|
265
|
+
* @see proto type: sparkdream.forum.v1.MsgEditPostResponse
|
|
266
|
+
*/
|
|
267
|
+
export interface MsgEditPostResponseAmino {
|
|
268
|
+
}
|
|
269
|
+
export interface MsgEditPostResponseAminoMsg {
|
|
270
|
+
type: "/sparkdream.forum.v1.MsgEditPostResponse";
|
|
271
|
+
value: MsgEditPostResponseAmino;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* MsgDeletePost defines the MsgDeletePost message.
|
|
275
|
+
* @name MsgDeletePost
|
|
276
|
+
* @package sparkdream.forum.v1
|
|
277
|
+
* @see proto type: sparkdream.forum.v1.MsgDeletePost
|
|
278
|
+
*/
|
|
279
|
+
export interface MsgDeletePost {
|
|
280
|
+
creator: string;
|
|
281
|
+
postId: bigint;
|
|
282
|
+
}
|
|
283
|
+
export interface MsgDeletePostProtoMsg {
|
|
284
|
+
typeUrl: "/sparkdream.forum.v1.MsgDeletePost";
|
|
285
|
+
value: Uint8Array;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* MsgDeletePost defines the MsgDeletePost message.
|
|
289
|
+
* @name MsgDeletePostAmino
|
|
290
|
+
* @package sparkdream.forum.v1
|
|
291
|
+
* @see proto type: sparkdream.forum.v1.MsgDeletePost
|
|
292
|
+
*/
|
|
293
|
+
export interface MsgDeletePostAmino {
|
|
294
|
+
creator?: string;
|
|
295
|
+
post_id?: string;
|
|
296
|
+
}
|
|
297
|
+
export interface MsgDeletePostAminoMsg {
|
|
298
|
+
type: "/sparkdream.forum.v1.MsgDeletePost";
|
|
299
|
+
value: MsgDeletePostAmino;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* MsgDeletePostResponse defines the MsgDeletePostResponse message.
|
|
303
|
+
* @name MsgDeletePostResponse
|
|
304
|
+
* @package sparkdream.forum.v1
|
|
305
|
+
* @see proto type: sparkdream.forum.v1.MsgDeletePostResponse
|
|
306
|
+
*/
|
|
307
|
+
export interface MsgDeletePostResponse {
|
|
308
|
+
}
|
|
309
|
+
export interface MsgDeletePostResponseProtoMsg {
|
|
310
|
+
typeUrl: "/sparkdream.forum.v1.MsgDeletePostResponse";
|
|
311
|
+
value: Uint8Array;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* MsgDeletePostResponse defines the MsgDeletePostResponse message.
|
|
315
|
+
* @name MsgDeletePostResponseAmino
|
|
316
|
+
* @package sparkdream.forum.v1
|
|
317
|
+
* @see proto type: sparkdream.forum.v1.MsgDeletePostResponse
|
|
318
|
+
*/
|
|
319
|
+
export interface MsgDeletePostResponseAmino {
|
|
320
|
+
}
|
|
321
|
+
export interface MsgDeletePostResponseAminoMsg {
|
|
322
|
+
type: "/sparkdream.forum.v1.MsgDeletePostResponse";
|
|
323
|
+
value: MsgDeletePostResponseAmino;
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* MsgFreezeThread defines the MsgFreezeThread message.
|
|
327
|
+
* @name MsgFreezeThread
|
|
328
|
+
* @package sparkdream.forum.v1
|
|
329
|
+
* @see proto type: sparkdream.forum.v1.MsgFreezeThread
|
|
330
|
+
*/
|
|
331
|
+
export interface MsgFreezeThread {
|
|
332
|
+
creator: string;
|
|
333
|
+
rootId: bigint;
|
|
334
|
+
}
|
|
335
|
+
export interface MsgFreezeThreadProtoMsg {
|
|
336
|
+
typeUrl: "/sparkdream.forum.v1.MsgFreezeThread";
|
|
337
|
+
value: Uint8Array;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* MsgFreezeThread defines the MsgFreezeThread message.
|
|
341
|
+
* @name MsgFreezeThreadAmino
|
|
342
|
+
* @package sparkdream.forum.v1
|
|
343
|
+
* @see proto type: sparkdream.forum.v1.MsgFreezeThread
|
|
344
|
+
*/
|
|
345
|
+
export interface MsgFreezeThreadAmino {
|
|
346
|
+
creator?: string;
|
|
347
|
+
root_id?: string;
|
|
348
|
+
}
|
|
349
|
+
export interface MsgFreezeThreadAminoMsg {
|
|
350
|
+
type: "/sparkdream.forum.v1.MsgFreezeThread";
|
|
351
|
+
value: MsgFreezeThreadAmino;
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* MsgFreezeThreadResponse defines the MsgFreezeThreadResponse message.
|
|
355
|
+
* @name MsgFreezeThreadResponse
|
|
356
|
+
* @package sparkdream.forum.v1
|
|
357
|
+
* @see proto type: sparkdream.forum.v1.MsgFreezeThreadResponse
|
|
358
|
+
*/
|
|
359
|
+
export interface MsgFreezeThreadResponse {
|
|
360
|
+
}
|
|
361
|
+
export interface MsgFreezeThreadResponseProtoMsg {
|
|
362
|
+
typeUrl: "/sparkdream.forum.v1.MsgFreezeThreadResponse";
|
|
363
|
+
value: Uint8Array;
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* MsgFreezeThreadResponse defines the MsgFreezeThreadResponse message.
|
|
367
|
+
* @name MsgFreezeThreadResponseAmino
|
|
368
|
+
* @package sparkdream.forum.v1
|
|
369
|
+
* @see proto type: sparkdream.forum.v1.MsgFreezeThreadResponse
|
|
370
|
+
*/
|
|
371
|
+
export interface MsgFreezeThreadResponseAmino {
|
|
372
|
+
}
|
|
373
|
+
export interface MsgFreezeThreadResponseAminoMsg {
|
|
374
|
+
type: "/sparkdream.forum.v1.MsgFreezeThreadResponse";
|
|
375
|
+
value: MsgFreezeThreadResponseAmino;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* MsgUnarchiveThread defines the MsgUnarchiveThread message.
|
|
379
|
+
* @name MsgUnarchiveThread
|
|
380
|
+
* @package sparkdream.forum.v1
|
|
381
|
+
* @see proto type: sparkdream.forum.v1.MsgUnarchiveThread
|
|
382
|
+
*/
|
|
383
|
+
export interface MsgUnarchiveThread {
|
|
384
|
+
creator: string;
|
|
385
|
+
rootId: bigint;
|
|
386
|
+
}
|
|
387
|
+
export interface MsgUnarchiveThreadProtoMsg {
|
|
388
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnarchiveThread";
|
|
389
|
+
value: Uint8Array;
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* MsgUnarchiveThread defines the MsgUnarchiveThread message.
|
|
393
|
+
* @name MsgUnarchiveThreadAmino
|
|
394
|
+
* @package sparkdream.forum.v1
|
|
395
|
+
* @see proto type: sparkdream.forum.v1.MsgUnarchiveThread
|
|
396
|
+
*/
|
|
397
|
+
export interface MsgUnarchiveThreadAmino {
|
|
398
|
+
creator?: string;
|
|
399
|
+
root_id?: string;
|
|
400
|
+
}
|
|
401
|
+
export interface MsgUnarchiveThreadAminoMsg {
|
|
402
|
+
type: "/sparkdream.forum.v1.MsgUnarchiveThread";
|
|
403
|
+
value: MsgUnarchiveThreadAmino;
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* MsgUnarchiveThreadResponse defines the MsgUnarchiveThreadResponse message.
|
|
407
|
+
* @name MsgUnarchiveThreadResponse
|
|
408
|
+
* @package sparkdream.forum.v1
|
|
409
|
+
* @see proto type: sparkdream.forum.v1.MsgUnarchiveThreadResponse
|
|
410
|
+
*/
|
|
411
|
+
export interface MsgUnarchiveThreadResponse {
|
|
412
|
+
}
|
|
413
|
+
export interface MsgUnarchiveThreadResponseProtoMsg {
|
|
414
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnarchiveThreadResponse";
|
|
415
|
+
value: Uint8Array;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* MsgUnarchiveThreadResponse defines the MsgUnarchiveThreadResponse message.
|
|
419
|
+
* @name MsgUnarchiveThreadResponseAmino
|
|
420
|
+
* @package sparkdream.forum.v1
|
|
421
|
+
* @see proto type: sparkdream.forum.v1.MsgUnarchiveThreadResponse
|
|
422
|
+
*/
|
|
423
|
+
export interface MsgUnarchiveThreadResponseAmino {
|
|
424
|
+
}
|
|
425
|
+
export interface MsgUnarchiveThreadResponseAminoMsg {
|
|
426
|
+
type: "/sparkdream.forum.v1.MsgUnarchiveThreadResponse";
|
|
427
|
+
value: MsgUnarchiveThreadResponseAmino;
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* MsgPinPost defines the MsgPinPost message.
|
|
431
|
+
* @name MsgPinPost
|
|
432
|
+
* @package sparkdream.forum.v1
|
|
433
|
+
* @see proto type: sparkdream.forum.v1.MsgPinPost
|
|
434
|
+
*/
|
|
435
|
+
export interface MsgPinPost {
|
|
436
|
+
creator: string;
|
|
437
|
+
postId: bigint;
|
|
438
|
+
priority: bigint;
|
|
439
|
+
}
|
|
440
|
+
export interface MsgPinPostProtoMsg {
|
|
441
|
+
typeUrl: "/sparkdream.forum.v1.MsgPinPost";
|
|
442
|
+
value: Uint8Array;
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
* MsgPinPost defines the MsgPinPost message.
|
|
446
|
+
* @name MsgPinPostAmino
|
|
447
|
+
* @package sparkdream.forum.v1
|
|
448
|
+
* @see proto type: sparkdream.forum.v1.MsgPinPost
|
|
449
|
+
*/
|
|
450
|
+
export interface MsgPinPostAmino {
|
|
451
|
+
creator?: string;
|
|
452
|
+
post_id?: string;
|
|
453
|
+
priority?: string;
|
|
454
|
+
}
|
|
455
|
+
export interface MsgPinPostAminoMsg {
|
|
456
|
+
type: "/sparkdream.forum.v1.MsgPinPost";
|
|
457
|
+
value: MsgPinPostAmino;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* MsgPinPostResponse defines the MsgPinPostResponse message.
|
|
461
|
+
* @name MsgPinPostResponse
|
|
462
|
+
* @package sparkdream.forum.v1
|
|
463
|
+
* @see proto type: sparkdream.forum.v1.MsgPinPostResponse
|
|
464
|
+
*/
|
|
465
|
+
export interface MsgPinPostResponse {
|
|
466
|
+
}
|
|
467
|
+
export interface MsgPinPostResponseProtoMsg {
|
|
468
|
+
typeUrl: "/sparkdream.forum.v1.MsgPinPostResponse";
|
|
469
|
+
value: Uint8Array;
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* MsgPinPostResponse defines the MsgPinPostResponse message.
|
|
473
|
+
* @name MsgPinPostResponseAmino
|
|
474
|
+
* @package sparkdream.forum.v1
|
|
475
|
+
* @see proto type: sparkdream.forum.v1.MsgPinPostResponse
|
|
476
|
+
*/
|
|
477
|
+
export interface MsgPinPostResponseAmino {
|
|
478
|
+
}
|
|
479
|
+
export interface MsgPinPostResponseAminoMsg {
|
|
480
|
+
type: "/sparkdream.forum.v1.MsgPinPostResponse";
|
|
481
|
+
value: MsgPinPostResponseAmino;
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* MsgUnpinPost defines the MsgUnpinPost message.
|
|
485
|
+
* @name MsgUnpinPost
|
|
486
|
+
* @package sparkdream.forum.v1
|
|
487
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinPost
|
|
488
|
+
*/
|
|
489
|
+
export interface MsgUnpinPost {
|
|
490
|
+
creator: string;
|
|
491
|
+
postId: bigint;
|
|
492
|
+
}
|
|
493
|
+
export interface MsgUnpinPostProtoMsg {
|
|
494
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnpinPost";
|
|
495
|
+
value: Uint8Array;
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* MsgUnpinPost defines the MsgUnpinPost message.
|
|
499
|
+
* @name MsgUnpinPostAmino
|
|
500
|
+
* @package sparkdream.forum.v1
|
|
501
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinPost
|
|
502
|
+
*/
|
|
503
|
+
export interface MsgUnpinPostAmino {
|
|
504
|
+
creator?: string;
|
|
505
|
+
post_id?: string;
|
|
506
|
+
}
|
|
507
|
+
export interface MsgUnpinPostAminoMsg {
|
|
508
|
+
type: "/sparkdream.forum.v1.MsgUnpinPost";
|
|
509
|
+
value: MsgUnpinPostAmino;
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* MsgUnpinPostResponse defines the MsgUnpinPostResponse message.
|
|
513
|
+
* @name MsgUnpinPostResponse
|
|
514
|
+
* @package sparkdream.forum.v1
|
|
515
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinPostResponse
|
|
516
|
+
*/
|
|
517
|
+
export interface MsgUnpinPostResponse {
|
|
518
|
+
}
|
|
519
|
+
export interface MsgUnpinPostResponseProtoMsg {
|
|
520
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnpinPostResponse";
|
|
521
|
+
value: Uint8Array;
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* MsgUnpinPostResponse defines the MsgUnpinPostResponse message.
|
|
525
|
+
* @name MsgUnpinPostResponseAmino
|
|
526
|
+
* @package sparkdream.forum.v1
|
|
527
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinPostResponse
|
|
528
|
+
*/
|
|
529
|
+
export interface MsgUnpinPostResponseAmino {
|
|
530
|
+
}
|
|
531
|
+
export interface MsgUnpinPostResponseAminoMsg {
|
|
532
|
+
type: "/sparkdream.forum.v1.MsgUnpinPostResponse";
|
|
533
|
+
value: MsgUnpinPostResponseAmino;
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* MsgLockThread defines the MsgLockThread message.
|
|
537
|
+
* @name MsgLockThread
|
|
538
|
+
* @package sparkdream.forum.v1
|
|
539
|
+
* @see proto type: sparkdream.forum.v1.MsgLockThread
|
|
540
|
+
*/
|
|
541
|
+
export interface MsgLockThread {
|
|
542
|
+
creator: string;
|
|
543
|
+
rootId: bigint;
|
|
544
|
+
reason: string;
|
|
545
|
+
}
|
|
546
|
+
export interface MsgLockThreadProtoMsg {
|
|
547
|
+
typeUrl: "/sparkdream.forum.v1.MsgLockThread";
|
|
548
|
+
value: Uint8Array;
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* MsgLockThread defines the MsgLockThread message.
|
|
552
|
+
* @name MsgLockThreadAmino
|
|
553
|
+
* @package sparkdream.forum.v1
|
|
554
|
+
* @see proto type: sparkdream.forum.v1.MsgLockThread
|
|
555
|
+
*/
|
|
556
|
+
export interface MsgLockThreadAmino {
|
|
557
|
+
creator?: string;
|
|
558
|
+
root_id?: string;
|
|
559
|
+
reason?: string;
|
|
560
|
+
}
|
|
561
|
+
export interface MsgLockThreadAminoMsg {
|
|
562
|
+
type: "/sparkdream.forum.v1.MsgLockThread";
|
|
563
|
+
value: MsgLockThreadAmino;
|
|
564
|
+
}
|
|
565
|
+
/**
|
|
566
|
+
* MsgLockThreadResponse defines the MsgLockThreadResponse message.
|
|
567
|
+
* @name MsgLockThreadResponse
|
|
568
|
+
* @package sparkdream.forum.v1
|
|
569
|
+
* @see proto type: sparkdream.forum.v1.MsgLockThreadResponse
|
|
570
|
+
*/
|
|
571
|
+
export interface MsgLockThreadResponse {
|
|
572
|
+
}
|
|
573
|
+
export interface MsgLockThreadResponseProtoMsg {
|
|
574
|
+
typeUrl: "/sparkdream.forum.v1.MsgLockThreadResponse";
|
|
575
|
+
value: Uint8Array;
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* MsgLockThreadResponse defines the MsgLockThreadResponse message.
|
|
579
|
+
* @name MsgLockThreadResponseAmino
|
|
580
|
+
* @package sparkdream.forum.v1
|
|
581
|
+
* @see proto type: sparkdream.forum.v1.MsgLockThreadResponse
|
|
582
|
+
*/
|
|
583
|
+
export interface MsgLockThreadResponseAmino {
|
|
584
|
+
}
|
|
585
|
+
export interface MsgLockThreadResponseAminoMsg {
|
|
586
|
+
type: "/sparkdream.forum.v1.MsgLockThreadResponse";
|
|
587
|
+
value: MsgLockThreadResponseAmino;
|
|
588
|
+
}
|
|
589
|
+
/**
|
|
590
|
+
* MsgUnlockThread defines the MsgUnlockThread message.
|
|
591
|
+
* @name MsgUnlockThread
|
|
592
|
+
* @package sparkdream.forum.v1
|
|
593
|
+
* @see proto type: sparkdream.forum.v1.MsgUnlockThread
|
|
594
|
+
*/
|
|
595
|
+
export interface MsgUnlockThread {
|
|
596
|
+
creator: string;
|
|
597
|
+
rootId: bigint;
|
|
598
|
+
}
|
|
599
|
+
export interface MsgUnlockThreadProtoMsg {
|
|
600
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnlockThread";
|
|
601
|
+
value: Uint8Array;
|
|
602
|
+
}
|
|
603
|
+
/**
|
|
604
|
+
* MsgUnlockThread defines the MsgUnlockThread message.
|
|
605
|
+
* @name MsgUnlockThreadAmino
|
|
606
|
+
* @package sparkdream.forum.v1
|
|
607
|
+
* @see proto type: sparkdream.forum.v1.MsgUnlockThread
|
|
608
|
+
*/
|
|
609
|
+
export interface MsgUnlockThreadAmino {
|
|
610
|
+
creator?: string;
|
|
611
|
+
root_id?: string;
|
|
612
|
+
}
|
|
613
|
+
export interface MsgUnlockThreadAminoMsg {
|
|
614
|
+
type: "/sparkdream.forum.v1.MsgUnlockThread";
|
|
615
|
+
value: MsgUnlockThreadAmino;
|
|
616
|
+
}
|
|
617
|
+
/**
|
|
618
|
+
* MsgUnlockThreadResponse defines the MsgUnlockThreadResponse message.
|
|
619
|
+
* @name MsgUnlockThreadResponse
|
|
620
|
+
* @package sparkdream.forum.v1
|
|
621
|
+
* @see proto type: sparkdream.forum.v1.MsgUnlockThreadResponse
|
|
622
|
+
*/
|
|
623
|
+
export interface MsgUnlockThreadResponse {
|
|
624
|
+
}
|
|
625
|
+
export interface MsgUnlockThreadResponseProtoMsg {
|
|
626
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnlockThreadResponse";
|
|
627
|
+
value: Uint8Array;
|
|
628
|
+
}
|
|
629
|
+
/**
|
|
630
|
+
* MsgUnlockThreadResponse defines the MsgUnlockThreadResponse message.
|
|
631
|
+
* @name MsgUnlockThreadResponseAmino
|
|
632
|
+
* @package sparkdream.forum.v1
|
|
633
|
+
* @see proto type: sparkdream.forum.v1.MsgUnlockThreadResponse
|
|
634
|
+
*/
|
|
635
|
+
export interface MsgUnlockThreadResponseAmino {
|
|
636
|
+
}
|
|
637
|
+
export interface MsgUnlockThreadResponseAminoMsg {
|
|
638
|
+
type: "/sparkdream.forum.v1.MsgUnlockThreadResponse";
|
|
639
|
+
value: MsgUnlockThreadResponseAmino;
|
|
640
|
+
}
|
|
641
|
+
/**
|
|
642
|
+
* MsgMoveThread defines the MsgMoveThread message.
|
|
643
|
+
* @name MsgMoveThread
|
|
644
|
+
* @package sparkdream.forum.v1
|
|
645
|
+
* @see proto type: sparkdream.forum.v1.MsgMoveThread
|
|
646
|
+
*/
|
|
647
|
+
export interface MsgMoveThread {
|
|
648
|
+
creator: string;
|
|
649
|
+
rootId: bigint;
|
|
650
|
+
newCategoryId: bigint;
|
|
651
|
+
reason: string;
|
|
652
|
+
}
|
|
653
|
+
export interface MsgMoveThreadProtoMsg {
|
|
654
|
+
typeUrl: "/sparkdream.forum.v1.MsgMoveThread";
|
|
655
|
+
value: Uint8Array;
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
* MsgMoveThread defines the MsgMoveThread message.
|
|
659
|
+
* @name MsgMoveThreadAmino
|
|
660
|
+
* @package sparkdream.forum.v1
|
|
661
|
+
* @see proto type: sparkdream.forum.v1.MsgMoveThread
|
|
662
|
+
*/
|
|
663
|
+
export interface MsgMoveThreadAmino {
|
|
664
|
+
creator?: string;
|
|
665
|
+
root_id?: string;
|
|
666
|
+
new_category_id?: string;
|
|
667
|
+
reason?: string;
|
|
668
|
+
}
|
|
669
|
+
export interface MsgMoveThreadAminoMsg {
|
|
670
|
+
type: "/sparkdream.forum.v1.MsgMoveThread";
|
|
671
|
+
value: MsgMoveThreadAmino;
|
|
672
|
+
}
|
|
673
|
+
/**
|
|
674
|
+
* MsgMoveThreadResponse defines the MsgMoveThreadResponse message.
|
|
675
|
+
* @name MsgMoveThreadResponse
|
|
676
|
+
* @package sparkdream.forum.v1
|
|
677
|
+
* @see proto type: sparkdream.forum.v1.MsgMoveThreadResponse
|
|
678
|
+
*/
|
|
679
|
+
export interface MsgMoveThreadResponse {
|
|
680
|
+
}
|
|
681
|
+
export interface MsgMoveThreadResponseProtoMsg {
|
|
682
|
+
typeUrl: "/sparkdream.forum.v1.MsgMoveThreadResponse";
|
|
683
|
+
value: Uint8Array;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
* MsgMoveThreadResponse defines the MsgMoveThreadResponse message.
|
|
687
|
+
* @name MsgMoveThreadResponseAmino
|
|
688
|
+
* @package sparkdream.forum.v1
|
|
689
|
+
* @see proto type: sparkdream.forum.v1.MsgMoveThreadResponse
|
|
690
|
+
*/
|
|
691
|
+
export interface MsgMoveThreadResponseAmino {
|
|
692
|
+
}
|
|
693
|
+
export interface MsgMoveThreadResponseAminoMsg {
|
|
694
|
+
type: "/sparkdream.forum.v1.MsgMoveThreadResponse";
|
|
695
|
+
value: MsgMoveThreadResponseAmino;
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* MsgFollowThread defines the MsgFollowThread message.
|
|
699
|
+
* @name MsgFollowThread
|
|
700
|
+
* @package sparkdream.forum.v1
|
|
701
|
+
* @see proto type: sparkdream.forum.v1.MsgFollowThread
|
|
702
|
+
*/
|
|
703
|
+
export interface MsgFollowThread {
|
|
704
|
+
creator: string;
|
|
705
|
+
threadId: bigint;
|
|
706
|
+
}
|
|
707
|
+
export interface MsgFollowThreadProtoMsg {
|
|
708
|
+
typeUrl: "/sparkdream.forum.v1.MsgFollowThread";
|
|
709
|
+
value: Uint8Array;
|
|
710
|
+
}
|
|
711
|
+
/**
|
|
712
|
+
* MsgFollowThread defines the MsgFollowThread message.
|
|
713
|
+
* @name MsgFollowThreadAmino
|
|
714
|
+
* @package sparkdream.forum.v1
|
|
715
|
+
* @see proto type: sparkdream.forum.v1.MsgFollowThread
|
|
716
|
+
*/
|
|
717
|
+
export interface MsgFollowThreadAmino {
|
|
718
|
+
creator?: string;
|
|
719
|
+
thread_id?: string;
|
|
720
|
+
}
|
|
721
|
+
export interface MsgFollowThreadAminoMsg {
|
|
722
|
+
type: "/sparkdream.forum.v1.MsgFollowThread";
|
|
723
|
+
value: MsgFollowThreadAmino;
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* MsgFollowThreadResponse defines the MsgFollowThreadResponse message.
|
|
727
|
+
* @name MsgFollowThreadResponse
|
|
728
|
+
* @package sparkdream.forum.v1
|
|
729
|
+
* @see proto type: sparkdream.forum.v1.MsgFollowThreadResponse
|
|
730
|
+
*/
|
|
731
|
+
export interface MsgFollowThreadResponse {
|
|
732
|
+
}
|
|
733
|
+
export interface MsgFollowThreadResponseProtoMsg {
|
|
734
|
+
typeUrl: "/sparkdream.forum.v1.MsgFollowThreadResponse";
|
|
735
|
+
value: Uint8Array;
|
|
736
|
+
}
|
|
737
|
+
/**
|
|
738
|
+
* MsgFollowThreadResponse defines the MsgFollowThreadResponse message.
|
|
739
|
+
* @name MsgFollowThreadResponseAmino
|
|
740
|
+
* @package sparkdream.forum.v1
|
|
741
|
+
* @see proto type: sparkdream.forum.v1.MsgFollowThreadResponse
|
|
742
|
+
*/
|
|
743
|
+
export interface MsgFollowThreadResponseAmino {
|
|
744
|
+
}
|
|
745
|
+
export interface MsgFollowThreadResponseAminoMsg {
|
|
746
|
+
type: "/sparkdream.forum.v1.MsgFollowThreadResponse";
|
|
747
|
+
value: MsgFollowThreadResponseAmino;
|
|
748
|
+
}
|
|
749
|
+
/**
|
|
750
|
+
* MsgUnfollowThread defines the MsgUnfollowThread message.
|
|
751
|
+
* @name MsgUnfollowThread
|
|
752
|
+
* @package sparkdream.forum.v1
|
|
753
|
+
* @see proto type: sparkdream.forum.v1.MsgUnfollowThread
|
|
754
|
+
*/
|
|
755
|
+
export interface MsgUnfollowThread {
|
|
756
|
+
creator: string;
|
|
757
|
+
threadId: bigint;
|
|
758
|
+
}
|
|
759
|
+
export interface MsgUnfollowThreadProtoMsg {
|
|
760
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnfollowThread";
|
|
761
|
+
value: Uint8Array;
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* MsgUnfollowThread defines the MsgUnfollowThread message.
|
|
765
|
+
* @name MsgUnfollowThreadAmino
|
|
766
|
+
* @package sparkdream.forum.v1
|
|
767
|
+
* @see proto type: sparkdream.forum.v1.MsgUnfollowThread
|
|
768
|
+
*/
|
|
769
|
+
export interface MsgUnfollowThreadAmino {
|
|
770
|
+
creator?: string;
|
|
771
|
+
thread_id?: string;
|
|
772
|
+
}
|
|
773
|
+
export interface MsgUnfollowThreadAminoMsg {
|
|
774
|
+
type: "/sparkdream.forum.v1.MsgUnfollowThread";
|
|
775
|
+
value: MsgUnfollowThreadAmino;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* MsgUnfollowThreadResponse defines the MsgUnfollowThreadResponse message.
|
|
779
|
+
* @name MsgUnfollowThreadResponse
|
|
780
|
+
* @package sparkdream.forum.v1
|
|
781
|
+
* @see proto type: sparkdream.forum.v1.MsgUnfollowThreadResponse
|
|
782
|
+
*/
|
|
783
|
+
export interface MsgUnfollowThreadResponse {
|
|
784
|
+
}
|
|
785
|
+
export interface MsgUnfollowThreadResponseProtoMsg {
|
|
786
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnfollowThreadResponse";
|
|
787
|
+
value: Uint8Array;
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
* MsgUnfollowThreadResponse defines the MsgUnfollowThreadResponse message.
|
|
791
|
+
* @name MsgUnfollowThreadResponseAmino
|
|
792
|
+
* @package sparkdream.forum.v1
|
|
793
|
+
* @see proto type: sparkdream.forum.v1.MsgUnfollowThreadResponse
|
|
794
|
+
*/
|
|
795
|
+
export interface MsgUnfollowThreadResponseAmino {
|
|
796
|
+
}
|
|
797
|
+
export interface MsgUnfollowThreadResponseAminoMsg {
|
|
798
|
+
type: "/sparkdream.forum.v1.MsgUnfollowThreadResponse";
|
|
799
|
+
value: MsgUnfollowThreadResponseAmino;
|
|
800
|
+
}
|
|
801
|
+
/**
|
|
802
|
+
* MsgUpvotePost defines the MsgUpvotePost message.
|
|
803
|
+
* @name MsgUpvotePost
|
|
804
|
+
* @package sparkdream.forum.v1
|
|
805
|
+
* @see proto type: sparkdream.forum.v1.MsgUpvotePost
|
|
806
|
+
*/
|
|
807
|
+
export interface MsgUpvotePost {
|
|
808
|
+
creator: string;
|
|
809
|
+
postId: bigint;
|
|
810
|
+
}
|
|
811
|
+
export interface MsgUpvotePostProtoMsg {
|
|
812
|
+
typeUrl: "/sparkdream.forum.v1.MsgUpvotePost";
|
|
813
|
+
value: Uint8Array;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* MsgUpvotePost defines the MsgUpvotePost message.
|
|
817
|
+
* @name MsgUpvotePostAmino
|
|
818
|
+
* @package sparkdream.forum.v1
|
|
819
|
+
* @see proto type: sparkdream.forum.v1.MsgUpvotePost
|
|
820
|
+
*/
|
|
821
|
+
export interface MsgUpvotePostAmino {
|
|
822
|
+
creator?: string;
|
|
823
|
+
post_id?: string;
|
|
824
|
+
}
|
|
825
|
+
export interface MsgUpvotePostAminoMsg {
|
|
826
|
+
type: "/sparkdream.forum.v1.MsgUpvotePost";
|
|
827
|
+
value: MsgUpvotePostAmino;
|
|
828
|
+
}
|
|
829
|
+
/**
|
|
830
|
+
* MsgUpvotePostResponse defines the MsgUpvotePostResponse message.
|
|
831
|
+
* @name MsgUpvotePostResponse
|
|
832
|
+
* @package sparkdream.forum.v1
|
|
833
|
+
* @see proto type: sparkdream.forum.v1.MsgUpvotePostResponse
|
|
834
|
+
*/
|
|
835
|
+
export interface MsgUpvotePostResponse {
|
|
836
|
+
}
|
|
837
|
+
export interface MsgUpvotePostResponseProtoMsg {
|
|
838
|
+
typeUrl: "/sparkdream.forum.v1.MsgUpvotePostResponse";
|
|
839
|
+
value: Uint8Array;
|
|
840
|
+
}
|
|
841
|
+
/**
|
|
842
|
+
* MsgUpvotePostResponse defines the MsgUpvotePostResponse message.
|
|
843
|
+
* @name MsgUpvotePostResponseAmino
|
|
844
|
+
* @package sparkdream.forum.v1
|
|
845
|
+
* @see proto type: sparkdream.forum.v1.MsgUpvotePostResponse
|
|
846
|
+
*/
|
|
847
|
+
export interface MsgUpvotePostResponseAmino {
|
|
848
|
+
}
|
|
849
|
+
export interface MsgUpvotePostResponseAminoMsg {
|
|
850
|
+
type: "/sparkdream.forum.v1.MsgUpvotePostResponse";
|
|
851
|
+
value: MsgUpvotePostResponseAmino;
|
|
852
|
+
}
|
|
853
|
+
/**
|
|
854
|
+
* MsgDownvotePost defines the MsgDownvotePost message.
|
|
855
|
+
* @name MsgDownvotePost
|
|
856
|
+
* @package sparkdream.forum.v1
|
|
857
|
+
* @see proto type: sparkdream.forum.v1.MsgDownvotePost
|
|
858
|
+
*/
|
|
859
|
+
export interface MsgDownvotePost {
|
|
860
|
+
creator: string;
|
|
861
|
+
postId: bigint;
|
|
862
|
+
}
|
|
863
|
+
export interface MsgDownvotePostProtoMsg {
|
|
864
|
+
typeUrl: "/sparkdream.forum.v1.MsgDownvotePost";
|
|
865
|
+
value: Uint8Array;
|
|
866
|
+
}
|
|
867
|
+
/**
|
|
868
|
+
* MsgDownvotePost defines the MsgDownvotePost message.
|
|
869
|
+
* @name MsgDownvotePostAmino
|
|
870
|
+
* @package sparkdream.forum.v1
|
|
871
|
+
* @see proto type: sparkdream.forum.v1.MsgDownvotePost
|
|
872
|
+
*/
|
|
873
|
+
export interface MsgDownvotePostAmino {
|
|
874
|
+
creator?: string;
|
|
875
|
+
post_id?: string;
|
|
876
|
+
}
|
|
877
|
+
export interface MsgDownvotePostAminoMsg {
|
|
878
|
+
type: "/sparkdream.forum.v1.MsgDownvotePost";
|
|
879
|
+
value: MsgDownvotePostAmino;
|
|
880
|
+
}
|
|
881
|
+
/**
|
|
882
|
+
* MsgDownvotePostResponse defines the MsgDownvotePostResponse message.
|
|
883
|
+
* @name MsgDownvotePostResponse
|
|
884
|
+
* @package sparkdream.forum.v1
|
|
885
|
+
* @see proto type: sparkdream.forum.v1.MsgDownvotePostResponse
|
|
886
|
+
*/
|
|
887
|
+
export interface MsgDownvotePostResponse {
|
|
888
|
+
}
|
|
889
|
+
export interface MsgDownvotePostResponseProtoMsg {
|
|
890
|
+
typeUrl: "/sparkdream.forum.v1.MsgDownvotePostResponse";
|
|
891
|
+
value: Uint8Array;
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* MsgDownvotePostResponse defines the MsgDownvotePostResponse message.
|
|
895
|
+
* @name MsgDownvotePostResponseAmino
|
|
896
|
+
* @package sparkdream.forum.v1
|
|
897
|
+
* @see proto type: sparkdream.forum.v1.MsgDownvotePostResponse
|
|
898
|
+
*/
|
|
899
|
+
export interface MsgDownvotePostResponseAmino {
|
|
900
|
+
}
|
|
901
|
+
export interface MsgDownvotePostResponseAminoMsg {
|
|
902
|
+
type: "/sparkdream.forum.v1.MsgDownvotePostResponse";
|
|
903
|
+
value: MsgDownvotePostResponseAmino;
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* MsgFlagPost defines the MsgFlagPost message.
|
|
907
|
+
* @name MsgFlagPost
|
|
908
|
+
* @package sparkdream.forum.v1
|
|
909
|
+
* @see proto type: sparkdream.forum.v1.MsgFlagPost
|
|
910
|
+
*/
|
|
911
|
+
export interface MsgFlagPost {
|
|
912
|
+
creator: string;
|
|
913
|
+
postId: bigint;
|
|
914
|
+
category: bigint;
|
|
915
|
+
reason: string;
|
|
916
|
+
}
|
|
917
|
+
export interface MsgFlagPostProtoMsg {
|
|
918
|
+
typeUrl: "/sparkdream.forum.v1.MsgFlagPost";
|
|
919
|
+
value: Uint8Array;
|
|
920
|
+
}
|
|
921
|
+
/**
|
|
922
|
+
* MsgFlagPost defines the MsgFlagPost message.
|
|
923
|
+
* @name MsgFlagPostAmino
|
|
924
|
+
* @package sparkdream.forum.v1
|
|
925
|
+
* @see proto type: sparkdream.forum.v1.MsgFlagPost
|
|
926
|
+
*/
|
|
927
|
+
export interface MsgFlagPostAmino {
|
|
928
|
+
creator?: string;
|
|
929
|
+
post_id?: string;
|
|
930
|
+
category?: string;
|
|
931
|
+
reason?: string;
|
|
932
|
+
}
|
|
933
|
+
export interface MsgFlagPostAminoMsg {
|
|
934
|
+
type: "/sparkdream.forum.v1.MsgFlagPost";
|
|
935
|
+
value: MsgFlagPostAmino;
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* MsgFlagPostResponse defines the MsgFlagPostResponse message.
|
|
939
|
+
* @name MsgFlagPostResponse
|
|
940
|
+
* @package sparkdream.forum.v1
|
|
941
|
+
* @see proto type: sparkdream.forum.v1.MsgFlagPostResponse
|
|
942
|
+
*/
|
|
943
|
+
export interface MsgFlagPostResponse {
|
|
944
|
+
}
|
|
945
|
+
export interface MsgFlagPostResponseProtoMsg {
|
|
946
|
+
typeUrl: "/sparkdream.forum.v1.MsgFlagPostResponse";
|
|
947
|
+
value: Uint8Array;
|
|
948
|
+
}
|
|
949
|
+
/**
|
|
950
|
+
* MsgFlagPostResponse defines the MsgFlagPostResponse message.
|
|
951
|
+
* @name MsgFlagPostResponseAmino
|
|
952
|
+
* @package sparkdream.forum.v1
|
|
953
|
+
* @see proto type: sparkdream.forum.v1.MsgFlagPostResponse
|
|
954
|
+
*/
|
|
955
|
+
export interface MsgFlagPostResponseAmino {
|
|
956
|
+
}
|
|
957
|
+
export interface MsgFlagPostResponseAminoMsg {
|
|
958
|
+
type: "/sparkdream.forum.v1.MsgFlagPostResponse";
|
|
959
|
+
value: MsgFlagPostResponseAmino;
|
|
960
|
+
}
|
|
961
|
+
/**
|
|
962
|
+
* MsgDismissFlags defines the MsgDismissFlags message.
|
|
963
|
+
* @name MsgDismissFlags
|
|
964
|
+
* @package sparkdream.forum.v1
|
|
965
|
+
* @see proto type: sparkdream.forum.v1.MsgDismissFlags
|
|
966
|
+
*/
|
|
967
|
+
export interface MsgDismissFlags {
|
|
968
|
+
creator: string;
|
|
969
|
+
postId: bigint;
|
|
970
|
+
reason: string;
|
|
971
|
+
}
|
|
972
|
+
export interface MsgDismissFlagsProtoMsg {
|
|
973
|
+
typeUrl: "/sparkdream.forum.v1.MsgDismissFlags";
|
|
974
|
+
value: Uint8Array;
|
|
975
|
+
}
|
|
976
|
+
/**
|
|
977
|
+
* MsgDismissFlags defines the MsgDismissFlags message.
|
|
978
|
+
* @name MsgDismissFlagsAmino
|
|
979
|
+
* @package sparkdream.forum.v1
|
|
980
|
+
* @see proto type: sparkdream.forum.v1.MsgDismissFlags
|
|
981
|
+
*/
|
|
982
|
+
export interface MsgDismissFlagsAmino {
|
|
983
|
+
creator?: string;
|
|
984
|
+
post_id?: string;
|
|
985
|
+
reason?: string;
|
|
986
|
+
}
|
|
987
|
+
export interface MsgDismissFlagsAminoMsg {
|
|
988
|
+
type: "/sparkdream.forum.v1.MsgDismissFlags";
|
|
989
|
+
value: MsgDismissFlagsAmino;
|
|
990
|
+
}
|
|
991
|
+
/**
|
|
992
|
+
* MsgDismissFlagsResponse defines the MsgDismissFlagsResponse message.
|
|
993
|
+
* @name MsgDismissFlagsResponse
|
|
994
|
+
* @package sparkdream.forum.v1
|
|
995
|
+
* @see proto type: sparkdream.forum.v1.MsgDismissFlagsResponse
|
|
996
|
+
*/
|
|
997
|
+
export interface MsgDismissFlagsResponse {
|
|
998
|
+
}
|
|
999
|
+
export interface MsgDismissFlagsResponseProtoMsg {
|
|
1000
|
+
typeUrl: "/sparkdream.forum.v1.MsgDismissFlagsResponse";
|
|
1001
|
+
value: Uint8Array;
|
|
1002
|
+
}
|
|
1003
|
+
/**
|
|
1004
|
+
* MsgDismissFlagsResponse defines the MsgDismissFlagsResponse message.
|
|
1005
|
+
* @name MsgDismissFlagsResponseAmino
|
|
1006
|
+
* @package sparkdream.forum.v1
|
|
1007
|
+
* @see proto type: sparkdream.forum.v1.MsgDismissFlagsResponse
|
|
1008
|
+
*/
|
|
1009
|
+
export interface MsgDismissFlagsResponseAmino {
|
|
1010
|
+
}
|
|
1011
|
+
export interface MsgDismissFlagsResponseAminoMsg {
|
|
1012
|
+
type: "/sparkdream.forum.v1.MsgDismissFlagsResponse";
|
|
1013
|
+
value: MsgDismissFlagsResponseAmino;
|
|
1014
|
+
}
|
|
1015
|
+
/**
|
|
1016
|
+
* MsgHidePost defines the MsgHidePost message.
|
|
1017
|
+
* @name MsgHidePost
|
|
1018
|
+
* @package sparkdream.forum.v1
|
|
1019
|
+
* @see proto type: sparkdream.forum.v1.MsgHidePost
|
|
1020
|
+
*/
|
|
1021
|
+
export interface MsgHidePost {
|
|
1022
|
+
creator: string;
|
|
1023
|
+
postId: bigint;
|
|
1024
|
+
reasonCode: bigint;
|
|
1025
|
+
reasonText: string;
|
|
1026
|
+
}
|
|
1027
|
+
export interface MsgHidePostProtoMsg {
|
|
1028
|
+
typeUrl: "/sparkdream.forum.v1.MsgHidePost";
|
|
1029
|
+
value: Uint8Array;
|
|
1030
|
+
}
|
|
1031
|
+
/**
|
|
1032
|
+
* MsgHidePost defines the MsgHidePost message.
|
|
1033
|
+
* @name MsgHidePostAmino
|
|
1034
|
+
* @package sparkdream.forum.v1
|
|
1035
|
+
* @see proto type: sparkdream.forum.v1.MsgHidePost
|
|
1036
|
+
*/
|
|
1037
|
+
export interface MsgHidePostAmino {
|
|
1038
|
+
creator?: string;
|
|
1039
|
+
post_id?: string;
|
|
1040
|
+
reason_code?: string;
|
|
1041
|
+
reason_text?: string;
|
|
1042
|
+
}
|
|
1043
|
+
export interface MsgHidePostAminoMsg {
|
|
1044
|
+
type: "/sparkdream.forum.v1.MsgHidePost";
|
|
1045
|
+
value: MsgHidePostAmino;
|
|
1046
|
+
}
|
|
1047
|
+
/**
|
|
1048
|
+
* MsgHidePostResponse defines the MsgHidePostResponse message.
|
|
1049
|
+
* @name MsgHidePostResponse
|
|
1050
|
+
* @package sparkdream.forum.v1
|
|
1051
|
+
* @see proto type: sparkdream.forum.v1.MsgHidePostResponse
|
|
1052
|
+
*/
|
|
1053
|
+
export interface MsgHidePostResponse {
|
|
1054
|
+
}
|
|
1055
|
+
export interface MsgHidePostResponseProtoMsg {
|
|
1056
|
+
typeUrl: "/sparkdream.forum.v1.MsgHidePostResponse";
|
|
1057
|
+
value: Uint8Array;
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
* MsgHidePostResponse defines the MsgHidePostResponse message.
|
|
1061
|
+
* @name MsgHidePostResponseAmino
|
|
1062
|
+
* @package sparkdream.forum.v1
|
|
1063
|
+
* @see proto type: sparkdream.forum.v1.MsgHidePostResponse
|
|
1064
|
+
*/
|
|
1065
|
+
export interface MsgHidePostResponseAmino {
|
|
1066
|
+
}
|
|
1067
|
+
export interface MsgHidePostResponseAminoMsg {
|
|
1068
|
+
type: "/sparkdream.forum.v1.MsgHidePostResponse";
|
|
1069
|
+
value: MsgHidePostResponseAmino;
|
|
1070
|
+
}
|
|
1071
|
+
/**
|
|
1072
|
+
* MsgAppealPost defines the MsgAppealPost message.
|
|
1073
|
+
* @name MsgAppealPost
|
|
1074
|
+
* @package sparkdream.forum.v1
|
|
1075
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealPost
|
|
1076
|
+
*/
|
|
1077
|
+
export interface MsgAppealPost {
|
|
1078
|
+
creator: string;
|
|
1079
|
+
postId: bigint;
|
|
1080
|
+
}
|
|
1081
|
+
export interface MsgAppealPostProtoMsg {
|
|
1082
|
+
typeUrl: "/sparkdream.forum.v1.MsgAppealPost";
|
|
1083
|
+
value: Uint8Array;
|
|
1084
|
+
}
|
|
1085
|
+
/**
|
|
1086
|
+
* MsgAppealPost defines the MsgAppealPost message.
|
|
1087
|
+
* @name MsgAppealPostAmino
|
|
1088
|
+
* @package sparkdream.forum.v1
|
|
1089
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealPost
|
|
1090
|
+
*/
|
|
1091
|
+
export interface MsgAppealPostAmino {
|
|
1092
|
+
creator?: string;
|
|
1093
|
+
post_id?: string;
|
|
1094
|
+
}
|
|
1095
|
+
export interface MsgAppealPostAminoMsg {
|
|
1096
|
+
type: "/sparkdream.forum.v1.MsgAppealPost";
|
|
1097
|
+
value: MsgAppealPostAmino;
|
|
1098
|
+
}
|
|
1099
|
+
/**
|
|
1100
|
+
* MsgAppealPostResponse defines the MsgAppealPostResponse message.
|
|
1101
|
+
* @name MsgAppealPostResponse
|
|
1102
|
+
* @package sparkdream.forum.v1
|
|
1103
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealPostResponse
|
|
1104
|
+
*/
|
|
1105
|
+
export interface MsgAppealPostResponse {
|
|
1106
|
+
}
|
|
1107
|
+
export interface MsgAppealPostResponseProtoMsg {
|
|
1108
|
+
typeUrl: "/sparkdream.forum.v1.MsgAppealPostResponse";
|
|
1109
|
+
value: Uint8Array;
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* MsgAppealPostResponse defines the MsgAppealPostResponse message.
|
|
1113
|
+
* @name MsgAppealPostResponseAmino
|
|
1114
|
+
* @package sparkdream.forum.v1
|
|
1115
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealPostResponse
|
|
1116
|
+
*/
|
|
1117
|
+
export interface MsgAppealPostResponseAmino {
|
|
1118
|
+
}
|
|
1119
|
+
export interface MsgAppealPostResponseAminoMsg {
|
|
1120
|
+
type: "/sparkdream.forum.v1.MsgAppealPostResponse";
|
|
1121
|
+
value: MsgAppealPostResponseAmino;
|
|
1122
|
+
}
|
|
1123
|
+
/**
|
|
1124
|
+
* MsgAppealThreadLock defines the MsgAppealThreadLock message.
|
|
1125
|
+
* @name MsgAppealThreadLock
|
|
1126
|
+
* @package sparkdream.forum.v1
|
|
1127
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadLock
|
|
1128
|
+
*/
|
|
1129
|
+
export interface MsgAppealThreadLock {
|
|
1130
|
+
creator: string;
|
|
1131
|
+
rootId: bigint;
|
|
1132
|
+
}
|
|
1133
|
+
export interface MsgAppealThreadLockProtoMsg {
|
|
1134
|
+
typeUrl: "/sparkdream.forum.v1.MsgAppealThreadLock";
|
|
1135
|
+
value: Uint8Array;
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* MsgAppealThreadLock defines the MsgAppealThreadLock message.
|
|
1139
|
+
* @name MsgAppealThreadLockAmino
|
|
1140
|
+
* @package sparkdream.forum.v1
|
|
1141
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadLock
|
|
1142
|
+
*/
|
|
1143
|
+
export interface MsgAppealThreadLockAmino {
|
|
1144
|
+
creator?: string;
|
|
1145
|
+
root_id?: string;
|
|
1146
|
+
}
|
|
1147
|
+
export interface MsgAppealThreadLockAminoMsg {
|
|
1148
|
+
type: "/sparkdream.forum.v1.MsgAppealThreadLock";
|
|
1149
|
+
value: MsgAppealThreadLockAmino;
|
|
1150
|
+
}
|
|
1151
|
+
/**
|
|
1152
|
+
* MsgAppealThreadLockResponse defines the MsgAppealThreadLockResponse message.
|
|
1153
|
+
* @name MsgAppealThreadLockResponse
|
|
1154
|
+
* @package sparkdream.forum.v1
|
|
1155
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadLockResponse
|
|
1156
|
+
*/
|
|
1157
|
+
export interface MsgAppealThreadLockResponse {
|
|
1158
|
+
}
|
|
1159
|
+
export interface MsgAppealThreadLockResponseProtoMsg {
|
|
1160
|
+
typeUrl: "/sparkdream.forum.v1.MsgAppealThreadLockResponse";
|
|
1161
|
+
value: Uint8Array;
|
|
1162
|
+
}
|
|
1163
|
+
/**
|
|
1164
|
+
* MsgAppealThreadLockResponse defines the MsgAppealThreadLockResponse message.
|
|
1165
|
+
* @name MsgAppealThreadLockResponseAmino
|
|
1166
|
+
* @package sparkdream.forum.v1
|
|
1167
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadLockResponse
|
|
1168
|
+
*/
|
|
1169
|
+
export interface MsgAppealThreadLockResponseAmino {
|
|
1170
|
+
}
|
|
1171
|
+
export interface MsgAppealThreadLockResponseAminoMsg {
|
|
1172
|
+
type: "/sparkdream.forum.v1.MsgAppealThreadLockResponse";
|
|
1173
|
+
value: MsgAppealThreadLockResponseAmino;
|
|
1174
|
+
}
|
|
1175
|
+
/**
|
|
1176
|
+
* MsgAppealThreadMove defines the MsgAppealThreadMove message.
|
|
1177
|
+
* @name MsgAppealThreadMove
|
|
1178
|
+
* @package sparkdream.forum.v1
|
|
1179
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadMove
|
|
1180
|
+
*/
|
|
1181
|
+
export interface MsgAppealThreadMove {
|
|
1182
|
+
creator: string;
|
|
1183
|
+
rootId: bigint;
|
|
1184
|
+
}
|
|
1185
|
+
export interface MsgAppealThreadMoveProtoMsg {
|
|
1186
|
+
typeUrl: "/sparkdream.forum.v1.MsgAppealThreadMove";
|
|
1187
|
+
value: Uint8Array;
|
|
1188
|
+
}
|
|
1189
|
+
/**
|
|
1190
|
+
* MsgAppealThreadMove defines the MsgAppealThreadMove message.
|
|
1191
|
+
* @name MsgAppealThreadMoveAmino
|
|
1192
|
+
* @package sparkdream.forum.v1
|
|
1193
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadMove
|
|
1194
|
+
*/
|
|
1195
|
+
export interface MsgAppealThreadMoveAmino {
|
|
1196
|
+
creator?: string;
|
|
1197
|
+
root_id?: string;
|
|
1198
|
+
}
|
|
1199
|
+
export interface MsgAppealThreadMoveAminoMsg {
|
|
1200
|
+
type: "/sparkdream.forum.v1.MsgAppealThreadMove";
|
|
1201
|
+
value: MsgAppealThreadMoveAmino;
|
|
1202
|
+
}
|
|
1203
|
+
/**
|
|
1204
|
+
* MsgAppealThreadMoveResponse defines the MsgAppealThreadMoveResponse message.
|
|
1205
|
+
* @name MsgAppealThreadMoveResponse
|
|
1206
|
+
* @package sparkdream.forum.v1
|
|
1207
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadMoveResponse
|
|
1208
|
+
*/
|
|
1209
|
+
export interface MsgAppealThreadMoveResponse {
|
|
1210
|
+
}
|
|
1211
|
+
export interface MsgAppealThreadMoveResponseProtoMsg {
|
|
1212
|
+
typeUrl: "/sparkdream.forum.v1.MsgAppealThreadMoveResponse";
|
|
1213
|
+
value: Uint8Array;
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* MsgAppealThreadMoveResponse defines the MsgAppealThreadMoveResponse message.
|
|
1217
|
+
* @name MsgAppealThreadMoveResponseAmino
|
|
1218
|
+
* @package sparkdream.forum.v1
|
|
1219
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadMoveResponse
|
|
1220
|
+
*/
|
|
1221
|
+
export interface MsgAppealThreadMoveResponseAmino {
|
|
1222
|
+
}
|
|
1223
|
+
export interface MsgAppealThreadMoveResponseAminoMsg {
|
|
1224
|
+
type: "/sparkdream.forum.v1.MsgAppealThreadMoveResponse";
|
|
1225
|
+
value: MsgAppealThreadMoveResponseAmino;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* MsgCreateBounty defines the MsgCreateBounty message.
|
|
1229
|
+
* @name MsgCreateBounty
|
|
1230
|
+
* @package sparkdream.forum.v1
|
|
1231
|
+
* @see proto type: sparkdream.forum.v1.MsgCreateBounty
|
|
1232
|
+
*/
|
|
1233
|
+
export interface MsgCreateBounty {
|
|
1234
|
+
creator: string;
|
|
1235
|
+
threadId: bigint;
|
|
1236
|
+
amount: string;
|
|
1237
|
+
duration: bigint;
|
|
1238
|
+
}
|
|
1239
|
+
export interface MsgCreateBountyProtoMsg {
|
|
1240
|
+
typeUrl: "/sparkdream.forum.v1.MsgCreateBounty";
|
|
1241
|
+
value: Uint8Array;
|
|
1242
|
+
}
|
|
1243
|
+
/**
|
|
1244
|
+
* MsgCreateBounty defines the MsgCreateBounty message.
|
|
1245
|
+
* @name MsgCreateBountyAmino
|
|
1246
|
+
* @package sparkdream.forum.v1
|
|
1247
|
+
* @see proto type: sparkdream.forum.v1.MsgCreateBounty
|
|
1248
|
+
*/
|
|
1249
|
+
export interface MsgCreateBountyAmino {
|
|
1250
|
+
creator?: string;
|
|
1251
|
+
thread_id?: string;
|
|
1252
|
+
amount?: string;
|
|
1253
|
+
duration?: string;
|
|
1254
|
+
}
|
|
1255
|
+
export interface MsgCreateBountyAminoMsg {
|
|
1256
|
+
type: "/sparkdream.forum.v1.MsgCreateBounty";
|
|
1257
|
+
value: MsgCreateBountyAmino;
|
|
1258
|
+
}
|
|
1259
|
+
/**
|
|
1260
|
+
* MsgCreateBountyResponse defines the MsgCreateBountyResponse message.
|
|
1261
|
+
* @name MsgCreateBountyResponse
|
|
1262
|
+
* @package sparkdream.forum.v1
|
|
1263
|
+
* @see proto type: sparkdream.forum.v1.MsgCreateBountyResponse
|
|
1264
|
+
*/
|
|
1265
|
+
export interface MsgCreateBountyResponse {
|
|
1266
|
+
}
|
|
1267
|
+
export interface MsgCreateBountyResponseProtoMsg {
|
|
1268
|
+
typeUrl: "/sparkdream.forum.v1.MsgCreateBountyResponse";
|
|
1269
|
+
value: Uint8Array;
|
|
1270
|
+
}
|
|
1271
|
+
/**
|
|
1272
|
+
* MsgCreateBountyResponse defines the MsgCreateBountyResponse message.
|
|
1273
|
+
* @name MsgCreateBountyResponseAmino
|
|
1274
|
+
* @package sparkdream.forum.v1
|
|
1275
|
+
* @see proto type: sparkdream.forum.v1.MsgCreateBountyResponse
|
|
1276
|
+
*/
|
|
1277
|
+
export interface MsgCreateBountyResponseAmino {
|
|
1278
|
+
}
|
|
1279
|
+
export interface MsgCreateBountyResponseAminoMsg {
|
|
1280
|
+
type: "/sparkdream.forum.v1.MsgCreateBountyResponse";
|
|
1281
|
+
value: MsgCreateBountyResponseAmino;
|
|
1282
|
+
}
|
|
1283
|
+
/**
|
|
1284
|
+
* MsgAwardBounty defines the MsgAwardBounty message.
|
|
1285
|
+
* @name MsgAwardBounty
|
|
1286
|
+
* @package sparkdream.forum.v1
|
|
1287
|
+
* @see proto type: sparkdream.forum.v1.MsgAwardBounty
|
|
1288
|
+
*/
|
|
1289
|
+
export interface MsgAwardBounty {
|
|
1290
|
+
creator: string;
|
|
1291
|
+
bountyId: bigint;
|
|
1292
|
+
}
|
|
1293
|
+
export interface MsgAwardBountyProtoMsg {
|
|
1294
|
+
typeUrl: "/sparkdream.forum.v1.MsgAwardBounty";
|
|
1295
|
+
value: Uint8Array;
|
|
1296
|
+
}
|
|
1297
|
+
/**
|
|
1298
|
+
* MsgAwardBounty defines the MsgAwardBounty message.
|
|
1299
|
+
* @name MsgAwardBountyAmino
|
|
1300
|
+
* @package sparkdream.forum.v1
|
|
1301
|
+
* @see proto type: sparkdream.forum.v1.MsgAwardBounty
|
|
1302
|
+
*/
|
|
1303
|
+
export interface MsgAwardBountyAmino {
|
|
1304
|
+
creator?: string;
|
|
1305
|
+
bounty_id?: string;
|
|
1306
|
+
}
|
|
1307
|
+
export interface MsgAwardBountyAminoMsg {
|
|
1308
|
+
type: "/sparkdream.forum.v1.MsgAwardBounty";
|
|
1309
|
+
value: MsgAwardBountyAmino;
|
|
1310
|
+
}
|
|
1311
|
+
/**
|
|
1312
|
+
* MsgAwardBountyResponse defines the MsgAwardBountyResponse message.
|
|
1313
|
+
* @name MsgAwardBountyResponse
|
|
1314
|
+
* @package sparkdream.forum.v1
|
|
1315
|
+
* @see proto type: sparkdream.forum.v1.MsgAwardBountyResponse
|
|
1316
|
+
*/
|
|
1317
|
+
export interface MsgAwardBountyResponse {
|
|
1318
|
+
}
|
|
1319
|
+
export interface MsgAwardBountyResponseProtoMsg {
|
|
1320
|
+
typeUrl: "/sparkdream.forum.v1.MsgAwardBountyResponse";
|
|
1321
|
+
value: Uint8Array;
|
|
1322
|
+
}
|
|
1323
|
+
/**
|
|
1324
|
+
* MsgAwardBountyResponse defines the MsgAwardBountyResponse message.
|
|
1325
|
+
* @name MsgAwardBountyResponseAmino
|
|
1326
|
+
* @package sparkdream.forum.v1
|
|
1327
|
+
* @see proto type: sparkdream.forum.v1.MsgAwardBountyResponse
|
|
1328
|
+
*/
|
|
1329
|
+
export interface MsgAwardBountyResponseAmino {
|
|
1330
|
+
}
|
|
1331
|
+
export interface MsgAwardBountyResponseAminoMsg {
|
|
1332
|
+
type: "/sparkdream.forum.v1.MsgAwardBountyResponse";
|
|
1333
|
+
value: MsgAwardBountyResponseAmino;
|
|
1334
|
+
}
|
|
1335
|
+
/**
|
|
1336
|
+
* MsgIncreaseBounty defines the MsgIncreaseBounty message.
|
|
1337
|
+
* @name MsgIncreaseBounty
|
|
1338
|
+
* @package sparkdream.forum.v1
|
|
1339
|
+
* @see proto type: sparkdream.forum.v1.MsgIncreaseBounty
|
|
1340
|
+
*/
|
|
1341
|
+
export interface MsgIncreaseBounty {
|
|
1342
|
+
creator: string;
|
|
1343
|
+
bountyId: bigint;
|
|
1344
|
+
additionalAmount: string;
|
|
1345
|
+
}
|
|
1346
|
+
export interface MsgIncreaseBountyProtoMsg {
|
|
1347
|
+
typeUrl: "/sparkdream.forum.v1.MsgIncreaseBounty";
|
|
1348
|
+
value: Uint8Array;
|
|
1349
|
+
}
|
|
1350
|
+
/**
|
|
1351
|
+
* MsgIncreaseBounty defines the MsgIncreaseBounty message.
|
|
1352
|
+
* @name MsgIncreaseBountyAmino
|
|
1353
|
+
* @package sparkdream.forum.v1
|
|
1354
|
+
* @see proto type: sparkdream.forum.v1.MsgIncreaseBounty
|
|
1355
|
+
*/
|
|
1356
|
+
export interface MsgIncreaseBountyAmino {
|
|
1357
|
+
creator?: string;
|
|
1358
|
+
bounty_id?: string;
|
|
1359
|
+
additional_amount?: string;
|
|
1360
|
+
}
|
|
1361
|
+
export interface MsgIncreaseBountyAminoMsg {
|
|
1362
|
+
type: "/sparkdream.forum.v1.MsgIncreaseBounty";
|
|
1363
|
+
value: MsgIncreaseBountyAmino;
|
|
1364
|
+
}
|
|
1365
|
+
/**
|
|
1366
|
+
* MsgIncreaseBountyResponse defines the MsgIncreaseBountyResponse message.
|
|
1367
|
+
* @name MsgIncreaseBountyResponse
|
|
1368
|
+
* @package sparkdream.forum.v1
|
|
1369
|
+
* @see proto type: sparkdream.forum.v1.MsgIncreaseBountyResponse
|
|
1370
|
+
*/
|
|
1371
|
+
export interface MsgIncreaseBountyResponse {
|
|
1372
|
+
}
|
|
1373
|
+
export interface MsgIncreaseBountyResponseProtoMsg {
|
|
1374
|
+
typeUrl: "/sparkdream.forum.v1.MsgIncreaseBountyResponse";
|
|
1375
|
+
value: Uint8Array;
|
|
1376
|
+
}
|
|
1377
|
+
/**
|
|
1378
|
+
* MsgIncreaseBountyResponse defines the MsgIncreaseBountyResponse message.
|
|
1379
|
+
* @name MsgIncreaseBountyResponseAmino
|
|
1380
|
+
* @package sparkdream.forum.v1
|
|
1381
|
+
* @see proto type: sparkdream.forum.v1.MsgIncreaseBountyResponse
|
|
1382
|
+
*/
|
|
1383
|
+
export interface MsgIncreaseBountyResponseAmino {
|
|
1384
|
+
}
|
|
1385
|
+
export interface MsgIncreaseBountyResponseAminoMsg {
|
|
1386
|
+
type: "/sparkdream.forum.v1.MsgIncreaseBountyResponse";
|
|
1387
|
+
value: MsgIncreaseBountyResponseAmino;
|
|
1388
|
+
}
|
|
1389
|
+
/**
|
|
1390
|
+
* MsgCancelBounty defines the MsgCancelBounty message.
|
|
1391
|
+
* @name MsgCancelBounty
|
|
1392
|
+
* @package sparkdream.forum.v1
|
|
1393
|
+
* @see proto type: sparkdream.forum.v1.MsgCancelBounty
|
|
1394
|
+
*/
|
|
1395
|
+
export interface MsgCancelBounty {
|
|
1396
|
+
creator: string;
|
|
1397
|
+
bountyId: bigint;
|
|
1398
|
+
}
|
|
1399
|
+
export interface MsgCancelBountyProtoMsg {
|
|
1400
|
+
typeUrl: "/sparkdream.forum.v1.MsgCancelBounty";
|
|
1401
|
+
value: Uint8Array;
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* MsgCancelBounty defines the MsgCancelBounty message.
|
|
1405
|
+
* @name MsgCancelBountyAmino
|
|
1406
|
+
* @package sparkdream.forum.v1
|
|
1407
|
+
* @see proto type: sparkdream.forum.v1.MsgCancelBounty
|
|
1408
|
+
*/
|
|
1409
|
+
export interface MsgCancelBountyAmino {
|
|
1410
|
+
creator?: string;
|
|
1411
|
+
bounty_id?: string;
|
|
1412
|
+
}
|
|
1413
|
+
export interface MsgCancelBountyAminoMsg {
|
|
1414
|
+
type: "/sparkdream.forum.v1.MsgCancelBounty";
|
|
1415
|
+
value: MsgCancelBountyAmino;
|
|
1416
|
+
}
|
|
1417
|
+
/**
|
|
1418
|
+
* MsgCancelBountyResponse defines the MsgCancelBountyResponse message.
|
|
1419
|
+
* @name MsgCancelBountyResponse
|
|
1420
|
+
* @package sparkdream.forum.v1
|
|
1421
|
+
* @see proto type: sparkdream.forum.v1.MsgCancelBountyResponse
|
|
1422
|
+
*/
|
|
1423
|
+
export interface MsgCancelBountyResponse {
|
|
1424
|
+
}
|
|
1425
|
+
export interface MsgCancelBountyResponseProtoMsg {
|
|
1426
|
+
typeUrl: "/sparkdream.forum.v1.MsgCancelBountyResponse";
|
|
1427
|
+
value: Uint8Array;
|
|
1428
|
+
}
|
|
1429
|
+
/**
|
|
1430
|
+
* MsgCancelBountyResponse defines the MsgCancelBountyResponse message.
|
|
1431
|
+
* @name MsgCancelBountyResponseAmino
|
|
1432
|
+
* @package sparkdream.forum.v1
|
|
1433
|
+
* @see proto type: sparkdream.forum.v1.MsgCancelBountyResponse
|
|
1434
|
+
*/
|
|
1435
|
+
export interface MsgCancelBountyResponseAmino {
|
|
1436
|
+
}
|
|
1437
|
+
export interface MsgCancelBountyResponseAminoMsg {
|
|
1438
|
+
type: "/sparkdream.forum.v1.MsgCancelBountyResponse";
|
|
1439
|
+
value: MsgCancelBountyResponseAmino;
|
|
1440
|
+
}
|
|
1441
|
+
/**
|
|
1442
|
+
* MsgAssignBountyToReply defines the MsgAssignBountyToReply message.
|
|
1443
|
+
* @name MsgAssignBountyToReply
|
|
1444
|
+
* @package sparkdream.forum.v1
|
|
1445
|
+
* @see proto type: sparkdream.forum.v1.MsgAssignBountyToReply
|
|
1446
|
+
*/
|
|
1447
|
+
export interface MsgAssignBountyToReply {
|
|
1448
|
+
creator: string;
|
|
1449
|
+
threadId: bigint;
|
|
1450
|
+
replyId: bigint;
|
|
1451
|
+
reason: string;
|
|
1452
|
+
}
|
|
1453
|
+
export interface MsgAssignBountyToReplyProtoMsg {
|
|
1454
|
+
typeUrl: "/sparkdream.forum.v1.MsgAssignBountyToReply";
|
|
1455
|
+
value: Uint8Array;
|
|
1456
|
+
}
|
|
1457
|
+
/**
|
|
1458
|
+
* MsgAssignBountyToReply defines the MsgAssignBountyToReply message.
|
|
1459
|
+
* @name MsgAssignBountyToReplyAmino
|
|
1460
|
+
* @package sparkdream.forum.v1
|
|
1461
|
+
* @see proto type: sparkdream.forum.v1.MsgAssignBountyToReply
|
|
1462
|
+
*/
|
|
1463
|
+
export interface MsgAssignBountyToReplyAmino {
|
|
1464
|
+
creator?: string;
|
|
1465
|
+
thread_id?: string;
|
|
1466
|
+
reply_id?: string;
|
|
1467
|
+
reason?: string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface MsgAssignBountyToReplyAminoMsg {
|
|
1470
|
+
type: "/sparkdream.forum.v1.MsgAssignBountyToReply";
|
|
1471
|
+
value: MsgAssignBountyToReplyAmino;
|
|
1472
|
+
}
|
|
1473
|
+
/**
|
|
1474
|
+
* MsgAssignBountyToReplyResponse defines the MsgAssignBountyToReplyResponse message.
|
|
1475
|
+
* @name MsgAssignBountyToReplyResponse
|
|
1476
|
+
* @package sparkdream.forum.v1
|
|
1477
|
+
* @see proto type: sparkdream.forum.v1.MsgAssignBountyToReplyResponse
|
|
1478
|
+
*/
|
|
1479
|
+
export interface MsgAssignBountyToReplyResponse {
|
|
1480
|
+
}
|
|
1481
|
+
export interface MsgAssignBountyToReplyResponseProtoMsg {
|
|
1482
|
+
typeUrl: "/sparkdream.forum.v1.MsgAssignBountyToReplyResponse";
|
|
1483
|
+
value: Uint8Array;
|
|
1484
|
+
}
|
|
1485
|
+
/**
|
|
1486
|
+
* MsgAssignBountyToReplyResponse defines the MsgAssignBountyToReplyResponse message.
|
|
1487
|
+
* @name MsgAssignBountyToReplyResponseAmino
|
|
1488
|
+
* @package sparkdream.forum.v1
|
|
1489
|
+
* @see proto type: sparkdream.forum.v1.MsgAssignBountyToReplyResponse
|
|
1490
|
+
*/
|
|
1491
|
+
export interface MsgAssignBountyToReplyResponseAmino {
|
|
1492
|
+
}
|
|
1493
|
+
export interface MsgAssignBountyToReplyResponseAminoMsg {
|
|
1494
|
+
type: "/sparkdream.forum.v1.MsgAssignBountyToReplyResponse";
|
|
1495
|
+
value: MsgAssignBountyToReplyResponseAmino;
|
|
1496
|
+
}
|
|
1497
|
+
/**
|
|
1498
|
+
* MsgPinReply defines the MsgPinReply message.
|
|
1499
|
+
* @name MsgPinReply
|
|
1500
|
+
* @package sparkdream.forum.v1
|
|
1501
|
+
* @see proto type: sparkdream.forum.v1.MsgPinReply
|
|
1502
|
+
*/
|
|
1503
|
+
export interface MsgPinReply {
|
|
1504
|
+
creator: string;
|
|
1505
|
+
threadId: bigint;
|
|
1506
|
+
replyId: bigint;
|
|
1507
|
+
}
|
|
1508
|
+
export interface MsgPinReplyProtoMsg {
|
|
1509
|
+
typeUrl: "/sparkdream.forum.v1.MsgPinReply";
|
|
1510
|
+
value: Uint8Array;
|
|
1511
|
+
}
|
|
1512
|
+
/**
|
|
1513
|
+
* MsgPinReply defines the MsgPinReply message.
|
|
1514
|
+
* @name MsgPinReplyAmino
|
|
1515
|
+
* @package sparkdream.forum.v1
|
|
1516
|
+
* @see proto type: sparkdream.forum.v1.MsgPinReply
|
|
1517
|
+
*/
|
|
1518
|
+
export interface MsgPinReplyAmino {
|
|
1519
|
+
creator?: string;
|
|
1520
|
+
thread_id?: string;
|
|
1521
|
+
reply_id?: string;
|
|
1522
|
+
}
|
|
1523
|
+
export interface MsgPinReplyAminoMsg {
|
|
1524
|
+
type: "/sparkdream.forum.v1.MsgPinReply";
|
|
1525
|
+
value: MsgPinReplyAmino;
|
|
1526
|
+
}
|
|
1527
|
+
/**
|
|
1528
|
+
* MsgPinReplyResponse defines the MsgPinReplyResponse message.
|
|
1529
|
+
* @name MsgPinReplyResponse
|
|
1530
|
+
* @package sparkdream.forum.v1
|
|
1531
|
+
* @see proto type: sparkdream.forum.v1.MsgPinReplyResponse
|
|
1532
|
+
*/
|
|
1533
|
+
export interface MsgPinReplyResponse {
|
|
1534
|
+
}
|
|
1535
|
+
export interface MsgPinReplyResponseProtoMsg {
|
|
1536
|
+
typeUrl: "/sparkdream.forum.v1.MsgPinReplyResponse";
|
|
1537
|
+
value: Uint8Array;
|
|
1538
|
+
}
|
|
1539
|
+
/**
|
|
1540
|
+
* MsgPinReplyResponse defines the MsgPinReplyResponse message.
|
|
1541
|
+
* @name MsgPinReplyResponseAmino
|
|
1542
|
+
* @package sparkdream.forum.v1
|
|
1543
|
+
* @see proto type: sparkdream.forum.v1.MsgPinReplyResponse
|
|
1544
|
+
*/
|
|
1545
|
+
export interface MsgPinReplyResponseAmino {
|
|
1546
|
+
}
|
|
1547
|
+
export interface MsgPinReplyResponseAminoMsg {
|
|
1548
|
+
type: "/sparkdream.forum.v1.MsgPinReplyResponse";
|
|
1549
|
+
value: MsgPinReplyResponseAmino;
|
|
1550
|
+
}
|
|
1551
|
+
/**
|
|
1552
|
+
* MsgUnpinReply defines the MsgUnpinReply message.
|
|
1553
|
+
* @name MsgUnpinReply
|
|
1554
|
+
* @package sparkdream.forum.v1
|
|
1555
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinReply
|
|
1556
|
+
*/
|
|
1557
|
+
export interface MsgUnpinReply {
|
|
1558
|
+
creator: string;
|
|
1559
|
+
threadId: bigint;
|
|
1560
|
+
replyId: bigint;
|
|
1561
|
+
}
|
|
1562
|
+
export interface MsgUnpinReplyProtoMsg {
|
|
1563
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnpinReply";
|
|
1564
|
+
value: Uint8Array;
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* MsgUnpinReply defines the MsgUnpinReply message.
|
|
1568
|
+
* @name MsgUnpinReplyAmino
|
|
1569
|
+
* @package sparkdream.forum.v1
|
|
1570
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinReply
|
|
1571
|
+
*/
|
|
1572
|
+
export interface MsgUnpinReplyAmino {
|
|
1573
|
+
creator?: string;
|
|
1574
|
+
thread_id?: string;
|
|
1575
|
+
reply_id?: string;
|
|
1576
|
+
}
|
|
1577
|
+
export interface MsgUnpinReplyAminoMsg {
|
|
1578
|
+
type: "/sparkdream.forum.v1.MsgUnpinReply";
|
|
1579
|
+
value: MsgUnpinReplyAmino;
|
|
1580
|
+
}
|
|
1581
|
+
/**
|
|
1582
|
+
* MsgUnpinReplyResponse defines the MsgUnpinReplyResponse message.
|
|
1583
|
+
* @name MsgUnpinReplyResponse
|
|
1584
|
+
* @package sparkdream.forum.v1
|
|
1585
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinReplyResponse
|
|
1586
|
+
*/
|
|
1587
|
+
export interface MsgUnpinReplyResponse {
|
|
1588
|
+
}
|
|
1589
|
+
export interface MsgUnpinReplyResponseProtoMsg {
|
|
1590
|
+
typeUrl: "/sparkdream.forum.v1.MsgUnpinReplyResponse";
|
|
1591
|
+
value: Uint8Array;
|
|
1592
|
+
}
|
|
1593
|
+
/**
|
|
1594
|
+
* MsgUnpinReplyResponse defines the MsgUnpinReplyResponse message.
|
|
1595
|
+
* @name MsgUnpinReplyResponseAmino
|
|
1596
|
+
* @package sparkdream.forum.v1
|
|
1597
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinReplyResponse
|
|
1598
|
+
*/
|
|
1599
|
+
export interface MsgUnpinReplyResponseAmino {
|
|
1600
|
+
}
|
|
1601
|
+
export interface MsgUnpinReplyResponseAminoMsg {
|
|
1602
|
+
type: "/sparkdream.forum.v1.MsgUnpinReplyResponse";
|
|
1603
|
+
value: MsgUnpinReplyResponseAmino;
|
|
1604
|
+
}
|
|
1605
|
+
/**
|
|
1606
|
+
* MsgDisputePin defines the MsgDisputePin message.
|
|
1607
|
+
* @name MsgDisputePin
|
|
1608
|
+
* @package sparkdream.forum.v1
|
|
1609
|
+
* @see proto type: sparkdream.forum.v1.MsgDisputePin
|
|
1610
|
+
*/
|
|
1611
|
+
export interface MsgDisputePin {
|
|
1612
|
+
creator: string;
|
|
1613
|
+
threadId: bigint;
|
|
1614
|
+
replyId: bigint;
|
|
1615
|
+
reason: string;
|
|
1616
|
+
}
|
|
1617
|
+
export interface MsgDisputePinProtoMsg {
|
|
1618
|
+
typeUrl: "/sparkdream.forum.v1.MsgDisputePin";
|
|
1619
|
+
value: Uint8Array;
|
|
1620
|
+
}
|
|
1621
|
+
/**
|
|
1622
|
+
* MsgDisputePin defines the MsgDisputePin message.
|
|
1623
|
+
* @name MsgDisputePinAmino
|
|
1624
|
+
* @package sparkdream.forum.v1
|
|
1625
|
+
* @see proto type: sparkdream.forum.v1.MsgDisputePin
|
|
1626
|
+
*/
|
|
1627
|
+
export interface MsgDisputePinAmino {
|
|
1628
|
+
creator?: string;
|
|
1629
|
+
thread_id?: string;
|
|
1630
|
+
reply_id?: string;
|
|
1631
|
+
reason?: string;
|
|
1632
|
+
}
|
|
1633
|
+
export interface MsgDisputePinAminoMsg {
|
|
1634
|
+
type: "/sparkdream.forum.v1.MsgDisputePin";
|
|
1635
|
+
value: MsgDisputePinAmino;
|
|
1636
|
+
}
|
|
1637
|
+
/**
|
|
1638
|
+
* MsgDisputePinResponse defines the MsgDisputePinResponse message.
|
|
1639
|
+
* @name MsgDisputePinResponse
|
|
1640
|
+
* @package sparkdream.forum.v1
|
|
1641
|
+
* @see proto type: sparkdream.forum.v1.MsgDisputePinResponse
|
|
1642
|
+
*/
|
|
1643
|
+
export interface MsgDisputePinResponse {
|
|
1644
|
+
}
|
|
1645
|
+
export interface MsgDisputePinResponseProtoMsg {
|
|
1646
|
+
typeUrl: "/sparkdream.forum.v1.MsgDisputePinResponse";
|
|
1647
|
+
value: Uint8Array;
|
|
1648
|
+
}
|
|
1649
|
+
/**
|
|
1650
|
+
* MsgDisputePinResponse defines the MsgDisputePinResponse message.
|
|
1651
|
+
* @name MsgDisputePinResponseAmino
|
|
1652
|
+
* @package sparkdream.forum.v1
|
|
1653
|
+
* @see proto type: sparkdream.forum.v1.MsgDisputePinResponse
|
|
1654
|
+
*/
|
|
1655
|
+
export interface MsgDisputePinResponseAmino {
|
|
1656
|
+
}
|
|
1657
|
+
export interface MsgDisputePinResponseAminoMsg {
|
|
1658
|
+
type: "/sparkdream.forum.v1.MsgDisputePinResponse";
|
|
1659
|
+
value: MsgDisputePinResponseAmino;
|
|
1660
|
+
}
|
|
1661
|
+
/**
|
|
1662
|
+
* MsgMarkAcceptedReply defines the MsgMarkAcceptedReply message.
|
|
1663
|
+
* @name MsgMarkAcceptedReply
|
|
1664
|
+
* @package sparkdream.forum.v1
|
|
1665
|
+
* @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReply
|
|
1666
|
+
*/
|
|
1667
|
+
export interface MsgMarkAcceptedReply {
|
|
1668
|
+
creator: string;
|
|
1669
|
+
threadId: bigint;
|
|
1670
|
+
replyId: bigint;
|
|
1671
|
+
}
|
|
1672
|
+
export interface MsgMarkAcceptedReplyProtoMsg {
|
|
1673
|
+
typeUrl: "/sparkdream.forum.v1.MsgMarkAcceptedReply";
|
|
1674
|
+
value: Uint8Array;
|
|
1675
|
+
}
|
|
1676
|
+
/**
|
|
1677
|
+
* MsgMarkAcceptedReply defines the MsgMarkAcceptedReply message.
|
|
1678
|
+
* @name MsgMarkAcceptedReplyAmino
|
|
1679
|
+
* @package sparkdream.forum.v1
|
|
1680
|
+
* @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReply
|
|
1681
|
+
*/
|
|
1682
|
+
export interface MsgMarkAcceptedReplyAmino {
|
|
1683
|
+
creator?: string;
|
|
1684
|
+
thread_id?: string;
|
|
1685
|
+
reply_id?: string;
|
|
1686
|
+
}
|
|
1687
|
+
export interface MsgMarkAcceptedReplyAminoMsg {
|
|
1688
|
+
type: "/sparkdream.forum.v1.MsgMarkAcceptedReply";
|
|
1689
|
+
value: MsgMarkAcceptedReplyAmino;
|
|
1690
|
+
}
|
|
1691
|
+
/**
|
|
1692
|
+
* MsgMarkAcceptedReplyResponse defines the MsgMarkAcceptedReplyResponse message.
|
|
1693
|
+
* @name MsgMarkAcceptedReplyResponse
|
|
1694
|
+
* @package sparkdream.forum.v1
|
|
1695
|
+
* @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReplyResponse
|
|
1696
|
+
*/
|
|
1697
|
+
export interface MsgMarkAcceptedReplyResponse {
|
|
1698
|
+
}
|
|
1699
|
+
export interface MsgMarkAcceptedReplyResponseProtoMsg {
|
|
1700
|
+
typeUrl: "/sparkdream.forum.v1.MsgMarkAcceptedReplyResponse";
|
|
1701
|
+
value: Uint8Array;
|
|
1702
|
+
}
|
|
1703
|
+
/**
|
|
1704
|
+
* MsgMarkAcceptedReplyResponse defines the MsgMarkAcceptedReplyResponse message.
|
|
1705
|
+
* @name MsgMarkAcceptedReplyResponseAmino
|
|
1706
|
+
* @package sparkdream.forum.v1
|
|
1707
|
+
* @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReplyResponse
|
|
1708
|
+
*/
|
|
1709
|
+
export interface MsgMarkAcceptedReplyResponseAmino {
|
|
1710
|
+
}
|
|
1711
|
+
export interface MsgMarkAcceptedReplyResponseAminoMsg {
|
|
1712
|
+
type: "/sparkdream.forum.v1.MsgMarkAcceptedReplyResponse";
|
|
1713
|
+
value: MsgMarkAcceptedReplyResponseAmino;
|
|
1714
|
+
}
|
|
1715
|
+
/**
|
|
1716
|
+
* MsgConfirmProposedReply defines the MsgConfirmProposedReply message.
|
|
1717
|
+
* @name MsgConfirmProposedReply
|
|
1718
|
+
* @package sparkdream.forum.v1
|
|
1719
|
+
* @see proto type: sparkdream.forum.v1.MsgConfirmProposedReply
|
|
1720
|
+
*/
|
|
1721
|
+
export interface MsgConfirmProposedReply {
|
|
1722
|
+
creator: string;
|
|
1723
|
+
threadId: bigint;
|
|
1724
|
+
}
|
|
1725
|
+
export interface MsgConfirmProposedReplyProtoMsg {
|
|
1726
|
+
typeUrl: "/sparkdream.forum.v1.MsgConfirmProposedReply";
|
|
1727
|
+
value: Uint8Array;
|
|
1728
|
+
}
|
|
1729
|
+
/**
|
|
1730
|
+
* MsgConfirmProposedReply defines the MsgConfirmProposedReply message.
|
|
1731
|
+
* @name MsgConfirmProposedReplyAmino
|
|
1732
|
+
* @package sparkdream.forum.v1
|
|
1733
|
+
* @see proto type: sparkdream.forum.v1.MsgConfirmProposedReply
|
|
1734
|
+
*/
|
|
1735
|
+
export interface MsgConfirmProposedReplyAmino {
|
|
1736
|
+
creator?: string;
|
|
1737
|
+
thread_id?: string;
|
|
1738
|
+
}
|
|
1739
|
+
export interface MsgConfirmProposedReplyAminoMsg {
|
|
1740
|
+
type: "/sparkdream.forum.v1.MsgConfirmProposedReply";
|
|
1741
|
+
value: MsgConfirmProposedReplyAmino;
|
|
1742
|
+
}
|
|
1743
|
+
/**
|
|
1744
|
+
* MsgConfirmProposedReplyResponse defines the MsgConfirmProposedReplyResponse message.
|
|
1745
|
+
* @name MsgConfirmProposedReplyResponse
|
|
1746
|
+
* @package sparkdream.forum.v1
|
|
1747
|
+
* @see proto type: sparkdream.forum.v1.MsgConfirmProposedReplyResponse
|
|
1748
|
+
*/
|
|
1749
|
+
export interface MsgConfirmProposedReplyResponse {
|
|
1750
|
+
}
|
|
1751
|
+
export interface MsgConfirmProposedReplyResponseProtoMsg {
|
|
1752
|
+
typeUrl: "/sparkdream.forum.v1.MsgConfirmProposedReplyResponse";
|
|
1753
|
+
value: Uint8Array;
|
|
1754
|
+
}
|
|
1755
|
+
/**
|
|
1756
|
+
* MsgConfirmProposedReplyResponse defines the MsgConfirmProposedReplyResponse message.
|
|
1757
|
+
* @name MsgConfirmProposedReplyResponseAmino
|
|
1758
|
+
* @package sparkdream.forum.v1
|
|
1759
|
+
* @see proto type: sparkdream.forum.v1.MsgConfirmProposedReplyResponse
|
|
1760
|
+
*/
|
|
1761
|
+
export interface MsgConfirmProposedReplyResponseAmino {
|
|
1762
|
+
}
|
|
1763
|
+
export interface MsgConfirmProposedReplyResponseAminoMsg {
|
|
1764
|
+
type: "/sparkdream.forum.v1.MsgConfirmProposedReplyResponse";
|
|
1765
|
+
value: MsgConfirmProposedReplyResponseAmino;
|
|
1766
|
+
}
|
|
1767
|
+
/**
|
|
1768
|
+
* MsgRejectProposedReply defines the MsgRejectProposedReply message.
|
|
1769
|
+
* @name MsgRejectProposedReply
|
|
1770
|
+
* @package sparkdream.forum.v1
|
|
1771
|
+
* @see proto type: sparkdream.forum.v1.MsgRejectProposedReply
|
|
1772
|
+
*/
|
|
1773
|
+
export interface MsgRejectProposedReply {
|
|
1774
|
+
creator: string;
|
|
1775
|
+
threadId: bigint;
|
|
1776
|
+
reason: string;
|
|
1777
|
+
}
|
|
1778
|
+
export interface MsgRejectProposedReplyProtoMsg {
|
|
1779
|
+
typeUrl: "/sparkdream.forum.v1.MsgRejectProposedReply";
|
|
1780
|
+
value: Uint8Array;
|
|
1781
|
+
}
|
|
1782
|
+
/**
|
|
1783
|
+
* MsgRejectProposedReply defines the MsgRejectProposedReply message.
|
|
1784
|
+
* @name MsgRejectProposedReplyAmino
|
|
1785
|
+
* @package sparkdream.forum.v1
|
|
1786
|
+
* @see proto type: sparkdream.forum.v1.MsgRejectProposedReply
|
|
1787
|
+
*/
|
|
1788
|
+
export interface MsgRejectProposedReplyAmino {
|
|
1789
|
+
creator?: string;
|
|
1790
|
+
thread_id?: string;
|
|
1791
|
+
reason?: string;
|
|
1792
|
+
}
|
|
1793
|
+
export interface MsgRejectProposedReplyAminoMsg {
|
|
1794
|
+
type: "/sparkdream.forum.v1.MsgRejectProposedReply";
|
|
1795
|
+
value: MsgRejectProposedReplyAmino;
|
|
1796
|
+
}
|
|
1797
|
+
/**
|
|
1798
|
+
* MsgRejectProposedReplyResponse defines the MsgRejectProposedReplyResponse message.
|
|
1799
|
+
* @name MsgRejectProposedReplyResponse
|
|
1800
|
+
* @package sparkdream.forum.v1
|
|
1801
|
+
* @see proto type: sparkdream.forum.v1.MsgRejectProposedReplyResponse
|
|
1802
|
+
*/
|
|
1803
|
+
export interface MsgRejectProposedReplyResponse {
|
|
1804
|
+
}
|
|
1805
|
+
export interface MsgRejectProposedReplyResponseProtoMsg {
|
|
1806
|
+
typeUrl: "/sparkdream.forum.v1.MsgRejectProposedReplyResponse";
|
|
1807
|
+
value: Uint8Array;
|
|
1808
|
+
}
|
|
1809
|
+
/**
|
|
1810
|
+
* MsgRejectProposedReplyResponse defines the MsgRejectProposedReplyResponse message.
|
|
1811
|
+
* @name MsgRejectProposedReplyResponseAmino
|
|
1812
|
+
* @package sparkdream.forum.v1
|
|
1813
|
+
* @see proto type: sparkdream.forum.v1.MsgRejectProposedReplyResponse
|
|
1814
|
+
*/
|
|
1815
|
+
export interface MsgRejectProposedReplyResponseAmino {
|
|
1816
|
+
}
|
|
1817
|
+
export interface MsgRejectProposedReplyResponseAminoMsg {
|
|
1818
|
+
type: "/sparkdream.forum.v1.MsgRejectProposedReplyResponse";
|
|
1819
|
+
value: MsgRejectProposedReplyResponseAmino;
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* MsgSetForumPaused defines the MsgSetForumPaused message.
|
|
1823
|
+
* @name MsgSetForumPaused
|
|
1824
|
+
* @package sparkdream.forum.v1
|
|
1825
|
+
* @see proto type: sparkdream.forum.v1.MsgSetForumPaused
|
|
1826
|
+
*/
|
|
1827
|
+
export interface MsgSetForumPaused {
|
|
1828
|
+
creator: string;
|
|
1829
|
+
paused: boolean;
|
|
1830
|
+
}
|
|
1831
|
+
export interface MsgSetForumPausedProtoMsg {
|
|
1832
|
+
typeUrl: "/sparkdream.forum.v1.MsgSetForumPaused";
|
|
1833
|
+
value: Uint8Array;
|
|
1834
|
+
}
|
|
1835
|
+
/**
|
|
1836
|
+
* MsgSetForumPaused defines the MsgSetForumPaused message.
|
|
1837
|
+
* @name MsgSetForumPausedAmino
|
|
1838
|
+
* @package sparkdream.forum.v1
|
|
1839
|
+
* @see proto type: sparkdream.forum.v1.MsgSetForumPaused
|
|
1840
|
+
*/
|
|
1841
|
+
export interface MsgSetForumPausedAmino {
|
|
1842
|
+
creator?: string;
|
|
1843
|
+
paused?: boolean;
|
|
1844
|
+
}
|
|
1845
|
+
export interface MsgSetForumPausedAminoMsg {
|
|
1846
|
+
type: "/sparkdream.forum.v1.MsgSetForumPaused";
|
|
1847
|
+
value: MsgSetForumPausedAmino;
|
|
1848
|
+
}
|
|
1849
|
+
/**
|
|
1850
|
+
* MsgSetForumPausedResponse defines the MsgSetForumPausedResponse message.
|
|
1851
|
+
* @name MsgSetForumPausedResponse
|
|
1852
|
+
* @package sparkdream.forum.v1
|
|
1853
|
+
* @see proto type: sparkdream.forum.v1.MsgSetForumPausedResponse
|
|
1854
|
+
*/
|
|
1855
|
+
export interface MsgSetForumPausedResponse {
|
|
1856
|
+
}
|
|
1857
|
+
export interface MsgSetForumPausedResponseProtoMsg {
|
|
1858
|
+
typeUrl: "/sparkdream.forum.v1.MsgSetForumPausedResponse";
|
|
1859
|
+
value: Uint8Array;
|
|
1860
|
+
}
|
|
1861
|
+
/**
|
|
1862
|
+
* MsgSetForumPausedResponse defines the MsgSetForumPausedResponse message.
|
|
1863
|
+
* @name MsgSetForumPausedResponseAmino
|
|
1864
|
+
* @package sparkdream.forum.v1
|
|
1865
|
+
* @see proto type: sparkdream.forum.v1.MsgSetForumPausedResponse
|
|
1866
|
+
*/
|
|
1867
|
+
export interface MsgSetForumPausedResponseAmino {
|
|
1868
|
+
}
|
|
1869
|
+
export interface MsgSetForumPausedResponseAminoMsg {
|
|
1870
|
+
type: "/sparkdream.forum.v1.MsgSetForumPausedResponse";
|
|
1871
|
+
value: MsgSetForumPausedResponseAmino;
|
|
1872
|
+
}
|
|
1873
|
+
/**
|
|
1874
|
+
* MsgSetModerationPaused defines the MsgSetModerationPaused message.
|
|
1875
|
+
* @name MsgSetModerationPaused
|
|
1876
|
+
* @package sparkdream.forum.v1
|
|
1877
|
+
* @see proto type: sparkdream.forum.v1.MsgSetModerationPaused
|
|
1878
|
+
*/
|
|
1879
|
+
export interface MsgSetModerationPaused {
|
|
1880
|
+
creator: string;
|
|
1881
|
+
paused: boolean;
|
|
1882
|
+
}
|
|
1883
|
+
export interface MsgSetModerationPausedProtoMsg {
|
|
1884
|
+
typeUrl: "/sparkdream.forum.v1.MsgSetModerationPaused";
|
|
1885
|
+
value: Uint8Array;
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* MsgSetModerationPaused defines the MsgSetModerationPaused message.
|
|
1889
|
+
* @name MsgSetModerationPausedAmino
|
|
1890
|
+
* @package sparkdream.forum.v1
|
|
1891
|
+
* @see proto type: sparkdream.forum.v1.MsgSetModerationPaused
|
|
1892
|
+
*/
|
|
1893
|
+
export interface MsgSetModerationPausedAmino {
|
|
1894
|
+
creator?: string;
|
|
1895
|
+
paused?: boolean;
|
|
1896
|
+
}
|
|
1897
|
+
export interface MsgSetModerationPausedAminoMsg {
|
|
1898
|
+
type: "/sparkdream.forum.v1.MsgSetModerationPaused";
|
|
1899
|
+
value: MsgSetModerationPausedAmino;
|
|
1900
|
+
}
|
|
1901
|
+
/**
|
|
1902
|
+
* MsgSetModerationPausedResponse defines the MsgSetModerationPausedResponse message.
|
|
1903
|
+
* @name MsgSetModerationPausedResponse
|
|
1904
|
+
* @package sparkdream.forum.v1
|
|
1905
|
+
* @see proto type: sparkdream.forum.v1.MsgSetModerationPausedResponse
|
|
1906
|
+
*/
|
|
1907
|
+
export interface MsgSetModerationPausedResponse {
|
|
1908
|
+
}
|
|
1909
|
+
export interface MsgSetModerationPausedResponseProtoMsg {
|
|
1910
|
+
typeUrl: "/sparkdream.forum.v1.MsgSetModerationPausedResponse";
|
|
1911
|
+
value: Uint8Array;
|
|
1912
|
+
}
|
|
1913
|
+
/**
|
|
1914
|
+
* MsgSetModerationPausedResponse defines the MsgSetModerationPausedResponse message.
|
|
1915
|
+
* @name MsgSetModerationPausedResponseAmino
|
|
1916
|
+
* @package sparkdream.forum.v1
|
|
1917
|
+
* @see proto type: sparkdream.forum.v1.MsgSetModerationPausedResponse
|
|
1918
|
+
*/
|
|
1919
|
+
export interface MsgSetModerationPausedResponseAmino {
|
|
1920
|
+
}
|
|
1921
|
+
export interface MsgSetModerationPausedResponseAminoMsg {
|
|
1922
|
+
type: "/sparkdream.forum.v1.MsgSetModerationPausedResponse";
|
|
1923
|
+
value: MsgSetModerationPausedResponseAmino;
|
|
1924
|
+
}
|
|
1925
|
+
/**
|
|
1926
|
+
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
1927
|
+
* @name MsgUpdateParams
|
|
1928
|
+
* @package sparkdream.forum.v1
|
|
1929
|
+
* @see proto type: sparkdream.forum.v1.MsgUpdateParams
|
|
1930
|
+
*/
|
|
1931
|
+
export declare const MsgUpdateParams: {
|
|
1932
|
+
typeUrl: string;
|
|
1933
|
+
aminoType: string;
|
|
1934
|
+
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
1935
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
1936
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
1937
|
+
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
1938
|
+
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
1939
|
+
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
1940
|
+
toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
|
|
1941
|
+
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
1942
|
+
toProto(message: MsgUpdateParams): Uint8Array;
|
|
1943
|
+
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
1944
|
+
};
|
|
1945
|
+
/**
|
|
1946
|
+
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
1947
|
+
* MsgUpdateParams message.
|
|
1948
|
+
* @name MsgUpdateParamsResponse
|
|
1949
|
+
* @package sparkdream.forum.v1
|
|
1950
|
+
* @see proto type: sparkdream.forum.v1.MsgUpdateParamsResponse
|
|
1951
|
+
*/
|
|
1952
|
+
export declare const MsgUpdateParamsResponse: {
|
|
1953
|
+
typeUrl: string;
|
|
1954
|
+
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1955
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
1956
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
1957
|
+
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
1958
|
+
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
1959
|
+
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
1960
|
+
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
1961
|
+
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
1962
|
+
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
1963
|
+
};
|
|
1964
|
+
/**
|
|
1965
|
+
* MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
|
|
1966
|
+
* Authorized: Commons Council Operations Committee (via IsCouncilAuthorized).
|
|
1967
|
+
* @name MsgUpdateOperationalParams
|
|
1968
|
+
* @package sparkdream.forum.v1
|
|
1969
|
+
* @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParams
|
|
1970
|
+
*/
|
|
1971
|
+
export declare const MsgUpdateOperationalParams: {
|
|
1972
|
+
typeUrl: string;
|
|
1973
|
+
aminoType: string;
|
|
1974
|
+
encode(message: MsgUpdateOperationalParams, writer?: BinaryWriter): BinaryWriter;
|
|
1975
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParams;
|
|
1976
|
+
fromPartial(object: DeepPartial<MsgUpdateOperationalParams>): MsgUpdateOperationalParams;
|
|
1977
|
+
fromAmino(object: MsgUpdateOperationalParamsAmino): MsgUpdateOperationalParams;
|
|
1978
|
+
toAmino(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAmino;
|
|
1979
|
+
fromAminoMsg(object: MsgUpdateOperationalParamsAminoMsg): MsgUpdateOperationalParams;
|
|
1980
|
+
toAminoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAminoMsg;
|
|
1981
|
+
fromProtoMsg(message: MsgUpdateOperationalParamsProtoMsg): MsgUpdateOperationalParams;
|
|
1982
|
+
toProto(message: MsgUpdateOperationalParams): Uint8Array;
|
|
1983
|
+
toProtoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsProtoMsg;
|
|
1984
|
+
};
|
|
1985
|
+
/**
|
|
1986
|
+
* MsgUpdateOperationalParamsResponse defines the response structure for executing a
|
|
1987
|
+
* MsgUpdateOperationalParams message.
|
|
1988
|
+
* @name MsgUpdateOperationalParamsResponse
|
|
1989
|
+
* @package sparkdream.forum.v1
|
|
1990
|
+
* @see proto type: sparkdream.forum.v1.MsgUpdateOperationalParamsResponse
|
|
1991
|
+
*/
|
|
1992
|
+
export declare const MsgUpdateOperationalParamsResponse: {
|
|
1993
|
+
typeUrl: string;
|
|
1994
|
+
encode(_: MsgUpdateOperationalParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1995
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParamsResponse;
|
|
1996
|
+
fromPartial(_: DeepPartial<MsgUpdateOperationalParamsResponse>): MsgUpdateOperationalParamsResponse;
|
|
1997
|
+
fromAmino(_: MsgUpdateOperationalParamsResponseAmino): MsgUpdateOperationalParamsResponse;
|
|
1998
|
+
toAmino(_: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseAmino;
|
|
1999
|
+
fromAminoMsg(object: MsgUpdateOperationalParamsResponseAminoMsg): MsgUpdateOperationalParamsResponse;
|
|
2000
|
+
fromProtoMsg(message: MsgUpdateOperationalParamsResponseProtoMsg): MsgUpdateOperationalParamsResponse;
|
|
2001
|
+
toProto(message: MsgUpdateOperationalParamsResponse): Uint8Array;
|
|
2002
|
+
toProtoMsg(message: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseProtoMsg;
|
|
2003
|
+
};
|
|
2004
|
+
/**
|
|
2005
|
+
* MsgCreatePost defines the MsgCreatePost message.
|
|
2006
|
+
* @name MsgCreatePost
|
|
2007
|
+
* @package sparkdream.forum.v1
|
|
2008
|
+
* @see proto type: sparkdream.forum.v1.MsgCreatePost
|
|
2009
|
+
*/
|
|
2010
|
+
export declare const MsgCreatePost: {
|
|
2011
|
+
typeUrl: string;
|
|
2012
|
+
encode(message: MsgCreatePost, writer?: BinaryWriter): BinaryWriter;
|
|
2013
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePost;
|
|
2014
|
+
fromPartial(object: DeepPartial<MsgCreatePost>): MsgCreatePost;
|
|
2015
|
+
fromAmino(object: MsgCreatePostAmino): MsgCreatePost;
|
|
2016
|
+
toAmino(message: MsgCreatePost): MsgCreatePostAmino;
|
|
2017
|
+
fromAminoMsg(object: MsgCreatePostAminoMsg): MsgCreatePost;
|
|
2018
|
+
fromProtoMsg(message: MsgCreatePostProtoMsg): MsgCreatePost;
|
|
2019
|
+
toProto(message: MsgCreatePost): Uint8Array;
|
|
2020
|
+
toProtoMsg(message: MsgCreatePost): MsgCreatePostProtoMsg;
|
|
2021
|
+
};
|
|
2022
|
+
/**
|
|
2023
|
+
* MsgCreatePostResponse defines the MsgCreatePostResponse message.
|
|
2024
|
+
* @name MsgCreatePostResponse
|
|
2025
|
+
* @package sparkdream.forum.v1
|
|
2026
|
+
* @see proto type: sparkdream.forum.v1.MsgCreatePostResponse
|
|
2027
|
+
*/
|
|
2028
|
+
export declare const MsgCreatePostResponse: {
|
|
2029
|
+
typeUrl: string;
|
|
2030
|
+
encode(_: MsgCreatePostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2031
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePostResponse;
|
|
2032
|
+
fromPartial(_: DeepPartial<MsgCreatePostResponse>): MsgCreatePostResponse;
|
|
2033
|
+
fromAmino(_: MsgCreatePostResponseAmino): MsgCreatePostResponse;
|
|
2034
|
+
toAmino(_: MsgCreatePostResponse): MsgCreatePostResponseAmino;
|
|
2035
|
+
fromAminoMsg(object: MsgCreatePostResponseAminoMsg): MsgCreatePostResponse;
|
|
2036
|
+
fromProtoMsg(message: MsgCreatePostResponseProtoMsg): MsgCreatePostResponse;
|
|
2037
|
+
toProto(message: MsgCreatePostResponse): Uint8Array;
|
|
2038
|
+
toProtoMsg(message: MsgCreatePostResponse): MsgCreatePostResponseProtoMsg;
|
|
2039
|
+
};
|
|
2040
|
+
/**
|
|
2041
|
+
* MsgEditPost defines the MsgEditPost message.
|
|
2042
|
+
* @name MsgEditPost
|
|
2043
|
+
* @package sparkdream.forum.v1
|
|
2044
|
+
* @see proto type: sparkdream.forum.v1.MsgEditPost
|
|
2045
|
+
*/
|
|
2046
|
+
export declare const MsgEditPost: {
|
|
2047
|
+
typeUrl: string;
|
|
2048
|
+
encode(message: MsgEditPost, writer?: BinaryWriter): BinaryWriter;
|
|
2049
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgEditPost;
|
|
2050
|
+
fromPartial(object: DeepPartial<MsgEditPost>): MsgEditPost;
|
|
2051
|
+
fromAmino(object: MsgEditPostAmino): MsgEditPost;
|
|
2052
|
+
toAmino(message: MsgEditPost): MsgEditPostAmino;
|
|
2053
|
+
fromAminoMsg(object: MsgEditPostAminoMsg): MsgEditPost;
|
|
2054
|
+
fromProtoMsg(message: MsgEditPostProtoMsg): MsgEditPost;
|
|
2055
|
+
toProto(message: MsgEditPost): Uint8Array;
|
|
2056
|
+
toProtoMsg(message: MsgEditPost): MsgEditPostProtoMsg;
|
|
2057
|
+
};
|
|
2058
|
+
/**
|
|
2059
|
+
* MsgEditPostResponse defines the MsgEditPostResponse message.
|
|
2060
|
+
* @name MsgEditPostResponse
|
|
2061
|
+
* @package sparkdream.forum.v1
|
|
2062
|
+
* @see proto type: sparkdream.forum.v1.MsgEditPostResponse
|
|
2063
|
+
*/
|
|
2064
|
+
export declare const MsgEditPostResponse: {
|
|
2065
|
+
typeUrl: string;
|
|
2066
|
+
encode(_: MsgEditPostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2067
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgEditPostResponse;
|
|
2068
|
+
fromPartial(_: DeepPartial<MsgEditPostResponse>): MsgEditPostResponse;
|
|
2069
|
+
fromAmino(_: MsgEditPostResponseAmino): MsgEditPostResponse;
|
|
2070
|
+
toAmino(_: MsgEditPostResponse): MsgEditPostResponseAmino;
|
|
2071
|
+
fromAminoMsg(object: MsgEditPostResponseAminoMsg): MsgEditPostResponse;
|
|
2072
|
+
fromProtoMsg(message: MsgEditPostResponseProtoMsg): MsgEditPostResponse;
|
|
2073
|
+
toProto(message: MsgEditPostResponse): Uint8Array;
|
|
2074
|
+
toProtoMsg(message: MsgEditPostResponse): MsgEditPostResponseProtoMsg;
|
|
2075
|
+
};
|
|
2076
|
+
/**
|
|
2077
|
+
* MsgDeletePost defines the MsgDeletePost message.
|
|
2078
|
+
* @name MsgDeletePost
|
|
2079
|
+
* @package sparkdream.forum.v1
|
|
2080
|
+
* @see proto type: sparkdream.forum.v1.MsgDeletePost
|
|
2081
|
+
*/
|
|
2082
|
+
export declare const MsgDeletePost: {
|
|
2083
|
+
typeUrl: string;
|
|
2084
|
+
encode(message: MsgDeletePost, writer?: BinaryWriter): BinaryWriter;
|
|
2085
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeletePost;
|
|
2086
|
+
fromPartial(object: DeepPartial<MsgDeletePost>): MsgDeletePost;
|
|
2087
|
+
fromAmino(object: MsgDeletePostAmino): MsgDeletePost;
|
|
2088
|
+
toAmino(message: MsgDeletePost): MsgDeletePostAmino;
|
|
2089
|
+
fromAminoMsg(object: MsgDeletePostAminoMsg): MsgDeletePost;
|
|
2090
|
+
fromProtoMsg(message: MsgDeletePostProtoMsg): MsgDeletePost;
|
|
2091
|
+
toProto(message: MsgDeletePost): Uint8Array;
|
|
2092
|
+
toProtoMsg(message: MsgDeletePost): MsgDeletePostProtoMsg;
|
|
2093
|
+
};
|
|
2094
|
+
/**
|
|
2095
|
+
* MsgDeletePostResponse defines the MsgDeletePostResponse message.
|
|
2096
|
+
* @name MsgDeletePostResponse
|
|
2097
|
+
* @package sparkdream.forum.v1
|
|
2098
|
+
* @see proto type: sparkdream.forum.v1.MsgDeletePostResponse
|
|
2099
|
+
*/
|
|
2100
|
+
export declare const MsgDeletePostResponse: {
|
|
2101
|
+
typeUrl: string;
|
|
2102
|
+
encode(_: MsgDeletePostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2103
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeletePostResponse;
|
|
2104
|
+
fromPartial(_: DeepPartial<MsgDeletePostResponse>): MsgDeletePostResponse;
|
|
2105
|
+
fromAmino(_: MsgDeletePostResponseAmino): MsgDeletePostResponse;
|
|
2106
|
+
toAmino(_: MsgDeletePostResponse): MsgDeletePostResponseAmino;
|
|
2107
|
+
fromAminoMsg(object: MsgDeletePostResponseAminoMsg): MsgDeletePostResponse;
|
|
2108
|
+
fromProtoMsg(message: MsgDeletePostResponseProtoMsg): MsgDeletePostResponse;
|
|
2109
|
+
toProto(message: MsgDeletePostResponse): Uint8Array;
|
|
2110
|
+
toProtoMsg(message: MsgDeletePostResponse): MsgDeletePostResponseProtoMsg;
|
|
2111
|
+
};
|
|
2112
|
+
/**
|
|
2113
|
+
* MsgFreezeThread defines the MsgFreezeThread message.
|
|
2114
|
+
* @name MsgFreezeThread
|
|
2115
|
+
* @package sparkdream.forum.v1
|
|
2116
|
+
* @see proto type: sparkdream.forum.v1.MsgFreezeThread
|
|
2117
|
+
*/
|
|
2118
|
+
export declare const MsgFreezeThread: {
|
|
2119
|
+
typeUrl: string;
|
|
2120
|
+
encode(message: MsgFreezeThread, writer?: BinaryWriter): BinaryWriter;
|
|
2121
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgFreezeThread;
|
|
2122
|
+
fromPartial(object: DeepPartial<MsgFreezeThread>): MsgFreezeThread;
|
|
2123
|
+
fromAmino(object: MsgFreezeThreadAmino): MsgFreezeThread;
|
|
2124
|
+
toAmino(message: MsgFreezeThread): MsgFreezeThreadAmino;
|
|
2125
|
+
fromAminoMsg(object: MsgFreezeThreadAminoMsg): MsgFreezeThread;
|
|
2126
|
+
fromProtoMsg(message: MsgFreezeThreadProtoMsg): MsgFreezeThread;
|
|
2127
|
+
toProto(message: MsgFreezeThread): Uint8Array;
|
|
2128
|
+
toProtoMsg(message: MsgFreezeThread): MsgFreezeThreadProtoMsg;
|
|
2129
|
+
};
|
|
2130
|
+
/**
|
|
2131
|
+
* MsgFreezeThreadResponse defines the MsgFreezeThreadResponse message.
|
|
2132
|
+
* @name MsgFreezeThreadResponse
|
|
2133
|
+
* @package sparkdream.forum.v1
|
|
2134
|
+
* @see proto type: sparkdream.forum.v1.MsgFreezeThreadResponse
|
|
2135
|
+
*/
|
|
2136
|
+
export declare const MsgFreezeThreadResponse: {
|
|
2137
|
+
typeUrl: string;
|
|
2138
|
+
encode(_: MsgFreezeThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2139
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgFreezeThreadResponse;
|
|
2140
|
+
fromPartial(_: DeepPartial<MsgFreezeThreadResponse>): MsgFreezeThreadResponse;
|
|
2141
|
+
fromAmino(_: MsgFreezeThreadResponseAmino): MsgFreezeThreadResponse;
|
|
2142
|
+
toAmino(_: MsgFreezeThreadResponse): MsgFreezeThreadResponseAmino;
|
|
2143
|
+
fromAminoMsg(object: MsgFreezeThreadResponseAminoMsg): MsgFreezeThreadResponse;
|
|
2144
|
+
fromProtoMsg(message: MsgFreezeThreadResponseProtoMsg): MsgFreezeThreadResponse;
|
|
2145
|
+
toProto(message: MsgFreezeThreadResponse): Uint8Array;
|
|
2146
|
+
toProtoMsg(message: MsgFreezeThreadResponse): MsgFreezeThreadResponseProtoMsg;
|
|
2147
|
+
};
|
|
2148
|
+
/**
|
|
2149
|
+
* MsgUnarchiveThread defines the MsgUnarchiveThread message.
|
|
2150
|
+
* @name MsgUnarchiveThread
|
|
2151
|
+
* @package sparkdream.forum.v1
|
|
2152
|
+
* @see proto type: sparkdream.forum.v1.MsgUnarchiveThread
|
|
2153
|
+
*/
|
|
2154
|
+
export declare const MsgUnarchiveThread: {
|
|
2155
|
+
typeUrl: string;
|
|
2156
|
+
encode(message: MsgUnarchiveThread, writer?: BinaryWriter): BinaryWriter;
|
|
2157
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnarchiveThread;
|
|
2158
|
+
fromPartial(object: DeepPartial<MsgUnarchiveThread>): MsgUnarchiveThread;
|
|
2159
|
+
fromAmino(object: MsgUnarchiveThreadAmino): MsgUnarchiveThread;
|
|
2160
|
+
toAmino(message: MsgUnarchiveThread): MsgUnarchiveThreadAmino;
|
|
2161
|
+
fromAminoMsg(object: MsgUnarchiveThreadAminoMsg): MsgUnarchiveThread;
|
|
2162
|
+
fromProtoMsg(message: MsgUnarchiveThreadProtoMsg): MsgUnarchiveThread;
|
|
2163
|
+
toProto(message: MsgUnarchiveThread): Uint8Array;
|
|
2164
|
+
toProtoMsg(message: MsgUnarchiveThread): MsgUnarchiveThreadProtoMsg;
|
|
2165
|
+
};
|
|
2166
|
+
/**
|
|
2167
|
+
* MsgUnarchiveThreadResponse defines the MsgUnarchiveThreadResponse message.
|
|
2168
|
+
* @name MsgUnarchiveThreadResponse
|
|
2169
|
+
* @package sparkdream.forum.v1
|
|
2170
|
+
* @see proto type: sparkdream.forum.v1.MsgUnarchiveThreadResponse
|
|
2171
|
+
*/
|
|
2172
|
+
export declare const MsgUnarchiveThreadResponse: {
|
|
2173
|
+
typeUrl: string;
|
|
2174
|
+
encode(_: MsgUnarchiveThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2175
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnarchiveThreadResponse;
|
|
2176
|
+
fromPartial(_: DeepPartial<MsgUnarchiveThreadResponse>): MsgUnarchiveThreadResponse;
|
|
2177
|
+
fromAmino(_: MsgUnarchiveThreadResponseAmino): MsgUnarchiveThreadResponse;
|
|
2178
|
+
toAmino(_: MsgUnarchiveThreadResponse): MsgUnarchiveThreadResponseAmino;
|
|
2179
|
+
fromAminoMsg(object: MsgUnarchiveThreadResponseAminoMsg): MsgUnarchiveThreadResponse;
|
|
2180
|
+
fromProtoMsg(message: MsgUnarchiveThreadResponseProtoMsg): MsgUnarchiveThreadResponse;
|
|
2181
|
+
toProto(message: MsgUnarchiveThreadResponse): Uint8Array;
|
|
2182
|
+
toProtoMsg(message: MsgUnarchiveThreadResponse): MsgUnarchiveThreadResponseProtoMsg;
|
|
2183
|
+
};
|
|
2184
|
+
/**
|
|
2185
|
+
* MsgPinPost defines the MsgPinPost message.
|
|
2186
|
+
* @name MsgPinPost
|
|
2187
|
+
* @package sparkdream.forum.v1
|
|
2188
|
+
* @see proto type: sparkdream.forum.v1.MsgPinPost
|
|
2189
|
+
*/
|
|
2190
|
+
export declare const MsgPinPost: {
|
|
2191
|
+
typeUrl: string;
|
|
2192
|
+
encode(message: MsgPinPost, writer?: BinaryWriter): BinaryWriter;
|
|
2193
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPinPost;
|
|
2194
|
+
fromPartial(object: DeepPartial<MsgPinPost>): MsgPinPost;
|
|
2195
|
+
fromAmino(object: MsgPinPostAmino): MsgPinPost;
|
|
2196
|
+
toAmino(message: MsgPinPost): MsgPinPostAmino;
|
|
2197
|
+
fromAminoMsg(object: MsgPinPostAminoMsg): MsgPinPost;
|
|
2198
|
+
fromProtoMsg(message: MsgPinPostProtoMsg): MsgPinPost;
|
|
2199
|
+
toProto(message: MsgPinPost): Uint8Array;
|
|
2200
|
+
toProtoMsg(message: MsgPinPost): MsgPinPostProtoMsg;
|
|
2201
|
+
};
|
|
2202
|
+
/**
|
|
2203
|
+
* MsgPinPostResponse defines the MsgPinPostResponse message.
|
|
2204
|
+
* @name MsgPinPostResponse
|
|
2205
|
+
* @package sparkdream.forum.v1
|
|
2206
|
+
* @see proto type: sparkdream.forum.v1.MsgPinPostResponse
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const MsgPinPostResponse: {
|
|
2209
|
+
typeUrl: string;
|
|
2210
|
+
encode(_: MsgPinPostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2211
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPinPostResponse;
|
|
2212
|
+
fromPartial(_: DeepPartial<MsgPinPostResponse>): MsgPinPostResponse;
|
|
2213
|
+
fromAmino(_: MsgPinPostResponseAmino): MsgPinPostResponse;
|
|
2214
|
+
toAmino(_: MsgPinPostResponse): MsgPinPostResponseAmino;
|
|
2215
|
+
fromAminoMsg(object: MsgPinPostResponseAminoMsg): MsgPinPostResponse;
|
|
2216
|
+
fromProtoMsg(message: MsgPinPostResponseProtoMsg): MsgPinPostResponse;
|
|
2217
|
+
toProto(message: MsgPinPostResponse): Uint8Array;
|
|
2218
|
+
toProtoMsg(message: MsgPinPostResponse): MsgPinPostResponseProtoMsg;
|
|
2219
|
+
};
|
|
2220
|
+
/**
|
|
2221
|
+
* MsgUnpinPost defines the MsgUnpinPost message.
|
|
2222
|
+
* @name MsgUnpinPost
|
|
2223
|
+
* @package sparkdream.forum.v1
|
|
2224
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinPost
|
|
2225
|
+
*/
|
|
2226
|
+
export declare const MsgUnpinPost: {
|
|
2227
|
+
typeUrl: string;
|
|
2228
|
+
encode(message: MsgUnpinPost, writer?: BinaryWriter): BinaryWriter;
|
|
2229
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinPost;
|
|
2230
|
+
fromPartial(object: DeepPartial<MsgUnpinPost>): MsgUnpinPost;
|
|
2231
|
+
fromAmino(object: MsgUnpinPostAmino): MsgUnpinPost;
|
|
2232
|
+
toAmino(message: MsgUnpinPost): MsgUnpinPostAmino;
|
|
2233
|
+
fromAminoMsg(object: MsgUnpinPostAminoMsg): MsgUnpinPost;
|
|
2234
|
+
fromProtoMsg(message: MsgUnpinPostProtoMsg): MsgUnpinPost;
|
|
2235
|
+
toProto(message: MsgUnpinPost): Uint8Array;
|
|
2236
|
+
toProtoMsg(message: MsgUnpinPost): MsgUnpinPostProtoMsg;
|
|
2237
|
+
};
|
|
2238
|
+
/**
|
|
2239
|
+
* MsgUnpinPostResponse defines the MsgUnpinPostResponse message.
|
|
2240
|
+
* @name MsgUnpinPostResponse
|
|
2241
|
+
* @package sparkdream.forum.v1
|
|
2242
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinPostResponse
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const MsgUnpinPostResponse: {
|
|
2245
|
+
typeUrl: string;
|
|
2246
|
+
encode(_: MsgUnpinPostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2247
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinPostResponse;
|
|
2248
|
+
fromPartial(_: DeepPartial<MsgUnpinPostResponse>): MsgUnpinPostResponse;
|
|
2249
|
+
fromAmino(_: MsgUnpinPostResponseAmino): MsgUnpinPostResponse;
|
|
2250
|
+
toAmino(_: MsgUnpinPostResponse): MsgUnpinPostResponseAmino;
|
|
2251
|
+
fromAminoMsg(object: MsgUnpinPostResponseAminoMsg): MsgUnpinPostResponse;
|
|
2252
|
+
fromProtoMsg(message: MsgUnpinPostResponseProtoMsg): MsgUnpinPostResponse;
|
|
2253
|
+
toProto(message: MsgUnpinPostResponse): Uint8Array;
|
|
2254
|
+
toProtoMsg(message: MsgUnpinPostResponse): MsgUnpinPostResponseProtoMsg;
|
|
2255
|
+
};
|
|
2256
|
+
/**
|
|
2257
|
+
* MsgLockThread defines the MsgLockThread message.
|
|
2258
|
+
* @name MsgLockThread
|
|
2259
|
+
* @package sparkdream.forum.v1
|
|
2260
|
+
* @see proto type: sparkdream.forum.v1.MsgLockThread
|
|
2261
|
+
*/
|
|
2262
|
+
export declare const MsgLockThread: {
|
|
2263
|
+
typeUrl: string;
|
|
2264
|
+
encode(message: MsgLockThread, writer?: BinaryWriter): BinaryWriter;
|
|
2265
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLockThread;
|
|
2266
|
+
fromPartial(object: DeepPartial<MsgLockThread>): MsgLockThread;
|
|
2267
|
+
fromAmino(object: MsgLockThreadAmino): MsgLockThread;
|
|
2268
|
+
toAmino(message: MsgLockThread): MsgLockThreadAmino;
|
|
2269
|
+
fromAminoMsg(object: MsgLockThreadAminoMsg): MsgLockThread;
|
|
2270
|
+
fromProtoMsg(message: MsgLockThreadProtoMsg): MsgLockThread;
|
|
2271
|
+
toProto(message: MsgLockThread): Uint8Array;
|
|
2272
|
+
toProtoMsg(message: MsgLockThread): MsgLockThreadProtoMsg;
|
|
2273
|
+
};
|
|
2274
|
+
/**
|
|
2275
|
+
* MsgLockThreadResponse defines the MsgLockThreadResponse message.
|
|
2276
|
+
* @name MsgLockThreadResponse
|
|
2277
|
+
* @package sparkdream.forum.v1
|
|
2278
|
+
* @see proto type: sparkdream.forum.v1.MsgLockThreadResponse
|
|
2279
|
+
*/
|
|
2280
|
+
export declare const MsgLockThreadResponse: {
|
|
2281
|
+
typeUrl: string;
|
|
2282
|
+
encode(_: MsgLockThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2283
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLockThreadResponse;
|
|
2284
|
+
fromPartial(_: DeepPartial<MsgLockThreadResponse>): MsgLockThreadResponse;
|
|
2285
|
+
fromAmino(_: MsgLockThreadResponseAmino): MsgLockThreadResponse;
|
|
2286
|
+
toAmino(_: MsgLockThreadResponse): MsgLockThreadResponseAmino;
|
|
2287
|
+
fromAminoMsg(object: MsgLockThreadResponseAminoMsg): MsgLockThreadResponse;
|
|
2288
|
+
fromProtoMsg(message: MsgLockThreadResponseProtoMsg): MsgLockThreadResponse;
|
|
2289
|
+
toProto(message: MsgLockThreadResponse): Uint8Array;
|
|
2290
|
+
toProtoMsg(message: MsgLockThreadResponse): MsgLockThreadResponseProtoMsg;
|
|
2291
|
+
};
|
|
2292
|
+
/**
|
|
2293
|
+
* MsgUnlockThread defines the MsgUnlockThread message.
|
|
2294
|
+
* @name MsgUnlockThread
|
|
2295
|
+
* @package sparkdream.forum.v1
|
|
2296
|
+
* @see proto type: sparkdream.forum.v1.MsgUnlockThread
|
|
2297
|
+
*/
|
|
2298
|
+
export declare const MsgUnlockThread: {
|
|
2299
|
+
typeUrl: string;
|
|
2300
|
+
encode(message: MsgUnlockThread, writer?: BinaryWriter): BinaryWriter;
|
|
2301
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnlockThread;
|
|
2302
|
+
fromPartial(object: DeepPartial<MsgUnlockThread>): MsgUnlockThread;
|
|
2303
|
+
fromAmino(object: MsgUnlockThreadAmino): MsgUnlockThread;
|
|
2304
|
+
toAmino(message: MsgUnlockThread): MsgUnlockThreadAmino;
|
|
2305
|
+
fromAminoMsg(object: MsgUnlockThreadAminoMsg): MsgUnlockThread;
|
|
2306
|
+
fromProtoMsg(message: MsgUnlockThreadProtoMsg): MsgUnlockThread;
|
|
2307
|
+
toProto(message: MsgUnlockThread): Uint8Array;
|
|
2308
|
+
toProtoMsg(message: MsgUnlockThread): MsgUnlockThreadProtoMsg;
|
|
2309
|
+
};
|
|
2310
|
+
/**
|
|
2311
|
+
* MsgUnlockThreadResponse defines the MsgUnlockThreadResponse message.
|
|
2312
|
+
* @name MsgUnlockThreadResponse
|
|
2313
|
+
* @package sparkdream.forum.v1
|
|
2314
|
+
* @see proto type: sparkdream.forum.v1.MsgUnlockThreadResponse
|
|
2315
|
+
*/
|
|
2316
|
+
export declare const MsgUnlockThreadResponse: {
|
|
2317
|
+
typeUrl: string;
|
|
2318
|
+
encode(_: MsgUnlockThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2319
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnlockThreadResponse;
|
|
2320
|
+
fromPartial(_: DeepPartial<MsgUnlockThreadResponse>): MsgUnlockThreadResponse;
|
|
2321
|
+
fromAmino(_: MsgUnlockThreadResponseAmino): MsgUnlockThreadResponse;
|
|
2322
|
+
toAmino(_: MsgUnlockThreadResponse): MsgUnlockThreadResponseAmino;
|
|
2323
|
+
fromAminoMsg(object: MsgUnlockThreadResponseAminoMsg): MsgUnlockThreadResponse;
|
|
2324
|
+
fromProtoMsg(message: MsgUnlockThreadResponseProtoMsg): MsgUnlockThreadResponse;
|
|
2325
|
+
toProto(message: MsgUnlockThreadResponse): Uint8Array;
|
|
2326
|
+
toProtoMsg(message: MsgUnlockThreadResponse): MsgUnlockThreadResponseProtoMsg;
|
|
2327
|
+
};
|
|
2328
|
+
/**
|
|
2329
|
+
* MsgMoveThread defines the MsgMoveThread message.
|
|
2330
|
+
* @name MsgMoveThread
|
|
2331
|
+
* @package sparkdream.forum.v1
|
|
2332
|
+
* @see proto type: sparkdream.forum.v1.MsgMoveThread
|
|
2333
|
+
*/
|
|
2334
|
+
export declare const MsgMoveThread: {
|
|
2335
|
+
typeUrl: string;
|
|
2336
|
+
encode(message: MsgMoveThread, writer?: BinaryWriter): BinaryWriter;
|
|
2337
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgMoveThread;
|
|
2338
|
+
fromPartial(object: DeepPartial<MsgMoveThread>): MsgMoveThread;
|
|
2339
|
+
fromAmino(object: MsgMoveThreadAmino): MsgMoveThread;
|
|
2340
|
+
toAmino(message: MsgMoveThread): MsgMoveThreadAmino;
|
|
2341
|
+
fromAminoMsg(object: MsgMoveThreadAminoMsg): MsgMoveThread;
|
|
2342
|
+
fromProtoMsg(message: MsgMoveThreadProtoMsg): MsgMoveThread;
|
|
2343
|
+
toProto(message: MsgMoveThread): Uint8Array;
|
|
2344
|
+
toProtoMsg(message: MsgMoveThread): MsgMoveThreadProtoMsg;
|
|
2345
|
+
};
|
|
2346
|
+
/**
|
|
2347
|
+
* MsgMoveThreadResponse defines the MsgMoveThreadResponse message.
|
|
2348
|
+
* @name MsgMoveThreadResponse
|
|
2349
|
+
* @package sparkdream.forum.v1
|
|
2350
|
+
* @see proto type: sparkdream.forum.v1.MsgMoveThreadResponse
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const MsgMoveThreadResponse: {
|
|
2353
|
+
typeUrl: string;
|
|
2354
|
+
encode(_: MsgMoveThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2355
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgMoveThreadResponse;
|
|
2356
|
+
fromPartial(_: DeepPartial<MsgMoveThreadResponse>): MsgMoveThreadResponse;
|
|
2357
|
+
fromAmino(_: MsgMoveThreadResponseAmino): MsgMoveThreadResponse;
|
|
2358
|
+
toAmino(_: MsgMoveThreadResponse): MsgMoveThreadResponseAmino;
|
|
2359
|
+
fromAminoMsg(object: MsgMoveThreadResponseAminoMsg): MsgMoveThreadResponse;
|
|
2360
|
+
fromProtoMsg(message: MsgMoveThreadResponseProtoMsg): MsgMoveThreadResponse;
|
|
2361
|
+
toProto(message: MsgMoveThreadResponse): Uint8Array;
|
|
2362
|
+
toProtoMsg(message: MsgMoveThreadResponse): MsgMoveThreadResponseProtoMsg;
|
|
2363
|
+
};
|
|
2364
|
+
/**
|
|
2365
|
+
* MsgFollowThread defines the MsgFollowThread message.
|
|
2366
|
+
* @name MsgFollowThread
|
|
2367
|
+
* @package sparkdream.forum.v1
|
|
2368
|
+
* @see proto type: sparkdream.forum.v1.MsgFollowThread
|
|
2369
|
+
*/
|
|
2370
|
+
export declare const MsgFollowThread: {
|
|
2371
|
+
typeUrl: string;
|
|
2372
|
+
encode(message: MsgFollowThread, writer?: BinaryWriter): BinaryWriter;
|
|
2373
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgFollowThread;
|
|
2374
|
+
fromPartial(object: DeepPartial<MsgFollowThread>): MsgFollowThread;
|
|
2375
|
+
fromAmino(object: MsgFollowThreadAmino): MsgFollowThread;
|
|
2376
|
+
toAmino(message: MsgFollowThread): MsgFollowThreadAmino;
|
|
2377
|
+
fromAminoMsg(object: MsgFollowThreadAminoMsg): MsgFollowThread;
|
|
2378
|
+
fromProtoMsg(message: MsgFollowThreadProtoMsg): MsgFollowThread;
|
|
2379
|
+
toProto(message: MsgFollowThread): Uint8Array;
|
|
2380
|
+
toProtoMsg(message: MsgFollowThread): MsgFollowThreadProtoMsg;
|
|
2381
|
+
};
|
|
2382
|
+
/**
|
|
2383
|
+
* MsgFollowThreadResponse defines the MsgFollowThreadResponse message.
|
|
2384
|
+
* @name MsgFollowThreadResponse
|
|
2385
|
+
* @package sparkdream.forum.v1
|
|
2386
|
+
* @see proto type: sparkdream.forum.v1.MsgFollowThreadResponse
|
|
2387
|
+
*/
|
|
2388
|
+
export declare const MsgFollowThreadResponse: {
|
|
2389
|
+
typeUrl: string;
|
|
2390
|
+
encode(_: MsgFollowThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2391
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgFollowThreadResponse;
|
|
2392
|
+
fromPartial(_: DeepPartial<MsgFollowThreadResponse>): MsgFollowThreadResponse;
|
|
2393
|
+
fromAmino(_: MsgFollowThreadResponseAmino): MsgFollowThreadResponse;
|
|
2394
|
+
toAmino(_: MsgFollowThreadResponse): MsgFollowThreadResponseAmino;
|
|
2395
|
+
fromAminoMsg(object: MsgFollowThreadResponseAminoMsg): MsgFollowThreadResponse;
|
|
2396
|
+
fromProtoMsg(message: MsgFollowThreadResponseProtoMsg): MsgFollowThreadResponse;
|
|
2397
|
+
toProto(message: MsgFollowThreadResponse): Uint8Array;
|
|
2398
|
+
toProtoMsg(message: MsgFollowThreadResponse): MsgFollowThreadResponseProtoMsg;
|
|
2399
|
+
};
|
|
2400
|
+
/**
|
|
2401
|
+
* MsgUnfollowThread defines the MsgUnfollowThread message.
|
|
2402
|
+
* @name MsgUnfollowThread
|
|
2403
|
+
* @package sparkdream.forum.v1
|
|
2404
|
+
* @see proto type: sparkdream.forum.v1.MsgUnfollowThread
|
|
2405
|
+
*/
|
|
2406
|
+
export declare const MsgUnfollowThread: {
|
|
2407
|
+
typeUrl: string;
|
|
2408
|
+
encode(message: MsgUnfollowThread, writer?: BinaryWriter): BinaryWriter;
|
|
2409
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnfollowThread;
|
|
2410
|
+
fromPartial(object: DeepPartial<MsgUnfollowThread>): MsgUnfollowThread;
|
|
2411
|
+
fromAmino(object: MsgUnfollowThreadAmino): MsgUnfollowThread;
|
|
2412
|
+
toAmino(message: MsgUnfollowThread): MsgUnfollowThreadAmino;
|
|
2413
|
+
fromAminoMsg(object: MsgUnfollowThreadAminoMsg): MsgUnfollowThread;
|
|
2414
|
+
fromProtoMsg(message: MsgUnfollowThreadProtoMsg): MsgUnfollowThread;
|
|
2415
|
+
toProto(message: MsgUnfollowThread): Uint8Array;
|
|
2416
|
+
toProtoMsg(message: MsgUnfollowThread): MsgUnfollowThreadProtoMsg;
|
|
2417
|
+
};
|
|
2418
|
+
/**
|
|
2419
|
+
* MsgUnfollowThreadResponse defines the MsgUnfollowThreadResponse message.
|
|
2420
|
+
* @name MsgUnfollowThreadResponse
|
|
2421
|
+
* @package sparkdream.forum.v1
|
|
2422
|
+
* @see proto type: sparkdream.forum.v1.MsgUnfollowThreadResponse
|
|
2423
|
+
*/
|
|
2424
|
+
export declare const MsgUnfollowThreadResponse: {
|
|
2425
|
+
typeUrl: string;
|
|
2426
|
+
encode(_: MsgUnfollowThreadResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2427
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnfollowThreadResponse;
|
|
2428
|
+
fromPartial(_: DeepPartial<MsgUnfollowThreadResponse>): MsgUnfollowThreadResponse;
|
|
2429
|
+
fromAmino(_: MsgUnfollowThreadResponseAmino): MsgUnfollowThreadResponse;
|
|
2430
|
+
toAmino(_: MsgUnfollowThreadResponse): MsgUnfollowThreadResponseAmino;
|
|
2431
|
+
fromAminoMsg(object: MsgUnfollowThreadResponseAminoMsg): MsgUnfollowThreadResponse;
|
|
2432
|
+
fromProtoMsg(message: MsgUnfollowThreadResponseProtoMsg): MsgUnfollowThreadResponse;
|
|
2433
|
+
toProto(message: MsgUnfollowThreadResponse): Uint8Array;
|
|
2434
|
+
toProtoMsg(message: MsgUnfollowThreadResponse): MsgUnfollowThreadResponseProtoMsg;
|
|
2435
|
+
};
|
|
2436
|
+
/**
|
|
2437
|
+
* MsgUpvotePost defines the MsgUpvotePost message.
|
|
2438
|
+
* @name MsgUpvotePost
|
|
2439
|
+
* @package sparkdream.forum.v1
|
|
2440
|
+
* @see proto type: sparkdream.forum.v1.MsgUpvotePost
|
|
2441
|
+
*/
|
|
2442
|
+
export declare const MsgUpvotePost: {
|
|
2443
|
+
typeUrl: string;
|
|
2444
|
+
encode(message: MsgUpvotePost, writer?: BinaryWriter): BinaryWriter;
|
|
2445
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpvotePost;
|
|
2446
|
+
fromPartial(object: DeepPartial<MsgUpvotePost>): MsgUpvotePost;
|
|
2447
|
+
fromAmino(object: MsgUpvotePostAmino): MsgUpvotePost;
|
|
2448
|
+
toAmino(message: MsgUpvotePost): MsgUpvotePostAmino;
|
|
2449
|
+
fromAminoMsg(object: MsgUpvotePostAminoMsg): MsgUpvotePost;
|
|
2450
|
+
fromProtoMsg(message: MsgUpvotePostProtoMsg): MsgUpvotePost;
|
|
2451
|
+
toProto(message: MsgUpvotePost): Uint8Array;
|
|
2452
|
+
toProtoMsg(message: MsgUpvotePost): MsgUpvotePostProtoMsg;
|
|
2453
|
+
};
|
|
2454
|
+
/**
|
|
2455
|
+
* MsgUpvotePostResponse defines the MsgUpvotePostResponse message.
|
|
2456
|
+
* @name MsgUpvotePostResponse
|
|
2457
|
+
* @package sparkdream.forum.v1
|
|
2458
|
+
* @see proto type: sparkdream.forum.v1.MsgUpvotePostResponse
|
|
2459
|
+
*/
|
|
2460
|
+
export declare const MsgUpvotePostResponse: {
|
|
2461
|
+
typeUrl: string;
|
|
2462
|
+
encode(_: MsgUpvotePostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2463
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpvotePostResponse;
|
|
2464
|
+
fromPartial(_: DeepPartial<MsgUpvotePostResponse>): MsgUpvotePostResponse;
|
|
2465
|
+
fromAmino(_: MsgUpvotePostResponseAmino): MsgUpvotePostResponse;
|
|
2466
|
+
toAmino(_: MsgUpvotePostResponse): MsgUpvotePostResponseAmino;
|
|
2467
|
+
fromAminoMsg(object: MsgUpvotePostResponseAminoMsg): MsgUpvotePostResponse;
|
|
2468
|
+
fromProtoMsg(message: MsgUpvotePostResponseProtoMsg): MsgUpvotePostResponse;
|
|
2469
|
+
toProto(message: MsgUpvotePostResponse): Uint8Array;
|
|
2470
|
+
toProtoMsg(message: MsgUpvotePostResponse): MsgUpvotePostResponseProtoMsg;
|
|
2471
|
+
};
|
|
2472
|
+
/**
|
|
2473
|
+
* MsgDownvotePost defines the MsgDownvotePost message.
|
|
2474
|
+
* @name MsgDownvotePost
|
|
2475
|
+
* @package sparkdream.forum.v1
|
|
2476
|
+
* @see proto type: sparkdream.forum.v1.MsgDownvotePost
|
|
2477
|
+
*/
|
|
2478
|
+
export declare const MsgDownvotePost: {
|
|
2479
|
+
typeUrl: string;
|
|
2480
|
+
encode(message: MsgDownvotePost, writer?: BinaryWriter): BinaryWriter;
|
|
2481
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDownvotePost;
|
|
2482
|
+
fromPartial(object: DeepPartial<MsgDownvotePost>): MsgDownvotePost;
|
|
2483
|
+
fromAmino(object: MsgDownvotePostAmino): MsgDownvotePost;
|
|
2484
|
+
toAmino(message: MsgDownvotePost): MsgDownvotePostAmino;
|
|
2485
|
+
fromAminoMsg(object: MsgDownvotePostAminoMsg): MsgDownvotePost;
|
|
2486
|
+
fromProtoMsg(message: MsgDownvotePostProtoMsg): MsgDownvotePost;
|
|
2487
|
+
toProto(message: MsgDownvotePost): Uint8Array;
|
|
2488
|
+
toProtoMsg(message: MsgDownvotePost): MsgDownvotePostProtoMsg;
|
|
2489
|
+
};
|
|
2490
|
+
/**
|
|
2491
|
+
* MsgDownvotePostResponse defines the MsgDownvotePostResponse message.
|
|
2492
|
+
* @name MsgDownvotePostResponse
|
|
2493
|
+
* @package sparkdream.forum.v1
|
|
2494
|
+
* @see proto type: sparkdream.forum.v1.MsgDownvotePostResponse
|
|
2495
|
+
*/
|
|
2496
|
+
export declare const MsgDownvotePostResponse: {
|
|
2497
|
+
typeUrl: string;
|
|
2498
|
+
encode(_: MsgDownvotePostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2499
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDownvotePostResponse;
|
|
2500
|
+
fromPartial(_: DeepPartial<MsgDownvotePostResponse>): MsgDownvotePostResponse;
|
|
2501
|
+
fromAmino(_: MsgDownvotePostResponseAmino): MsgDownvotePostResponse;
|
|
2502
|
+
toAmino(_: MsgDownvotePostResponse): MsgDownvotePostResponseAmino;
|
|
2503
|
+
fromAminoMsg(object: MsgDownvotePostResponseAminoMsg): MsgDownvotePostResponse;
|
|
2504
|
+
fromProtoMsg(message: MsgDownvotePostResponseProtoMsg): MsgDownvotePostResponse;
|
|
2505
|
+
toProto(message: MsgDownvotePostResponse): Uint8Array;
|
|
2506
|
+
toProtoMsg(message: MsgDownvotePostResponse): MsgDownvotePostResponseProtoMsg;
|
|
2507
|
+
};
|
|
2508
|
+
/**
|
|
2509
|
+
* MsgFlagPost defines the MsgFlagPost message.
|
|
2510
|
+
* @name MsgFlagPost
|
|
2511
|
+
* @package sparkdream.forum.v1
|
|
2512
|
+
* @see proto type: sparkdream.forum.v1.MsgFlagPost
|
|
2513
|
+
*/
|
|
2514
|
+
export declare const MsgFlagPost: {
|
|
2515
|
+
typeUrl: string;
|
|
2516
|
+
encode(message: MsgFlagPost, writer?: BinaryWriter): BinaryWriter;
|
|
2517
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgFlagPost;
|
|
2518
|
+
fromPartial(object: DeepPartial<MsgFlagPost>): MsgFlagPost;
|
|
2519
|
+
fromAmino(object: MsgFlagPostAmino): MsgFlagPost;
|
|
2520
|
+
toAmino(message: MsgFlagPost): MsgFlagPostAmino;
|
|
2521
|
+
fromAminoMsg(object: MsgFlagPostAminoMsg): MsgFlagPost;
|
|
2522
|
+
fromProtoMsg(message: MsgFlagPostProtoMsg): MsgFlagPost;
|
|
2523
|
+
toProto(message: MsgFlagPost): Uint8Array;
|
|
2524
|
+
toProtoMsg(message: MsgFlagPost): MsgFlagPostProtoMsg;
|
|
2525
|
+
};
|
|
2526
|
+
/**
|
|
2527
|
+
* MsgFlagPostResponse defines the MsgFlagPostResponse message.
|
|
2528
|
+
* @name MsgFlagPostResponse
|
|
2529
|
+
* @package sparkdream.forum.v1
|
|
2530
|
+
* @see proto type: sparkdream.forum.v1.MsgFlagPostResponse
|
|
2531
|
+
*/
|
|
2532
|
+
export declare const MsgFlagPostResponse: {
|
|
2533
|
+
typeUrl: string;
|
|
2534
|
+
encode(_: MsgFlagPostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2535
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgFlagPostResponse;
|
|
2536
|
+
fromPartial(_: DeepPartial<MsgFlagPostResponse>): MsgFlagPostResponse;
|
|
2537
|
+
fromAmino(_: MsgFlagPostResponseAmino): MsgFlagPostResponse;
|
|
2538
|
+
toAmino(_: MsgFlagPostResponse): MsgFlagPostResponseAmino;
|
|
2539
|
+
fromAminoMsg(object: MsgFlagPostResponseAminoMsg): MsgFlagPostResponse;
|
|
2540
|
+
fromProtoMsg(message: MsgFlagPostResponseProtoMsg): MsgFlagPostResponse;
|
|
2541
|
+
toProto(message: MsgFlagPostResponse): Uint8Array;
|
|
2542
|
+
toProtoMsg(message: MsgFlagPostResponse): MsgFlagPostResponseProtoMsg;
|
|
2543
|
+
};
|
|
2544
|
+
/**
|
|
2545
|
+
* MsgDismissFlags defines the MsgDismissFlags message.
|
|
2546
|
+
* @name MsgDismissFlags
|
|
2547
|
+
* @package sparkdream.forum.v1
|
|
2548
|
+
* @see proto type: sparkdream.forum.v1.MsgDismissFlags
|
|
2549
|
+
*/
|
|
2550
|
+
export declare const MsgDismissFlags: {
|
|
2551
|
+
typeUrl: string;
|
|
2552
|
+
encode(message: MsgDismissFlags, writer?: BinaryWriter): BinaryWriter;
|
|
2553
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDismissFlags;
|
|
2554
|
+
fromPartial(object: DeepPartial<MsgDismissFlags>): MsgDismissFlags;
|
|
2555
|
+
fromAmino(object: MsgDismissFlagsAmino): MsgDismissFlags;
|
|
2556
|
+
toAmino(message: MsgDismissFlags): MsgDismissFlagsAmino;
|
|
2557
|
+
fromAminoMsg(object: MsgDismissFlagsAminoMsg): MsgDismissFlags;
|
|
2558
|
+
fromProtoMsg(message: MsgDismissFlagsProtoMsg): MsgDismissFlags;
|
|
2559
|
+
toProto(message: MsgDismissFlags): Uint8Array;
|
|
2560
|
+
toProtoMsg(message: MsgDismissFlags): MsgDismissFlagsProtoMsg;
|
|
2561
|
+
};
|
|
2562
|
+
/**
|
|
2563
|
+
* MsgDismissFlagsResponse defines the MsgDismissFlagsResponse message.
|
|
2564
|
+
* @name MsgDismissFlagsResponse
|
|
2565
|
+
* @package sparkdream.forum.v1
|
|
2566
|
+
* @see proto type: sparkdream.forum.v1.MsgDismissFlagsResponse
|
|
2567
|
+
*/
|
|
2568
|
+
export declare const MsgDismissFlagsResponse: {
|
|
2569
|
+
typeUrl: string;
|
|
2570
|
+
encode(_: MsgDismissFlagsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2571
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDismissFlagsResponse;
|
|
2572
|
+
fromPartial(_: DeepPartial<MsgDismissFlagsResponse>): MsgDismissFlagsResponse;
|
|
2573
|
+
fromAmino(_: MsgDismissFlagsResponseAmino): MsgDismissFlagsResponse;
|
|
2574
|
+
toAmino(_: MsgDismissFlagsResponse): MsgDismissFlagsResponseAmino;
|
|
2575
|
+
fromAminoMsg(object: MsgDismissFlagsResponseAminoMsg): MsgDismissFlagsResponse;
|
|
2576
|
+
fromProtoMsg(message: MsgDismissFlagsResponseProtoMsg): MsgDismissFlagsResponse;
|
|
2577
|
+
toProto(message: MsgDismissFlagsResponse): Uint8Array;
|
|
2578
|
+
toProtoMsg(message: MsgDismissFlagsResponse): MsgDismissFlagsResponseProtoMsg;
|
|
2579
|
+
};
|
|
2580
|
+
/**
|
|
2581
|
+
* MsgHidePost defines the MsgHidePost message.
|
|
2582
|
+
* @name MsgHidePost
|
|
2583
|
+
* @package sparkdream.forum.v1
|
|
2584
|
+
* @see proto type: sparkdream.forum.v1.MsgHidePost
|
|
2585
|
+
*/
|
|
2586
|
+
export declare const MsgHidePost: {
|
|
2587
|
+
typeUrl: string;
|
|
2588
|
+
encode(message: MsgHidePost, writer?: BinaryWriter): BinaryWriter;
|
|
2589
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgHidePost;
|
|
2590
|
+
fromPartial(object: DeepPartial<MsgHidePost>): MsgHidePost;
|
|
2591
|
+
fromAmino(object: MsgHidePostAmino): MsgHidePost;
|
|
2592
|
+
toAmino(message: MsgHidePost): MsgHidePostAmino;
|
|
2593
|
+
fromAminoMsg(object: MsgHidePostAminoMsg): MsgHidePost;
|
|
2594
|
+
fromProtoMsg(message: MsgHidePostProtoMsg): MsgHidePost;
|
|
2595
|
+
toProto(message: MsgHidePost): Uint8Array;
|
|
2596
|
+
toProtoMsg(message: MsgHidePost): MsgHidePostProtoMsg;
|
|
2597
|
+
};
|
|
2598
|
+
/**
|
|
2599
|
+
* MsgHidePostResponse defines the MsgHidePostResponse message.
|
|
2600
|
+
* @name MsgHidePostResponse
|
|
2601
|
+
* @package sparkdream.forum.v1
|
|
2602
|
+
* @see proto type: sparkdream.forum.v1.MsgHidePostResponse
|
|
2603
|
+
*/
|
|
2604
|
+
export declare const MsgHidePostResponse: {
|
|
2605
|
+
typeUrl: string;
|
|
2606
|
+
encode(_: MsgHidePostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2607
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgHidePostResponse;
|
|
2608
|
+
fromPartial(_: DeepPartial<MsgHidePostResponse>): MsgHidePostResponse;
|
|
2609
|
+
fromAmino(_: MsgHidePostResponseAmino): MsgHidePostResponse;
|
|
2610
|
+
toAmino(_: MsgHidePostResponse): MsgHidePostResponseAmino;
|
|
2611
|
+
fromAminoMsg(object: MsgHidePostResponseAminoMsg): MsgHidePostResponse;
|
|
2612
|
+
fromProtoMsg(message: MsgHidePostResponseProtoMsg): MsgHidePostResponse;
|
|
2613
|
+
toProto(message: MsgHidePostResponse): Uint8Array;
|
|
2614
|
+
toProtoMsg(message: MsgHidePostResponse): MsgHidePostResponseProtoMsg;
|
|
2615
|
+
};
|
|
2616
|
+
/**
|
|
2617
|
+
* MsgAppealPost defines the MsgAppealPost message.
|
|
2618
|
+
* @name MsgAppealPost
|
|
2619
|
+
* @package sparkdream.forum.v1
|
|
2620
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealPost
|
|
2621
|
+
*/
|
|
2622
|
+
export declare const MsgAppealPost: {
|
|
2623
|
+
typeUrl: string;
|
|
2624
|
+
encode(message: MsgAppealPost, writer?: BinaryWriter): BinaryWriter;
|
|
2625
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealPost;
|
|
2626
|
+
fromPartial(object: DeepPartial<MsgAppealPost>): MsgAppealPost;
|
|
2627
|
+
fromAmino(object: MsgAppealPostAmino): MsgAppealPost;
|
|
2628
|
+
toAmino(message: MsgAppealPost): MsgAppealPostAmino;
|
|
2629
|
+
fromAminoMsg(object: MsgAppealPostAminoMsg): MsgAppealPost;
|
|
2630
|
+
fromProtoMsg(message: MsgAppealPostProtoMsg): MsgAppealPost;
|
|
2631
|
+
toProto(message: MsgAppealPost): Uint8Array;
|
|
2632
|
+
toProtoMsg(message: MsgAppealPost): MsgAppealPostProtoMsg;
|
|
2633
|
+
};
|
|
2634
|
+
/**
|
|
2635
|
+
* MsgAppealPostResponse defines the MsgAppealPostResponse message.
|
|
2636
|
+
* @name MsgAppealPostResponse
|
|
2637
|
+
* @package sparkdream.forum.v1
|
|
2638
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealPostResponse
|
|
2639
|
+
*/
|
|
2640
|
+
export declare const MsgAppealPostResponse: {
|
|
2641
|
+
typeUrl: string;
|
|
2642
|
+
encode(_: MsgAppealPostResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2643
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealPostResponse;
|
|
2644
|
+
fromPartial(_: DeepPartial<MsgAppealPostResponse>): MsgAppealPostResponse;
|
|
2645
|
+
fromAmino(_: MsgAppealPostResponseAmino): MsgAppealPostResponse;
|
|
2646
|
+
toAmino(_: MsgAppealPostResponse): MsgAppealPostResponseAmino;
|
|
2647
|
+
fromAminoMsg(object: MsgAppealPostResponseAminoMsg): MsgAppealPostResponse;
|
|
2648
|
+
fromProtoMsg(message: MsgAppealPostResponseProtoMsg): MsgAppealPostResponse;
|
|
2649
|
+
toProto(message: MsgAppealPostResponse): Uint8Array;
|
|
2650
|
+
toProtoMsg(message: MsgAppealPostResponse): MsgAppealPostResponseProtoMsg;
|
|
2651
|
+
};
|
|
2652
|
+
/**
|
|
2653
|
+
* MsgAppealThreadLock defines the MsgAppealThreadLock message.
|
|
2654
|
+
* @name MsgAppealThreadLock
|
|
2655
|
+
* @package sparkdream.forum.v1
|
|
2656
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadLock
|
|
2657
|
+
*/
|
|
2658
|
+
export declare const MsgAppealThreadLock: {
|
|
2659
|
+
typeUrl: string;
|
|
2660
|
+
encode(message: MsgAppealThreadLock, writer?: BinaryWriter): BinaryWriter;
|
|
2661
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadLock;
|
|
2662
|
+
fromPartial(object: DeepPartial<MsgAppealThreadLock>): MsgAppealThreadLock;
|
|
2663
|
+
fromAmino(object: MsgAppealThreadLockAmino): MsgAppealThreadLock;
|
|
2664
|
+
toAmino(message: MsgAppealThreadLock): MsgAppealThreadLockAmino;
|
|
2665
|
+
fromAminoMsg(object: MsgAppealThreadLockAminoMsg): MsgAppealThreadLock;
|
|
2666
|
+
fromProtoMsg(message: MsgAppealThreadLockProtoMsg): MsgAppealThreadLock;
|
|
2667
|
+
toProto(message: MsgAppealThreadLock): Uint8Array;
|
|
2668
|
+
toProtoMsg(message: MsgAppealThreadLock): MsgAppealThreadLockProtoMsg;
|
|
2669
|
+
};
|
|
2670
|
+
/**
|
|
2671
|
+
* MsgAppealThreadLockResponse defines the MsgAppealThreadLockResponse message.
|
|
2672
|
+
* @name MsgAppealThreadLockResponse
|
|
2673
|
+
* @package sparkdream.forum.v1
|
|
2674
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadLockResponse
|
|
2675
|
+
*/
|
|
2676
|
+
export declare const MsgAppealThreadLockResponse: {
|
|
2677
|
+
typeUrl: string;
|
|
2678
|
+
encode(_: MsgAppealThreadLockResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2679
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadLockResponse;
|
|
2680
|
+
fromPartial(_: DeepPartial<MsgAppealThreadLockResponse>): MsgAppealThreadLockResponse;
|
|
2681
|
+
fromAmino(_: MsgAppealThreadLockResponseAmino): MsgAppealThreadLockResponse;
|
|
2682
|
+
toAmino(_: MsgAppealThreadLockResponse): MsgAppealThreadLockResponseAmino;
|
|
2683
|
+
fromAminoMsg(object: MsgAppealThreadLockResponseAminoMsg): MsgAppealThreadLockResponse;
|
|
2684
|
+
fromProtoMsg(message: MsgAppealThreadLockResponseProtoMsg): MsgAppealThreadLockResponse;
|
|
2685
|
+
toProto(message: MsgAppealThreadLockResponse): Uint8Array;
|
|
2686
|
+
toProtoMsg(message: MsgAppealThreadLockResponse): MsgAppealThreadLockResponseProtoMsg;
|
|
2687
|
+
};
|
|
2688
|
+
/**
|
|
2689
|
+
* MsgAppealThreadMove defines the MsgAppealThreadMove message.
|
|
2690
|
+
* @name MsgAppealThreadMove
|
|
2691
|
+
* @package sparkdream.forum.v1
|
|
2692
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadMove
|
|
2693
|
+
*/
|
|
2694
|
+
export declare const MsgAppealThreadMove: {
|
|
2695
|
+
typeUrl: string;
|
|
2696
|
+
encode(message: MsgAppealThreadMove, writer?: BinaryWriter): BinaryWriter;
|
|
2697
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadMove;
|
|
2698
|
+
fromPartial(object: DeepPartial<MsgAppealThreadMove>): MsgAppealThreadMove;
|
|
2699
|
+
fromAmino(object: MsgAppealThreadMoveAmino): MsgAppealThreadMove;
|
|
2700
|
+
toAmino(message: MsgAppealThreadMove): MsgAppealThreadMoveAmino;
|
|
2701
|
+
fromAminoMsg(object: MsgAppealThreadMoveAminoMsg): MsgAppealThreadMove;
|
|
2702
|
+
fromProtoMsg(message: MsgAppealThreadMoveProtoMsg): MsgAppealThreadMove;
|
|
2703
|
+
toProto(message: MsgAppealThreadMove): Uint8Array;
|
|
2704
|
+
toProtoMsg(message: MsgAppealThreadMove): MsgAppealThreadMoveProtoMsg;
|
|
2705
|
+
};
|
|
2706
|
+
/**
|
|
2707
|
+
* MsgAppealThreadMoveResponse defines the MsgAppealThreadMoveResponse message.
|
|
2708
|
+
* @name MsgAppealThreadMoveResponse
|
|
2709
|
+
* @package sparkdream.forum.v1
|
|
2710
|
+
* @see proto type: sparkdream.forum.v1.MsgAppealThreadMoveResponse
|
|
2711
|
+
*/
|
|
2712
|
+
export declare const MsgAppealThreadMoveResponse: {
|
|
2713
|
+
typeUrl: string;
|
|
2714
|
+
encode(_: MsgAppealThreadMoveResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2715
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealThreadMoveResponse;
|
|
2716
|
+
fromPartial(_: DeepPartial<MsgAppealThreadMoveResponse>): MsgAppealThreadMoveResponse;
|
|
2717
|
+
fromAmino(_: MsgAppealThreadMoveResponseAmino): MsgAppealThreadMoveResponse;
|
|
2718
|
+
toAmino(_: MsgAppealThreadMoveResponse): MsgAppealThreadMoveResponseAmino;
|
|
2719
|
+
fromAminoMsg(object: MsgAppealThreadMoveResponseAminoMsg): MsgAppealThreadMoveResponse;
|
|
2720
|
+
fromProtoMsg(message: MsgAppealThreadMoveResponseProtoMsg): MsgAppealThreadMoveResponse;
|
|
2721
|
+
toProto(message: MsgAppealThreadMoveResponse): Uint8Array;
|
|
2722
|
+
toProtoMsg(message: MsgAppealThreadMoveResponse): MsgAppealThreadMoveResponseProtoMsg;
|
|
2723
|
+
};
|
|
2724
|
+
/**
|
|
2725
|
+
* MsgCreateBounty defines the MsgCreateBounty message.
|
|
2726
|
+
* @name MsgCreateBounty
|
|
2727
|
+
* @package sparkdream.forum.v1
|
|
2728
|
+
* @see proto type: sparkdream.forum.v1.MsgCreateBounty
|
|
2729
|
+
*/
|
|
2730
|
+
export declare const MsgCreateBounty: {
|
|
2731
|
+
typeUrl: string;
|
|
2732
|
+
encode(message: MsgCreateBounty, writer?: BinaryWriter): BinaryWriter;
|
|
2733
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBounty;
|
|
2734
|
+
fromPartial(object: DeepPartial<MsgCreateBounty>): MsgCreateBounty;
|
|
2735
|
+
fromAmino(object: MsgCreateBountyAmino): MsgCreateBounty;
|
|
2736
|
+
toAmino(message: MsgCreateBounty): MsgCreateBountyAmino;
|
|
2737
|
+
fromAminoMsg(object: MsgCreateBountyAminoMsg): MsgCreateBounty;
|
|
2738
|
+
fromProtoMsg(message: MsgCreateBountyProtoMsg): MsgCreateBounty;
|
|
2739
|
+
toProto(message: MsgCreateBounty): Uint8Array;
|
|
2740
|
+
toProtoMsg(message: MsgCreateBounty): MsgCreateBountyProtoMsg;
|
|
2741
|
+
};
|
|
2742
|
+
/**
|
|
2743
|
+
* MsgCreateBountyResponse defines the MsgCreateBountyResponse message.
|
|
2744
|
+
* @name MsgCreateBountyResponse
|
|
2745
|
+
* @package sparkdream.forum.v1
|
|
2746
|
+
* @see proto type: sparkdream.forum.v1.MsgCreateBountyResponse
|
|
2747
|
+
*/
|
|
2748
|
+
export declare const MsgCreateBountyResponse: {
|
|
2749
|
+
typeUrl: string;
|
|
2750
|
+
encode(_: MsgCreateBountyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2751
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBountyResponse;
|
|
2752
|
+
fromPartial(_: DeepPartial<MsgCreateBountyResponse>): MsgCreateBountyResponse;
|
|
2753
|
+
fromAmino(_: MsgCreateBountyResponseAmino): MsgCreateBountyResponse;
|
|
2754
|
+
toAmino(_: MsgCreateBountyResponse): MsgCreateBountyResponseAmino;
|
|
2755
|
+
fromAminoMsg(object: MsgCreateBountyResponseAminoMsg): MsgCreateBountyResponse;
|
|
2756
|
+
fromProtoMsg(message: MsgCreateBountyResponseProtoMsg): MsgCreateBountyResponse;
|
|
2757
|
+
toProto(message: MsgCreateBountyResponse): Uint8Array;
|
|
2758
|
+
toProtoMsg(message: MsgCreateBountyResponse): MsgCreateBountyResponseProtoMsg;
|
|
2759
|
+
};
|
|
2760
|
+
/**
|
|
2761
|
+
* MsgAwardBounty defines the MsgAwardBounty message.
|
|
2762
|
+
* @name MsgAwardBounty
|
|
2763
|
+
* @package sparkdream.forum.v1
|
|
2764
|
+
* @see proto type: sparkdream.forum.v1.MsgAwardBounty
|
|
2765
|
+
*/
|
|
2766
|
+
export declare const MsgAwardBounty: {
|
|
2767
|
+
typeUrl: string;
|
|
2768
|
+
encode(message: MsgAwardBounty, writer?: BinaryWriter): BinaryWriter;
|
|
2769
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAwardBounty;
|
|
2770
|
+
fromPartial(object: DeepPartial<MsgAwardBounty>): MsgAwardBounty;
|
|
2771
|
+
fromAmino(object: MsgAwardBountyAmino): MsgAwardBounty;
|
|
2772
|
+
toAmino(message: MsgAwardBounty): MsgAwardBountyAmino;
|
|
2773
|
+
fromAminoMsg(object: MsgAwardBountyAminoMsg): MsgAwardBounty;
|
|
2774
|
+
fromProtoMsg(message: MsgAwardBountyProtoMsg): MsgAwardBounty;
|
|
2775
|
+
toProto(message: MsgAwardBounty): Uint8Array;
|
|
2776
|
+
toProtoMsg(message: MsgAwardBounty): MsgAwardBountyProtoMsg;
|
|
2777
|
+
};
|
|
2778
|
+
/**
|
|
2779
|
+
* MsgAwardBountyResponse defines the MsgAwardBountyResponse message.
|
|
2780
|
+
* @name MsgAwardBountyResponse
|
|
2781
|
+
* @package sparkdream.forum.v1
|
|
2782
|
+
* @see proto type: sparkdream.forum.v1.MsgAwardBountyResponse
|
|
2783
|
+
*/
|
|
2784
|
+
export declare const MsgAwardBountyResponse: {
|
|
2785
|
+
typeUrl: string;
|
|
2786
|
+
encode(_: MsgAwardBountyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2787
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAwardBountyResponse;
|
|
2788
|
+
fromPartial(_: DeepPartial<MsgAwardBountyResponse>): MsgAwardBountyResponse;
|
|
2789
|
+
fromAmino(_: MsgAwardBountyResponseAmino): MsgAwardBountyResponse;
|
|
2790
|
+
toAmino(_: MsgAwardBountyResponse): MsgAwardBountyResponseAmino;
|
|
2791
|
+
fromAminoMsg(object: MsgAwardBountyResponseAminoMsg): MsgAwardBountyResponse;
|
|
2792
|
+
fromProtoMsg(message: MsgAwardBountyResponseProtoMsg): MsgAwardBountyResponse;
|
|
2793
|
+
toProto(message: MsgAwardBountyResponse): Uint8Array;
|
|
2794
|
+
toProtoMsg(message: MsgAwardBountyResponse): MsgAwardBountyResponseProtoMsg;
|
|
2795
|
+
};
|
|
2796
|
+
/**
|
|
2797
|
+
* MsgIncreaseBounty defines the MsgIncreaseBounty message.
|
|
2798
|
+
* @name MsgIncreaseBounty
|
|
2799
|
+
* @package sparkdream.forum.v1
|
|
2800
|
+
* @see proto type: sparkdream.forum.v1.MsgIncreaseBounty
|
|
2801
|
+
*/
|
|
2802
|
+
export declare const MsgIncreaseBounty: {
|
|
2803
|
+
typeUrl: string;
|
|
2804
|
+
encode(message: MsgIncreaseBounty, writer?: BinaryWriter): BinaryWriter;
|
|
2805
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreaseBounty;
|
|
2806
|
+
fromPartial(object: DeepPartial<MsgIncreaseBounty>): MsgIncreaseBounty;
|
|
2807
|
+
fromAmino(object: MsgIncreaseBountyAmino): MsgIncreaseBounty;
|
|
2808
|
+
toAmino(message: MsgIncreaseBounty): MsgIncreaseBountyAmino;
|
|
2809
|
+
fromAminoMsg(object: MsgIncreaseBountyAminoMsg): MsgIncreaseBounty;
|
|
2810
|
+
fromProtoMsg(message: MsgIncreaseBountyProtoMsg): MsgIncreaseBounty;
|
|
2811
|
+
toProto(message: MsgIncreaseBounty): Uint8Array;
|
|
2812
|
+
toProtoMsg(message: MsgIncreaseBounty): MsgIncreaseBountyProtoMsg;
|
|
2813
|
+
};
|
|
2814
|
+
/**
|
|
2815
|
+
* MsgIncreaseBountyResponse defines the MsgIncreaseBountyResponse message.
|
|
2816
|
+
* @name MsgIncreaseBountyResponse
|
|
2817
|
+
* @package sparkdream.forum.v1
|
|
2818
|
+
* @see proto type: sparkdream.forum.v1.MsgIncreaseBountyResponse
|
|
2819
|
+
*/
|
|
2820
|
+
export declare const MsgIncreaseBountyResponse: {
|
|
2821
|
+
typeUrl: string;
|
|
2822
|
+
encode(_: MsgIncreaseBountyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2823
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreaseBountyResponse;
|
|
2824
|
+
fromPartial(_: DeepPartial<MsgIncreaseBountyResponse>): MsgIncreaseBountyResponse;
|
|
2825
|
+
fromAmino(_: MsgIncreaseBountyResponseAmino): MsgIncreaseBountyResponse;
|
|
2826
|
+
toAmino(_: MsgIncreaseBountyResponse): MsgIncreaseBountyResponseAmino;
|
|
2827
|
+
fromAminoMsg(object: MsgIncreaseBountyResponseAminoMsg): MsgIncreaseBountyResponse;
|
|
2828
|
+
fromProtoMsg(message: MsgIncreaseBountyResponseProtoMsg): MsgIncreaseBountyResponse;
|
|
2829
|
+
toProto(message: MsgIncreaseBountyResponse): Uint8Array;
|
|
2830
|
+
toProtoMsg(message: MsgIncreaseBountyResponse): MsgIncreaseBountyResponseProtoMsg;
|
|
2831
|
+
};
|
|
2832
|
+
/**
|
|
2833
|
+
* MsgCancelBounty defines the MsgCancelBounty message.
|
|
2834
|
+
* @name MsgCancelBounty
|
|
2835
|
+
* @package sparkdream.forum.v1
|
|
2836
|
+
* @see proto type: sparkdream.forum.v1.MsgCancelBounty
|
|
2837
|
+
*/
|
|
2838
|
+
export declare const MsgCancelBounty: {
|
|
2839
|
+
typeUrl: string;
|
|
2840
|
+
encode(message: MsgCancelBounty, writer?: BinaryWriter): BinaryWriter;
|
|
2841
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelBounty;
|
|
2842
|
+
fromPartial(object: DeepPartial<MsgCancelBounty>): MsgCancelBounty;
|
|
2843
|
+
fromAmino(object: MsgCancelBountyAmino): MsgCancelBounty;
|
|
2844
|
+
toAmino(message: MsgCancelBounty): MsgCancelBountyAmino;
|
|
2845
|
+
fromAminoMsg(object: MsgCancelBountyAminoMsg): MsgCancelBounty;
|
|
2846
|
+
fromProtoMsg(message: MsgCancelBountyProtoMsg): MsgCancelBounty;
|
|
2847
|
+
toProto(message: MsgCancelBounty): Uint8Array;
|
|
2848
|
+
toProtoMsg(message: MsgCancelBounty): MsgCancelBountyProtoMsg;
|
|
2849
|
+
};
|
|
2850
|
+
/**
|
|
2851
|
+
* MsgCancelBountyResponse defines the MsgCancelBountyResponse message.
|
|
2852
|
+
* @name MsgCancelBountyResponse
|
|
2853
|
+
* @package sparkdream.forum.v1
|
|
2854
|
+
* @see proto type: sparkdream.forum.v1.MsgCancelBountyResponse
|
|
2855
|
+
*/
|
|
2856
|
+
export declare const MsgCancelBountyResponse: {
|
|
2857
|
+
typeUrl: string;
|
|
2858
|
+
encode(_: MsgCancelBountyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2859
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelBountyResponse;
|
|
2860
|
+
fromPartial(_: DeepPartial<MsgCancelBountyResponse>): MsgCancelBountyResponse;
|
|
2861
|
+
fromAmino(_: MsgCancelBountyResponseAmino): MsgCancelBountyResponse;
|
|
2862
|
+
toAmino(_: MsgCancelBountyResponse): MsgCancelBountyResponseAmino;
|
|
2863
|
+
fromAminoMsg(object: MsgCancelBountyResponseAminoMsg): MsgCancelBountyResponse;
|
|
2864
|
+
fromProtoMsg(message: MsgCancelBountyResponseProtoMsg): MsgCancelBountyResponse;
|
|
2865
|
+
toProto(message: MsgCancelBountyResponse): Uint8Array;
|
|
2866
|
+
toProtoMsg(message: MsgCancelBountyResponse): MsgCancelBountyResponseProtoMsg;
|
|
2867
|
+
};
|
|
2868
|
+
/**
|
|
2869
|
+
* MsgAssignBountyToReply defines the MsgAssignBountyToReply message.
|
|
2870
|
+
* @name MsgAssignBountyToReply
|
|
2871
|
+
* @package sparkdream.forum.v1
|
|
2872
|
+
* @see proto type: sparkdream.forum.v1.MsgAssignBountyToReply
|
|
2873
|
+
*/
|
|
2874
|
+
export declare const MsgAssignBountyToReply: {
|
|
2875
|
+
typeUrl: string;
|
|
2876
|
+
encode(message: MsgAssignBountyToReply, writer?: BinaryWriter): BinaryWriter;
|
|
2877
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAssignBountyToReply;
|
|
2878
|
+
fromPartial(object: DeepPartial<MsgAssignBountyToReply>): MsgAssignBountyToReply;
|
|
2879
|
+
fromAmino(object: MsgAssignBountyToReplyAmino): MsgAssignBountyToReply;
|
|
2880
|
+
toAmino(message: MsgAssignBountyToReply): MsgAssignBountyToReplyAmino;
|
|
2881
|
+
fromAminoMsg(object: MsgAssignBountyToReplyAminoMsg): MsgAssignBountyToReply;
|
|
2882
|
+
fromProtoMsg(message: MsgAssignBountyToReplyProtoMsg): MsgAssignBountyToReply;
|
|
2883
|
+
toProto(message: MsgAssignBountyToReply): Uint8Array;
|
|
2884
|
+
toProtoMsg(message: MsgAssignBountyToReply): MsgAssignBountyToReplyProtoMsg;
|
|
2885
|
+
};
|
|
2886
|
+
/**
|
|
2887
|
+
* MsgAssignBountyToReplyResponse defines the MsgAssignBountyToReplyResponse message.
|
|
2888
|
+
* @name MsgAssignBountyToReplyResponse
|
|
2889
|
+
* @package sparkdream.forum.v1
|
|
2890
|
+
* @see proto type: sparkdream.forum.v1.MsgAssignBountyToReplyResponse
|
|
2891
|
+
*/
|
|
2892
|
+
export declare const MsgAssignBountyToReplyResponse: {
|
|
2893
|
+
typeUrl: string;
|
|
2894
|
+
encode(_: MsgAssignBountyToReplyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2895
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAssignBountyToReplyResponse;
|
|
2896
|
+
fromPartial(_: DeepPartial<MsgAssignBountyToReplyResponse>): MsgAssignBountyToReplyResponse;
|
|
2897
|
+
fromAmino(_: MsgAssignBountyToReplyResponseAmino): MsgAssignBountyToReplyResponse;
|
|
2898
|
+
toAmino(_: MsgAssignBountyToReplyResponse): MsgAssignBountyToReplyResponseAmino;
|
|
2899
|
+
fromAminoMsg(object: MsgAssignBountyToReplyResponseAminoMsg): MsgAssignBountyToReplyResponse;
|
|
2900
|
+
fromProtoMsg(message: MsgAssignBountyToReplyResponseProtoMsg): MsgAssignBountyToReplyResponse;
|
|
2901
|
+
toProto(message: MsgAssignBountyToReplyResponse): Uint8Array;
|
|
2902
|
+
toProtoMsg(message: MsgAssignBountyToReplyResponse): MsgAssignBountyToReplyResponseProtoMsg;
|
|
2903
|
+
};
|
|
2904
|
+
/**
|
|
2905
|
+
* MsgPinReply defines the MsgPinReply message.
|
|
2906
|
+
* @name MsgPinReply
|
|
2907
|
+
* @package sparkdream.forum.v1
|
|
2908
|
+
* @see proto type: sparkdream.forum.v1.MsgPinReply
|
|
2909
|
+
*/
|
|
2910
|
+
export declare const MsgPinReply: {
|
|
2911
|
+
typeUrl: string;
|
|
2912
|
+
encode(message: MsgPinReply, writer?: BinaryWriter): BinaryWriter;
|
|
2913
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPinReply;
|
|
2914
|
+
fromPartial(object: DeepPartial<MsgPinReply>): MsgPinReply;
|
|
2915
|
+
fromAmino(object: MsgPinReplyAmino): MsgPinReply;
|
|
2916
|
+
toAmino(message: MsgPinReply): MsgPinReplyAmino;
|
|
2917
|
+
fromAminoMsg(object: MsgPinReplyAminoMsg): MsgPinReply;
|
|
2918
|
+
fromProtoMsg(message: MsgPinReplyProtoMsg): MsgPinReply;
|
|
2919
|
+
toProto(message: MsgPinReply): Uint8Array;
|
|
2920
|
+
toProtoMsg(message: MsgPinReply): MsgPinReplyProtoMsg;
|
|
2921
|
+
};
|
|
2922
|
+
/**
|
|
2923
|
+
* MsgPinReplyResponse defines the MsgPinReplyResponse message.
|
|
2924
|
+
* @name MsgPinReplyResponse
|
|
2925
|
+
* @package sparkdream.forum.v1
|
|
2926
|
+
* @see proto type: sparkdream.forum.v1.MsgPinReplyResponse
|
|
2927
|
+
*/
|
|
2928
|
+
export declare const MsgPinReplyResponse: {
|
|
2929
|
+
typeUrl: string;
|
|
2930
|
+
encode(_: MsgPinReplyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2931
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPinReplyResponse;
|
|
2932
|
+
fromPartial(_: DeepPartial<MsgPinReplyResponse>): MsgPinReplyResponse;
|
|
2933
|
+
fromAmino(_: MsgPinReplyResponseAmino): MsgPinReplyResponse;
|
|
2934
|
+
toAmino(_: MsgPinReplyResponse): MsgPinReplyResponseAmino;
|
|
2935
|
+
fromAminoMsg(object: MsgPinReplyResponseAminoMsg): MsgPinReplyResponse;
|
|
2936
|
+
fromProtoMsg(message: MsgPinReplyResponseProtoMsg): MsgPinReplyResponse;
|
|
2937
|
+
toProto(message: MsgPinReplyResponse): Uint8Array;
|
|
2938
|
+
toProtoMsg(message: MsgPinReplyResponse): MsgPinReplyResponseProtoMsg;
|
|
2939
|
+
};
|
|
2940
|
+
/**
|
|
2941
|
+
* MsgUnpinReply defines the MsgUnpinReply message.
|
|
2942
|
+
* @name MsgUnpinReply
|
|
2943
|
+
* @package sparkdream.forum.v1
|
|
2944
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinReply
|
|
2945
|
+
*/
|
|
2946
|
+
export declare const MsgUnpinReply: {
|
|
2947
|
+
typeUrl: string;
|
|
2948
|
+
encode(message: MsgUnpinReply, writer?: BinaryWriter): BinaryWriter;
|
|
2949
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinReply;
|
|
2950
|
+
fromPartial(object: DeepPartial<MsgUnpinReply>): MsgUnpinReply;
|
|
2951
|
+
fromAmino(object: MsgUnpinReplyAmino): MsgUnpinReply;
|
|
2952
|
+
toAmino(message: MsgUnpinReply): MsgUnpinReplyAmino;
|
|
2953
|
+
fromAminoMsg(object: MsgUnpinReplyAminoMsg): MsgUnpinReply;
|
|
2954
|
+
fromProtoMsg(message: MsgUnpinReplyProtoMsg): MsgUnpinReply;
|
|
2955
|
+
toProto(message: MsgUnpinReply): Uint8Array;
|
|
2956
|
+
toProtoMsg(message: MsgUnpinReply): MsgUnpinReplyProtoMsg;
|
|
2957
|
+
};
|
|
2958
|
+
/**
|
|
2959
|
+
* MsgUnpinReplyResponse defines the MsgUnpinReplyResponse message.
|
|
2960
|
+
* @name MsgUnpinReplyResponse
|
|
2961
|
+
* @package sparkdream.forum.v1
|
|
2962
|
+
* @see proto type: sparkdream.forum.v1.MsgUnpinReplyResponse
|
|
2963
|
+
*/
|
|
2964
|
+
export declare const MsgUnpinReplyResponse: {
|
|
2965
|
+
typeUrl: string;
|
|
2966
|
+
encode(_: MsgUnpinReplyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2967
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnpinReplyResponse;
|
|
2968
|
+
fromPartial(_: DeepPartial<MsgUnpinReplyResponse>): MsgUnpinReplyResponse;
|
|
2969
|
+
fromAmino(_: MsgUnpinReplyResponseAmino): MsgUnpinReplyResponse;
|
|
2970
|
+
toAmino(_: MsgUnpinReplyResponse): MsgUnpinReplyResponseAmino;
|
|
2971
|
+
fromAminoMsg(object: MsgUnpinReplyResponseAminoMsg): MsgUnpinReplyResponse;
|
|
2972
|
+
fromProtoMsg(message: MsgUnpinReplyResponseProtoMsg): MsgUnpinReplyResponse;
|
|
2973
|
+
toProto(message: MsgUnpinReplyResponse): Uint8Array;
|
|
2974
|
+
toProtoMsg(message: MsgUnpinReplyResponse): MsgUnpinReplyResponseProtoMsg;
|
|
2975
|
+
};
|
|
2976
|
+
/**
|
|
2977
|
+
* MsgDisputePin defines the MsgDisputePin message.
|
|
2978
|
+
* @name MsgDisputePin
|
|
2979
|
+
* @package sparkdream.forum.v1
|
|
2980
|
+
* @see proto type: sparkdream.forum.v1.MsgDisputePin
|
|
2981
|
+
*/
|
|
2982
|
+
export declare const MsgDisputePin: {
|
|
2983
|
+
typeUrl: string;
|
|
2984
|
+
encode(message: MsgDisputePin, writer?: BinaryWriter): BinaryWriter;
|
|
2985
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDisputePin;
|
|
2986
|
+
fromPartial(object: DeepPartial<MsgDisputePin>): MsgDisputePin;
|
|
2987
|
+
fromAmino(object: MsgDisputePinAmino): MsgDisputePin;
|
|
2988
|
+
toAmino(message: MsgDisputePin): MsgDisputePinAmino;
|
|
2989
|
+
fromAminoMsg(object: MsgDisputePinAminoMsg): MsgDisputePin;
|
|
2990
|
+
fromProtoMsg(message: MsgDisputePinProtoMsg): MsgDisputePin;
|
|
2991
|
+
toProto(message: MsgDisputePin): Uint8Array;
|
|
2992
|
+
toProtoMsg(message: MsgDisputePin): MsgDisputePinProtoMsg;
|
|
2993
|
+
};
|
|
2994
|
+
/**
|
|
2995
|
+
* MsgDisputePinResponse defines the MsgDisputePinResponse message.
|
|
2996
|
+
* @name MsgDisputePinResponse
|
|
2997
|
+
* @package sparkdream.forum.v1
|
|
2998
|
+
* @see proto type: sparkdream.forum.v1.MsgDisputePinResponse
|
|
2999
|
+
*/
|
|
3000
|
+
export declare const MsgDisputePinResponse: {
|
|
3001
|
+
typeUrl: string;
|
|
3002
|
+
encode(_: MsgDisputePinResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3003
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDisputePinResponse;
|
|
3004
|
+
fromPartial(_: DeepPartial<MsgDisputePinResponse>): MsgDisputePinResponse;
|
|
3005
|
+
fromAmino(_: MsgDisputePinResponseAmino): MsgDisputePinResponse;
|
|
3006
|
+
toAmino(_: MsgDisputePinResponse): MsgDisputePinResponseAmino;
|
|
3007
|
+
fromAminoMsg(object: MsgDisputePinResponseAminoMsg): MsgDisputePinResponse;
|
|
3008
|
+
fromProtoMsg(message: MsgDisputePinResponseProtoMsg): MsgDisputePinResponse;
|
|
3009
|
+
toProto(message: MsgDisputePinResponse): Uint8Array;
|
|
3010
|
+
toProtoMsg(message: MsgDisputePinResponse): MsgDisputePinResponseProtoMsg;
|
|
3011
|
+
};
|
|
3012
|
+
/**
|
|
3013
|
+
* MsgMarkAcceptedReply defines the MsgMarkAcceptedReply message.
|
|
3014
|
+
* @name MsgMarkAcceptedReply
|
|
3015
|
+
* @package sparkdream.forum.v1
|
|
3016
|
+
* @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReply
|
|
3017
|
+
*/
|
|
3018
|
+
export declare const MsgMarkAcceptedReply: {
|
|
3019
|
+
typeUrl: string;
|
|
3020
|
+
encode(message: MsgMarkAcceptedReply, writer?: BinaryWriter): BinaryWriter;
|
|
3021
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgMarkAcceptedReply;
|
|
3022
|
+
fromPartial(object: DeepPartial<MsgMarkAcceptedReply>): MsgMarkAcceptedReply;
|
|
3023
|
+
fromAmino(object: MsgMarkAcceptedReplyAmino): MsgMarkAcceptedReply;
|
|
3024
|
+
toAmino(message: MsgMarkAcceptedReply): MsgMarkAcceptedReplyAmino;
|
|
3025
|
+
fromAminoMsg(object: MsgMarkAcceptedReplyAminoMsg): MsgMarkAcceptedReply;
|
|
3026
|
+
fromProtoMsg(message: MsgMarkAcceptedReplyProtoMsg): MsgMarkAcceptedReply;
|
|
3027
|
+
toProto(message: MsgMarkAcceptedReply): Uint8Array;
|
|
3028
|
+
toProtoMsg(message: MsgMarkAcceptedReply): MsgMarkAcceptedReplyProtoMsg;
|
|
3029
|
+
};
|
|
3030
|
+
/**
|
|
3031
|
+
* MsgMarkAcceptedReplyResponse defines the MsgMarkAcceptedReplyResponse message.
|
|
3032
|
+
* @name MsgMarkAcceptedReplyResponse
|
|
3033
|
+
* @package sparkdream.forum.v1
|
|
3034
|
+
* @see proto type: sparkdream.forum.v1.MsgMarkAcceptedReplyResponse
|
|
3035
|
+
*/
|
|
3036
|
+
export declare const MsgMarkAcceptedReplyResponse: {
|
|
3037
|
+
typeUrl: string;
|
|
3038
|
+
encode(_: MsgMarkAcceptedReplyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3039
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgMarkAcceptedReplyResponse;
|
|
3040
|
+
fromPartial(_: DeepPartial<MsgMarkAcceptedReplyResponse>): MsgMarkAcceptedReplyResponse;
|
|
3041
|
+
fromAmino(_: MsgMarkAcceptedReplyResponseAmino): MsgMarkAcceptedReplyResponse;
|
|
3042
|
+
toAmino(_: MsgMarkAcceptedReplyResponse): MsgMarkAcceptedReplyResponseAmino;
|
|
3043
|
+
fromAminoMsg(object: MsgMarkAcceptedReplyResponseAminoMsg): MsgMarkAcceptedReplyResponse;
|
|
3044
|
+
fromProtoMsg(message: MsgMarkAcceptedReplyResponseProtoMsg): MsgMarkAcceptedReplyResponse;
|
|
3045
|
+
toProto(message: MsgMarkAcceptedReplyResponse): Uint8Array;
|
|
3046
|
+
toProtoMsg(message: MsgMarkAcceptedReplyResponse): MsgMarkAcceptedReplyResponseProtoMsg;
|
|
3047
|
+
};
|
|
3048
|
+
/**
|
|
3049
|
+
* MsgConfirmProposedReply defines the MsgConfirmProposedReply message.
|
|
3050
|
+
* @name MsgConfirmProposedReply
|
|
3051
|
+
* @package sparkdream.forum.v1
|
|
3052
|
+
* @see proto type: sparkdream.forum.v1.MsgConfirmProposedReply
|
|
3053
|
+
*/
|
|
3054
|
+
export declare const MsgConfirmProposedReply: {
|
|
3055
|
+
typeUrl: string;
|
|
3056
|
+
encode(message: MsgConfirmProposedReply, writer?: BinaryWriter): BinaryWriter;
|
|
3057
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmProposedReply;
|
|
3058
|
+
fromPartial(object: DeepPartial<MsgConfirmProposedReply>): MsgConfirmProposedReply;
|
|
3059
|
+
fromAmino(object: MsgConfirmProposedReplyAmino): MsgConfirmProposedReply;
|
|
3060
|
+
toAmino(message: MsgConfirmProposedReply): MsgConfirmProposedReplyAmino;
|
|
3061
|
+
fromAminoMsg(object: MsgConfirmProposedReplyAminoMsg): MsgConfirmProposedReply;
|
|
3062
|
+
fromProtoMsg(message: MsgConfirmProposedReplyProtoMsg): MsgConfirmProposedReply;
|
|
3063
|
+
toProto(message: MsgConfirmProposedReply): Uint8Array;
|
|
3064
|
+
toProtoMsg(message: MsgConfirmProposedReply): MsgConfirmProposedReplyProtoMsg;
|
|
3065
|
+
};
|
|
3066
|
+
/**
|
|
3067
|
+
* MsgConfirmProposedReplyResponse defines the MsgConfirmProposedReplyResponse message.
|
|
3068
|
+
* @name MsgConfirmProposedReplyResponse
|
|
3069
|
+
* @package sparkdream.forum.v1
|
|
3070
|
+
* @see proto type: sparkdream.forum.v1.MsgConfirmProposedReplyResponse
|
|
3071
|
+
*/
|
|
3072
|
+
export declare const MsgConfirmProposedReplyResponse: {
|
|
3073
|
+
typeUrl: string;
|
|
3074
|
+
encode(_: MsgConfirmProposedReplyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3075
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmProposedReplyResponse;
|
|
3076
|
+
fromPartial(_: DeepPartial<MsgConfirmProposedReplyResponse>): MsgConfirmProposedReplyResponse;
|
|
3077
|
+
fromAmino(_: MsgConfirmProposedReplyResponseAmino): MsgConfirmProposedReplyResponse;
|
|
3078
|
+
toAmino(_: MsgConfirmProposedReplyResponse): MsgConfirmProposedReplyResponseAmino;
|
|
3079
|
+
fromAminoMsg(object: MsgConfirmProposedReplyResponseAminoMsg): MsgConfirmProposedReplyResponse;
|
|
3080
|
+
fromProtoMsg(message: MsgConfirmProposedReplyResponseProtoMsg): MsgConfirmProposedReplyResponse;
|
|
3081
|
+
toProto(message: MsgConfirmProposedReplyResponse): Uint8Array;
|
|
3082
|
+
toProtoMsg(message: MsgConfirmProposedReplyResponse): MsgConfirmProposedReplyResponseProtoMsg;
|
|
3083
|
+
};
|
|
3084
|
+
/**
|
|
3085
|
+
* MsgRejectProposedReply defines the MsgRejectProposedReply message.
|
|
3086
|
+
* @name MsgRejectProposedReply
|
|
3087
|
+
* @package sparkdream.forum.v1
|
|
3088
|
+
* @see proto type: sparkdream.forum.v1.MsgRejectProposedReply
|
|
3089
|
+
*/
|
|
3090
|
+
export declare const MsgRejectProposedReply: {
|
|
3091
|
+
typeUrl: string;
|
|
3092
|
+
encode(message: MsgRejectProposedReply, writer?: BinaryWriter): BinaryWriter;
|
|
3093
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRejectProposedReply;
|
|
3094
|
+
fromPartial(object: DeepPartial<MsgRejectProposedReply>): MsgRejectProposedReply;
|
|
3095
|
+
fromAmino(object: MsgRejectProposedReplyAmino): MsgRejectProposedReply;
|
|
3096
|
+
toAmino(message: MsgRejectProposedReply): MsgRejectProposedReplyAmino;
|
|
3097
|
+
fromAminoMsg(object: MsgRejectProposedReplyAminoMsg): MsgRejectProposedReply;
|
|
3098
|
+
fromProtoMsg(message: MsgRejectProposedReplyProtoMsg): MsgRejectProposedReply;
|
|
3099
|
+
toProto(message: MsgRejectProposedReply): Uint8Array;
|
|
3100
|
+
toProtoMsg(message: MsgRejectProposedReply): MsgRejectProposedReplyProtoMsg;
|
|
3101
|
+
};
|
|
3102
|
+
/**
|
|
3103
|
+
* MsgRejectProposedReplyResponse defines the MsgRejectProposedReplyResponse message.
|
|
3104
|
+
* @name MsgRejectProposedReplyResponse
|
|
3105
|
+
* @package sparkdream.forum.v1
|
|
3106
|
+
* @see proto type: sparkdream.forum.v1.MsgRejectProposedReplyResponse
|
|
3107
|
+
*/
|
|
3108
|
+
export declare const MsgRejectProposedReplyResponse: {
|
|
3109
|
+
typeUrl: string;
|
|
3110
|
+
encode(_: MsgRejectProposedReplyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3111
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRejectProposedReplyResponse;
|
|
3112
|
+
fromPartial(_: DeepPartial<MsgRejectProposedReplyResponse>): MsgRejectProposedReplyResponse;
|
|
3113
|
+
fromAmino(_: MsgRejectProposedReplyResponseAmino): MsgRejectProposedReplyResponse;
|
|
3114
|
+
toAmino(_: MsgRejectProposedReplyResponse): MsgRejectProposedReplyResponseAmino;
|
|
3115
|
+
fromAminoMsg(object: MsgRejectProposedReplyResponseAminoMsg): MsgRejectProposedReplyResponse;
|
|
3116
|
+
fromProtoMsg(message: MsgRejectProposedReplyResponseProtoMsg): MsgRejectProposedReplyResponse;
|
|
3117
|
+
toProto(message: MsgRejectProposedReplyResponse): Uint8Array;
|
|
3118
|
+
toProtoMsg(message: MsgRejectProposedReplyResponse): MsgRejectProposedReplyResponseProtoMsg;
|
|
3119
|
+
};
|
|
3120
|
+
/**
|
|
3121
|
+
* MsgSetForumPaused defines the MsgSetForumPaused message.
|
|
3122
|
+
* @name MsgSetForumPaused
|
|
3123
|
+
* @package sparkdream.forum.v1
|
|
3124
|
+
* @see proto type: sparkdream.forum.v1.MsgSetForumPaused
|
|
3125
|
+
*/
|
|
3126
|
+
export declare const MsgSetForumPaused: {
|
|
3127
|
+
typeUrl: string;
|
|
3128
|
+
encode(message: MsgSetForumPaused, writer?: BinaryWriter): BinaryWriter;
|
|
3129
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetForumPaused;
|
|
3130
|
+
fromPartial(object: DeepPartial<MsgSetForumPaused>): MsgSetForumPaused;
|
|
3131
|
+
fromAmino(object: MsgSetForumPausedAmino): MsgSetForumPaused;
|
|
3132
|
+
toAmino(message: MsgSetForumPaused): MsgSetForumPausedAmino;
|
|
3133
|
+
fromAminoMsg(object: MsgSetForumPausedAminoMsg): MsgSetForumPaused;
|
|
3134
|
+
fromProtoMsg(message: MsgSetForumPausedProtoMsg): MsgSetForumPaused;
|
|
3135
|
+
toProto(message: MsgSetForumPaused): Uint8Array;
|
|
3136
|
+
toProtoMsg(message: MsgSetForumPaused): MsgSetForumPausedProtoMsg;
|
|
3137
|
+
};
|
|
3138
|
+
/**
|
|
3139
|
+
* MsgSetForumPausedResponse defines the MsgSetForumPausedResponse message.
|
|
3140
|
+
* @name MsgSetForumPausedResponse
|
|
3141
|
+
* @package sparkdream.forum.v1
|
|
3142
|
+
* @see proto type: sparkdream.forum.v1.MsgSetForumPausedResponse
|
|
3143
|
+
*/
|
|
3144
|
+
export declare const MsgSetForumPausedResponse: {
|
|
3145
|
+
typeUrl: string;
|
|
3146
|
+
encode(_: MsgSetForumPausedResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3147
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetForumPausedResponse;
|
|
3148
|
+
fromPartial(_: DeepPartial<MsgSetForumPausedResponse>): MsgSetForumPausedResponse;
|
|
3149
|
+
fromAmino(_: MsgSetForumPausedResponseAmino): MsgSetForumPausedResponse;
|
|
3150
|
+
toAmino(_: MsgSetForumPausedResponse): MsgSetForumPausedResponseAmino;
|
|
3151
|
+
fromAminoMsg(object: MsgSetForumPausedResponseAminoMsg): MsgSetForumPausedResponse;
|
|
3152
|
+
fromProtoMsg(message: MsgSetForumPausedResponseProtoMsg): MsgSetForumPausedResponse;
|
|
3153
|
+
toProto(message: MsgSetForumPausedResponse): Uint8Array;
|
|
3154
|
+
toProtoMsg(message: MsgSetForumPausedResponse): MsgSetForumPausedResponseProtoMsg;
|
|
3155
|
+
};
|
|
3156
|
+
/**
|
|
3157
|
+
* MsgSetModerationPaused defines the MsgSetModerationPaused message.
|
|
3158
|
+
* @name MsgSetModerationPaused
|
|
3159
|
+
* @package sparkdream.forum.v1
|
|
3160
|
+
* @see proto type: sparkdream.forum.v1.MsgSetModerationPaused
|
|
3161
|
+
*/
|
|
3162
|
+
export declare const MsgSetModerationPaused: {
|
|
3163
|
+
typeUrl: string;
|
|
3164
|
+
encode(message: MsgSetModerationPaused, writer?: BinaryWriter): BinaryWriter;
|
|
3165
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetModerationPaused;
|
|
3166
|
+
fromPartial(object: DeepPartial<MsgSetModerationPaused>): MsgSetModerationPaused;
|
|
3167
|
+
fromAmino(object: MsgSetModerationPausedAmino): MsgSetModerationPaused;
|
|
3168
|
+
toAmino(message: MsgSetModerationPaused): MsgSetModerationPausedAmino;
|
|
3169
|
+
fromAminoMsg(object: MsgSetModerationPausedAminoMsg): MsgSetModerationPaused;
|
|
3170
|
+
fromProtoMsg(message: MsgSetModerationPausedProtoMsg): MsgSetModerationPaused;
|
|
3171
|
+
toProto(message: MsgSetModerationPaused): Uint8Array;
|
|
3172
|
+
toProtoMsg(message: MsgSetModerationPaused): MsgSetModerationPausedProtoMsg;
|
|
3173
|
+
};
|
|
3174
|
+
/**
|
|
3175
|
+
* MsgSetModerationPausedResponse defines the MsgSetModerationPausedResponse message.
|
|
3176
|
+
* @name MsgSetModerationPausedResponse
|
|
3177
|
+
* @package sparkdream.forum.v1
|
|
3178
|
+
* @see proto type: sparkdream.forum.v1.MsgSetModerationPausedResponse
|
|
3179
|
+
*/
|
|
3180
|
+
export declare const MsgSetModerationPausedResponse: {
|
|
3181
|
+
typeUrl: string;
|
|
3182
|
+
encode(_: MsgSetModerationPausedResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3183
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetModerationPausedResponse;
|
|
3184
|
+
fromPartial(_: DeepPartial<MsgSetModerationPausedResponse>): MsgSetModerationPausedResponse;
|
|
3185
|
+
fromAmino(_: MsgSetModerationPausedResponseAmino): MsgSetModerationPausedResponse;
|
|
3186
|
+
toAmino(_: MsgSetModerationPausedResponse): MsgSetModerationPausedResponseAmino;
|
|
3187
|
+
fromAminoMsg(object: MsgSetModerationPausedResponseAminoMsg): MsgSetModerationPausedResponse;
|
|
3188
|
+
fromProtoMsg(message: MsgSetModerationPausedResponseProtoMsg): MsgSetModerationPausedResponse;
|
|
3189
|
+
toProto(message: MsgSetModerationPausedResponse): Uint8Array;
|
|
3190
|
+
toProtoMsg(message: MsgSetModerationPausedResponse): MsgSetModerationPausedResponseProtoMsg;
|
|
3191
|
+
};
|