@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,4133 @@
|
|
|
1
|
+
import { Params, ParamsAmino, SeasonOperationalParams, SeasonOperationalParamsAmino } from "./params";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
6
|
+
* @name MsgUpdateParams
|
|
7
|
+
* @package sparkdream.season.v1
|
|
8
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateParams
|
|
9
|
+
*/
|
|
10
|
+
export interface MsgUpdateParams {
|
|
11
|
+
/**
|
|
12
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
13
|
+
*/
|
|
14
|
+
authority: string;
|
|
15
|
+
/**
|
|
16
|
+
* NOTE: All parameters must be supplied.
|
|
17
|
+
*/
|
|
18
|
+
params: Params;
|
|
19
|
+
}
|
|
20
|
+
export interface MsgUpdateParamsProtoMsg {
|
|
21
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateParams";
|
|
22
|
+
value: Uint8Array;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
26
|
+
* @name MsgUpdateParamsAmino
|
|
27
|
+
* @package sparkdream.season.v1
|
|
28
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateParams
|
|
29
|
+
*/
|
|
30
|
+
export interface MsgUpdateParamsAmino {
|
|
31
|
+
/**
|
|
32
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
33
|
+
*/
|
|
34
|
+
authority?: string;
|
|
35
|
+
/**
|
|
36
|
+
* NOTE: All parameters must be supplied.
|
|
37
|
+
*/
|
|
38
|
+
params: ParamsAmino;
|
|
39
|
+
}
|
|
40
|
+
export interface MsgUpdateParamsAminoMsg {
|
|
41
|
+
type: "sparkdream/x/season/MsgUpdateParams";
|
|
42
|
+
value: MsgUpdateParamsAmino;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
46
|
+
* MsgUpdateParams message.
|
|
47
|
+
* @name MsgUpdateParamsResponse
|
|
48
|
+
* @package sparkdream.season.v1
|
|
49
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateParamsResponse
|
|
50
|
+
*/
|
|
51
|
+
export interface MsgUpdateParamsResponse {
|
|
52
|
+
}
|
|
53
|
+
export interface MsgUpdateParamsResponseProtoMsg {
|
|
54
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateParamsResponse";
|
|
55
|
+
value: Uint8Array;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
59
|
+
* MsgUpdateParams message.
|
|
60
|
+
* @name MsgUpdateParamsResponseAmino
|
|
61
|
+
* @package sparkdream.season.v1
|
|
62
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateParamsResponse
|
|
63
|
+
*/
|
|
64
|
+
export interface MsgUpdateParamsResponseAmino {
|
|
65
|
+
}
|
|
66
|
+
export interface MsgUpdateParamsResponseAminoMsg {
|
|
67
|
+
type: "/sparkdream.season.v1.MsgUpdateParamsResponse";
|
|
68
|
+
value: MsgUpdateParamsResponseAmino;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
|
|
72
|
+
* @name MsgUpdateOperationalParams
|
|
73
|
+
* @package sparkdream.season.v1
|
|
74
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateOperationalParams
|
|
75
|
+
*/
|
|
76
|
+
export interface MsgUpdateOperationalParams {
|
|
77
|
+
/**
|
|
78
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
79
|
+
*/
|
|
80
|
+
authority: string;
|
|
81
|
+
/**
|
|
82
|
+
* operational_params defines the operational parameters to update.
|
|
83
|
+
*/
|
|
84
|
+
operationalParams: SeasonOperationalParams;
|
|
85
|
+
}
|
|
86
|
+
export interface MsgUpdateOperationalParamsProtoMsg {
|
|
87
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateOperationalParams";
|
|
88
|
+
value: Uint8Array;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
|
|
92
|
+
* @name MsgUpdateOperationalParamsAmino
|
|
93
|
+
* @package sparkdream.season.v1
|
|
94
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateOperationalParams
|
|
95
|
+
*/
|
|
96
|
+
export interface MsgUpdateOperationalParamsAmino {
|
|
97
|
+
/**
|
|
98
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
99
|
+
*/
|
|
100
|
+
authority?: string;
|
|
101
|
+
/**
|
|
102
|
+
* operational_params defines the operational parameters to update.
|
|
103
|
+
*/
|
|
104
|
+
operational_params: SeasonOperationalParamsAmino;
|
|
105
|
+
}
|
|
106
|
+
export interface MsgUpdateOperationalParamsAminoMsg {
|
|
107
|
+
type: "sparkdream/x/season/MsgUpdateOperationalParams";
|
|
108
|
+
value: MsgUpdateOperationalParamsAmino;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* MsgUpdateOperationalParamsResponse defines the response structure for executing a
|
|
112
|
+
* MsgUpdateOperationalParams message.
|
|
113
|
+
* @name MsgUpdateOperationalParamsResponse
|
|
114
|
+
* @package sparkdream.season.v1
|
|
115
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateOperationalParamsResponse
|
|
116
|
+
*/
|
|
117
|
+
export interface MsgUpdateOperationalParamsResponse {
|
|
118
|
+
}
|
|
119
|
+
export interface MsgUpdateOperationalParamsResponseProtoMsg {
|
|
120
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateOperationalParamsResponse";
|
|
121
|
+
value: Uint8Array;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* MsgUpdateOperationalParamsResponse defines the response structure for executing a
|
|
125
|
+
* MsgUpdateOperationalParams message.
|
|
126
|
+
* @name MsgUpdateOperationalParamsResponseAmino
|
|
127
|
+
* @package sparkdream.season.v1
|
|
128
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateOperationalParamsResponse
|
|
129
|
+
*/
|
|
130
|
+
export interface MsgUpdateOperationalParamsResponseAmino {
|
|
131
|
+
}
|
|
132
|
+
export interface MsgUpdateOperationalParamsResponseAminoMsg {
|
|
133
|
+
type: "/sparkdream.season.v1.MsgUpdateOperationalParamsResponse";
|
|
134
|
+
value: MsgUpdateOperationalParamsResponseAmino;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* MsgSetDisplayName defines the MsgSetDisplayName message.
|
|
138
|
+
* @name MsgSetDisplayName
|
|
139
|
+
* @package sparkdream.season.v1
|
|
140
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayName
|
|
141
|
+
*/
|
|
142
|
+
export interface MsgSetDisplayName {
|
|
143
|
+
creator: string;
|
|
144
|
+
name: string;
|
|
145
|
+
}
|
|
146
|
+
export interface MsgSetDisplayNameProtoMsg {
|
|
147
|
+
typeUrl: "/sparkdream.season.v1.MsgSetDisplayName";
|
|
148
|
+
value: Uint8Array;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* MsgSetDisplayName defines the MsgSetDisplayName message.
|
|
152
|
+
* @name MsgSetDisplayNameAmino
|
|
153
|
+
* @package sparkdream.season.v1
|
|
154
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayName
|
|
155
|
+
*/
|
|
156
|
+
export interface MsgSetDisplayNameAmino {
|
|
157
|
+
creator?: string;
|
|
158
|
+
name?: string;
|
|
159
|
+
}
|
|
160
|
+
export interface MsgSetDisplayNameAminoMsg {
|
|
161
|
+
type: "/sparkdream.season.v1.MsgSetDisplayName";
|
|
162
|
+
value: MsgSetDisplayNameAmino;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* MsgSetDisplayNameResponse defines the MsgSetDisplayNameResponse message.
|
|
166
|
+
* @name MsgSetDisplayNameResponse
|
|
167
|
+
* @package sparkdream.season.v1
|
|
168
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayNameResponse
|
|
169
|
+
*/
|
|
170
|
+
export interface MsgSetDisplayNameResponse {
|
|
171
|
+
}
|
|
172
|
+
export interface MsgSetDisplayNameResponseProtoMsg {
|
|
173
|
+
typeUrl: "/sparkdream.season.v1.MsgSetDisplayNameResponse";
|
|
174
|
+
value: Uint8Array;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* MsgSetDisplayNameResponse defines the MsgSetDisplayNameResponse message.
|
|
178
|
+
* @name MsgSetDisplayNameResponseAmino
|
|
179
|
+
* @package sparkdream.season.v1
|
|
180
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayNameResponse
|
|
181
|
+
*/
|
|
182
|
+
export interface MsgSetDisplayNameResponseAmino {
|
|
183
|
+
}
|
|
184
|
+
export interface MsgSetDisplayNameResponseAminoMsg {
|
|
185
|
+
type: "/sparkdream.season.v1.MsgSetDisplayNameResponse";
|
|
186
|
+
value: MsgSetDisplayNameResponseAmino;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* MsgSetUsername defines the MsgSetUsername message.
|
|
190
|
+
* @name MsgSetUsername
|
|
191
|
+
* @package sparkdream.season.v1
|
|
192
|
+
* @see proto type: sparkdream.season.v1.MsgSetUsername
|
|
193
|
+
*/
|
|
194
|
+
export interface MsgSetUsername {
|
|
195
|
+
creator: string;
|
|
196
|
+
username: string;
|
|
197
|
+
}
|
|
198
|
+
export interface MsgSetUsernameProtoMsg {
|
|
199
|
+
typeUrl: "/sparkdream.season.v1.MsgSetUsername";
|
|
200
|
+
value: Uint8Array;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* MsgSetUsername defines the MsgSetUsername message.
|
|
204
|
+
* @name MsgSetUsernameAmino
|
|
205
|
+
* @package sparkdream.season.v1
|
|
206
|
+
* @see proto type: sparkdream.season.v1.MsgSetUsername
|
|
207
|
+
*/
|
|
208
|
+
export interface MsgSetUsernameAmino {
|
|
209
|
+
creator?: string;
|
|
210
|
+
username?: string;
|
|
211
|
+
}
|
|
212
|
+
export interface MsgSetUsernameAminoMsg {
|
|
213
|
+
type: "/sparkdream.season.v1.MsgSetUsername";
|
|
214
|
+
value: MsgSetUsernameAmino;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* MsgSetUsernameResponse defines the MsgSetUsernameResponse message.
|
|
218
|
+
* @name MsgSetUsernameResponse
|
|
219
|
+
* @package sparkdream.season.v1
|
|
220
|
+
* @see proto type: sparkdream.season.v1.MsgSetUsernameResponse
|
|
221
|
+
*/
|
|
222
|
+
export interface MsgSetUsernameResponse {
|
|
223
|
+
}
|
|
224
|
+
export interface MsgSetUsernameResponseProtoMsg {
|
|
225
|
+
typeUrl: "/sparkdream.season.v1.MsgSetUsernameResponse";
|
|
226
|
+
value: Uint8Array;
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* MsgSetUsernameResponse defines the MsgSetUsernameResponse message.
|
|
230
|
+
* @name MsgSetUsernameResponseAmino
|
|
231
|
+
* @package sparkdream.season.v1
|
|
232
|
+
* @see proto type: sparkdream.season.v1.MsgSetUsernameResponse
|
|
233
|
+
*/
|
|
234
|
+
export interface MsgSetUsernameResponseAmino {
|
|
235
|
+
}
|
|
236
|
+
export interface MsgSetUsernameResponseAminoMsg {
|
|
237
|
+
type: "/sparkdream.season.v1.MsgSetUsernameResponse";
|
|
238
|
+
value: MsgSetUsernameResponseAmino;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* MsgSetDisplayTitle defines the MsgSetDisplayTitle message.
|
|
242
|
+
* @name MsgSetDisplayTitle
|
|
243
|
+
* @package sparkdream.season.v1
|
|
244
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayTitle
|
|
245
|
+
*/
|
|
246
|
+
export interface MsgSetDisplayTitle {
|
|
247
|
+
creator: string;
|
|
248
|
+
titleId: string;
|
|
249
|
+
}
|
|
250
|
+
export interface MsgSetDisplayTitleProtoMsg {
|
|
251
|
+
typeUrl: "/sparkdream.season.v1.MsgSetDisplayTitle";
|
|
252
|
+
value: Uint8Array;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* MsgSetDisplayTitle defines the MsgSetDisplayTitle message.
|
|
256
|
+
* @name MsgSetDisplayTitleAmino
|
|
257
|
+
* @package sparkdream.season.v1
|
|
258
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayTitle
|
|
259
|
+
*/
|
|
260
|
+
export interface MsgSetDisplayTitleAmino {
|
|
261
|
+
creator?: string;
|
|
262
|
+
title_id?: string;
|
|
263
|
+
}
|
|
264
|
+
export interface MsgSetDisplayTitleAminoMsg {
|
|
265
|
+
type: "/sparkdream.season.v1.MsgSetDisplayTitle";
|
|
266
|
+
value: MsgSetDisplayTitleAmino;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* MsgSetDisplayTitleResponse defines the MsgSetDisplayTitleResponse message.
|
|
270
|
+
* @name MsgSetDisplayTitleResponse
|
|
271
|
+
* @package sparkdream.season.v1
|
|
272
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayTitleResponse
|
|
273
|
+
*/
|
|
274
|
+
export interface MsgSetDisplayTitleResponse {
|
|
275
|
+
}
|
|
276
|
+
export interface MsgSetDisplayTitleResponseProtoMsg {
|
|
277
|
+
typeUrl: "/sparkdream.season.v1.MsgSetDisplayTitleResponse";
|
|
278
|
+
value: Uint8Array;
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* MsgSetDisplayTitleResponse defines the MsgSetDisplayTitleResponse message.
|
|
282
|
+
* @name MsgSetDisplayTitleResponseAmino
|
|
283
|
+
* @package sparkdream.season.v1
|
|
284
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayTitleResponse
|
|
285
|
+
*/
|
|
286
|
+
export interface MsgSetDisplayTitleResponseAmino {
|
|
287
|
+
}
|
|
288
|
+
export interface MsgSetDisplayTitleResponseAminoMsg {
|
|
289
|
+
type: "/sparkdream.season.v1.MsgSetDisplayTitleResponse";
|
|
290
|
+
value: MsgSetDisplayTitleResponseAmino;
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* MsgCreateGuild defines the MsgCreateGuild message.
|
|
294
|
+
* @name MsgCreateGuild
|
|
295
|
+
* @package sparkdream.season.v1
|
|
296
|
+
* @see proto type: sparkdream.season.v1.MsgCreateGuild
|
|
297
|
+
*/
|
|
298
|
+
export interface MsgCreateGuild {
|
|
299
|
+
creator: string;
|
|
300
|
+
name: string;
|
|
301
|
+
description: string;
|
|
302
|
+
inviteOnly: boolean;
|
|
303
|
+
}
|
|
304
|
+
export interface MsgCreateGuildProtoMsg {
|
|
305
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateGuild";
|
|
306
|
+
value: Uint8Array;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* MsgCreateGuild defines the MsgCreateGuild message.
|
|
310
|
+
* @name MsgCreateGuildAmino
|
|
311
|
+
* @package sparkdream.season.v1
|
|
312
|
+
* @see proto type: sparkdream.season.v1.MsgCreateGuild
|
|
313
|
+
*/
|
|
314
|
+
export interface MsgCreateGuildAmino {
|
|
315
|
+
creator?: string;
|
|
316
|
+
name?: string;
|
|
317
|
+
description?: string;
|
|
318
|
+
invite_only?: boolean;
|
|
319
|
+
}
|
|
320
|
+
export interface MsgCreateGuildAminoMsg {
|
|
321
|
+
type: "/sparkdream.season.v1.MsgCreateGuild";
|
|
322
|
+
value: MsgCreateGuildAmino;
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* MsgCreateGuildResponse defines the MsgCreateGuildResponse message.
|
|
326
|
+
* @name MsgCreateGuildResponse
|
|
327
|
+
* @package sparkdream.season.v1
|
|
328
|
+
* @see proto type: sparkdream.season.v1.MsgCreateGuildResponse
|
|
329
|
+
*/
|
|
330
|
+
export interface MsgCreateGuildResponse {
|
|
331
|
+
}
|
|
332
|
+
export interface MsgCreateGuildResponseProtoMsg {
|
|
333
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateGuildResponse";
|
|
334
|
+
value: Uint8Array;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* MsgCreateGuildResponse defines the MsgCreateGuildResponse message.
|
|
338
|
+
* @name MsgCreateGuildResponseAmino
|
|
339
|
+
* @package sparkdream.season.v1
|
|
340
|
+
* @see proto type: sparkdream.season.v1.MsgCreateGuildResponse
|
|
341
|
+
*/
|
|
342
|
+
export interface MsgCreateGuildResponseAmino {
|
|
343
|
+
}
|
|
344
|
+
export interface MsgCreateGuildResponseAminoMsg {
|
|
345
|
+
type: "/sparkdream.season.v1.MsgCreateGuildResponse";
|
|
346
|
+
value: MsgCreateGuildResponseAmino;
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* MsgJoinGuild defines the MsgJoinGuild message.
|
|
350
|
+
* @name MsgJoinGuild
|
|
351
|
+
* @package sparkdream.season.v1
|
|
352
|
+
* @see proto type: sparkdream.season.v1.MsgJoinGuild
|
|
353
|
+
*/
|
|
354
|
+
export interface MsgJoinGuild {
|
|
355
|
+
creator: string;
|
|
356
|
+
guildId: bigint;
|
|
357
|
+
}
|
|
358
|
+
export interface MsgJoinGuildProtoMsg {
|
|
359
|
+
typeUrl: "/sparkdream.season.v1.MsgJoinGuild";
|
|
360
|
+
value: Uint8Array;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* MsgJoinGuild defines the MsgJoinGuild message.
|
|
364
|
+
* @name MsgJoinGuildAmino
|
|
365
|
+
* @package sparkdream.season.v1
|
|
366
|
+
* @see proto type: sparkdream.season.v1.MsgJoinGuild
|
|
367
|
+
*/
|
|
368
|
+
export interface MsgJoinGuildAmino {
|
|
369
|
+
creator?: string;
|
|
370
|
+
guild_id?: string;
|
|
371
|
+
}
|
|
372
|
+
export interface MsgJoinGuildAminoMsg {
|
|
373
|
+
type: "/sparkdream.season.v1.MsgJoinGuild";
|
|
374
|
+
value: MsgJoinGuildAmino;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* MsgJoinGuildResponse defines the MsgJoinGuildResponse message.
|
|
378
|
+
* @name MsgJoinGuildResponse
|
|
379
|
+
* @package sparkdream.season.v1
|
|
380
|
+
* @see proto type: sparkdream.season.v1.MsgJoinGuildResponse
|
|
381
|
+
*/
|
|
382
|
+
export interface MsgJoinGuildResponse {
|
|
383
|
+
}
|
|
384
|
+
export interface MsgJoinGuildResponseProtoMsg {
|
|
385
|
+
typeUrl: "/sparkdream.season.v1.MsgJoinGuildResponse";
|
|
386
|
+
value: Uint8Array;
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* MsgJoinGuildResponse defines the MsgJoinGuildResponse message.
|
|
390
|
+
* @name MsgJoinGuildResponseAmino
|
|
391
|
+
* @package sparkdream.season.v1
|
|
392
|
+
* @see proto type: sparkdream.season.v1.MsgJoinGuildResponse
|
|
393
|
+
*/
|
|
394
|
+
export interface MsgJoinGuildResponseAmino {
|
|
395
|
+
}
|
|
396
|
+
export interface MsgJoinGuildResponseAminoMsg {
|
|
397
|
+
type: "/sparkdream.season.v1.MsgJoinGuildResponse";
|
|
398
|
+
value: MsgJoinGuildResponseAmino;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* MsgLeaveGuild defines the MsgLeaveGuild message.
|
|
402
|
+
* @name MsgLeaveGuild
|
|
403
|
+
* @package sparkdream.season.v1
|
|
404
|
+
* @see proto type: sparkdream.season.v1.MsgLeaveGuild
|
|
405
|
+
*/
|
|
406
|
+
export interface MsgLeaveGuild {
|
|
407
|
+
creator: string;
|
|
408
|
+
}
|
|
409
|
+
export interface MsgLeaveGuildProtoMsg {
|
|
410
|
+
typeUrl: "/sparkdream.season.v1.MsgLeaveGuild";
|
|
411
|
+
value: Uint8Array;
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* MsgLeaveGuild defines the MsgLeaveGuild message.
|
|
415
|
+
* @name MsgLeaveGuildAmino
|
|
416
|
+
* @package sparkdream.season.v1
|
|
417
|
+
* @see proto type: sparkdream.season.v1.MsgLeaveGuild
|
|
418
|
+
*/
|
|
419
|
+
export interface MsgLeaveGuildAmino {
|
|
420
|
+
creator?: string;
|
|
421
|
+
}
|
|
422
|
+
export interface MsgLeaveGuildAminoMsg {
|
|
423
|
+
type: "/sparkdream.season.v1.MsgLeaveGuild";
|
|
424
|
+
value: MsgLeaveGuildAmino;
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* MsgLeaveGuildResponse defines the MsgLeaveGuildResponse message.
|
|
428
|
+
* @name MsgLeaveGuildResponse
|
|
429
|
+
* @package sparkdream.season.v1
|
|
430
|
+
* @see proto type: sparkdream.season.v1.MsgLeaveGuildResponse
|
|
431
|
+
*/
|
|
432
|
+
export interface MsgLeaveGuildResponse {
|
|
433
|
+
}
|
|
434
|
+
export interface MsgLeaveGuildResponseProtoMsg {
|
|
435
|
+
typeUrl: "/sparkdream.season.v1.MsgLeaveGuildResponse";
|
|
436
|
+
value: Uint8Array;
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* MsgLeaveGuildResponse defines the MsgLeaveGuildResponse message.
|
|
440
|
+
* @name MsgLeaveGuildResponseAmino
|
|
441
|
+
* @package sparkdream.season.v1
|
|
442
|
+
* @see proto type: sparkdream.season.v1.MsgLeaveGuildResponse
|
|
443
|
+
*/
|
|
444
|
+
export interface MsgLeaveGuildResponseAmino {
|
|
445
|
+
}
|
|
446
|
+
export interface MsgLeaveGuildResponseAminoMsg {
|
|
447
|
+
type: "/sparkdream.season.v1.MsgLeaveGuildResponse";
|
|
448
|
+
value: MsgLeaveGuildResponseAmino;
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* MsgTransferGuildFounder defines the MsgTransferGuildFounder message.
|
|
452
|
+
* @name MsgTransferGuildFounder
|
|
453
|
+
* @package sparkdream.season.v1
|
|
454
|
+
* @see proto type: sparkdream.season.v1.MsgTransferGuildFounder
|
|
455
|
+
*/
|
|
456
|
+
export interface MsgTransferGuildFounder {
|
|
457
|
+
creator: string;
|
|
458
|
+
guildId: bigint;
|
|
459
|
+
newFounder: string;
|
|
460
|
+
}
|
|
461
|
+
export interface MsgTransferGuildFounderProtoMsg {
|
|
462
|
+
typeUrl: "/sparkdream.season.v1.MsgTransferGuildFounder";
|
|
463
|
+
value: Uint8Array;
|
|
464
|
+
}
|
|
465
|
+
/**
|
|
466
|
+
* MsgTransferGuildFounder defines the MsgTransferGuildFounder message.
|
|
467
|
+
* @name MsgTransferGuildFounderAmino
|
|
468
|
+
* @package sparkdream.season.v1
|
|
469
|
+
* @see proto type: sparkdream.season.v1.MsgTransferGuildFounder
|
|
470
|
+
*/
|
|
471
|
+
export interface MsgTransferGuildFounderAmino {
|
|
472
|
+
creator?: string;
|
|
473
|
+
guild_id?: string;
|
|
474
|
+
new_founder?: string;
|
|
475
|
+
}
|
|
476
|
+
export interface MsgTransferGuildFounderAminoMsg {
|
|
477
|
+
type: "/sparkdream.season.v1.MsgTransferGuildFounder";
|
|
478
|
+
value: MsgTransferGuildFounderAmino;
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* MsgTransferGuildFounderResponse defines the MsgTransferGuildFounderResponse message.
|
|
482
|
+
* @name MsgTransferGuildFounderResponse
|
|
483
|
+
* @package sparkdream.season.v1
|
|
484
|
+
* @see proto type: sparkdream.season.v1.MsgTransferGuildFounderResponse
|
|
485
|
+
*/
|
|
486
|
+
export interface MsgTransferGuildFounderResponse {
|
|
487
|
+
}
|
|
488
|
+
export interface MsgTransferGuildFounderResponseProtoMsg {
|
|
489
|
+
typeUrl: "/sparkdream.season.v1.MsgTransferGuildFounderResponse";
|
|
490
|
+
value: Uint8Array;
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* MsgTransferGuildFounderResponse defines the MsgTransferGuildFounderResponse message.
|
|
494
|
+
* @name MsgTransferGuildFounderResponseAmino
|
|
495
|
+
* @package sparkdream.season.v1
|
|
496
|
+
* @see proto type: sparkdream.season.v1.MsgTransferGuildFounderResponse
|
|
497
|
+
*/
|
|
498
|
+
export interface MsgTransferGuildFounderResponseAmino {
|
|
499
|
+
}
|
|
500
|
+
export interface MsgTransferGuildFounderResponseAminoMsg {
|
|
501
|
+
type: "/sparkdream.season.v1.MsgTransferGuildFounderResponse";
|
|
502
|
+
value: MsgTransferGuildFounderResponseAmino;
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* MsgDissolveGuild defines the MsgDissolveGuild message.
|
|
506
|
+
* @name MsgDissolveGuild
|
|
507
|
+
* @package sparkdream.season.v1
|
|
508
|
+
* @see proto type: sparkdream.season.v1.MsgDissolveGuild
|
|
509
|
+
*/
|
|
510
|
+
export interface MsgDissolveGuild {
|
|
511
|
+
creator: string;
|
|
512
|
+
guildId: bigint;
|
|
513
|
+
}
|
|
514
|
+
export interface MsgDissolveGuildProtoMsg {
|
|
515
|
+
typeUrl: "/sparkdream.season.v1.MsgDissolveGuild";
|
|
516
|
+
value: Uint8Array;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* MsgDissolveGuild defines the MsgDissolveGuild message.
|
|
520
|
+
* @name MsgDissolveGuildAmino
|
|
521
|
+
* @package sparkdream.season.v1
|
|
522
|
+
* @see proto type: sparkdream.season.v1.MsgDissolveGuild
|
|
523
|
+
*/
|
|
524
|
+
export interface MsgDissolveGuildAmino {
|
|
525
|
+
creator?: string;
|
|
526
|
+
guild_id?: string;
|
|
527
|
+
}
|
|
528
|
+
export interface MsgDissolveGuildAminoMsg {
|
|
529
|
+
type: "/sparkdream.season.v1.MsgDissolveGuild";
|
|
530
|
+
value: MsgDissolveGuildAmino;
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* MsgDissolveGuildResponse defines the MsgDissolveGuildResponse message.
|
|
534
|
+
* @name MsgDissolveGuildResponse
|
|
535
|
+
* @package sparkdream.season.v1
|
|
536
|
+
* @see proto type: sparkdream.season.v1.MsgDissolveGuildResponse
|
|
537
|
+
*/
|
|
538
|
+
export interface MsgDissolveGuildResponse {
|
|
539
|
+
}
|
|
540
|
+
export interface MsgDissolveGuildResponseProtoMsg {
|
|
541
|
+
typeUrl: "/sparkdream.season.v1.MsgDissolveGuildResponse";
|
|
542
|
+
value: Uint8Array;
|
|
543
|
+
}
|
|
544
|
+
/**
|
|
545
|
+
* MsgDissolveGuildResponse defines the MsgDissolveGuildResponse message.
|
|
546
|
+
* @name MsgDissolveGuildResponseAmino
|
|
547
|
+
* @package sparkdream.season.v1
|
|
548
|
+
* @see proto type: sparkdream.season.v1.MsgDissolveGuildResponse
|
|
549
|
+
*/
|
|
550
|
+
export interface MsgDissolveGuildResponseAmino {
|
|
551
|
+
}
|
|
552
|
+
export interface MsgDissolveGuildResponseAminoMsg {
|
|
553
|
+
type: "/sparkdream.season.v1.MsgDissolveGuildResponse";
|
|
554
|
+
value: MsgDissolveGuildResponseAmino;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* MsgPromoteToOfficer defines the MsgPromoteToOfficer message.
|
|
558
|
+
* @name MsgPromoteToOfficer
|
|
559
|
+
* @package sparkdream.season.v1
|
|
560
|
+
* @see proto type: sparkdream.season.v1.MsgPromoteToOfficer
|
|
561
|
+
*/
|
|
562
|
+
export interface MsgPromoteToOfficer {
|
|
563
|
+
creator: string;
|
|
564
|
+
guildId: bigint;
|
|
565
|
+
member: string;
|
|
566
|
+
}
|
|
567
|
+
export interface MsgPromoteToOfficerProtoMsg {
|
|
568
|
+
typeUrl: "/sparkdream.season.v1.MsgPromoteToOfficer";
|
|
569
|
+
value: Uint8Array;
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* MsgPromoteToOfficer defines the MsgPromoteToOfficer message.
|
|
573
|
+
* @name MsgPromoteToOfficerAmino
|
|
574
|
+
* @package sparkdream.season.v1
|
|
575
|
+
* @see proto type: sparkdream.season.v1.MsgPromoteToOfficer
|
|
576
|
+
*/
|
|
577
|
+
export interface MsgPromoteToOfficerAmino {
|
|
578
|
+
creator?: string;
|
|
579
|
+
guild_id?: string;
|
|
580
|
+
member?: string;
|
|
581
|
+
}
|
|
582
|
+
export interface MsgPromoteToOfficerAminoMsg {
|
|
583
|
+
type: "/sparkdream.season.v1.MsgPromoteToOfficer";
|
|
584
|
+
value: MsgPromoteToOfficerAmino;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* MsgPromoteToOfficerResponse defines the MsgPromoteToOfficerResponse message.
|
|
588
|
+
* @name MsgPromoteToOfficerResponse
|
|
589
|
+
* @package sparkdream.season.v1
|
|
590
|
+
* @see proto type: sparkdream.season.v1.MsgPromoteToOfficerResponse
|
|
591
|
+
*/
|
|
592
|
+
export interface MsgPromoteToOfficerResponse {
|
|
593
|
+
}
|
|
594
|
+
export interface MsgPromoteToOfficerResponseProtoMsg {
|
|
595
|
+
typeUrl: "/sparkdream.season.v1.MsgPromoteToOfficerResponse";
|
|
596
|
+
value: Uint8Array;
|
|
597
|
+
}
|
|
598
|
+
/**
|
|
599
|
+
* MsgPromoteToOfficerResponse defines the MsgPromoteToOfficerResponse message.
|
|
600
|
+
* @name MsgPromoteToOfficerResponseAmino
|
|
601
|
+
* @package sparkdream.season.v1
|
|
602
|
+
* @see proto type: sparkdream.season.v1.MsgPromoteToOfficerResponse
|
|
603
|
+
*/
|
|
604
|
+
export interface MsgPromoteToOfficerResponseAmino {
|
|
605
|
+
}
|
|
606
|
+
export interface MsgPromoteToOfficerResponseAminoMsg {
|
|
607
|
+
type: "/sparkdream.season.v1.MsgPromoteToOfficerResponse";
|
|
608
|
+
value: MsgPromoteToOfficerResponseAmino;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* MsgDemoteOfficer defines the MsgDemoteOfficer message.
|
|
612
|
+
* @name MsgDemoteOfficer
|
|
613
|
+
* @package sparkdream.season.v1
|
|
614
|
+
* @see proto type: sparkdream.season.v1.MsgDemoteOfficer
|
|
615
|
+
*/
|
|
616
|
+
export interface MsgDemoteOfficer {
|
|
617
|
+
creator: string;
|
|
618
|
+
guildId: bigint;
|
|
619
|
+
officer: string;
|
|
620
|
+
}
|
|
621
|
+
export interface MsgDemoteOfficerProtoMsg {
|
|
622
|
+
typeUrl: "/sparkdream.season.v1.MsgDemoteOfficer";
|
|
623
|
+
value: Uint8Array;
|
|
624
|
+
}
|
|
625
|
+
/**
|
|
626
|
+
* MsgDemoteOfficer defines the MsgDemoteOfficer message.
|
|
627
|
+
* @name MsgDemoteOfficerAmino
|
|
628
|
+
* @package sparkdream.season.v1
|
|
629
|
+
* @see proto type: sparkdream.season.v1.MsgDemoteOfficer
|
|
630
|
+
*/
|
|
631
|
+
export interface MsgDemoteOfficerAmino {
|
|
632
|
+
creator?: string;
|
|
633
|
+
guild_id?: string;
|
|
634
|
+
officer?: string;
|
|
635
|
+
}
|
|
636
|
+
export interface MsgDemoteOfficerAminoMsg {
|
|
637
|
+
type: "/sparkdream.season.v1.MsgDemoteOfficer";
|
|
638
|
+
value: MsgDemoteOfficerAmino;
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* MsgDemoteOfficerResponse defines the MsgDemoteOfficerResponse message.
|
|
642
|
+
* @name MsgDemoteOfficerResponse
|
|
643
|
+
* @package sparkdream.season.v1
|
|
644
|
+
* @see proto type: sparkdream.season.v1.MsgDemoteOfficerResponse
|
|
645
|
+
*/
|
|
646
|
+
export interface MsgDemoteOfficerResponse {
|
|
647
|
+
}
|
|
648
|
+
export interface MsgDemoteOfficerResponseProtoMsg {
|
|
649
|
+
typeUrl: "/sparkdream.season.v1.MsgDemoteOfficerResponse";
|
|
650
|
+
value: Uint8Array;
|
|
651
|
+
}
|
|
652
|
+
/**
|
|
653
|
+
* MsgDemoteOfficerResponse defines the MsgDemoteOfficerResponse message.
|
|
654
|
+
* @name MsgDemoteOfficerResponseAmino
|
|
655
|
+
* @package sparkdream.season.v1
|
|
656
|
+
* @see proto type: sparkdream.season.v1.MsgDemoteOfficerResponse
|
|
657
|
+
*/
|
|
658
|
+
export interface MsgDemoteOfficerResponseAmino {
|
|
659
|
+
}
|
|
660
|
+
export interface MsgDemoteOfficerResponseAminoMsg {
|
|
661
|
+
type: "/sparkdream.season.v1.MsgDemoteOfficerResponse";
|
|
662
|
+
value: MsgDemoteOfficerResponseAmino;
|
|
663
|
+
}
|
|
664
|
+
/**
|
|
665
|
+
* MsgInviteToGuild defines the MsgInviteToGuild message.
|
|
666
|
+
* @name MsgInviteToGuild
|
|
667
|
+
* @package sparkdream.season.v1
|
|
668
|
+
* @see proto type: sparkdream.season.v1.MsgInviteToGuild
|
|
669
|
+
*/
|
|
670
|
+
export interface MsgInviteToGuild {
|
|
671
|
+
creator: string;
|
|
672
|
+
guildId: bigint;
|
|
673
|
+
invitee: string;
|
|
674
|
+
}
|
|
675
|
+
export interface MsgInviteToGuildProtoMsg {
|
|
676
|
+
typeUrl: "/sparkdream.season.v1.MsgInviteToGuild";
|
|
677
|
+
value: Uint8Array;
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* MsgInviteToGuild defines the MsgInviteToGuild message.
|
|
681
|
+
* @name MsgInviteToGuildAmino
|
|
682
|
+
* @package sparkdream.season.v1
|
|
683
|
+
* @see proto type: sparkdream.season.v1.MsgInviteToGuild
|
|
684
|
+
*/
|
|
685
|
+
export interface MsgInviteToGuildAmino {
|
|
686
|
+
creator?: string;
|
|
687
|
+
guild_id?: string;
|
|
688
|
+
invitee?: string;
|
|
689
|
+
}
|
|
690
|
+
export interface MsgInviteToGuildAminoMsg {
|
|
691
|
+
type: "/sparkdream.season.v1.MsgInviteToGuild";
|
|
692
|
+
value: MsgInviteToGuildAmino;
|
|
693
|
+
}
|
|
694
|
+
/**
|
|
695
|
+
* MsgInviteToGuildResponse defines the MsgInviteToGuildResponse message.
|
|
696
|
+
* @name MsgInviteToGuildResponse
|
|
697
|
+
* @package sparkdream.season.v1
|
|
698
|
+
* @see proto type: sparkdream.season.v1.MsgInviteToGuildResponse
|
|
699
|
+
*/
|
|
700
|
+
export interface MsgInviteToGuildResponse {
|
|
701
|
+
}
|
|
702
|
+
export interface MsgInviteToGuildResponseProtoMsg {
|
|
703
|
+
typeUrl: "/sparkdream.season.v1.MsgInviteToGuildResponse";
|
|
704
|
+
value: Uint8Array;
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* MsgInviteToGuildResponse defines the MsgInviteToGuildResponse message.
|
|
708
|
+
* @name MsgInviteToGuildResponseAmino
|
|
709
|
+
* @package sparkdream.season.v1
|
|
710
|
+
* @see proto type: sparkdream.season.v1.MsgInviteToGuildResponse
|
|
711
|
+
*/
|
|
712
|
+
export interface MsgInviteToGuildResponseAmino {
|
|
713
|
+
}
|
|
714
|
+
export interface MsgInviteToGuildResponseAminoMsg {
|
|
715
|
+
type: "/sparkdream.season.v1.MsgInviteToGuildResponse";
|
|
716
|
+
value: MsgInviteToGuildResponseAmino;
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* MsgAcceptGuildInvite defines the MsgAcceptGuildInvite message.
|
|
720
|
+
* @name MsgAcceptGuildInvite
|
|
721
|
+
* @package sparkdream.season.v1
|
|
722
|
+
* @see proto type: sparkdream.season.v1.MsgAcceptGuildInvite
|
|
723
|
+
*/
|
|
724
|
+
export interface MsgAcceptGuildInvite {
|
|
725
|
+
creator: string;
|
|
726
|
+
guildId: bigint;
|
|
727
|
+
}
|
|
728
|
+
export interface MsgAcceptGuildInviteProtoMsg {
|
|
729
|
+
typeUrl: "/sparkdream.season.v1.MsgAcceptGuildInvite";
|
|
730
|
+
value: Uint8Array;
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* MsgAcceptGuildInvite defines the MsgAcceptGuildInvite message.
|
|
734
|
+
* @name MsgAcceptGuildInviteAmino
|
|
735
|
+
* @package sparkdream.season.v1
|
|
736
|
+
* @see proto type: sparkdream.season.v1.MsgAcceptGuildInvite
|
|
737
|
+
*/
|
|
738
|
+
export interface MsgAcceptGuildInviteAmino {
|
|
739
|
+
creator?: string;
|
|
740
|
+
guild_id?: string;
|
|
741
|
+
}
|
|
742
|
+
export interface MsgAcceptGuildInviteAminoMsg {
|
|
743
|
+
type: "/sparkdream.season.v1.MsgAcceptGuildInvite";
|
|
744
|
+
value: MsgAcceptGuildInviteAmino;
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* MsgAcceptGuildInviteResponse defines the MsgAcceptGuildInviteResponse message.
|
|
748
|
+
* @name MsgAcceptGuildInviteResponse
|
|
749
|
+
* @package sparkdream.season.v1
|
|
750
|
+
* @see proto type: sparkdream.season.v1.MsgAcceptGuildInviteResponse
|
|
751
|
+
*/
|
|
752
|
+
export interface MsgAcceptGuildInviteResponse {
|
|
753
|
+
}
|
|
754
|
+
export interface MsgAcceptGuildInviteResponseProtoMsg {
|
|
755
|
+
typeUrl: "/sparkdream.season.v1.MsgAcceptGuildInviteResponse";
|
|
756
|
+
value: Uint8Array;
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* MsgAcceptGuildInviteResponse defines the MsgAcceptGuildInviteResponse message.
|
|
760
|
+
* @name MsgAcceptGuildInviteResponseAmino
|
|
761
|
+
* @package sparkdream.season.v1
|
|
762
|
+
* @see proto type: sparkdream.season.v1.MsgAcceptGuildInviteResponse
|
|
763
|
+
*/
|
|
764
|
+
export interface MsgAcceptGuildInviteResponseAmino {
|
|
765
|
+
}
|
|
766
|
+
export interface MsgAcceptGuildInviteResponseAminoMsg {
|
|
767
|
+
type: "/sparkdream.season.v1.MsgAcceptGuildInviteResponse";
|
|
768
|
+
value: MsgAcceptGuildInviteResponseAmino;
|
|
769
|
+
}
|
|
770
|
+
/**
|
|
771
|
+
* MsgRevokeGuildInvite defines the MsgRevokeGuildInvite message.
|
|
772
|
+
* @name MsgRevokeGuildInvite
|
|
773
|
+
* @package sparkdream.season.v1
|
|
774
|
+
* @see proto type: sparkdream.season.v1.MsgRevokeGuildInvite
|
|
775
|
+
*/
|
|
776
|
+
export interface MsgRevokeGuildInvite {
|
|
777
|
+
creator: string;
|
|
778
|
+
guildId: bigint;
|
|
779
|
+
invitee: string;
|
|
780
|
+
}
|
|
781
|
+
export interface MsgRevokeGuildInviteProtoMsg {
|
|
782
|
+
typeUrl: "/sparkdream.season.v1.MsgRevokeGuildInvite";
|
|
783
|
+
value: Uint8Array;
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* MsgRevokeGuildInvite defines the MsgRevokeGuildInvite message.
|
|
787
|
+
* @name MsgRevokeGuildInviteAmino
|
|
788
|
+
* @package sparkdream.season.v1
|
|
789
|
+
* @see proto type: sparkdream.season.v1.MsgRevokeGuildInvite
|
|
790
|
+
*/
|
|
791
|
+
export interface MsgRevokeGuildInviteAmino {
|
|
792
|
+
creator?: string;
|
|
793
|
+
guild_id?: string;
|
|
794
|
+
invitee?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface MsgRevokeGuildInviteAminoMsg {
|
|
797
|
+
type: "/sparkdream.season.v1.MsgRevokeGuildInvite";
|
|
798
|
+
value: MsgRevokeGuildInviteAmino;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* MsgRevokeGuildInviteResponse defines the MsgRevokeGuildInviteResponse message.
|
|
802
|
+
* @name MsgRevokeGuildInviteResponse
|
|
803
|
+
* @package sparkdream.season.v1
|
|
804
|
+
* @see proto type: sparkdream.season.v1.MsgRevokeGuildInviteResponse
|
|
805
|
+
*/
|
|
806
|
+
export interface MsgRevokeGuildInviteResponse {
|
|
807
|
+
}
|
|
808
|
+
export interface MsgRevokeGuildInviteResponseProtoMsg {
|
|
809
|
+
typeUrl: "/sparkdream.season.v1.MsgRevokeGuildInviteResponse";
|
|
810
|
+
value: Uint8Array;
|
|
811
|
+
}
|
|
812
|
+
/**
|
|
813
|
+
* MsgRevokeGuildInviteResponse defines the MsgRevokeGuildInviteResponse message.
|
|
814
|
+
* @name MsgRevokeGuildInviteResponseAmino
|
|
815
|
+
* @package sparkdream.season.v1
|
|
816
|
+
* @see proto type: sparkdream.season.v1.MsgRevokeGuildInviteResponse
|
|
817
|
+
*/
|
|
818
|
+
export interface MsgRevokeGuildInviteResponseAmino {
|
|
819
|
+
}
|
|
820
|
+
export interface MsgRevokeGuildInviteResponseAminoMsg {
|
|
821
|
+
type: "/sparkdream.season.v1.MsgRevokeGuildInviteResponse";
|
|
822
|
+
value: MsgRevokeGuildInviteResponseAmino;
|
|
823
|
+
}
|
|
824
|
+
/**
|
|
825
|
+
* MsgSetGuildInviteOnly defines the MsgSetGuildInviteOnly message.
|
|
826
|
+
* @name MsgSetGuildInviteOnly
|
|
827
|
+
* @package sparkdream.season.v1
|
|
828
|
+
* @see proto type: sparkdream.season.v1.MsgSetGuildInviteOnly
|
|
829
|
+
*/
|
|
830
|
+
export interface MsgSetGuildInviteOnly {
|
|
831
|
+
creator: string;
|
|
832
|
+
guildId: bigint;
|
|
833
|
+
inviteOnly: boolean;
|
|
834
|
+
}
|
|
835
|
+
export interface MsgSetGuildInviteOnlyProtoMsg {
|
|
836
|
+
typeUrl: "/sparkdream.season.v1.MsgSetGuildInviteOnly";
|
|
837
|
+
value: Uint8Array;
|
|
838
|
+
}
|
|
839
|
+
/**
|
|
840
|
+
* MsgSetGuildInviteOnly defines the MsgSetGuildInviteOnly message.
|
|
841
|
+
* @name MsgSetGuildInviteOnlyAmino
|
|
842
|
+
* @package sparkdream.season.v1
|
|
843
|
+
* @see proto type: sparkdream.season.v1.MsgSetGuildInviteOnly
|
|
844
|
+
*/
|
|
845
|
+
export interface MsgSetGuildInviteOnlyAmino {
|
|
846
|
+
creator?: string;
|
|
847
|
+
guild_id?: string;
|
|
848
|
+
invite_only?: boolean;
|
|
849
|
+
}
|
|
850
|
+
export interface MsgSetGuildInviteOnlyAminoMsg {
|
|
851
|
+
type: "/sparkdream.season.v1.MsgSetGuildInviteOnly";
|
|
852
|
+
value: MsgSetGuildInviteOnlyAmino;
|
|
853
|
+
}
|
|
854
|
+
/**
|
|
855
|
+
* MsgSetGuildInviteOnlyResponse defines the MsgSetGuildInviteOnlyResponse message.
|
|
856
|
+
* @name MsgSetGuildInviteOnlyResponse
|
|
857
|
+
* @package sparkdream.season.v1
|
|
858
|
+
* @see proto type: sparkdream.season.v1.MsgSetGuildInviteOnlyResponse
|
|
859
|
+
*/
|
|
860
|
+
export interface MsgSetGuildInviteOnlyResponse {
|
|
861
|
+
}
|
|
862
|
+
export interface MsgSetGuildInviteOnlyResponseProtoMsg {
|
|
863
|
+
typeUrl: "/sparkdream.season.v1.MsgSetGuildInviteOnlyResponse";
|
|
864
|
+
value: Uint8Array;
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* MsgSetGuildInviteOnlyResponse defines the MsgSetGuildInviteOnlyResponse message.
|
|
868
|
+
* @name MsgSetGuildInviteOnlyResponseAmino
|
|
869
|
+
* @package sparkdream.season.v1
|
|
870
|
+
* @see proto type: sparkdream.season.v1.MsgSetGuildInviteOnlyResponse
|
|
871
|
+
*/
|
|
872
|
+
export interface MsgSetGuildInviteOnlyResponseAmino {
|
|
873
|
+
}
|
|
874
|
+
export interface MsgSetGuildInviteOnlyResponseAminoMsg {
|
|
875
|
+
type: "/sparkdream.season.v1.MsgSetGuildInviteOnlyResponse";
|
|
876
|
+
value: MsgSetGuildInviteOnlyResponseAmino;
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
* MsgUpdateGuildDescription defines the MsgUpdateGuildDescription message.
|
|
880
|
+
* @name MsgUpdateGuildDescription
|
|
881
|
+
* @package sparkdream.season.v1
|
|
882
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateGuildDescription
|
|
883
|
+
*/
|
|
884
|
+
export interface MsgUpdateGuildDescription {
|
|
885
|
+
creator: string;
|
|
886
|
+
guildId: bigint;
|
|
887
|
+
description: string;
|
|
888
|
+
}
|
|
889
|
+
export interface MsgUpdateGuildDescriptionProtoMsg {
|
|
890
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateGuildDescription";
|
|
891
|
+
value: Uint8Array;
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* MsgUpdateGuildDescription defines the MsgUpdateGuildDescription message.
|
|
895
|
+
* @name MsgUpdateGuildDescriptionAmino
|
|
896
|
+
* @package sparkdream.season.v1
|
|
897
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateGuildDescription
|
|
898
|
+
*/
|
|
899
|
+
export interface MsgUpdateGuildDescriptionAmino {
|
|
900
|
+
creator?: string;
|
|
901
|
+
guild_id?: string;
|
|
902
|
+
description?: string;
|
|
903
|
+
}
|
|
904
|
+
export interface MsgUpdateGuildDescriptionAminoMsg {
|
|
905
|
+
type: "/sparkdream.season.v1.MsgUpdateGuildDescription";
|
|
906
|
+
value: MsgUpdateGuildDescriptionAmino;
|
|
907
|
+
}
|
|
908
|
+
/**
|
|
909
|
+
* MsgUpdateGuildDescriptionResponse defines the MsgUpdateGuildDescriptionResponse message.
|
|
910
|
+
* @name MsgUpdateGuildDescriptionResponse
|
|
911
|
+
* @package sparkdream.season.v1
|
|
912
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateGuildDescriptionResponse
|
|
913
|
+
*/
|
|
914
|
+
export interface MsgUpdateGuildDescriptionResponse {
|
|
915
|
+
}
|
|
916
|
+
export interface MsgUpdateGuildDescriptionResponseProtoMsg {
|
|
917
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateGuildDescriptionResponse";
|
|
918
|
+
value: Uint8Array;
|
|
919
|
+
}
|
|
920
|
+
/**
|
|
921
|
+
* MsgUpdateGuildDescriptionResponse defines the MsgUpdateGuildDescriptionResponse message.
|
|
922
|
+
* @name MsgUpdateGuildDescriptionResponseAmino
|
|
923
|
+
* @package sparkdream.season.v1
|
|
924
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateGuildDescriptionResponse
|
|
925
|
+
*/
|
|
926
|
+
export interface MsgUpdateGuildDescriptionResponseAmino {
|
|
927
|
+
}
|
|
928
|
+
export interface MsgUpdateGuildDescriptionResponseAminoMsg {
|
|
929
|
+
type: "/sparkdream.season.v1.MsgUpdateGuildDescriptionResponse";
|
|
930
|
+
value: MsgUpdateGuildDescriptionResponseAmino;
|
|
931
|
+
}
|
|
932
|
+
/**
|
|
933
|
+
* MsgKickFromGuild defines the MsgKickFromGuild message.
|
|
934
|
+
* @name MsgKickFromGuild
|
|
935
|
+
* @package sparkdream.season.v1
|
|
936
|
+
* @see proto type: sparkdream.season.v1.MsgKickFromGuild
|
|
937
|
+
*/
|
|
938
|
+
export interface MsgKickFromGuild {
|
|
939
|
+
creator: string;
|
|
940
|
+
guildId: bigint;
|
|
941
|
+
member: string;
|
|
942
|
+
reason: string;
|
|
943
|
+
}
|
|
944
|
+
export interface MsgKickFromGuildProtoMsg {
|
|
945
|
+
typeUrl: "/sparkdream.season.v1.MsgKickFromGuild";
|
|
946
|
+
value: Uint8Array;
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
* MsgKickFromGuild defines the MsgKickFromGuild message.
|
|
950
|
+
* @name MsgKickFromGuildAmino
|
|
951
|
+
* @package sparkdream.season.v1
|
|
952
|
+
* @see proto type: sparkdream.season.v1.MsgKickFromGuild
|
|
953
|
+
*/
|
|
954
|
+
export interface MsgKickFromGuildAmino {
|
|
955
|
+
creator?: string;
|
|
956
|
+
guild_id?: string;
|
|
957
|
+
member?: string;
|
|
958
|
+
reason?: string;
|
|
959
|
+
}
|
|
960
|
+
export interface MsgKickFromGuildAminoMsg {
|
|
961
|
+
type: "/sparkdream.season.v1.MsgKickFromGuild";
|
|
962
|
+
value: MsgKickFromGuildAmino;
|
|
963
|
+
}
|
|
964
|
+
/**
|
|
965
|
+
* MsgKickFromGuildResponse defines the MsgKickFromGuildResponse message.
|
|
966
|
+
* @name MsgKickFromGuildResponse
|
|
967
|
+
* @package sparkdream.season.v1
|
|
968
|
+
* @see proto type: sparkdream.season.v1.MsgKickFromGuildResponse
|
|
969
|
+
*/
|
|
970
|
+
export interface MsgKickFromGuildResponse {
|
|
971
|
+
}
|
|
972
|
+
export interface MsgKickFromGuildResponseProtoMsg {
|
|
973
|
+
typeUrl: "/sparkdream.season.v1.MsgKickFromGuildResponse";
|
|
974
|
+
value: Uint8Array;
|
|
975
|
+
}
|
|
976
|
+
/**
|
|
977
|
+
* MsgKickFromGuildResponse defines the MsgKickFromGuildResponse message.
|
|
978
|
+
* @name MsgKickFromGuildResponseAmino
|
|
979
|
+
* @package sparkdream.season.v1
|
|
980
|
+
* @see proto type: sparkdream.season.v1.MsgKickFromGuildResponse
|
|
981
|
+
*/
|
|
982
|
+
export interface MsgKickFromGuildResponseAmino {
|
|
983
|
+
}
|
|
984
|
+
export interface MsgKickFromGuildResponseAminoMsg {
|
|
985
|
+
type: "/sparkdream.season.v1.MsgKickFromGuildResponse";
|
|
986
|
+
value: MsgKickFromGuildResponseAmino;
|
|
987
|
+
}
|
|
988
|
+
/**
|
|
989
|
+
* MsgClaimGuildFounder defines the MsgClaimGuildFounder message.
|
|
990
|
+
* @name MsgClaimGuildFounder
|
|
991
|
+
* @package sparkdream.season.v1
|
|
992
|
+
* @see proto type: sparkdream.season.v1.MsgClaimGuildFounder
|
|
993
|
+
*/
|
|
994
|
+
export interface MsgClaimGuildFounder {
|
|
995
|
+
creator: string;
|
|
996
|
+
guildId: bigint;
|
|
997
|
+
}
|
|
998
|
+
export interface MsgClaimGuildFounderProtoMsg {
|
|
999
|
+
typeUrl: "/sparkdream.season.v1.MsgClaimGuildFounder";
|
|
1000
|
+
value: Uint8Array;
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* MsgClaimGuildFounder defines the MsgClaimGuildFounder message.
|
|
1004
|
+
* @name MsgClaimGuildFounderAmino
|
|
1005
|
+
* @package sparkdream.season.v1
|
|
1006
|
+
* @see proto type: sparkdream.season.v1.MsgClaimGuildFounder
|
|
1007
|
+
*/
|
|
1008
|
+
export interface MsgClaimGuildFounderAmino {
|
|
1009
|
+
creator?: string;
|
|
1010
|
+
guild_id?: string;
|
|
1011
|
+
}
|
|
1012
|
+
export interface MsgClaimGuildFounderAminoMsg {
|
|
1013
|
+
type: "/sparkdream.season.v1.MsgClaimGuildFounder";
|
|
1014
|
+
value: MsgClaimGuildFounderAmino;
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* MsgClaimGuildFounderResponse defines the MsgClaimGuildFounderResponse message.
|
|
1018
|
+
* @name MsgClaimGuildFounderResponse
|
|
1019
|
+
* @package sparkdream.season.v1
|
|
1020
|
+
* @see proto type: sparkdream.season.v1.MsgClaimGuildFounderResponse
|
|
1021
|
+
*/
|
|
1022
|
+
export interface MsgClaimGuildFounderResponse {
|
|
1023
|
+
}
|
|
1024
|
+
export interface MsgClaimGuildFounderResponseProtoMsg {
|
|
1025
|
+
typeUrl: "/sparkdream.season.v1.MsgClaimGuildFounderResponse";
|
|
1026
|
+
value: Uint8Array;
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* MsgClaimGuildFounderResponse defines the MsgClaimGuildFounderResponse message.
|
|
1030
|
+
* @name MsgClaimGuildFounderResponseAmino
|
|
1031
|
+
* @package sparkdream.season.v1
|
|
1032
|
+
* @see proto type: sparkdream.season.v1.MsgClaimGuildFounderResponse
|
|
1033
|
+
*/
|
|
1034
|
+
export interface MsgClaimGuildFounderResponseAmino {
|
|
1035
|
+
}
|
|
1036
|
+
export interface MsgClaimGuildFounderResponseAminoMsg {
|
|
1037
|
+
type: "/sparkdream.season.v1.MsgClaimGuildFounderResponse";
|
|
1038
|
+
value: MsgClaimGuildFounderResponseAmino;
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* MsgStartQuest defines the MsgStartQuest message.
|
|
1042
|
+
* @name MsgStartQuest
|
|
1043
|
+
* @package sparkdream.season.v1
|
|
1044
|
+
* @see proto type: sparkdream.season.v1.MsgStartQuest
|
|
1045
|
+
*/
|
|
1046
|
+
export interface MsgStartQuest {
|
|
1047
|
+
creator: string;
|
|
1048
|
+
questId: string;
|
|
1049
|
+
}
|
|
1050
|
+
export interface MsgStartQuestProtoMsg {
|
|
1051
|
+
typeUrl: "/sparkdream.season.v1.MsgStartQuest";
|
|
1052
|
+
value: Uint8Array;
|
|
1053
|
+
}
|
|
1054
|
+
/**
|
|
1055
|
+
* MsgStartQuest defines the MsgStartQuest message.
|
|
1056
|
+
* @name MsgStartQuestAmino
|
|
1057
|
+
* @package sparkdream.season.v1
|
|
1058
|
+
* @see proto type: sparkdream.season.v1.MsgStartQuest
|
|
1059
|
+
*/
|
|
1060
|
+
export interface MsgStartQuestAmino {
|
|
1061
|
+
creator?: string;
|
|
1062
|
+
quest_id?: string;
|
|
1063
|
+
}
|
|
1064
|
+
export interface MsgStartQuestAminoMsg {
|
|
1065
|
+
type: "/sparkdream.season.v1.MsgStartQuest";
|
|
1066
|
+
value: MsgStartQuestAmino;
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* MsgStartQuestResponse defines the MsgStartQuestResponse message.
|
|
1070
|
+
* @name MsgStartQuestResponse
|
|
1071
|
+
* @package sparkdream.season.v1
|
|
1072
|
+
* @see proto type: sparkdream.season.v1.MsgStartQuestResponse
|
|
1073
|
+
*/
|
|
1074
|
+
export interface MsgStartQuestResponse {
|
|
1075
|
+
}
|
|
1076
|
+
export interface MsgStartQuestResponseProtoMsg {
|
|
1077
|
+
typeUrl: "/sparkdream.season.v1.MsgStartQuestResponse";
|
|
1078
|
+
value: Uint8Array;
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* MsgStartQuestResponse defines the MsgStartQuestResponse message.
|
|
1082
|
+
* @name MsgStartQuestResponseAmino
|
|
1083
|
+
* @package sparkdream.season.v1
|
|
1084
|
+
* @see proto type: sparkdream.season.v1.MsgStartQuestResponse
|
|
1085
|
+
*/
|
|
1086
|
+
export interface MsgStartQuestResponseAmino {
|
|
1087
|
+
}
|
|
1088
|
+
export interface MsgStartQuestResponseAminoMsg {
|
|
1089
|
+
type: "/sparkdream.season.v1.MsgStartQuestResponse";
|
|
1090
|
+
value: MsgStartQuestResponseAmino;
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* MsgClaimQuestReward defines the MsgClaimQuestReward message.
|
|
1094
|
+
* @name MsgClaimQuestReward
|
|
1095
|
+
* @package sparkdream.season.v1
|
|
1096
|
+
* @see proto type: sparkdream.season.v1.MsgClaimQuestReward
|
|
1097
|
+
*/
|
|
1098
|
+
export interface MsgClaimQuestReward {
|
|
1099
|
+
creator: string;
|
|
1100
|
+
questId: string;
|
|
1101
|
+
}
|
|
1102
|
+
export interface MsgClaimQuestRewardProtoMsg {
|
|
1103
|
+
typeUrl: "/sparkdream.season.v1.MsgClaimQuestReward";
|
|
1104
|
+
value: Uint8Array;
|
|
1105
|
+
}
|
|
1106
|
+
/**
|
|
1107
|
+
* MsgClaimQuestReward defines the MsgClaimQuestReward message.
|
|
1108
|
+
* @name MsgClaimQuestRewardAmino
|
|
1109
|
+
* @package sparkdream.season.v1
|
|
1110
|
+
* @see proto type: sparkdream.season.v1.MsgClaimQuestReward
|
|
1111
|
+
*/
|
|
1112
|
+
export interface MsgClaimQuestRewardAmino {
|
|
1113
|
+
creator?: string;
|
|
1114
|
+
quest_id?: string;
|
|
1115
|
+
}
|
|
1116
|
+
export interface MsgClaimQuestRewardAminoMsg {
|
|
1117
|
+
type: "/sparkdream.season.v1.MsgClaimQuestReward";
|
|
1118
|
+
value: MsgClaimQuestRewardAmino;
|
|
1119
|
+
}
|
|
1120
|
+
/**
|
|
1121
|
+
* MsgClaimQuestRewardResponse defines the MsgClaimQuestRewardResponse message.
|
|
1122
|
+
* @name MsgClaimQuestRewardResponse
|
|
1123
|
+
* @package sparkdream.season.v1
|
|
1124
|
+
* @see proto type: sparkdream.season.v1.MsgClaimQuestRewardResponse
|
|
1125
|
+
*/
|
|
1126
|
+
export interface MsgClaimQuestRewardResponse {
|
|
1127
|
+
}
|
|
1128
|
+
export interface MsgClaimQuestRewardResponseProtoMsg {
|
|
1129
|
+
typeUrl: "/sparkdream.season.v1.MsgClaimQuestRewardResponse";
|
|
1130
|
+
value: Uint8Array;
|
|
1131
|
+
}
|
|
1132
|
+
/**
|
|
1133
|
+
* MsgClaimQuestRewardResponse defines the MsgClaimQuestRewardResponse message.
|
|
1134
|
+
* @name MsgClaimQuestRewardResponseAmino
|
|
1135
|
+
* @package sparkdream.season.v1
|
|
1136
|
+
* @see proto type: sparkdream.season.v1.MsgClaimQuestRewardResponse
|
|
1137
|
+
*/
|
|
1138
|
+
export interface MsgClaimQuestRewardResponseAmino {
|
|
1139
|
+
}
|
|
1140
|
+
export interface MsgClaimQuestRewardResponseAminoMsg {
|
|
1141
|
+
type: "/sparkdream.season.v1.MsgClaimQuestRewardResponse";
|
|
1142
|
+
value: MsgClaimQuestRewardResponseAmino;
|
|
1143
|
+
}
|
|
1144
|
+
/**
|
|
1145
|
+
* MsgAbandonQuest defines the MsgAbandonQuest message.
|
|
1146
|
+
* @name MsgAbandonQuest
|
|
1147
|
+
* @package sparkdream.season.v1
|
|
1148
|
+
* @see proto type: sparkdream.season.v1.MsgAbandonQuest
|
|
1149
|
+
*/
|
|
1150
|
+
export interface MsgAbandonQuest {
|
|
1151
|
+
creator: string;
|
|
1152
|
+
questId: string;
|
|
1153
|
+
}
|
|
1154
|
+
export interface MsgAbandonQuestProtoMsg {
|
|
1155
|
+
typeUrl: "/sparkdream.season.v1.MsgAbandonQuest";
|
|
1156
|
+
value: Uint8Array;
|
|
1157
|
+
}
|
|
1158
|
+
/**
|
|
1159
|
+
* MsgAbandonQuest defines the MsgAbandonQuest message.
|
|
1160
|
+
* @name MsgAbandonQuestAmino
|
|
1161
|
+
* @package sparkdream.season.v1
|
|
1162
|
+
* @see proto type: sparkdream.season.v1.MsgAbandonQuest
|
|
1163
|
+
*/
|
|
1164
|
+
export interface MsgAbandonQuestAmino {
|
|
1165
|
+
creator?: string;
|
|
1166
|
+
quest_id?: string;
|
|
1167
|
+
}
|
|
1168
|
+
export interface MsgAbandonQuestAminoMsg {
|
|
1169
|
+
type: "/sparkdream.season.v1.MsgAbandonQuest";
|
|
1170
|
+
value: MsgAbandonQuestAmino;
|
|
1171
|
+
}
|
|
1172
|
+
/**
|
|
1173
|
+
* MsgAbandonQuestResponse defines the MsgAbandonQuestResponse message.
|
|
1174
|
+
* @name MsgAbandonQuestResponse
|
|
1175
|
+
* @package sparkdream.season.v1
|
|
1176
|
+
* @see proto type: sparkdream.season.v1.MsgAbandonQuestResponse
|
|
1177
|
+
*/
|
|
1178
|
+
export interface MsgAbandonQuestResponse {
|
|
1179
|
+
}
|
|
1180
|
+
export interface MsgAbandonQuestResponseProtoMsg {
|
|
1181
|
+
typeUrl: "/sparkdream.season.v1.MsgAbandonQuestResponse";
|
|
1182
|
+
value: Uint8Array;
|
|
1183
|
+
}
|
|
1184
|
+
/**
|
|
1185
|
+
* MsgAbandonQuestResponse defines the MsgAbandonQuestResponse message.
|
|
1186
|
+
* @name MsgAbandonQuestResponseAmino
|
|
1187
|
+
* @package sparkdream.season.v1
|
|
1188
|
+
* @see proto type: sparkdream.season.v1.MsgAbandonQuestResponse
|
|
1189
|
+
*/
|
|
1190
|
+
export interface MsgAbandonQuestResponseAmino {
|
|
1191
|
+
}
|
|
1192
|
+
export interface MsgAbandonQuestResponseAminoMsg {
|
|
1193
|
+
type: "/sparkdream.season.v1.MsgAbandonQuestResponse";
|
|
1194
|
+
value: MsgAbandonQuestResponseAmino;
|
|
1195
|
+
}
|
|
1196
|
+
/**
|
|
1197
|
+
* MsgCreateQuest defines the MsgCreateQuest message (governance-gated).
|
|
1198
|
+
* @name MsgCreateQuest
|
|
1199
|
+
* @package sparkdream.season.v1
|
|
1200
|
+
* @see proto type: sparkdream.season.v1.MsgCreateQuest
|
|
1201
|
+
*/
|
|
1202
|
+
export interface MsgCreateQuest {
|
|
1203
|
+
/**
|
|
1204
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1205
|
+
*/
|
|
1206
|
+
authority: string;
|
|
1207
|
+
questId: string;
|
|
1208
|
+
name: string;
|
|
1209
|
+
description: string;
|
|
1210
|
+
xpReward: bigint;
|
|
1211
|
+
repeatable: boolean;
|
|
1212
|
+
cooldownEpochs: bigint;
|
|
1213
|
+
season: bigint;
|
|
1214
|
+
startBlock: bigint;
|
|
1215
|
+
endBlock: bigint;
|
|
1216
|
+
minLevel: bigint;
|
|
1217
|
+
requiredAchievement: string;
|
|
1218
|
+
prerequisiteQuest: string;
|
|
1219
|
+
questChain: string;
|
|
1220
|
+
}
|
|
1221
|
+
export interface MsgCreateQuestProtoMsg {
|
|
1222
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateQuest";
|
|
1223
|
+
value: Uint8Array;
|
|
1224
|
+
}
|
|
1225
|
+
/**
|
|
1226
|
+
* MsgCreateQuest defines the MsgCreateQuest message (governance-gated).
|
|
1227
|
+
* @name MsgCreateQuestAmino
|
|
1228
|
+
* @package sparkdream.season.v1
|
|
1229
|
+
* @see proto type: sparkdream.season.v1.MsgCreateQuest
|
|
1230
|
+
*/
|
|
1231
|
+
export interface MsgCreateQuestAmino {
|
|
1232
|
+
/**
|
|
1233
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1234
|
+
*/
|
|
1235
|
+
authority?: string;
|
|
1236
|
+
quest_id?: string;
|
|
1237
|
+
name?: string;
|
|
1238
|
+
description?: string;
|
|
1239
|
+
xp_reward?: string;
|
|
1240
|
+
repeatable?: boolean;
|
|
1241
|
+
cooldown_epochs?: string;
|
|
1242
|
+
season?: string;
|
|
1243
|
+
start_block?: string;
|
|
1244
|
+
end_block?: string;
|
|
1245
|
+
min_level?: string;
|
|
1246
|
+
required_achievement?: string;
|
|
1247
|
+
prerequisite_quest?: string;
|
|
1248
|
+
quest_chain?: string;
|
|
1249
|
+
}
|
|
1250
|
+
export interface MsgCreateQuestAminoMsg {
|
|
1251
|
+
type: "sparkdream/x/season/MsgCreateQuest";
|
|
1252
|
+
value: MsgCreateQuestAmino;
|
|
1253
|
+
}
|
|
1254
|
+
/**
|
|
1255
|
+
* MsgCreateQuestResponse defines the MsgCreateQuestResponse message.
|
|
1256
|
+
* @name MsgCreateQuestResponse
|
|
1257
|
+
* @package sparkdream.season.v1
|
|
1258
|
+
* @see proto type: sparkdream.season.v1.MsgCreateQuestResponse
|
|
1259
|
+
*/
|
|
1260
|
+
export interface MsgCreateQuestResponse {
|
|
1261
|
+
}
|
|
1262
|
+
export interface MsgCreateQuestResponseProtoMsg {
|
|
1263
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateQuestResponse";
|
|
1264
|
+
value: Uint8Array;
|
|
1265
|
+
}
|
|
1266
|
+
/**
|
|
1267
|
+
* MsgCreateQuestResponse defines the MsgCreateQuestResponse message.
|
|
1268
|
+
* @name MsgCreateQuestResponseAmino
|
|
1269
|
+
* @package sparkdream.season.v1
|
|
1270
|
+
* @see proto type: sparkdream.season.v1.MsgCreateQuestResponse
|
|
1271
|
+
*/
|
|
1272
|
+
export interface MsgCreateQuestResponseAmino {
|
|
1273
|
+
}
|
|
1274
|
+
export interface MsgCreateQuestResponseAminoMsg {
|
|
1275
|
+
type: "/sparkdream.season.v1.MsgCreateQuestResponse";
|
|
1276
|
+
value: MsgCreateQuestResponseAmino;
|
|
1277
|
+
}
|
|
1278
|
+
/**
|
|
1279
|
+
* MsgDeactivateQuest defines the MsgDeactivateQuest message (governance-gated).
|
|
1280
|
+
* @name MsgDeactivateQuest
|
|
1281
|
+
* @package sparkdream.season.v1
|
|
1282
|
+
* @see proto type: sparkdream.season.v1.MsgDeactivateQuest
|
|
1283
|
+
*/
|
|
1284
|
+
export interface MsgDeactivateQuest {
|
|
1285
|
+
/**
|
|
1286
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1287
|
+
*/
|
|
1288
|
+
authority: string;
|
|
1289
|
+
questId: string;
|
|
1290
|
+
}
|
|
1291
|
+
export interface MsgDeactivateQuestProtoMsg {
|
|
1292
|
+
typeUrl: "/sparkdream.season.v1.MsgDeactivateQuest";
|
|
1293
|
+
value: Uint8Array;
|
|
1294
|
+
}
|
|
1295
|
+
/**
|
|
1296
|
+
* MsgDeactivateQuest defines the MsgDeactivateQuest message (governance-gated).
|
|
1297
|
+
* @name MsgDeactivateQuestAmino
|
|
1298
|
+
* @package sparkdream.season.v1
|
|
1299
|
+
* @see proto type: sparkdream.season.v1.MsgDeactivateQuest
|
|
1300
|
+
*/
|
|
1301
|
+
export interface MsgDeactivateQuestAmino {
|
|
1302
|
+
/**
|
|
1303
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1304
|
+
*/
|
|
1305
|
+
authority?: string;
|
|
1306
|
+
quest_id?: string;
|
|
1307
|
+
}
|
|
1308
|
+
export interface MsgDeactivateQuestAminoMsg {
|
|
1309
|
+
type: "sparkdream/x/season/MsgDeactivateQuest";
|
|
1310
|
+
value: MsgDeactivateQuestAmino;
|
|
1311
|
+
}
|
|
1312
|
+
/**
|
|
1313
|
+
* MsgDeactivateQuestResponse defines the MsgDeactivateQuestResponse message.
|
|
1314
|
+
* @name MsgDeactivateQuestResponse
|
|
1315
|
+
* @package sparkdream.season.v1
|
|
1316
|
+
* @see proto type: sparkdream.season.v1.MsgDeactivateQuestResponse
|
|
1317
|
+
*/
|
|
1318
|
+
export interface MsgDeactivateQuestResponse {
|
|
1319
|
+
}
|
|
1320
|
+
export interface MsgDeactivateQuestResponseProtoMsg {
|
|
1321
|
+
typeUrl: "/sparkdream.season.v1.MsgDeactivateQuestResponse";
|
|
1322
|
+
value: Uint8Array;
|
|
1323
|
+
}
|
|
1324
|
+
/**
|
|
1325
|
+
* MsgDeactivateQuestResponse defines the MsgDeactivateQuestResponse message.
|
|
1326
|
+
* @name MsgDeactivateQuestResponseAmino
|
|
1327
|
+
* @package sparkdream.season.v1
|
|
1328
|
+
* @see proto type: sparkdream.season.v1.MsgDeactivateQuestResponse
|
|
1329
|
+
*/
|
|
1330
|
+
export interface MsgDeactivateQuestResponseAmino {
|
|
1331
|
+
}
|
|
1332
|
+
export interface MsgDeactivateQuestResponseAminoMsg {
|
|
1333
|
+
type: "/sparkdream.season.v1.MsgDeactivateQuestResponse";
|
|
1334
|
+
value: MsgDeactivateQuestResponseAmino;
|
|
1335
|
+
}
|
|
1336
|
+
/**
|
|
1337
|
+
* MsgExtendSeason defines the MsgExtendSeason message (governance-gated).
|
|
1338
|
+
* @name MsgExtendSeason
|
|
1339
|
+
* @package sparkdream.season.v1
|
|
1340
|
+
* @see proto type: sparkdream.season.v1.MsgExtendSeason
|
|
1341
|
+
*/
|
|
1342
|
+
export interface MsgExtendSeason {
|
|
1343
|
+
/**
|
|
1344
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1345
|
+
*/
|
|
1346
|
+
authority: string;
|
|
1347
|
+
extensionEpochs: bigint;
|
|
1348
|
+
reason: string;
|
|
1349
|
+
}
|
|
1350
|
+
export interface MsgExtendSeasonProtoMsg {
|
|
1351
|
+
typeUrl: "/sparkdream.season.v1.MsgExtendSeason";
|
|
1352
|
+
value: Uint8Array;
|
|
1353
|
+
}
|
|
1354
|
+
/**
|
|
1355
|
+
* MsgExtendSeason defines the MsgExtendSeason message (governance-gated).
|
|
1356
|
+
* @name MsgExtendSeasonAmino
|
|
1357
|
+
* @package sparkdream.season.v1
|
|
1358
|
+
* @see proto type: sparkdream.season.v1.MsgExtendSeason
|
|
1359
|
+
*/
|
|
1360
|
+
export interface MsgExtendSeasonAmino {
|
|
1361
|
+
/**
|
|
1362
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1363
|
+
*/
|
|
1364
|
+
authority?: string;
|
|
1365
|
+
extension_epochs?: string;
|
|
1366
|
+
reason?: string;
|
|
1367
|
+
}
|
|
1368
|
+
export interface MsgExtendSeasonAminoMsg {
|
|
1369
|
+
type: "sparkdream/x/season/MsgExtendSeason";
|
|
1370
|
+
value: MsgExtendSeasonAmino;
|
|
1371
|
+
}
|
|
1372
|
+
/**
|
|
1373
|
+
* MsgExtendSeasonResponse defines the MsgExtendSeasonResponse message.
|
|
1374
|
+
* @name MsgExtendSeasonResponse
|
|
1375
|
+
* @package sparkdream.season.v1
|
|
1376
|
+
* @see proto type: sparkdream.season.v1.MsgExtendSeasonResponse
|
|
1377
|
+
*/
|
|
1378
|
+
export interface MsgExtendSeasonResponse {
|
|
1379
|
+
}
|
|
1380
|
+
export interface MsgExtendSeasonResponseProtoMsg {
|
|
1381
|
+
typeUrl: "/sparkdream.season.v1.MsgExtendSeasonResponse";
|
|
1382
|
+
value: Uint8Array;
|
|
1383
|
+
}
|
|
1384
|
+
/**
|
|
1385
|
+
* MsgExtendSeasonResponse defines the MsgExtendSeasonResponse message.
|
|
1386
|
+
* @name MsgExtendSeasonResponseAmino
|
|
1387
|
+
* @package sparkdream.season.v1
|
|
1388
|
+
* @see proto type: sparkdream.season.v1.MsgExtendSeasonResponse
|
|
1389
|
+
*/
|
|
1390
|
+
export interface MsgExtendSeasonResponseAmino {
|
|
1391
|
+
}
|
|
1392
|
+
export interface MsgExtendSeasonResponseAminoMsg {
|
|
1393
|
+
type: "/sparkdream.season.v1.MsgExtendSeasonResponse";
|
|
1394
|
+
value: MsgExtendSeasonResponseAmino;
|
|
1395
|
+
}
|
|
1396
|
+
/**
|
|
1397
|
+
* MsgSetNextSeasonInfo defines the MsgSetNextSeasonInfo message (governance-gated).
|
|
1398
|
+
* @name MsgSetNextSeasonInfo
|
|
1399
|
+
* @package sparkdream.season.v1
|
|
1400
|
+
* @see proto type: sparkdream.season.v1.MsgSetNextSeasonInfo
|
|
1401
|
+
*/
|
|
1402
|
+
export interface MsgSetNextSeasonInfo {
|
|
1403
|
+
/**
|
|
1404
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1405
|
+
*/
|
|
1406
|
+
authority: string;
|
|
1407
|
+
name: string;
|
|
1408
|
+
theme: string;
|
|
1409
|
+
}
|
|
1410
|
+
export interface MsgSetNextSeasonInfoProtoMsg {
|
|
1411
|
+
typeUrl: "/sparkdream.season.v1.MsgSetNextSeasonInfo";
|
|
1412
|
+
value: Uint8Array;
|
|
1413
|
+
}
|
|
1414
|
+
/**
|
|
1415
|
+
* MsgSetNextSeasonInfo defines the MsgSetNextSeasonInfo message (governance-gated).
|
|
1416
|
+
* @name MsgSetNextSeasonInfoAmino
|
|
1417
|
+
* @package sparkdream.season.v1
|
|
1418
|
+
* @see proto type: sparkdream.season.v1.MsgSetNextSeasonInfo
|
|
1419
|
+
*/
|
|
1420
|
+
export interface MsgSetNextSeasonInfoAmino {
|
|
1421
|
+
/**
|
|
1422
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1423
|
+
*/
|
|
1424
|
+
authority?: string;
|
|
1425
|
+
name?: string;
|
|
1426
|
+
theme?: string;
|
|
1427
|
+
}
|
|
1428
|
+
export interface MsgSetNextSeasonInfoAminoMsg {
|
|
1429
|
+
type: "sparkdream/x/season/MsgSetNextSeasonInfo";
|
|
1430
|
+
value: MsgSetNextSeasonInfoAmino;
|
|
1431
|
+
}
|
|
1432
|
+
/**
|
|
1433
|
+
* MsgSetNextSeasonInfoResponse defines the MsgSetNextSeasonInfoResponse message.
|
|
1434
|
+
* @name MsgSetNextSeasonInfoResponse
|
|
1435
|
+
* @package sparkdream.season.v1
|
|
1436
|
+
* @see proto type: sparkdream.season.v1.MsgSetNextSeasonInfoResponse
|
|
1437
|
+
*/
|
|
1438
|
+
export interface MsgSetNextSeasonInfoResponse {
|
|
1439
|
+
}
|
|
1440
|
+
export interface MsgSetNextSeasonInfoResponseProtoMsg {
|
|
1441
|
+
typeUrl: "/sparkdream.season.v1.MsgSetNextSeasonInfoResponse";
|
|
1442
|
+
value: Uint8Array;
|
|
1443
|
+
}
|
|
1444
|
+
/**
|
|
1445
|
+
* MsgSetNextSeasonInfoResponse defines the MsgSetNextSeasonInfoResponse message.
|
|
1446
|
+
* @name MsgSetNextSeasonInfoResponseAmino
|
|
1447
|
+
* @package sparkdream.season.v1
|
|
1448
|
+
* @see proto type: sparkdream.season.v1.MsgSetNextSeasonInfoResponse
|
|
1449
|
+
*/
|
|
1450
|
+
export interface MsgSetNextSeasonInfoResponseAmino {
|
|
1451
|
+
}
|
|
1452
|
+
export interface MsgSetNextSeasonInfoResponseAminoMsg {
|
|
1453
|
+
type: "/sparkdream.season.v1.MsgSetNextSeasonInfoResponse";
|
|
1454
|
+
value: MsgSetNextSeasonInfoResponseAmino;
|
|
1455
|
+
}
|
|
1456
|
+
/**
|
|
1457
|
+
* MsgAbortSeasonTransition defines the MsgAbortSeasonTransition message (governance-gated).
|
|
1458
|
+
* @name MsgAbortSeasonTransition
|
|
1459
|
+
* @package sparkdream.season.v1
|
|
1460
|
+
* @see proto type: sparkdream.season.v1.MsgAbortSeasonTransition
|
|
1461
|
+
*/
|
|
1462
|
+
export interface MsgAbortSeasonTransition {
|
|
1463
|
+
/**
|
|
1464
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1465
|
+
*/
|
|
1466
|
+
authority: string;
|
|
1467
|
+
}
|
|
1468
|
+
export interface MsgAbortSeasonTransitionProtoMsg {
|
|
1469
|
+
typeUrl: "/sparkdream.season.v1.MsgAbortSeasonTransition";
|
|
1470
|
+
value: Uint8Array;
|
|
1471
|
+
}
|
|
1472
|
+
/**
|
|
1473
|
+
* MsgAbortSeasonTransition defines the MsgAbortSeasonTransition message (governance-gated).
|
|
1474
|
+
* @name MsgAbortSeasonTransitionAmino
|
|
1475
|
+
* @package sparkdream.season.v1
|
|
1476
|
+
* @see proto type: sparkdream.season.v1.MsgAbortSeasonTransition
|
|
1477
|
+
*/
|
|
1478
|
+
export interface MsgAbortSeasonTransitionAmino {
|
|
1479
|
+
/**
|
|
1480
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1481
|
+
*/
|
|
1482
|
+
authority?: string;
|
|
1483
|
+
}
|
|
1484
|
+
export interface MsgAbortSeasonTransitionAminoMsg {
|
|
1485
|
+
type: "sparkdream/x/season/MsgAbortSeasonTransition";
|
|
1486
|
+
value: MsgAbortSeasonTransitionAmino;
|
|
1487
|
+
}
|
|
1488
|
+
/**
|
|
1489
|
+
* MsgAbortSeasonTransitionResponse defines the MsgAbortSeasonTransitionResponse message.
|
|
1490
|
+
* @name MsgAbortSeasonTransitionResponse
|
|
1491
|
+
* @package sparkdream.season.v1
|
|
1492
|
+
* @see proto type: sparkdream.season.v1.MsgAbortSeasonTransitionResponse
|
|
1493
|
+
*/
|
|
1494
|
+
export interface MsgAbortSeasonTransitionResponse {
|
|
1495
|
+
}
|
|
1496
|
+
export interface MsgAbortSeasonTransitionResponseProtoMsg {
|
|
1497
|
+
typeUrl: "/sparkdream.season.v1.MsgAbortSeasonTransitionResponse";
|
|
1498
|
+
value: Uint8Array;
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
* MsgAbortSeasonTransitionResponse defines the MsgAbortSeasonTransitionResponse message.
|
|
1502
|
+
* @name MsgAbortSeasonTransitionResponseAmino
|
|
1503
|
+
* @package sparkdream.season.v1
|
|
1504
|
+
* @see proto type: sparkdream.season.v1.MsgAbortSeasonTransitionResponse
|
|
1505
|
+
*/
|
|
1506
|
+
export interface MsgAbortSeasonTransitionResponseAmino {
|
|
1507
|
+
}
|
|
1508
|
+
export interface MsgAbortSeasonTransitionResponseAminoMsg {
|
|
1509
|
+
type: "/sparkdream.season.v1.MsgAbortSeasonTransitionResponse";
|
|
1510
|
+
value: MsgAbortSeasonTransitionResponseAmino;
|
|
1511
|
+
}
|
|
1512
|
+
/**
|
|
1513
|
+
* MsgRetrySeasonTransition defines the MsgRetrySeasonTransition message (governance-gated).
|
|
1514
|
+
* @name MsgRetrySeasonTransition
|
|
1515
|
+
* @package sparkdream.season.v1
|
|
1516
|
+
* @see proto type: sparkdream.season.v1.MsgRetrySeasonTransition
|
|
1517
|
+
*/
|
|
1518
|
+
export interface MsgRetrySeasonTransition {
|
|
1519
|
+
/**
|
|
1520
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1521
|
+
*/
|
|
1522
|
+
authority: string;
|
|
1523
|
+
}
|
|
1524
|
+
export interface MsgRetrySeasonTransitionProtoMsg {
|
|
1525
|
+
typeUrl: "/sparkdream.season.v1.MsgRetrySeasonTransition";
|
|
1526
|
+
value: Uint8Array;
|
|
1527
|
+
}
|
|
1528
|
+
/**
|
|
1529
|
+
* MsgRetrySeasonTransition defines the MsgRetrySeasonTransition message (governance-gated).
|
|
1530
|
+
* @name MsgRetrySeasonTransitionAmino
|
|
1531
|
+
* @package sparkdream.season.v1
|
|
1532
|
+
* @see proto type: sparkdream.season.v1.MsgRetrySeasonTransition
|
|
1533
|
+
*/
|
|
1534
|
+
export interface MsgRetrySeasonTransitionAmino {
|
|
1535
|
+
/**
|
|
1536
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1537
|
+
*/
|
|
1538
|
+
authority?: string;
|
|
1539
|
+
}
|
|
1540
|
+
export interface MsgRetrySeasonTransitionAminoMsg {
|
|
1541
|
+
type: "sparkdream/x/season/MsgRetrySeasonTransition";
|
|
1542
|
+
value: MsgRetrySeasonTransitionAmino;
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
* MsgRetrySeasonTransitionResponse defines the MsgRetrySeasonTransitionResponse message.
|
|
1546
|
+
* @name MsgRetrySeasonTransitionResponse
|
|
1547
|
+
* @package sparkdream.season.v1
|
|
1548
|
+
* @see proto type: sparkdream.season.v1.MsgRetrySeasonTransitionResponse
|
|
1549
|
+
*/
|
|
1550
|
+
export interface MsgRetrySeasonTransitionResponse {
|
|
1551
|
+
}
|
|
1552
|
+
export interface MsgRetrySeasonTransitionResponseProtoMsg {
|
|
1553
|
+
typeUrl: "/sparkdream.season.v1.MsgRetrySeasonTransitionResponse";
|
|
1554
|
+
value: Uint8Array;
|
|
1555
|
+
}
|
|
1556
|
+
/**
|
|
1557
|
+
* MsgRetrySeasonTransitionResponse defines the MsgRetrySeasonTransitionResponse message.
|
|
1558
|
+
* @name MsgRetrySeasonTransitionResponseAmino
|
|
1559
|
+
* @package sparkdream.season.v1
|
|
1560
|
+
* @see proto type: sparkdream.season.v1.MsgRetrySeasonTransitionResponse
|
|
1561
|
+
*/
|
|
1562
|
+
export interface MsgRetrySeasonTransitionResponseAmino {
|
|
1563
|
+
}
|
|
1564
|
+
export interface MsgRetrySeasonTransitionResponseAminoMsg {
|
|
1565
|
+
type: "/sparkdream.season.v1.MsgRetrySeasonTransitionResponse";
|
|
1566
|
+
value: MsgRetrySeasonTransitionResponseAmino;
|
|
1567
|
+
}
|
|
1568
|
+
/**
|
|
1569
|
+
* MsgSkipTransitionPhase defines the MsgSkipTransitionPhase message (governance-gated).
|
|
1570
|
+
* @name MsgSkipTransitionPhase
|
|
1571
|
+
* @package sparkdream.season.v1
|
|
1572
|
+
* @see proto type: sparkdream.season.v1.MsgSkipTransitionPhase
|
|
1573
|
+
*/
|
|
1574
|
+
export interface MsgSkipTransitionPhase {
|
|
1575
|
+
/**
|
|
1576
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1577
|
+
*/
|
|
1578
|
+
authority: string;
|
|
1579
|
+
}
|
|
1580
|
+
export interface MsgSkipTransitionPhaseProtoMsg {
|
|
1581
|
+
typeUrl: "/sparkdream.season.v1.MsgSkipTransitionPhase";
|
|
1582
|
+
value: Uint8Array;
|
|
1583
|
+
}
|
|
1584
|
+
/**
|
|
1585
|
+
* MsgSkipTransitionPhase defines the MsgSkipTransitionPhase message (governance-gated).
|
|
1586
|
+
* @name MsgSkipTransitionPhaseAmino
|
|
1587
|
+
* @package sparkdream.season.v1
|
|
1588
|
+
* @see proto type: sparkdream.season.v1.MsgSkipTransitionPhase
|
|
1589
|
+
*/
|
|
1590
|
+
export interface MsgSkipTransitionPhaseAmino {
|
|
1591
|
+
/**
|
|
1592
|
+
* authority is the address that controls the module (defaults to x/gov unless overwritten).
|
|
1593
|
+
*/
|
|
1594
|
+
authority?: string;
|
|
1595
|
+
}
|
|
1596
|
+
export interface MsgSkipTransitionPhaseAminoMsg {
|
|
1597
|
+
type: "sparkdream/x/season/MsgSkipTransitionPhase";
|
|
1598
|
+
value: MsgSkipTransitionPhaseAmino;
|
|
1599
|
+
}
|
|
1600
|
+
/**
|
|
1601
|
+
* MsgSkipTransitionPhaseResponse defines the MsgSkipTransitionPhaseResponse message.
|
|
1602
|
+
* @name MsgSkipTransitionPhaseResponse
|
|
1603
|
+
* @package sparkdream.season.v1
|
|
1604
|
+
* @see proto type: sparkdream.season.v1.MsgSkipTransitionPhaseResponse
|
|
1605
|
+
*/
|
|
1606
|
+
export interface MsgSkipTransitionPhaseResponse {
|
|
1607
|
+
}
|
|
1608
|
+
export interface MsgSkipTransitionPhaseResponseProtoMsg {
|
|
1609
|
+
typeUrl: "/sparkdream.season.v1.MsgSkipTransitionPhaseResponse";
|
|
1610
|
+
value: Uint8Array;
|
|
1611
|
+
}
|
|
1612
|
+
/**
|
|
1613
|
+
* MsgSkipTransitionPhaseResponse defines the MsgSkipTransitionPhaseResponse message.
|
|
1614
|
+
* @name MsgSkipTransitionPhaseResponseAmino
|
|
1615
|
+
* @package sparkdream.season.v1
|
|
1616
|
+
* @see proto type: sparkdream.season.v1.MsgSkipTransitionPhaseResponse
|
|
1617
|
+
*/
|
|
1618
|
+
export interface MsgSkipTransitionPhaseResponseAmino {
|
|
1619
|
+
}
|
|
1620
|
+
export interface MsgSkipTransitionPhaseResponseAminoMsg {
|
|
1621
|
+
type: "/sparkdream.season.v1.MsgSkipTransitionPhaseResponse";
|
|
1622
|
+
value: MsgSkipTransitionPhaseResponseAmino;
|
|
1623
|
+
}
|
|
1624
|
+
/**
|
|
1625
|
+
* MsgReportDisplayName defines the MsgReportDisplayName message.
|
|
1626
|
+
* @name MsgReportDisplayName
|
|
1627
|
+
* @package sparkdream.season.v1
|
|
1628
|
+
* @see proto type: sparkdream.season.v1.MsgReportDisplayName
|
|
1629
|
+
*/
|
|
1630
|
+
export interface MsgReportDisplayName {
|
|
1631
|
+
creator: string;
|
|
1632
|
+
target: string;
|
|
1633
|
+
reason: string;
|
|
1634
|
+
}
|
|
1635
|
+
export interface MsgReportDisplayNameProtoMsg {
|
|
1636
|
+
typeUrl: "/sparkdream.season.v1.MsgReportDisplayName";
|
|
1637
|
+
value: Uint8Array;
|
|
1638
|
+
}
|
|
1639
|
+
/**
|
|
1640
|
+
* MsgReportDisplayName defines the MsgReportDisplayName message.
|
|
1641
|
+
* @name MsgReportDisplayNameAmino
|
|
1642
|
+
* @package sparkdream.season.v1
|
|
1643
|
+
* @see proto type: sparkdream.season.v1.MsgReportDisplayName
|
|
1644
|
+
*/
|
|
1645
|
+
export interface MsgReportDisplayNameAmino {
|
|
1646
|
+
creator?: string;
|
|
1647
|
+
target?: string;
|
|
1648
|
+
reason?: string;
|
|
1649
|
+
}
|
|
1650
|
+
export interface MsgReportDisplayNameAminoMsg {
|
|
1651
|
+
type: "/sparkdream.season.v1.MsgReportDisplayName";
|
|
1652
|
+
value: MsgReportDisplayNameAmino;
|
|
1653
|
+
}
|
|
1654
|
+
/**
|
|
1655
|
+
* MsgReportDisplayNameResponse defines the MsgReportDisplayNameResponse message.
|
|
1656
|
+
* @name MsgReportDisplayNameResponse
|
|
1657
|
+
* @package sparkdream.season.v1
|
|
1658
|
+
* @see proto type: sparkdream.season.v1.MsgReportDisplayNameResponse
|
|
1659
|
+
*/
|
|
1660
|
+
export interface MsgReportDisplayNameResponse {
|
|
1661
|
+
}
|
|
1662
|
+
export interface MsgReportDisplayNameResponseProtoMsg {
|
|
1663
|
+
typeUrl: "/sparkdream.season.v1.MsgReportDisplayNameResponse";
|
|
1664
|
+
value: Uint8Array;
|
|
1665
|
+
}
|
|
1666
|
+
/**
|
|
1667
|
+
* MsgReportDisplayNameResponse defines the MsgReportDisplayNameResponse message.
|
|
1668
|
+
* @name MsgReportDisplayNameResponseAmino
|
|
1669
|
+
* @package sparkdream.season.v1
|
|
1670
|
+
* @see proto type: sparkdream.season.v1.MsgReportDisplayNameResponse
|
|
1671
|
+
*/
|
|
1672
|
+
export interface MsgReportDisplayNameResponseAmino {
|
|
1673
|
+
}
|
|
1674
|
+
export interface MsgReportDisplayNameResponseAminoMsg {
|
|
1675
|
+
type: "/sparkdream.season.v1.MsgReportDisplayNameResponse";
|
|
1676
|
+
value: MsgReportDisplayNameResponseAmino;
|
|
1677
|
+
}
|
|
1678
|
+
/**
|
|
1679
|
+
* MsgAppealDisplayNameModeration defines the MsgAppealDisplayNameModeration message.
|
|
1680
|
+
* @name MsgAppealDisplayNameModeration
|
|
1681
|
+
* @package sparkdream.season.v1
|
|
1682
|
+
* @see proto type: sparkdream.season.v1.MsgAppealDisplayNameModeration
|
|
1683
|
+
*/
|
|
1684
|
+
export interface MsgAppealDisplayNameModeration {
|
|
1685
|
+
creator: string;
|
|
1686
|
+
appealReason: string;
|
|
1687
|
+
}
|
|
1688
|
+
export interface MsgAppealDisplayNameModerationProtoMsg {
|
|
1689
|
+
typeUrl: "/sparkdream.season.v1.MsgAppealDisplayNameModeration";
|
|
1690
|
+
value: Uint8Array;
|
|
1691
|
+
}
|
|
1692
|
+
/**
|
|
1693
|
+
* MsgAppealDisplayNameModeration defines the MsgAppealDisplayNameModeration message.
|
|
1694
|
+
* @name MsgAppealDisplayNameModerationAmino
|
|
1695
|
+
* @package sparkdream.season.v1
|
|
1696
|
+
* @see proto type: sparkdream.season.v1.MsgAppealDisplayNameModeration
|
|
1697
|
+
*/
|
|
1698
|
+
export interface MsgAppealDisplayNameModerationAmino {
|
|
1699
|
+
creator?: string;
|
|
1700
|
+
appeal_reason?: string;
|
|
1701
|
+
}
|
|
1702
|
+
export interface MsgAppealDisplayNameModerationAminoMsg {
|
|
1703
|
+
type: "/sparkdream.season.v1.MsgAppealDisplayNameModeration";
|
|
1704
|
+
value: MsgAppealDisplayNameModerationAmino;
|
|
1705
|
+
}
|
|
1706
|
+
/**
|
|
1707
|
+
* MsgAppealDisplayNameModerationResponse defines the MsgAppealDisplayNameModerationResponse message.
|
|
1708
|
+
* @name MsgAppealDisplayNameModerationResponse
|
|
1709
|
+
* @package sparkdream.season.v1
|
|
1710
|
+
* @see proto type: sparkdream.season.v1.MsgAppealDisplayNameModerationResponse
|
|
1711
|
+
*/
|
|
1712
|
+
export interface MsgAppealDisplayNameModerationResponse {
|
|
1713
|
+
}
|
|
1714
|
+
export interface MsgAppealDisplayNameModerationResponseProtoMsg {
|
|
1715
|
+
typeUrl: "/sparkdream.season.v1.MsgAppealDisplayNameModerationResponse";
|
|
1716
|
+
value: Uint8Array;
|
|
1717
|
+
}
|
|
1718
|
+
/**
|
|
1719
|
+
* MsgAppealDisplayNameModerationResponse defines the MsgAppealDisplayNameModerationResponse message.
|
|
1720
|
+
* @name MsgAppealDisplayNameModerationResponseAmino
|
|
1721
|
+
* @package sparkdream.season.v1
|
|
1722
|
+
* @see proto type: sparkdream.season.v1.MsgAppealDisplayNameModerationResponse
|
|
1723
|
+
*/
|
|
1724
|
+
export interface MsgAppealDisplayNameModerationResponseAmino {
|
|
1725
|
+
}
|
|
1726
|
+
export interface MsgAppealDisplayNameModerationResponseAminoMsg {
|
|
1727
|
+
type: "/sparkdream.season.v1.MsgAppealDisplayNameModerationResponse";
|
|
1728
|
+
value: MsgAppealDisplayNameModerationResponseAmino;
|
|
1729
|
+
}
|
|
1730
|
+
/**
|
|
1731
|
+
* ============================================================================
|
|
1732
|
+
* Achievement Management Messages
|
|
1733
|
+
* ============================================================================
|
|
1734
|
+
* MsgCreateAchievement creates a new achievement.
|
|
1735
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1736
|
+
* @name MsgCreateAchievement
|
|
1737
|
+
* @package sparkdream.season.v1
|
|
1738
|
+
* @see proto type: sparkdream.season.v1.MsgCreateAchievement
|
|
1739
|
+
*/
|
|
1740
|
+
export interface MsgCreateAchievement {
|
|
1741
|
+
authority: string;
|
|
1742
|
+
achievementId: string;
|
|
1743
|
+
name: string;
|
|
1744
|
+
description: string;
|
|
1745
|
+
/**
|
|
1746
|
+
* Rarity enum value
|
|
1747
|
+
*/
|
|
1748
|
+
rarity: number;
|
|
1749
|
+
xpReward: bigint;
|
|
1750
|
+
/**
|
|
1751
|
+
* RequirementType enum value
|
|
1752
|
+
*/
|
|
1753
|
+
requirementType: number;
|
|
1754
|
+
requirementThreshold: bigint;
|
|
1755
|
+
}
|
|
1756
|
+
export interface MsgCreateAchievementProtoMsg {
|
|
1757
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateAchievement";
|
|
1758
|
+
value: Uint8Array;
|
|
1759
|
+
}
|
|
1760
|
+
/**
|
|
1761
|
+
* ============================================================================
|
|
1762
|
+
* Achievement Management Messages
|
|
1763
|
+
* ============================================================================
|
|
1764
|
+
* MsgCreateAchievement creates a new achievement.
|
|
1765
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1766
|
+
* @name MsgCreateAchievementAmino
|
|
1767
|
+
* @package sparkdream.season.v1
|
|
1768
|
+
* @see proto type: sparkdream.season.v1.MsgCreateAchievement
|
|
1769
|
+
*/
|
|
1770
|
+
export interface MsgCreateAchievementAmino {
|
|
1771
|
+
authority?: string;
|
|
1772
|
+
achievement_id?: string;
|
|
1773
|
+
name?: string;
|
|
1774
|
+
description?: string;
|
|
1775
|
+
/**
|
|
1776
|
+
* Rarity enum value
|
|
1777
|
+
*/
|
|
1778
|
+
rarity?: number;
|
|
1779
|
+
xp_reward?: string;
|
|
1780
|
+
/**
|
|
1781
|
+
* RequirementType enum value
|
|
1782
|
+
*/
|
|
1783
|
+
requirement_type?: number;
|
|
1784
|
+
requirement_threshold?: string;
|
|
1785
|
+
}
|
|
1786
|
+
export interface MsgCreateAchievementAminoMsg {
|
|
1787
|
+
type: "sparkdream/x/season/MsgCreateAchievement";
|
|
1788
|
+
value: MsgCreateAchievementAmino;
|
|
1789
|
+
}
|
|
1790
|
+
/**
|
|
1791
|
+
* MsgCreateAchievementResponse is the response for MsgCreateAchievement.
|
|
1792
|
+
* @name MsgCreateAchievementResponse
|
|
1793
|
+
* @package sparkdream.season.v1
|
|
1794
|
+
* @see proto type: sparkdream.season.v1.MsgCreateAchievementResponse
|
|
1795
|
+
*/
|
|
1796
|
+
export interface MsgCreateAchievementResponse {
|
|
1797
|
+
}
|
|
1798
|
+
export interface MsgCreateAchievementResponseProtoMsg {
|
|
1799
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateAchievementResponse";
|
|
1800
|
+
value: Uint8Array;
|
|
1801
|
+
}
|
|
1802
|
+
/**
|
|
1803
|
+
* MsgCreateAchievementResponse is the response for MsgCreateAchievement.
|
|
1804
|
+
* @name MsgCreateAchievementResponseAmino
|
|
1805
|
+
* @package sparkdream.season.v1
|
|
1806
|
+
* @see proto type: sparkdream.season.v1.MsgCreateAchievementResponse
|
|
1807
|
+
*/
|
|
1808
|
+
export interface MsgCreateAchievementResponseAmino {
|
|
1809
|
+
}
|
|
1810
|
+
export interface MsgCreateAchievementResponseAminoMsg {
|
|
1811
|
+
type: "/sparkdream.season.v1.MsgCreateAchievementResponse";
|
|
1812
|
+
value: MsgCreateAchievementResponseAmino;
|
|
1813
|
+
}
|
|
1814
|
+
/**
|
|
1815
|
+
* MsgUpdateAchievement updates an existing achievement.
|
|
1816
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1817
|
+
* @name MsgUpdateAchievement
|
|
1818
|
+
* @package sparkdream.season.v1
|
|
1819
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateAchievement
|
|
1820
|
+
*/
|
|
1821
|
+
export interface MsgUpdateAchievement {
|
|
1822
|
+
authority: string;
|
|
1823
|
+
achievementId: string;
|
|
1824
|
+
name: string;
|
|
1825
|
+
description: string;
|
|
1826
|
+
rarity: number;
|
|
1827
|
+
xpReward: bigint;
|
|
1828
|
+
requirementType: number;
|
|
1829
|
+
requirementThreshold: bigint;
|
|
1830
|
+
}
|
|
1831
|
+
export interface MsgUpdateAchievementProtoMsg {
|
|
1832
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateAchievement";
|
|
1833
|
+
value: Uint8Array;
|
|
1834
|
+
}
|
|
1835
|
+
/**
|
|
1836
|
+
* MsgUpdateAchievement updates an existing achievement.
|
|
1837
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1838
|
+
* @name MsgUpdateAchievementAmino
|
|
1839
|
+
* @package sparkdream.season.v1
|
|
1840
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateAchievement
|
|
1841
|
+
*/
|
|
1842
|
+
export interface MsgUpdateAchievementAmino {
|
|
1843
|
+
authority?: string;
|
|
1844
|
+
achievement_id?: string;
|
|
1845
|
+
name?: string;
|
|
1846
|
+
description?: string;
|
|
1847
|
+
rarity?: number;
|
|
1848
|
+
xp_reward?: string;
|
|
1849
|
+
requirement_type?: number;
|
|
1850
|
+
requirement_threshold?: string;
|
|
1851
|
+
}
|
|
1852
|
+
export interface MsgUpdateAchievementAminoMsg {
|
|
1853
|
+
type: "sparkdream/x/season/MsgUpdateAchievement";
|
|
1854
|
+
value: MsgUpdateAchievementAmino;
|
|
1855
|
+
}
|
|
1856
|
+
/**
|
|
1857
|
+
* MsgUpdateAchievementResponse is the response for MsgUpdateAchievement.
|
|
1858
|
+
* @name MsgUpdateAchievementResponse
|
|
1859
|
+
* @package sparkdream.season.v1
|
|
1860
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateAchievementResponse
|
|
1861
|
+
*/
|
|
1862
|
+
export interface MsgUpdateAchievementResponse {
|
|
1863
|
+
}
|
|
1864
|
+
export interface MsgUpdateAchievementResponseProtoMsg {
|
|
1865
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateAchievementResponse";
|
|
1866
|
+
value: Uint8Array;
|
|
1867
|
+
}
|
|
1868
|
+
/**
|
|
1869
|
+
* MsgUpdateAchievementResponse is the response for MsgUpdateAchievement.
|
|
1870
|
+
* @name MsgUpdateAchievementResponseAmino
|
|
1871
|
+
* @package sparkdream.season.v1
|
|
1872
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateAchievementResponse
|
|
1873
|
+
*/
|
|
1874
|
+
export interface MsgUpdateAchievementResponseAmino {
|
|
1875
|
+
}
|
|
1876
|
+
export interface MsgUpdateAchievementResponseAminoMsg {
|
|
1877
|
+
type: "/sparkdream.season.v1.MsgUpdateAchievementResponse";
|
|
1878
|
+
value: MsgUpdateAchievementResponseAmino;
|
|
1879
|
+
}
|
|
1880
|
+
/**
|
|
1881
|
+
* MsgDeleteAchievement deletes an achievement.
|
|
1882
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1883
|
+
* @name MsgDeleteAchievement
|
|
1884
|
+
* @package sparkdream.season.v1
|
|
1885
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteAchievement
|
|
1886
|
+
*/
|
|
1887
|
+
export interface MsgDeleteAchievement {
|
|
1888
|
+
authority: string;
|
|
1889
|
+
achievementId: string;
|
|
1890
|
+
}
|
|
1891
|
+
export interface MsgDeleteAchievementProtoMsg {
|
|
1892
|
+
typeUrl: "/sparkdream.season.v1.MsgDeleteAchievement";
|
|
1893
|
+
value: Uint8Array;
|
|
1894
|
+
}
|
|
1895
|
+
/**
|
|
1896
|
+
* MsgDeleteAchievement deletes an achievement.
|
|
1897
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1898
|
+
* @name MsgDeleteAchievementAmino
|
|
1899
|
+
* @package sparkdream.season.v1
|
|
1900
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteAchievement
|
|
1901
|
+
*/
|
|
1902
|
+
export interface MsgDeleteAchievementAmino {
|
|
1903
|
+
authority?: string;
|
|
1904
|
+
achievement_id?: string;
|
|
1905
|
+
}
|
|
1906
|
+
export interface MsgDeleteAchievementAminoMsg {
|
|
1907
|
+
type: "sparkdream/x/season/MsgDeleteAchievement";
|
|
1908
|
+
value: MsgDeleteAchievementAmino;
|
|
1909
|
+
}
|
|
1910
|
+
/**
|
|
1911
|
+
* MsgDeleteAchievementResponse is the response for MsgDeleteAchievement.
|
|
1912
|
+
* @name MsgDeleteAchievementResponse
|
|
1913
|
+
* @package sparkdream.season.v1
|
|
1914
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteAchievementResponse
|
|
1915
|
+
*/
|
|
1916
|
+
export interface MsgDeleteAchievementResponse {
|
|
1917
|
+
}
|
|
1918
|
+
export interface MsgDeleteAchievementResponseProtoMsg {
|
|
1919
|
+
typeUrl: "/sparkdream.season.v1.MsgDeleteAchievementResponse";
|
|
1920
|
+
value: Uint8Array;
|
|
1921
|
+
}
|
|
1922
|
+
/**
|
|
1923
|
+
* MsgDeleteAchievementResponse is the response for MsgDeleteAchievement.
|
|
1924
|
+
* @name MsgDeleteAchievementResponseAmino
|
|
1925
|
+
* @package sparkdream.season.v1
|
|
1926
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteAchievementResponse
|
|
1927
|
+
*/
|
|
1928
|
+
export interface MsgDeleteAchievementResponseAmino {
|
|
1929
|
+
}
|
|
1930
|
+
export interface MsgDeleteAchievementResponseAminoMsg {
|
|
1931
|
+
type: "/sparkdream.season.v1.MsgDeleteAchievementResponse";
|
|
1932
|
+
value: MsgDeleteAchievementResponseAmino;
|
|
1933
|
+
}
|
|
1934
|
+
/**
|
|
1935
|
+
* ============================================================================
|
|
1936
|
+
* Title Management Messages
|
|
1937
|
+
* ============================================================================
|
|
1938
|
+
* MsgCreateTitle creates a new title.
|
|
1939
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1940
|
+
* @name MsgCreateTitle
|
|
1941
|
+
* @package sparkdream.season.v1
|
|
1942
|
+
* @see proto type: sparkdream.season.v1.MsgCreateTitle
|
|
1943
|
+
*/
|
|
1944
|
+
export interface MsgCreateTitle {
|
|
1945
|
+
authority: string;
|
|
1946
|
+
titleId: string;
|
|
1947
|
+
name: string;
|
|
1948
|
+
description: string;
|
|
1949
|
+
/**
|
|
1950
|
+
* Rarity enum value
|
|
1951
|
+
*/
|
|
1952
|
+
rarity: number;
|
|
1953
|
+
/**
|
|
1954
|
+
* RequirementType enum value
|
|
1955
|
+
*/
|
|
1956
|
+
requirementType: number;
|
|
1957
|
+
requirementThreshold: bigint;
|
|
1958
|
+
/**
|
|
1959
|
+
* 0 = any season
|
|
1960
|
+
*/
|
|
1961
|
+
requirementSeason: bigint;
|
|
1962
|
+
/**
|
|
1963
|
+
* Whether this title expires
|
|
1964
|
+
*/
|
|
1965
|
+
seasonal: boolean;
|
|
1966
|
+
}
|
|
1967
|
+
export interface MsgCreateTitleProtoMsg {
|
|
1968
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateTitle";
|
|
1969
|
+
value: Uint8Array;
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* ============================================================================
|
|
1973
|
+
* Title Management Messages
|
|
1974
|
+
* ============================================================================
|
|
1975
|
+
* MsgCreateTitle creates a new title.
|
|
1976
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
1977
|
+
* @name MsgCreateTitleAmino
|
|
1978
|
+
* @package sparkdream.season.v1
|
|
1979
|
+
* @see proto type: sparkdream.season.v1.MsgCreateTitle
|
|
1980
|
+
*/
|
|
1981
|
+
export interface MsgCreateTitleAmino {
|
|
1982
|
+
authority?: string;
|
|
1983
|
+
title_id?: string;
|
|
1984
|
+
name?: string;
|
|
1985
|
+
description?: string;
|
|
1986
|
+
/**
|
|
1987
|
+
* Rarity enum value
|
|
1988
|
+
*/
|
|
1989
|
+
rarity?: number;
|
|
1990
|
+
/**
|
|
1991
|
+
* RequirementType enum value
|
|
1992
|
+
*/
|
|
1993
|
+
requirement_type?: number;
|
|
1994
|
+
requirement_threshold?: string;
|
|
1995
|
+
/**
|
|
1996
|
+
* 0 = any season
|
|
1997
|
+
*/
|
|
1998
|
+
requirement_season?: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* Whether this title expires
|
|
2001
|
+
*/
|
|
2002
|
+
seasonal?: boolean;
|
|
2003
|
+
}
|
|
2004
|
+
export interface MsgCreateTitleAminoMsg {
|
|
2005
|
+
type: "sparkdream/x/season/MsgCreateTitle";
|
|
2006
|
+
value: MsgCreateTitleAmino;
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* MsgCreateTitleResponse is the response for MsgCreateTitle.
|
|
2010
|
+
* @name MsgCreateTitleResponse
|
|
2011
|
+
* @package sparkdream.season.v1
|
|
2012
|
+
* @see proto type: sparkdream.season.v1.MsgCreateTitleResponse
|
|
2013
|
+
*/
|
|
2014
|
+
export interface MsgCreateTitleResponse {
|
|
2015
|
+
}
|
|
2016
|
+
export interface MsgCreateTitleResponseProtoMsg {
|
|
2017
|
+
typeUrl: "/sparkdream.season.v1.MsgCreateTitleResponse";
|
|
2018
|
+
value: Uint8Array;
|
|
2019
|
+
}
|
|
2020
|
+
/**
|
|
2021
|
+
* MsgCreateTitleResponse is the response for MsgCreateTitle.
|
|
2022
|
+
* @name MsgCreateTitleResponseAmino
|
|
2023
|
+
* @package sparkdream.season.v1
|
|
2024
|
+
* @see proto type: sparkdream.season.v1.MsgCreateTitleResponse
|
|
2025
|
+
*/
|
|
2026
|
+
export interface MsgCreateTitleResponseAmino {
|
|
2027
|
+
}
|
|
2028
|
+
export interface MsgCreateTitleResponseAminoMsg {
|
|
2029
|
+
type: "/sparkdream.season.v1.MsgCreateTitleResponse";
|
|
2030
|
+
value: MsgCreateTitleResponseAmino;
|
|
2031
|
+
}
|
|
2032
|
+
/**
|
|
2033
|
+
* MsgUpdateTitle updates an existing title.
|
|
2034
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
2035
|
+
* @name MsgUpdateTitle
|
|
2036
|
+
* @package sparkdream.season.v1
|
|
2037
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateTitle
|
|
2038
|
+
*/
|
|
2039
|
+
export interface MsgUpdateTitle {
|
|
2040
|
+
authority: string;
|
|
2041
|
+
titleId: string;
|
|
2042
|
+
name: string;
|
|
2043
|
+
description: string;
|
|
2044
|
+
rarity: number;
|
|
2045
|
+
requirementType: number;
|
|
2046
|
+
requirementThreshold: bigint;
|
|
2047
|
+
requirementSeason: bigint;
|
|
2048
|
+
seasonal: boolean;
|
|
2049
|
+
}
|
|
2050
|
+
export interface MsgUpdateTitleProtoMsg {
|
|
2051
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateTitle";
|
|
2052
|
+
value: Uint8Array;
|
|
2053
|
+
}
|
|
2054
|
+
/**
|
|
2055
|
+
* MsgUpdateTitle updates an existing title.
|
|
2056
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
2057
|
+
* @name MsgUpdateTitleAmino
|
|
2058
|
+
* @package sparkdream.season.v1
|
|
2059
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateTitle
|
|
2060
|
+
*/
|
|
2061
|
+
export interface MsgUpdateTitleAmino {
|
|
2062
|
+
authority?: string;
|
|
2063
|
+
title_id?: string;
|
|
2064
|
+
name?: string;
|
|
2065
|
+
description?: string;
|
|
2066
|
+
rarity?: number;
|
|
2067
|
+
requirement_type?: number;
|
|
2068
|
+
requirement_threshold?: string;
|
|
2069
|
+
requirement_season?: string;
|
|
2070
|
+
seasonal?: boolean;
|
|
2071
|
+
}
|
|
2072
|
+
export interface MsgUpdateTitleAminoMsg {
|
|
2073
|
+
type: "sparkdream/x/season/MsgUpdateTitle";
|
|
2074
|
+
value: MsgUpdateTitleAmino;
|
|
2075
|
+
}
|
|
2076
|
+
/**
|
|
2077
|
+
* MsgUpdateTitleResponse is the response for MsgUpdateTitle.
|
|
2078
|
+
* @name MsgUpdateTitleResponse
|
|
2079
|
+
* @package sparkdream.season.v1
|
|
2080
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateTitleResponse
|
|
2081
|
+
*/
|
|
2082
|
+
export interface MsgUpdateTitleResponse {
|
|
2083
|
+
}
|
|
2084
|
+
export interface MsgUpdateTitleResponseProtoMsg {
|
|
2085
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateTitleResponse";
|
|
2086
|
+
value: Uint8Array;
|
|
2087
|
+
}
|
|
2088
|
+
/**
|
|
2089
|
+
* MsgUpdateTitleResponse is the response for MsgUpdateTitle.
|
|
2090
|
+
* @name MsgUpdateTitleResponseAmino
|
|
2091
|
+
* @package sparkdream.season.v1
|
|
2092
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateTitleResponse
|
|
2093
|
+
*/
|
|
2094
|
+
export interface MsgUpdateTitleResponseAmino {
|
|
2095
|
+
}
|
|
2096
|
+
export interface MsgUpdateTitleResponseAminoMsg {
|
|
2097
|
+
type: "/sparkdream.season.v1.MsgUpdateTitleResponse";
|
|
2098
|
+
value: MsgUpdateTitleResponseAmino;
|
|
2099
|
+
}
|
|
2100
|
+
/**
|
|
2101
|
+
* MsgDeleteTitle deletes a title.
|
|
2102
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
2103
|
+
* @name MsgDeleteTitle
|
|
2104
|
+
* @package sparkdream.season.v1
|
|
2105
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteTitle
|
|
2106
|
+
*/
|
|
2107
|
+
export interface MsgDeleteTitle {
|
|
2108
|
+
authority: string;
|
|
2109
|
+
titleId: string;
|
|
2110
|
+
}
|
|
2111
|
+
export interface MsgDeleteTitleProtoMsg {
|
|
2112
|
+
typeUrl: "/sparkdream.season.v1.MsgDeleteTitle";
|
|
2113
|
+
value: Uint8Array;
|
|
2114
|
+
}
|
|
2115
|
+
/**
|
|
2116
|
+
* MsgDeleteTitle deletes a title.
|
|
2117
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
2118
|
+
* @name MsgDeleteTitleAmino
|
|
2119
|
+
* @package sparkdream.season.v1
|
|
2120
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteTitle
|
|
2121
|
+
*/
|
|
2122
|
+
export interface MsgDeleteTitleAmino {
|
|
2123
|
+
authority?: string;
|
|
2124
|
+
title_id?: string;
|
|
2125
|
+
}
|
|
2126
|
+
export interface MsgDeleteTitleAminoMsg {
|
|
2127
|
+
type: "sparkdream/x/season/MsgDeleteTitle";
|
|
2128
|
+
value: MsgDeleteTitleAmino;
|
|
2129
|
+
}
|
|
2130
|
+
/**
|
|
2131
|
+
* MsgDeleteTitleResponse is the response for MsgDeleteTitle.
|
|
2132
|
+
* @name MsgDeleteTitleResponse
|
|
2133
|
+
* @package sparkdream.season.v1
|
|
2134
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteTitleResponse
|
|
2135
|
+
*/
|
|
2136
|
+
export interface MsgDeleteTitleResponse {
|
|
2137
|
+
}
|
|
2138
|
+
export interface MsgDeleteTitleResponseProtoMsg {
|
|
2139
|
+
typeUrl: "/sparkdream.season.v1.MsgDeleteTitleResponse";
|
|
2140
|
+
value: Uint8Array;
|
|
2141
|
+
}
|
|
2142
|
+
/**
|
|
2143
|
+
* MsgDeleteTitleResponse is the response for MsgDeleteTitle.
|
|
2144
|
+
* @name MsgDeleteTitleResponseAmino
|
|
2145
|
+
* @package sparkdream.season.v1
|
|
2146
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteTitleResponse
|
|
2147
|
+
*/
|
|
2148
|
+
export interface MsgDeleteTitleResponseAmino {
|
|
2149
|
+
}
|
|
2150
|
+
export interface MsgDeleteTitleResponseAminoMsg {
|
|
2151
|
+
type: "/sparkdream.season.v1.MsgDeleteTitleResponse";
|
|
2152
|
+
value: MsgDeleteTitleResponseAmino;
|
|
2153
|
+
}
|
|
2154
|
+
/**
|
|
2155
|
+
* ============================================================================
|
|
2156
|
+
* Quest Update Message
|
|
2157
|
+
* ============================================================================
|
|
2158
|
+
* MsgUpdateQuest updates an existing quest.
|
|
2159
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
2160
|
+
* @name MsgUpdateQuest
|
|
2161
|
+
* @package sparkdream.season.v1
|
|
2162
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateQuest
|
|
2163
|
+
*/
|
|
2164
|
+
export interface MsgUpdateQuest {
|
|
2165
|
+
authority: string;
|
|
2166
|
+
questId: string;
|
|
2167
|
+
name: string;
|
|
2168
|
+
description: string;
|
|
2169
|
+
xpReward: bigint;
|
|
2170
|
+
repeatable: boolean;
|
|
2171
|
+
cooldownEpochs: bigint;
|
|
2172
|
+
season: bigint;
|
|
2173
|
+
startBlock: bigint;
|
|
2174
|
+
endBlock: bigint;
|
|
2175
|
+
minLevel: bigint;
|
|
2176
|
+
requiredAchievement: string;
|
|
2177
|
+
prerequisiteQuest: string;
|
|
2178
|
+
questChain: string;
|
|
2179
|
+
active: boolean;
|
|
2180
|
+
}
|
|
2181
|
+
export interface MsgUpdateQuestProtoMsg {
|
|
2182
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateQuest";
|
|
2183
|
+
value: Uint8Array;
|
|
2184
|
+
}
|
|
2185
|
+
/**
|
|
2186
|
+
* ============================================================================
|
|
2187
|
+
* Quest Update Message
|
|
2188
|
+
* ============================================================================
|
|
2189
|
+
* MsgUpdateQuest updates an existing quest.
|
|
2190
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
2191
|
+
* @name MsgUpdateQuestAmino
|
|
2192
|
+
* @package sparkdream.season.v1
|
|
2193
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateQuest
|
|
2194
|
+
*/
|
|
2195
|
+
export interface MsgUpdateQuestAmino {
|
|
2196
|
+
authority?: string;
|
|
2197
|
+
quest_id?: string;
|
|
2198
|
+
name?: string;
|
|
2199
|
+
description?: string;
|
|
2200
|
+
xp_reward?: string;
|
|
2201
|
+
repeatable?: boolean;
|
|
2202
|
+
cooldown_epochs?: string;
|
|
2203
|
+
season?: string;
|
|
2204
|
+
start_block?: string;
|
|
2205
|
+
end_block?: string;
|
|
2206
|
+
min_level?: string;
|
|
2207
|
+
required_achievement?: string;
|
|
2208
|
+
prerequisite_quest?: string;
|
|
2209
|
+
quest_chain?: string;
|
|
2210
|
+
active?: boolean;
|
|
2211
|
+
}
|
|
2212
|
+
export interface MsgUpdateQuestAminoMsg {
|
|
2213
|
+
type: "sparkdream/x/season/MsgUpdateQuest";
|
|
2214
|
+
value: MsgUpdateQuestAmino;
|
|
2215
|
+
}
|
|
2216
|
+
/**
|
|
2217
|
+
* MsgUpdateQuestResponse is the response for MsgUpdateQuest.
|
|
2218
|
+
* @name MsgUpdateQuestResponse
|
|
2219
|
+
* @package sparkdream.season.v1
|
|
2220
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateQuestResponse
|
|
2221
|
+
*/
|
|
2222
|
+
export interface MsgUpdateQuestResponse {
|
|
2223
|
+
}
|
|
2224
|
+
export interface MsgUpdateQuestResponseProtoMsg {
|
|
2225
|
+
typeUrl: "/sparkdream.season.v1.MsgUpdateQuestResponse";
|
|
2226
|
+
value: Uint8Array;
|
|
2227
|
+
}
|
|
2228
|
+
/**
|
|
2229
|
+
* MsgUpdateQuestResponse is the response for MsgUpdateQuest.
|
|
2230
|
+
* @name MsgUpdateQuestResponseAmino
|
|
2231
|
+
* @package sparkdream.season.v1
|
|
2232
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateQuestResponse
|
|
2233
|
+
*/
|
|
2234
|
+
export interface MsgUpdateQuestResponseAmino {
|
|
2235
|
+
}
|
|
2236
|
+
export interface MsgUpdateQuestResponseAminoMsg {
|
|
2237
|
+
type: "/sparkdream.season.v1.MsgUpdateQuestResponse";
|
|
2238
|
+
value: MsgUpdateQuestResponseAmino;
|
|
2239
|
+
}
|
|
2240
|
+
/**
|
|
2241
|
+
* MsgResolveDisplayNameAppeal resolves a display name appeal.
|
|
2242
|
+
* Authorized: Commons Council, Operations Committee, or governance authority.
|
|
2243
|
+
* @name MsgResolveDisplayNameAppeal
|
|
2244
|
+
* @package sparkdream.season.v1
|
|
2245
|
+
* @see proto type: sparkdream.season.v1.MsgResolveDisplayNameAppeal
|
|
2246
|
+
*/
|
|
2247
|
+
export interface MsgResolveDisplayNameAppeal {
|
|
2248
|
+
authority: string;
|
|
2249
|
+
member: string;
|
|
2250
|
+
appealSucceeded: boolean;
|
|
2251
|
+
}
|
|
2252
|
+
export interface MsgResolveDisplayNameAppealProtoMsg {
|
|
2253
|
+
typeUrl: "/sparkdream.season.v1.MsgResolveDisplayNameAppeal";
|
|
2254
|
+
value: Uint8Array;
|
|
2255
|
+
}
|
|
2256
|
+
/**
|
|
2257
|
+
* MsgResolveDisplayNameAppeal resolves a display name appeal.
|
|
2258
|
+
* Authorized: Commons Council, Operations Committee, or governance authority.
|
|
2259
|
+
* @name MsgResolveDisplayNameAppealAmino
|
|
2260
|
+
* @package sparkdream.season.v1
|
|
2261
|
+
* @see proto type: sparkdream.season.v1.MsgResolveDisplayNameAppeal
|
|
2262
|
+
*/
|
|
2263
|
+
export interface MsgResolveDisplayNameAppealAmino {
|
|
2264
|
+
authority?: string;
|
|
2265
|
+
member?: string;
|
|
2266
|
+
appeal_succeeded?: boolean;
|
|
2267
|
+
}
|
|
2268
|
+
export interface MsgResolveDisplayNameAppealAminoMsg {
|
|
2269
|
+
type: "sparkdream/x/season/MsgResolveDisplayNameAppeal";
|
|
2270
|
+
value: MsgResolveDisplayNameAppealAmino;
|
|
2271
|
+
}
|
|
2272
|
+
/**
|
|
2273
|
+
* MsgResolveDisplayNameAppealResponse defines the MsgResolveDisplayNameAppealResponse message.
|
|
2274
|
+
* @name MsgResolveDisplayNameAppealResponse
|
|
2275
|
+
* @package sparkdream.season.v1
|
|
2276
|
+
* @see proto type: sparkdream.season.v1.MsgResolveDisplayNameAppealResponse
|
|
2277
|
+
*/
|
|
2278
|
+
export interface MsgResolveDisplayNameAppealResponse {
|
|
2279
|
+
}
|
|
2280
|
+
export interface MsgResolveDisplayNameAppealResponseProtoMsg {
|
|
2281
|
+
typeUrl: "/sparkdream.season.v1.MsgResolveDisplayNameAppealResponse";
|
|
2282
|
+
value: Uint8Array;
|
|
2283
|
+
}
|
|
2284
|
+
/**
|
|
2285
|
+
* MsgResolveDisplayNameAppealResponse defines the MsgResolveDisplayNameAppealResponse message.
|
|
2286
|
+
* @name MsgResolveDisplayNameAppealResponseAmino
|
|
2287
|
+
* @package sparkdream.season.v1
|
|
2288
|
+
* @see proto type: sparkdream.season.v1.MsgResolveDisplayNameAppealResponse
|
|
2289
|
+
*/
|
|
2290
|
+
export interface MsgResolveDisplayNameAppealResponseAmino {
|
|
2291
|
+
}
|
|
2292
|
+
export interface MsgResolveDisplayNameAppealResponseAminoMsg {
|
|
2293
|
+
type: "/sparkdream.season.v1.MsgResolveDisplayNameAppealResponse";
|
|
2294
|
+
value: MsgResolveDisplayNameAppealResponseAmino;
|
|
2295
|
+
}
|
|
2296
|
+
/**
|
|
2297
|
+
* MsgResolveUnappealedModeration resolves a display name moderation where the appeal period
|
|
2298
|
+
* expired without an appeal. The report is upheld, the reporter's DREAM stake is returned,
|
|
2299
|
+
* and the display name stays cleared.
|
|
2300
|
+
* Authorized: Commons Council, Operations Committee, or governance authority.
|
|
2301
|
+
* @name MsgResolveUnappealedModeration
|
|
2302
|
+
* @package sparkdream.season.v1
|
|
2303
|
+
* @see proto type: sparkdream.season.v1.MsgResolveUnappealedModeration
|
|
2304
|
+
*/
|
|
2305
|
+
export interface MsgResolveUnappealedModeration {
|
|
2306
|
+
authority: string;
|
|
2307
|
+
member: string;
|
|
2308
|
+
}
|
|
2309
|
+
export interface MsgResolveUnappealedModerationProtoMsg {
|
|
2310
|
+
typeUrl: "/sparkdream.season.v1.MsgResolveUnappealedModeration";
|
|
2311
|
+
value: Uint8Array;
|
|
2312
|
+
}
|
|
2313
|
+
/**
|
|
2314
|
+
* MsgResolveUnappealedModeration resolves a display name moderation where the appeal period
|
|
2315
|
+
* expired without an appeal. The report is upheld, the reporter's DREAM stake is returned,
|
|
2316
|
+
* and the display name stays cleared.
|
|
2317
|
+
* Authorized: Commons Council, Operations Committee, or governance authority.
|
|
2318
|
+
* @name MsgResolveUnappealedModerationAmino
|
|
2319
|
+
* @package sparkdream.season.v1
|
|
2320
|
+
* @see proto type: sparkdream.season.v1.MsgResolveUnappealedModeration
|
|
2321
|
+
*/
|
|
2322
|
+
export interface MsgResolveUnappealedModerationAmino {
|
|
2323
|
+
authority?: string;
|
|
2324
|
+
member?: string;
|
|
2325
|
+
}
|
|
2326
|
+
export interface MsgResolveUnappealedModerationAminoMsg {
|
|
2327
|
+
type: "sparkdream/x/season/MsgResolveUnappealedModeration";
|
|
2328
|
+
value: MsgResolveUnappealedModerationAmino;
|
|
2329
|
+
}
|
|
2330
|
+
/**
|
|
2331
|
+
* MsgResolveUnappealedModerationResponse defines the response for MsgResolveUnappealedModeration.
|
|
2332
|
+
* @name MsgResolveUnappealedModerationResponse
|
|
2333
|
+
* @package sparkdream.season.v1
|
|
2334
|
+
* @see proto type: sparkdream.season.v1.MsgResolveUnappealedModerationResponse
|
|
2335
|
+
*/
|
|
2336
|
+
export interface MsgResolveUnappealedModerationResponse {
|
|
2337
|
+
}
|
|
2338
|
+
export interface MsgResolveUnappealedModerationResponseProtoMsg {
|
|
2339
|
+
typeUrl: "/sparkdream.season.v1.MsgResolveUnappealedModerationResponse";
|
|
2340
|
+
value: Uint8Array;
|
|
2341
|
+
}
|
|
2342
|
+
/**
|
|
2343
|
+
* MsgResolveUnappealedModerationResponse defines the response for MsgResolveUnappealedModeration.
|
|
2344
|
+
* @name MsgResolveUnappealedModerationResponseAmino
|
|
2345
|
+
* @package sparkdream.season.v1
|
|
2346
|
+
* @see proto type: sparkdream.season.v1.MsgResolveUnappealedModerationResponse
|
|
2347
|
+
*/
|
|
2348
|
+
export interface MsgResolveUnappealedModerationResponseAmino {
|
|
2349
|
+
}
|
|
2350
|
+
export interface MsgResolveUnappealedModerationResponseAminoMsg {
|
|
2351
|
+
type: "/sparkdream.season.v1.MsgResolveUnappealedModerationResponse";
|
|
2352
|
+
value: MsgResolveUnappealedModerationResponseAmino;
|
|
2353
|
+
}
|
|
2354
|
+
/**
|
|
2355
|
+
* MsgNominate creates a retroactive public goods funding nomination.
|
|
2356
|
+
* @name MsgNominate
|
|
2357
|
+
* @package sparkdream.season.v1
|
|
2358
|
+
* @see proto type: sparkdream.season.v1.MsgNominate
|
|
2359
|
+
*/
|
|
2360
|
+
export interface MsgNominate {
|
|
2361
|
+
creator: string;
|
|
2362
|
+
/**
|
|
2363
|
+
* e.g. "blog/post/42"
|
|
2364
|
+
*/
|
|
2365
|
+
contentRef: string;
|
|
2366
|
+
rationale: string;
|
|
2367
|
+
}
|
|
2368
|
+
export interface MsgNominateProtoMsg {
|
|
2369
|
+
typeUrl: "/sparkdream.season.v1.MsgNominate";
|
|
2370
|
+
value: Uint8Array;
|
|
2371
|
+
}
|
|
2372
|
+
/**
|
|
2373
|
+
* MsgNominate creates a retroactive public goods funding nomination.
|
|
2374
|
+
* @name MsgNominateAmino
|
|
2375
|
+
* @package sparkdream.season.v1
|
|
2376
|
+
* @see proto type: sparkdream.season.v1.MsgNominate
|
|
2377
|
+
*/
|
|
2378
|
+
export interface MsgNominateAmino {
|
|
2379
|
+
creator?: string;
|
|
2380
|
+
/**
|
|
2381
|
+
* e.g. "blog/post/42"
|
|
2382
|
+
*/
|
|
2383
|
+
content_ref?: string;
|
|
2384
|
+
rationale?: string;
|
|
2385
|
+
}
|
|
2386
|
+
export interface MsgNominateAminoMsg {
|
|
2387
|
+
type: "/sparkdream.season.v1.MsgNominate";
|
|
2388
|
+
value: MsgNominateAmino;
|
|
2389
|
+
}
|
|
2390
|
+
/**
|
|
2391
|
+
* MsgNominateResponse defines the response for MsgNominate.
|
|
2392
|
+
* @name MsgNominateResponse
|
|
2393
|
+
* @package sparkdream.season.v1
|
|
2394
|
+
* @see proto type: sparkdream.season.v1.MsgNominateResponse
|
|
2395
|
+
*/
|
|
2396
|
+
export interface MsgNominateResponse {
|
|
2397
|
+
nominationId: bigint;
|
|
2398
|
+
}
|
|
2399
|
+
export interface MsgNominateResponseProtoMsg {
|
|
2400
|
+
typeUrl: "/sparkdream.season.v1.MsgNominateResponse";
|
|
2401
|
+
value: Uint8Array;
|
|
2402
|
+
}
|
|
2403
|
+
/**
|
|
2404
|
+
* MsgNominateResponse defines the response for MsgNominate.
|
|
2405
|
+
* @name MsgNominateResponseAmino
|
|
2406
|
+
* @package sparkdream.season.v1
|
|
2407
|
+
* @see proto type: sparkdream.season.v1.MsgNominateResponse
|
|
2408
|
+
*/
|
|
2409
|
+
export interface MsgNominateResponseAmino {
|
|
2410
|
+
nomination_id?: string;
|
|
2411
|
+
}
|
|
2412
|
+
export interface MsgNominateResponseAminoMsg {
|
|
2413
|
+
type: "/sparkdream.season.v1.MsgNominateResponse";
|
|
2414
|
+
value: MsgNominateResponseAmino;
|
|
2415
|
+
}
|
|
2416
|
+
/**
|
|
2417
|
+
* MsgStakeNomination stakes DREAM on a nomination.
|
|
2418
|
+
* @name MsgStakeNomination
|
|
2419
|
+
* @package sparkdream.season.v1
|
|
2420
|
+
* @see proto type: sparkdream.season.v1.MsgStakeNomination
|
|
2421
|
+
*/
|
|
2422
|
+
export interface MsgStakeNomination {
|
|
2423
|
+
creator: string;
|
|
2424
|
+
nominationId: bigint;
|
|
2425
|
+
/**
|
|
2426
|
+
* DREAM amount as decimal string
|
|
2427
|
+
*/
|
|
2428
|
+
amount: string;
|
|
2429
|
+
}
|
|
2430
|
+
export interface MsgStakeNominationProtoMsg {
|
|
2431
|
+
typeUrl: "/sparkdream.season.v1.MsgStakeNomination";
|
|
2432
|
+
value: Uint8Array;
|
|
2433
|
+
}
|
|
2434
|
+
/**
|
|
2435
|
+
* MsgStakeNomination stakes DREAM on a nomination.
|
|
2436
|
+
* @name MsgStakeNominationAmino
|
|
2437
|
+
* @package sparkdream.season.v1
|
|
2438
|
+
* @see proto type: sparkdream.season.v1.MsgStakeNomination
|
|
2439
|
+
*/
|
|
2440
|
+
export interface MsgStakeNominationAmino {
|
|
2441
|
+
creator?: string;
|
|
2442
|
+
nomination_id?: string;
|
|
2443
|
+
/**
|
|
2444
|
+
* DREAM amount as decimal string
|
|
2445
|
+
*/
|
|
2446
|
+
amount?: string;
|
|
2447
|
+
}
|
|
2448
|
+
export interface MsgStakeNominationAminoMsg {
|
|
2449
|
+
type: "/sparkdream.season.v1.MsgStakeNomination";
|
|
2450
|
+
value: MsgStakeNominationAmino;
|
|
2451
|
+
}
|
|
2452
|
+
/**
|
|
2453
|
+
* MsgStakeNominationResponse defines the response for MsgStakeNomination.
|
|
2454
|
+
* @name MsgStakeNominationResponse
|
|
2455
|
+
* @package sparkdream.season.v1
|
|
2456
|
+
* @see proto type: sparkdream.season.v1.MsgStakeNominationResponse
|
|
2457
|
+
*/
|
|
2458
|
+
export interface MsgStakeNominationResponse {
|
|
2459
|
+
}
|
|
2460
|
+
export interface MsgStakeNominationResponseProtoMsg {
|
|
2461
|
+
typeUrl: "/sparkdream.season.v1.MsgStakeNominationResponse";
|
|
2462
|
+
value: Uint8Array;
|
|
2463
|
+
}
|
|
2464
|
+
/**
|
|
2465
|
+
* MsgStakeNominationResponse defines the response for MsgStakeNomination.
|
|
2466
|
+
* @name MsgStakeNominationResponseAmino
|
|
2467
|
+
* @package sparkdream.season.v1
|
|
2468
|
+
* @see proto type: sparkdream.season.v1.MsgStakeNominationResponse
|
|
2469
|
+
*/
|
|
2470
|
+
export interface MsgStakeNominationResponseAmino {
|
|
2471
|
+
}
|
|
2472
|
+
export interface MsgStakeNominationResponseAminoMsg {
|
|
2473
|
+
type: "/sparkdream.season.v1.MsgStakeNominationResponse";
|
|
2474
|
+
value: MsgStakeNominationResponseAmino;
|
|
2475
|
+
}
|
|
2476
|
+
/**
|
|
2477
|
+
* MsgUnstakeNomination removes a DREAM stake from a nomination.
|
|
2478
|
+
* @name MsgUnstakeNomination
|
|
2479
|
+
* @package sparkdream.season.v1
|
|
2480
|
+
* @see proto type: sparkdream.season.v1.MsgUnstakeNomination
|
|
2481
|
+
*/
|
|
2482
|
+
export interface MsgUnstakeNomination {
|
|
2483
|
+
creator: string;
|
|
2484
|
+
nominationId: bigint;
|
|
2485
|
+
}
|
|
2486
|
+
export interface MsgUnstakeNominationProtoMsg {
|
|
2487
|
+
typeUrl: "/sparkdream.season.v1.MsgUnstakeNomination";
|
|
2488
|
+
value: Uint8Array;
|
|
2489
|
+
}
|
|
2490
|
+
/**
|
|
2491
|
+
* MsgUnstakeNomination removes a DREAM stake from a nomination.
|
|
2492
|
+
* @name MsgUnstakeNominationAmino
|
|
2493
|
+
* @package sparkdream.season.v1
|
|
2494
|
+
* @see proto type: sparkdream.season.v1.MsgUnstakeNomination
|
|
2495
|
+
*/
|
|
2496
|
+
export interface MsgUnstakeNominationAmino {
|
|
2497
|
+
creator?: string;
|
|
2498
|
+
nomination_id?: string;
|
|
2499
|
+
}
|
|
2500
|
+
export interface MsgUnstakeNominationAminoMsg {
|
|
2501
|
+
type: "/sparkdream.season.v1.MsgUnstakeNomination";
|
|
2502
|
+
value: MsgUnstakeNominationAmino;
|
|
2503
|
+
}
|
|
2504
|
+
/**
|
|
2505
|
+
* MsgUnstakeNominationResponse defines the response for MsgUnstakeNomination.
|
|
2506
|
+
* @name MsgUnstakeNominationResponse
|
|
2507
|
+
* @package sparkdream.season.v1
|
|
2508
|
+
* @see proto type: sparkdream.season.v1.MsgUnstakeNominationResponse
|
|
2509
|
+
*/
|
|
2510
|
+
export interface MsgUnstakeNominationResponse {
|
|
2511
|
+
}
|
|
2512
|
+
export interface MsgUnstakeNominationResponseProtoMsg {
|
|
2513
|
+
typeUrl: "/sparkdream.season.v1.MsgUnstakeNominationResponse";
|
|
2514
|
+
value: Uint8Array;
|
|
2515
|
+
}
|
|
2516
|
+
/**
|
|
2517
|
+
* MsgUnstakeNominationResponse defines the response for MsgUnstakeNomination.
|
|
2518
|
+
* @name MsgUnstakeNominationResponseAmino
|
|
2519
|
+
* @package sparkdream.season.v1
|
|
2520
|
+
* @see proto type: sparkdream.season.v1.MsgUnstakeNominationResponse
|
|
2521
|
+
*/
|
|
2522
|
+
export interface MsgUnstakeNominationResponseAmino {
|
|
2523
|
+
}
|
|
2524
|
+
export interface MsgUnstakeNominationResponseAminoMsg {
|
|
2525
|
+
type: "/sparkdream.season.v1.MsgUnstakeNominationResponse";
|
|
2526
|
+
value: MsgUnstakeNominationResponseAmino;
|
|
2527
|
+
}
|
|
2528
|
+
/**
|
|
2529
|
+
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
2530
|
+
* @name MsgUpdateParams
|
|
2531
|
+
* @package sparkdream.season.v1
|
|
2532
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateParams
|
|
2533
|
+
*/
|
|
2534
|
+
export declare const MsgUpdateParams: {
|
|
2535
|
+
typeUrl: string;
|
|
2536
|
+
aminoType: string;
|
|
2537
|
+
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
2538
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
2539
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
2540
|
+
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
2541
|
+
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
2542
|
+
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
2543
|
+
toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
|
|
2544
|
+
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
2545
|
+
toProto(message: MsgUpdateParams): Uint8Array;
|
|
2546
|
+
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
2547
|
+
};
|
|
2548
|
+
/**
|
|
2549
|
+
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
2550
|
+
* MsgUpdateParams message.
|
|
2551
|
+
* @name MsgUpdateParamsResponse
|
|
2552
|
+
* @package sparkdream.season.v1
|
|
2553
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateParamsResponse
|
|
2554
|
+
*/
|
|
2555
|
+
export declare const MsgUpdateParamsResponse: {
|
|
2556
|
+
typeUrl: string;
|
|
2557
|
+
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2558
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
2559
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
2560
|
+
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
2561
|
+
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
2562
|
+
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
2563
|
+
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
2564
|
+
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
2565
|
+
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
2566
|
+
};
|
|
2567
|
+
/**
|
|
2568
|
+
* MsgUpdateOperationalParams is the Msg/UpdateOperationalParams request type.
|
|
2569
|
+
* @name MsgUpdateOperationalParams
|
|
2570
|
+
* @package sparkdream.season.v1
|
|
2571
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateOperationalParams
|
|
2572
|
+
*/
|
|
2573
|
+
export declare const MsgUpdateOperationalParams: {
|
|
2574
|
+
typeUrl: string;
|
|
2575
|
+
aminoType: string;
|
|
2576
|
+
encode(message: MsgUpdateOperationalParams, writer?: BinaryWriter): BinaryWriter;
|
|
2577
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParams;
|
|
2578
|
+
fromPartial(object: DeepPartial<MsgUpdateOperationalParams>): MsgUpdateOperationalParams;
|
|
2579
|
+
fromAmino(object: MsgUpdateOperationalParamsAmino): MsgUpdateOperationalParams;
|
|
2580
|
+
toAmino(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAmino;
|
|
2581
|
+
fromAminoMsg(object: MsgUpdateOperationalParamsAminoMsg): MsgUpdateOperationalParams;
|
|
2582
|
+
toAminoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAminoMsg;
|
|
2583
|
+
fromProtoMsg(message: MsgUpdateOperationalParamsProtoMsg): MsgUpdateOperationalParams;
|
|
2584
|
+
toProto(message: MsgUpdateOperationalParams): Uint8Array;
|
|
2585
|
+
toProtoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsProtoMsg;
|
|
2586
|
+
};
|
|
2587
|
+
/**
|
|
2588
|
+
* MsgUpdateOperationalParamsResponse defines the response structure for executing a
|
|
2589
|
+
* MsgUpdateOperationalParams message.
|
|
2590
|
+
* @name MsgUpdateOperationalParamsResponse
|
|
2591
|
+
* @package sparkdream.season.v1
|
|
2592
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateOperationalParamsResponse
|
|
2593
|
+
*/
|
|
2594
|
+
export declare const MsgUpdateOperationalParamsResponse: {
|
|
2595
|
+
typeUrl: string;
|
|
2596
|
+
encode(_: MsgUpdateOperationalParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2597
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParamsResponse;
|
|
2598
|
+
fromPartial(_: DeepPartial<MsgUpdateOperationalParamsResponse>): MsgUpdateOperationalParamsResponse;
|
|
2599
|
+
fromAmino(_: MsgUpdateOperationalParamsResponseAmino): MsgUpdateOperationalParamsResponse;
|
|
2600
|
+
toAmino(_: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseAmino;
|
|
2601
|
+
fromAminoMsg(object: MsgUpdateOperationalParamsResponseAminoMsg): MsgUpdateOperationalParamsResponse;
|
|
2602
|
+
fromProtoMsg(message: MsgUpdateOperationalParamsResponseProtoMsg): MsgUpdateOperationalParamsResponse;
|
|
2603
|
+
toProto(message: MsgUpdateOperationalParamsResponse): Uint8Array;
|
|
2604
|
+
toProtoMsg(message: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseProtoMsg;
|
|
2605
|
+
};
|
|
2606
|
+
/**
|
|
2607
|
+
* MsgSetDisplayName defines the MsgSetDisplayName message.
|
|
2608
|
+
* @name MsgSetDisplayName
|
|
2609
|
+
* @package sparkdream.season.v1
|
|
2610
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayName
|
|
2611
|
+
*/
|
|
2612
|
+
export declare const MsgSetDisplayName: {
|
|
2613
|
+
typeUrl: string;
|
|
2614
|
+
encode(message: MsgSetDisplayName, writer?: BinaryWriter): BinaryWriter;
|
|
2615
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetDisplayName;
|
|
2616
|
+
fromPartial(object: DeepPartial<MsgSetDisplayName>): MsgSetDisplayName;
|
|
2617
|
+
fromAmino(object: MsgSetDisplayNameAmino): MsgSetDisplayName;
|
|
2618
|
+
toAmino(message: MsgSetDisplayName): MsgSetDisplayNameAmino;
|
|
2619
|
+
fromAminoMsg(object: MsgSetDisplayNameAminoMsg): MsgSetDisplayName;
|
|
2620
|
+
fromProtoMsg(message: MsgSetDisplayNameProtoMsg): MsgSetDisplayName;
|
|
2621
|
+
toProto(message: MsgSetDisplayName): Uint8Array;
|
|
2622
|
+
toProtoMsg(message: MsgSetDisplayName): MsgSetDisplayNameProtoMsg;
|
|
2623
|
+
};
|
|
2624
|
+
/**
|
|
2625
|
+
* MsgSetDisplayNameResponse defines the MsgSetDisplayNameResponse message.
|
|
2626
|
+
* @name MsgSetDisplayNameResponse
|
|
2627
|
+
* @package sparkdream.season.v1
|
|
2628
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayNameResponse
|
|
2629
|
+
*/
|
|
2630
|
+
export declare const MsgSetDisplayNameResponse: {
|
|
2631
|
+
typeUrl: string;
|
|
2632
|
+
encode(_: MsgSetDisplayNameResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2633
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetDisplayNameResponse;
|
|
2634
|
+
fromPartial(_: DeepPartial<MsgSetDisplayNameResponse>): MsgSetDisplayNameResponse;
|
|
2635
|
+
fromAmino(_: MsgSetDisplayNameResponseAmino): MsgSetDisplayNameResponse;
|
|
2636
|
+
toAmino(_: MsgSetDisplayNameResponse): MsgSetDisplayNameResponseAmino;
|
|
2637
|
+
fromAminoMsg(object: MsgSetDisplayNameResponseAminoMsg): MsgSetDisplayNameResponse;
|
|
2638
|
+
fromProtoMsg(message: MsgSetDisplayNameResponseProtoMsg): MsgSetDisplayNameResponse;
|
|
2639
|
+
toProto(message: MsgSetDisplayNameResponse): Uint8Array;
|
|
2640
|
+
toProtoMsg(message: MsgSetDisplayNameResponse): MsgSetDisplayNameResponseProtoMsg;
|
|
2641
|
+
};
|
|
2642
|
+
/**
|
|
2643
|
+
* MsgSetUsername defines the MsgSetUsername message.
|
|
2644
|
+
* @name MsgSetUsername
|
|
2645
|
+
* @package sparkdream.season.v1
|
|
2646
|
+
* @see proto type: sparkdream.season.v1.MsgSetUsername
|
|
2647
|
+
*/
|
|
2648
|
+
export declare const MsgSetUsername: {
|
|
2649
|
+
typeUrl: string;
|
|
2650
|
+
encode(message: MsgSetUsername, writer?: BinaryWriter): BinaryWriter;
|
|
2651
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetUsername;
|
|
2652
|
+
fromPartial(object: DeepPartial<MsgSetUsername>): MsgSetUsername;
|
|
2653
|
+
fromAmino(object: MsgSetUsernameAmino): MsgSetUsername;
|
|
2654
|
+
toAmino(message: MsgSetUsername): MsgSetUsernameAmino;
|
|
2655
|
+
fromAminoMsg(object: MsgSetUsernameAminoMsg): MsgSetUsername;
|
|
2656
|
+
fromProtoMsg(message: MsgSetUsernameProtoMsg): MsgSetUsername;
|
|
2657
|
+
toProto(message: MsgSetUsername): Uint8Array;
|
|
2658
|
+
toProtoMsg(message: MsgSetUsername): MsgSetUsernameProtoMsg;
|
|
2659
|
+
};
|
|
2660
|
+
/**
|
|
2661
|
+
* MsgSetUsernameResponse defines the MsgSetUsernameResponse message.
|
|
2662
|
+
* @name MsgSetUsernameResponse
|
|
2663
|
+
* @package sparkdream.season.v1
|
|
2664
|
+
* @see proto type: sparkdream.season.v1.MsgSetUsernameResponse
|
|
2665
|
+
*/
|
|
2666
|
+
export declare const MsgSetUsernameResponse: {
|
|
2667
|
+
typeUrl: string;
|
|
2668
|
+
encode(_: MsgSetUsernameResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2669
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetUsernameResponse;
|
|
2670
|
+
fromPartial(_: DeepPartial<MsgSetUsernameResponse>): MsgSetUsernameResponse;
|
|
2671
|
+
fromAmino(_: MsgSetUsernameResponseAmino): MsgSetUsernameResponse;
|
|
2672
|
+
toAmino(_: MsgSetUsernameResponse): MsgSetUsernameResponseAmino;
|
|
2673
|
+
fromAminoMsg(object: MsgSetUsernameResponseAminoMsg): MsgSetUsernameResponse;
|
|
2674
|
+
fromProtoMsg(message: MsgSetUsernameResponseProtoMsg): MsgSetUsernameResponse;
|
|
2675
|
+
toProto(message: MsgSetUsernameResponse): Uint8Array;
|
|
2676
|
+
toProtoMsg(message: MsgSetUsernameResponse): MsgSetUsernameResponseProtoMsg;
|
|
2677
|
+
};
|
|
2678
|
+
/**
|
|
2679
|
+
* MsgSetDisplayTitle defines the MsgSetDisplayTitle message.
|
|
2680
|
+
* @name MsgSetDisplayTitle
|
|
2681
|
+
* @package sparkdream.season.v1
|
|
2682
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayTitle
|
|
2683
|
+
*/
|
|
2684
|
+
export declare const MsgSetDisplayTitle: {
|
|
2685
|
+
typeUrl: string;
|
|
2686
|
+
encode(message: MsgSetDisplayTitle, writer?: BinaryWriter): BinaryWriter;
|
|
2687
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetDisplayTitle;
|
|
2688
|
+
fromPartial(object: DeepPartial<MsgSetDisplayTitle>): MsgSetDisplayTitle;
|
|
2689
|
+
fromAmino(object: MsgSetDisplayTitleAmino): MsgSetDisplayTitle;
|
|
2690
|
+
toAmino(message: MsgSetDisplayTitle): MsgSetDisplayTitleAmino;
|
|
2691
|
+
fromAminoMsg(object: MsgSetDisplayTitleAminoMsg): MsgSetDisplayTitle;
|
|
2692
|
+
fromProtoMsg(message: MsgSetDisplayTitleProtoMsg): MsgSetDisplayTitle;
|
|
2693
|
+
toProto(message: MsgSetDisplayTitle): Uint8Array;
|
|
2694
|
+
toProtoMsg(message: MsgSetDisplayTitle): MsgSetDisplayTitleProtoMsg;
|
|
2695
|
+
};
|
|
2696
|
+
/**
|
|
2697
|
+
* MsgSetDisplayTitleResponse defines the MsgSetDisplayTitleResponse message.
|
|
2698
|
+
* @name MsgSetDisplayTitleResponse
|
|
2699
|
+
* @package sparkdream.season.v1
|
|
2700
|
+
* @see proto type: sparkdream.season.v1.MsgSetDisplayTitleResponse
|
|
2701
|
+
*/
|
|
2702
|
+
export declare const MsgSetDisplayTitleResponse: {
|
|
2703
|
+
typeUrl: string;
|
|
2704
|
+
encode(_: MsgSetDisplayTitleResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2705
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetDisplayTitleResponse;
|
|
2706
|
+
fromPartial(_: DeepPartial<MsgSetDisplayTitleResponse>): MsgSetDisplayTitleResponse;
|
|
2707
|
+
fromAmino(_: MsgSetDisplayTitleResponseAmino): MsgSetDisplayTitleResponse;
|
|
2708
|
+
toAmino(_: MsgSetDisplayTitleResponse): MsgSetDisplayTitleResponseAmino;
|
|
2709
|
+
fromAminoMsg(object: MsgSetDisplayTitleResponseAminoMsg): MsgSetDisplayTitleResponse;
|
|
2710
|
+
fromProtoMsg(message: MsgSetDisplayTitleResponseProtoMsg): MsgSetDisplayTitleResponse;
|
|
2711
|
+
toProto(message: MsgSetDisplayTitleResponse): Uint8Array;
|
|
2712
|
+
toProtoMsg(message: MsgSetDisplayTitleResponse): MsgSetDisplayTitleResponseProtoMsg;
|
|
2713
|
+
};
|
|
2714
|
+
/**
|
|
2715
|
+
* MsgCreateGuild defines the MsgCreateGuild message.
|
|
2716
|
+
* @name MsgCreateGuild
|
|
2717
|
+
* @package sparkdream.season.v1
|
|
2718
|
+
* @see proto type: sparkdream.season.v1.MsgCreateGuild
|
|
2719
|
+
*/
|
|
2720
|
+
export declare const MsgCreateGuild: {
|
|
2721
|
+
typeUrl: string;
|
|
2722
|
+
encode(message: MsgCreateGuild, writer?: BinaryWriter): BinaryWriter;
|
|
2723
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGuild;
|
|
2724
|
+
fromPartial(object: DeepPartial<MsgCreateGuild>): MsgCreateGuild;
|
|
2725
|
+
fromAmino(object: MsgCreateGuildAmino): MsgCreateGuild;
|
|
2726
|
+
toAmino(message: MsgCreateGuild): MsgCreateGuildAmino;
|
|
2727
|
+
fromAminoMsg(object: MsgCreateGuildAminoMsg): MsgCreateGuild;
|
|
2728
|
+
fromProtoMsg(message: MsgCreateGuildProtoMsg): MsgCreateGuild;
|
|
2729
|
+
toProto(message: MsgCreateGuild): Uint8Array;
|
|
2730
|
+
toProtoMsg(message: MsgCreateGuild): MsgCreateGuildProtoMsg;
|
|
2731
|
+
};
|
|
2732
|
+
/**
|
|
2733
|
+
* MsgCreateGuildResponse defines the MsgCreateGuildResponse message.
|
|
2734
|
+
* @name MsgCreateGuildResponse
|
|
2735
|
+
* @package sparkdream.season.v1
|
|
2736
|
+
* @see proto type: sparkdream.season.v1.MsgCreateGuildResponse
|
|
2737
|
+
*/
|
|
2738
|
+
export declare const MsgCreateGuildResponse: {
|
|
2739
|
+
typeUrl: string;
|
|
2740
|
+
encode(_: MsgCreateGuildResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2741
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGuildResponse;
|
|
2742
|
+
fromPartial(_: DeepPartial<MsgCreateGuildResponse>): MsgCreateGuildResponse;
|
|
2743
|
+
fromAmino(_: MsgCreateGuildResponseAmino): MsgCreateGuildResponse;
|
|
2744
|
+
toAmino(_: MsgCreateGuildResponse): MsgCreateGuildResponseAmino;
|
|
2745
|
+
fromAminoMsg(object: MsgCreateGuildResponseAminoMsg): MsgCreateGuildResponse;
|
|
2746
|
+
fromProtoMsg(message: MsgCreateGuildResponseProtoMsg): MsgCreateGuildResponse;
|
|
2747
|
+
toProto(message: MsgCreateGuildResponse): Uint8Array;
|
|
2748
|
+
toProtoMsg(message: MsgCreateGuildResponse): MsgCreateGuildResponseProtoMsg;
|
|
2749
|
+
};
|
|
2750
|
+
/**
|
|
2751
|
+
* MsgJoinGuild defines the MsgJoinGuild message.
|
|
2752
|
+
* @name MsgJoinGuild
|
|
2753
|
+
* @package sparkdream.season.v1
|
|
2754
|
+
* @see proto type: sparkdream.season.v1.MsgJoinGuild
|
|
2755
|
+
*/
|
|
2756
|
+
export declare const MsgJoinGuild: {
|
|
2757
|
+
typeUrl: string;
|
|
2758
|
+
encode(message: MsgJoinGuild, writer?: BinaryWriter): BinaryWriter;
|
|
2759
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgJoinGuild;
|
|
2760
|
+
fromPartial(object: DeepPartial<MsgJoinGuild>): MsgJoinGuild;
|
|
2761
|
+
fromAmino(object: MsgJoinGuildAmino): MsgJoinGuild;
|
|
2762
|
+
toAmino(message: MsgJoinGuild): MsgJoinGuildAmino;
|
|
2763
|
+
fromAminoMsg(object: MsgJoinGuildAminoMsg): MsgJoinGuild;
|
|
2764
|
+
fromProtoMsg(message: MsgJoinGuildProtoMsg): MsgJoinGuild;
|
|
2765
|
+
toProto(message: MsgJoinGuild): Uint8Array;
|
|
2766
|
+
toProtoMsg(message: MsgJoinGuild): MsgJoinGuildProtoMsg;
|
|
2767
|
+
};
|
|
2768
|
+
/**
|
|
2769
|
+
* MsgJoinGuildResponse defines the MsgJoinGuildResponse message.
|
|
2770
|
+
* @name MsgJoinGuildResponse
|
|
2771
|
+
* @package sparkdream.season.v1
|
|
2772
|
+
* @see proto type: sparkdream.season.v1.MsgJoinGuildResponse
|
|
2773
|
+
*/
|
|
2774
|
+
export declare const MsgJoinGuildResponse: {
|
|
2775
|
+
typeUrl: string;
|
|
2776
|
+
encode(_: MsgJoinGuildResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2777
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgJoinGuildResponse;
|
|
2778
|
+
fromPartial(_: DeepPartial<MsgJoinGuildResponse>): MsgJoinGuildResponse;
|
|
2779
|
+
fromAmino(_: MsgJoinGuildResponseAmino): MsgJoinGuildResponse;
|
|
2780
|
+
toAmino(_: MsgJoinGuildResponse): MsgJoinGuildResponseAmino;
|
|
2781
|
+
fromAminoMsg(object: MsgJoinGuildResponseAminoMsg): MsgJoinGuildResponse;
|
|
2782
|
+
fromProtoMsg(message: MsgJoinGuildResponseProtoMsg): MsgJoinGuildResponse;
|
|
2783
|
+
toProto(message: MsgJoinGuildResponse): Uint8Array;
|
|
2784
|
+
toProtoMsg(message: MsgJoinGuildResponse): MsgJoinGuildResponseProtoMsg;
|
|
2785
|
+
};
|
|
2786
|
+
/**
|
|
2787
|
+
* MsgLeaveGuild defines the MsgLeaveGuild message.
|
|
2788
|
+
* @name MsgLeaveGuild
|
|
2789
|
+
* @package sparkdream.season.v1
|
|
2790
|
+
* @see proto type: sparkdream.season.v1.MsgLeaveGuild
|
|
2791
|
+
*/
|
|
2792
|
+
export declare const MsgLeaveGuild: {
|
|
2793
|
+
typeUrl: string;
|
|
2794
|
+
encode(message: MsgLeaveGuild, writer?: BinaryWriter): BinaryWriter;
|
|
2795
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGuild;
|
|
2796
|
+
fromPartial(object: DeepPartial<MsgLeaveGuild>): MsgLeaveGuild;
|
|
2797
|
+
fromAmino(object: MsgLeaveGuildAmino): MsgLeaveGuild;
|
|
2798
|
+
toAmino(message: MsgLeaveGuild): MsgLeaveGuildAmino;
|
|
2799
|
+
fromAminoMsg(object: MsgLeaveGuildAminoMsg): MsgLeaveGuild;
|
|
2800
|
+
fromProtoMsg(message: MsgLeaveGuildProtoMsg): MsgLeaveGuild;
|
|
2801
|
+
toProto(message: MsgLeaveGuild): Uint8Array;
|
|
2802
|
+
toProtoMsg(message: MsgLeaveGuild): MsgLeaveGuildProtoMsg;
|
|
2803
|
+
};
|
|
2804
|
+
/**
|
|
2805
|
+
* MsgLeaveGuildResponse defines the MsgLeaveGuildResponse message.
|
|
2806
|
+
* @name MsgLeaveGuildResponse
|
|
2807
|
+
* @package sparkdream.season.v1
|
|
2808
|
+
* @see proto type: sparkdream.season.v1.MsgLeaveGuildResponse
|
|
2809
|
+
*/
|
|
2810
|
+
export declare const MsgLeaveGuildResponse: {
|
|
2811
|
+
typeUrl: string;
|
|
2812
|
+
encode(_: MsgLeaveGuildResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2813
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGuildResponse;
|
|
2814
|
+
fromPartial(_: DeepPartial<MsgLeaveGuildResponse>): MsgLeaveGuildResponse;
|
|
2815
|
+
fromAmino(_: MsgLeaveGuildResponseAmino): MsgLeaveGuildResponse;
|
|
2816
|
+
toAmino(_: MsgLeaveGuildResponse): MsgLeaveGuildResponseAmino;
|
|
2817
|
+
fromAminoMsg(object: MsgLeaveGuildResponseAminoMsg): MsgLeaveGuildResponse;
|
|
2818
|
+
fromProtoMsg(message: MsgLeaveGuildResponseProtoMsg): MsgLeaveGuildResponse;
|
|
2819
|
+
toProto(message: MsgLeaveGuildResponse): Uint8Array;
|
|
2820
|
+
toProtoMsg(message: MsgLeaveGuildResponse): MsgLeaveGuildResponseProtoMsg;
|
|
2821
|
+
};
|
|
2822
|
+
/**
|
|
2823
|
+
* MsgTransferGuildFounder defines the MsgTransferGuildFounder message.
|
|
2824
|
+
* @name MsgTransferGuildFounder
|
|
2825
|
+
* @package sparkdream.season.v1
|
|
2826
|
+
* @see proto type: sparkdream.season.v1.MsgTransferGuildFounder
|
|
2827
|
+
*/
|
|
2828
|
+
export declare const MsgTransferGuildFounder: {
|
|
2829
|
+
typeUrl: string;
|
|
2830
|
+
encode(message: MsgTransferGuildFounder, writer?: BinaryWriter): BinaryWriter;
|
|
2831
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgTransferGuildFounder;
|
|
2832
|
+
fromPartial(object: DeepPartial<MsgTransferGuildFounder>): MsgTransferGuildFounder;
|
|
2833
|
+
fromAmino(object: MsgTransferGuildFounderAmino): MsgTransferGuildFounder;
|
|
2834
|
+
toAmino(message: MsgTransferGuildFounder): MsgTransferGuildFounderAmino;
|
|
2835
|
+
fromAminoMsg(object: MsgTransferGuildFounderAminoMsg): MsgTransferGuildFounder;
|
|
2836
|
+
fromProtoMsg(message: MsgTransferGuildFounderProtoMsg): MsgTransferGuildFounder;
|
|
2837
|
+
toProto(message: MsgTransferGuildFounder): Uint8Array;
|
|
2838
|
+
toProtoMsg(message: MsgTransferGuildFounder): MsgTransferGuildFounderProtoMsg;
|
|
2839
|
+
};
|
|
2840
|
+
/**
|
|
2841
|
+
* MsgTransferGuildFounderResponse defines the MsgTransferGuildFounderResponse message.
|
|
2842
|
+
* @name MsgTransferGuildFounderResponse
|
|
2843
|
+
* @package sparkdream.season.v1
|
|
2844
|
+
* @see proto type: sparkdream.season.v1.MsgTransferGuildFounderResponse
|
|
2845
|
+
*/
|
|
2846
|
+
export declare const MsgTransferGuildFounderResponse: {
|
|
2847
|
+
typeUrl: string;
|
|
2848
|
+
encode(_: MsgTransferGuildFounderResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2849
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgTransferGuildFounderResponse;
|
|
2850
|
+
fromPartial(_: DeepPartial<MsgTransferGuildFounderResponse>): MsgTransferGuildFounderResponse;
|
|
2851
|
+
fromAmino(_: MsgTransferGuildFounderResponseAmino): MsgTransferGuildFounderResponse;
|
|
2852
|
+
toAmino(_: MsgTransferGuildFounderResponse): MsgTransferGuildFounderResponseAmino;
|
|
2853
|
+
fromAminoMsg(object: MsgTransferGuildFounderResponseAminoMsg): MsgTransferGuildFounderResponse;
|
|
2854
|
+
fromProtoMsg(message: MsgTransferGuildFounderResponseProtoMsg): MsgTransferGuildFounderResponse;
|
|
2855
|
+
toProto(message: MsgTransferGuildFounderResponse): Uint8Array;
|
|
2856
|
+
toProtoMsg(message: MsgTransferGuildFounderResponse): MsgTransferGuildFounderResponseProtoMsg;
|
|
2857
|
+
};
|
|
2858
|
+
/**
|
|
2859
|
+
* MsgDissolveGuild defines the MsgDissolveGuild message.
|
|
2860
|
+
* @name MsgDissolveGuild
|
|
2861
|
+
* @package sparkdream.season.v1
|
|
2862
|
+
* @see proto type: sparkdream.season.v1.MsgDissolveGuild
|
|
2863
|
+
*/
|
|
2864
|
+
export declare const MsgDissolveGuild: {
|
|
2865
|
+
typeUrl: string;
|
|
2866
|
+
encode(message: MsgDissolveGuild, writer?: BinaryWriter): BinaryWriter;
|
|
2867
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDissolveGuild;
|
|
2868
|
+
fromPartial(object: DeepPartial<MsgDissolveGuild>): MsgDissolveGuild;
|
|
2869
|
+
fromAmino(object: MsgDissolveGuildAmino): MsgDissolveGuild;
|
|
2870
|
+
toAmino(message: MsgDissolveGuild): MsgDissolveGuildAmino;
|
|
2871
|
+
fromAminoMsg(object: MsgDissolveGuildAminoMsg): MsgDissolveGuild;
|
|
2872
|
+
fromProtoMsg(message: MsgDissolveGuildProtoMsg): MsgDissolveGuild;
|
|
2873
|
+
toProto(message: MsgDissolveGuild): Uint8Array;
|
|
2874
|
+
toProtoMsg(message: MsgDissolveGuild): MsgDissolveGuildProtoMsg;
|
|
2875
|
+
};
|
|
2876
|
+
/**
|
|
2877
|
+
* MsgDissolveGuildResponse defines the MsgDissolveGuildResponse message.
|
|
2878
|
+
* @name MsgDissolveGuildResponse
|
|
2879
|
+
* @package sparkdream.season.v1
|
|
2880
|
+
* @see proto type: sparkdream.season.v1.MsgDissolveGuildResponse
|
|
2881
|
+
*/
|
|
2882
|
+
export declare const MsgDissolveGuildResponse: {
|
|
2883
|
+
typeUrl: string;
|
|
2884
|
+
encode(_: MsgDissolveGuildResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2885
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDissolveGuildResponse;
|
|
2886
|
+
fromPartial(_: DeepPartial<MsgDissolveGuildResponse>): MsgDissolveGuildResponse;
|
|
2887
|
+
fromAmino(_: MsgDissolveGuildResponseAmino): MsgDissolveGuildResponse;
|
|
2888
|
+
toAmino(_: MsgDissolveGuildResponse): MsgDissolveGuildResponseAmino;
|
|
2889
|
+
fromAminoMsg(object: MsgDissolveGuildResponseAminoMsg): MsgDissolveGuildResponse;
|
|
2890
|
+
fromProtoMsg(message: MsgDissolveGuildResponseProtoMsg): MsgDissolveGuildResponse;
|
|
2891
|
+
toProto(message: MsgDissolveGuildResponse): Uint8Array;
|
|
2892
|
+
toProtoMsg(message: MsgDissolveGuildResponse): MsgDissolveGuildResponseProtoMsg;
|
|
2893
|
+
};
|
|
2894
|
+
/**
|
|
2895
|
+
* MsgPromoteToOfficer defines the MsgPromoteToOfficer message.
|
|
2896
|
+
* @name MsgPromoteToOfficer
|
|
2897
|
+
* @package sparkdream.season.v1
|
|
2898
|
+
* @see proto type: sparkdream.season.v1.MsgPromoteToOfficer
|
|
2899
|
+
*/
|
|
2900
|
+
export declare const MsgPromoteToOfficer: {
|
|
2901
|
+
typeUrl: string;
|
|
2902
|
+
encode(message: MsgPromoteToOfficer, writer?: BinaryWriter): BinaryWriter;
|
|
2903
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPromoteToOfficer;
|
|
2904
|
+
fromPartial(object: DeepPartial<MsgPromoteToOfficer>): MsgPromoteToOfficer;
|
|
2905
|
+
fromAmino(object: MsgPromoteToOfficerAmino): MsgPromoteToOfficer;
|
|
2906
|
+
toAmino(message: MsgPromoteToOfficer): MsgPromoteToOfficerAmino;
|
|
2907
|
+
fromAminoMsg(object: MsgPromoteToOfficerAminoMsg): MsgPromoteToOfficer;
|
|
2908
|
+
fromProtoMsg(message: MsgPromoteToOfficerProtoMsg): MsgPromoteToOfficer;
|
|
2909
|
+
toProto(message: MsgPromoteToOfficer): Uint8Array;
|
|
2910
|
+
toProtoMsg(message: MsgPromoteToOfficer): MsgPromoteToOfficerProtoMsg;
|
|
2911
|
+
};
|
|
2912
|
+
/**
|
|
2913
|
+
* MsgPromoteToOfficerResponse defines the MsgPromoteToOfficerResponse message.
|
|
2914
|
+
* @name MsgPromoteToOfficerResponse
|
|
2915
|
+
* @package sparkdream.season.v1
|
|
2916
|
+
* @see proto type: sparkdream.season.v1.MsgPromoteToOfficerResponse
|
|
2917
|
+
*/
|
|
2918
|
+
export declare const MsgPromoteToOfficerResponse: {
|
|
2919
|
+
typeUrl: string;
|
|
2920
|
+
encode(_: MsgPromoteToOfficerResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2921
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPromoteToOfficerResponse;
|
|
2922
|
+
fromPartial(_: DeepPartial<MsgPromoteToOfficerResponse>): MsgPromoteToOfficerResponse;
|
|
2923
|
+
fromAmino(_: MsgPromoteToOfficerResponseAmino): MsgPromoteToOfficerResponse;
|
|
2924
|
+
toAmino(_: MsgPromoteToOfficerResponse): MsgPromoteToOfficerResponseAmino;
|
|
2925
|
+
fromAminoMsg(object: MsgPromoteToOfficerResponseAminoMsg): MsgPromoteToOfficerResponse;
|
|
2926
|
+
fromProtoMsg(message: MsgPromoteToOfficerResponseProtoMsg): MsgPromoteToOfficerResponse;
|
|
2927
|
+
toProto(message: MsgPromoteToOfficerResponse): Uint8Array;
|
|
2928
|
+
toProtoMsg(message: MsgPromoteToOfficerResponse): MsgPromoteToOfficerResponseProtoMsg;
|
|
2929
|
+
};
|
|
2930
|
+
/**
|
|
2931
|
+
* MsgDemoteOfficer defines the MsgDemoteOfficer message.
|
|
2932
|
+
* @name MsgDemoteOfficer
|
|
2933
|
+
* @package sparkdream.season.v1
|
|
2934
|
+
* @see proto type: sparkdream.season.v1.MsgDemoteOfficer
|
|
2935
|
+
*/
|
|
2936
|
+
export declare const MsgDemoteOfficer: {
|
|
2937
|
+
typeUrl: string;
|
|
2938
|
+
encode(message: MsgDemoteOfficer, writer?: BinaryWriter): BinaryWriter;
|
|
2939
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDemoteOfficer;
|
|
2940
|
+
fromPartial(object: DeepPartial<MsgDemoteOfficer>): MsgDemoteOfficer;
|
|
2941
|
+
fromAmino(object: MsgDemoteOfficerAmino): MsgDemoteOfficer;
|
|
2942
|
+
toAmino(message: MsgDemoteOfficer): MsgDemoteOfficerAmino;
|
|
2943
|
+
fromAminoMsg(object: MsgDemoteOfficerAminoMsg): MsgDemoteOfficer;
|
|
2944
|
+
fromProtoMsg(message: MsgDemoteOfficerProtoMsg): MsgDemoteOfficer;
|
|
2945
|
+
toProto(message: MsgDemoteOfficer): Uint8Array;
|
|
2946
|
+
toProtoMsg(message: MsgDemoteOfficer): MsgDemoteOfficerProtoMsg;
|
|
2947
|
+
};
|
|
2948
|
+
/**
|
|
2949
|
+
* MsgDemoteOfficerResponse defines the MsgDemoteOfficerResponse message.
|
|
2950
|
+
* @name MsgDemoteOfficerResponse
|
|
2951
|
+
* @package sparkdream.season.v1
|
|
2952
|
+
* @see proto type: sparkdream.season.v1.MsgDemoteOfficerResponse
|
|
2953
|
+
*/
|
|
2954
|
+
export declare const MsgDemoteOfficerResponse: {
|
|
2955
|
+
typeUrl: string;
|
|
2956
|
+
encode(_: MsgDemoteOfficerResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2957
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDemoteOfficerResponse;
|
|
2958
|
+
fromPartial(_: DeepPartial<MsgDemoteOfficerResponse>): MsgDemoteOfficerResponse;
|
|
2959
|
+
fromAmino(_: MsgDemoteOfficerResponseAmino): MsgDemoteOfficerResponse;
|
|
2960
|
+
toAmino(_: MsgDemoteOfficerResponse): MsgDemoteOfficerResponseAmino;
|
|
2961
|
+
fromAminoMsg(object: MsgDemoteOfficerResponseAminoMsg): MsgDemoteOfficerResponse;
|
|
2962
|
+
fromProtoMsg(message: MsgDemoteOfficerResponseProtoMsg): MsgDemoteOfficerResponse;
|
|
2963
|
+
toProto(message: MsgDemoteOfficerResponse): Uint8Array;
|
|
2964
|
+
toProtoMsg(message: MsgDemoteOfficerResponse): MsgDemoteOfficerResponseProtoMsg;
|
|
2965
|
+
};
|
|
2966
|
+
/**
|
|
2967
|
+
* MsgInviteToGuild defines the MsgInviteToGuild message.
|
|
2968
|
+
* @name MsgInviteToGuild
|
|
2969
|
+
* @package sparkdream.season.v1
|
|
2970
|
+
* @see proto type: sparkdream.season.v1.MsgInviteToGuild
|
|
2971
|
+
*/
|
|
2972
|
+
export declare const MsgInviteToGuild: {
|
|
2973
|
+
typeUrl: string;
|
|
2974
|
+
encode(message: MsgInviteToGuild, writer?: BinaryWriter): BinaryWriter;
|
|
2975
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgInviteToGuild;
|
|
2976
|
+
fromPartial(object: DeepPartial<MsgInviteToGuild>): MsgInviteToGuild;
|
|
2977
|
+
fromAmino(object: MsgInviteToGuildAmino): MsgInviteToGuild;
|
|
2978
|
+
toAmino(message: MsgInviteToGuild): MsgInviteToGuildAmino;
|
|
2979
|
+
fromAminoMsg(object: MsgInviteToGuildAminoMsg): MsgInviteToGuild;
|
|
2980
|
+
fromProtoMsg(message: MsgInviteToGuildProtoMsg): MsgInviteToGuild;
|
|
2981
|
+
toProto(message: MsgInviteToGuild): Uint8Array;
|
|
2982
|
+
toProtoMsg(message: MsgInviteToGuild): MsgInviteToGuildProtoMsg;
|
|
2983
|
+
};
|
|
2984
|
+
/**
|
|
2985
|
+
* MsgInviteToGuildResponse defines the MsgInviteToGuildResponse message.
|
|
2986
|
+
* @name MsgInviteToGuildResponse
|
|
2987
|
+
* @package sparkdream.season.v1
|
|
2988
|
+
* @see proto type: sparkdream.season.v1.MsgInviteToGuildResponse
|
|
2989
|
+
*/
|
|
2990
|
+
export declare const MsgInviteToGuildResponse: {
|
|
2991
|
+
typeUrl: string;
|
|
2992
|
+
encode(_: MsgInviteToGuildResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2993
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgInviteToGuildResponse;
|
|
2994
|
+
fromPartial(_: DeepPartial<MsgInviteToGuildResponse>): MsgInviteToGuildResponse;
|
|
2995
|
+
fromAmino(_: MsgInviteToGuildResponseAmino): MsgInviteToGuildResponse;
|
|
2996
|
+
toAmino(_: MsgInviteToGuildResponse): MsgInviteToGuildResponseAmino;
|
|
2997
|
+
fromAminoMsg(object: MsgInviteToGuildResponseAminoMsg): MsgInviteToGuildResponse;
|
|
2998
|
+
fromProtoMsg(message: MsgInviteToGuildResponseProtoMsg): MsgInviteToGuildResponse;
|
|
2999
|
+
toProto(message: MsgInviteToGuildResponse): Uint8Array;
|
|
3000
|
+
toProtoMsg(message: MsgInviteToGuildResponse): MsgInviteToGuildResponseProtoMsg;
|
|
3001
|
+
};
|
|
3002
|
+
/**
|
|
3003
|
+
* MsgAcceptGuildInvite defines the MsgAcceptGuildInvite message.
|
|
3004
|
+
* @name MsgAcceptGuildInvite
|
|
3005
|
+
* @package sparkdream.season.v1
|
|
3006
|
+
* @see proto type: sparkdream.season.v1.MsgAcceptGuildInvite
|
|
3007
|
+
*/
|
|
3008
|
+
export declare const MsgAcceptGuildInvite: {
|
|
3009
|
+
typeUrl: string;
|
|
3010
|
+
encode(message: MsgAcceptGuildInvite, writer?: BinaryWriter): BinaryWriter;
|
|
3011
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAcceptGuildInvite;
|
|
3012
|
+
fromPartial(object: DeepPartial<MsgAcceptGuildInvite>): MsgAcceptGuildInvite;
|
|
3013
|
+
fromAmino(object: MsgAcceptGuildInviteAmino): MsgAcceptGuildInvite;
|
|
3014
|
+
toAmino(message: MsgAcceptGuildInvite): MsgAcceptGuildInviteAmino;
|
|
3015
|
+
fromAminoMsg(object: MsgAcceptGuildInviteAminoMsg): MsgAcceptGuildInvite;
|
|
3016
|
+
fromProtoMsg(message: MsgAcceptGuildInviteProtoMsg): MsgAcceptGuildInvite;
|
|
3017
|
+
toProto(message: MsgAcceptGuildInvite): Uint8Array;
|
|
3018
|
+
toProtoMsg(message: MsgAcceptGuildInvite): MsgAcceptGuildInviteProtoMsg;
|
|
3019
|
+
};
|
|
3020
|
+
/**
|
|
3021
|
+
* MsgAcceptGuildInviteResponse defines the MsgAcceptGuildInviteResponse message.
|
|
3022
|
+
* @name MsgAcceptGuildInviteResponse
|
|
3023
|
+
* @package sparkdream.season.v1
|
|
3024
|
+
* @see proto type: sparkdream.season.v1.MsgAcceptGuildInviteResponse
|
|
3025
|
+
*/
|
|
3026
|
+
export declare const MsgAcceptGuildInviteResponse: {
|
|
3027
|
+
typeUrl: string;
|
|
3028
|
+
encode(_: MsgAcceptGuildInviteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3029
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAcceptGuildInviteResponse;
|
|
3030
|
+
fromPartial(_: DeepPartial<MsgAcceptGuildInviteResponse>): MsgAcceptGuildInviteResponse;
|
|
3031
|
+
fromAmino(_: MsgAcceptGuildInviteResponseAmino): MsgAcceptGuildInviteResponse;
|
|
3032
|
+
toAmino(_: MsgAcceptGuildInviteResponse): MsgAcceptGuildInviteResponseAmino;
|
|
3033
|
+
fromAminoMsg(object: MsgAcceptGuildInviteResponseAminoMsg): MsgAcceptGuildInviteResponse;
|
|
3034
|
+
fromProtoMsg(message: MsgAcceptGuildInviteResponseProtoMsg): MsgAcceptGuildInviteResponse;
|
|
3035
|
+
toProto(message: MsgAcceptGuildInviteResponse): Uint8Array;
|
|
3036
|
+
toProtoMsg(message: MsgAcceptGuildInviteResponse): MsgAcceptGuildInviteResponseProtoMsg;
|
|
3037
|
+
};
|
|
3038
|
+
/**
|
|
3039
|
+
* MsgRevokeGuildInvite defines the MsgRevokeGuildInvite message.
|
|
3040
|
+
* @name MsgRevokeGuildInvite
|
|
3041
|
+
* @package sparkdream.season.v1
|
|
3042
|
+
* @see proto type: sparkdream.season.v1.MsgRevokeGuildInvite
|
|
3043
|
+
*/
|
|
3044
|
+
export declare const MsgRevokeGuildInvite: {
|
|
3045
|
+
typeUrl: string;
|
|
3046
|
+
encode(message: MsgRevokeGuildInvite, writer?: BinaryWriter): BinaryWriter;
|
|
3047
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeGuildInvite;
|
|
3048
|
+
fromPartial(object: DeepPartial<MsgRevokeGuildInvite>): MsgRevokeGuildInvite;
|
|
3049
|
+
fromAmino(object: MsgRevokeGuildInviteAmino): MsgRevokeGuildInvite;
|
|
3050
|
+
toAmino(message: MsgRevokeGuildInvite): MsgRevokeGuildInviteAmino;
|
|
3051
|
+
fromAminoMsg(object: MsgRevokeGuildInviteAminoMsg): MsgRevokeGuildInvite;
|
|
3052
|
+
fromProtoMsg(message: MsgRevokeGuildInviteProtoMsg): MsgRevokeGuildInvite;
|
|
3053
|
+
toProto(message: MsgRevokeGuildInvite): Uint8Array;
|
|
3054
|
+
toProtoMsg(message: MsgRevokeGuildInvite): MsgRevokeGuildInviteProtoMsg;
|
|
3055
|
+
};
|
|
3056
|
+
/**
|
|
3057
|
+
* MsgRevokeGuildInviteResponse defines the MsgRevokeGuildInviteResponse message.
|
|
3058
|
+
* @name MsgRevokeGuildInviteResponse
|
|
3059
|
+
* @package sparkdream.season.v1
|
|
3060
|
+
* @see proto type: sparkdream.season.v1.MsgRevokeGuildInviteResponse
|
|
3061
|
+
*/
|
|
3062
|
+
export declare const MsgRevokeGuildInviteResponse: {
|
|
3063
|
+
typeUrl: string;
|
|
3064
|
+
encode(_: MsgRevokeGuildInviteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3065
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeGuildInviteResponse;
|
|
3066
|
+
fromPartial(_: DeepPartial<MsgRevokeGuildInviteResponse>): MsgRevokeGuildInviteResponse;
|
|
3067
|
+
fromAmino(_: MsgRevokeGuildInviteResponseAmino): MsgRevokeGuildInviteResponse;
|
|
3068
|
+
toAmino(_: MsgRevokeGuildInviteResponse): MsgRevokeGuildInviteResponseAmino;
|
|
3069
|
+
fromAminoMsg(object: MsgRevokeGuildInviteResponseAminoMsg): MsgRevokeGuildInviteResponse;
|
|
3070
|
+
fromProtoMsg(message: MsgRevokeGuildInviteResponseProtoMsg): MsgRevokeGuildInviteResponse;
|
|
3071
|
+
toProto(message: MsgRevokeGuildInviteResponse): Uint8Array;
|
|
3072
|
+
toProtoMsg(message: MsgRevokeGuildInviteResponse): MsgRevokeGuildInviteResponseProtoMsg;
|
|
3073
|
+
};
|
|
3074
|
+
/**
|
|
3075
|
+
* MsgSetGuildInviteOnly defines the MsgSetGuildInviteOnly message.
|
|
3076
|
+
* @name MsgSetGuildInviteOnly
|
|
3077
|
+
* @package sparkdream.season.v1
|
|
3078
|
+
* @see proto type: sparkdream.season.v1.MsgSetGuildInviteOnly
|
|
3079
|
+
*/
|
|
3080
|
+
export declare const MsgSetGuildInviteOnly: {
|
|
3081
|
+
typeUrl: string;
|
|
3082
|
+
encode(message: MsgSetGuildInviteOnly, writer?: BinaryWriter): BinaryWriter;
|
|
3083
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetGuildInviteOnly;
|
|
3084
|
+
fromPartial(object: DeepPartial<MsgSetGuildInviteOnly>): MsgSetGuildInviteOnly;
|
|
3085
|
+
fromAmino(object: MsgSetGuildInviteOnlyAmino): MsgSetGuildInviteOnly;
|
|
3086
|
+
toAmino(message: MsgSetGuildInviteOnly): MsgSetGuildInviteOnlyAmino;
|
|
3087
|
+
fromAminoMsg(object: MsgSetGuildInviteOnlyAminoMsg): MsgSetGuildInviteOnly;
|
|
3088
|
+
fromProtoMsg(message: MsgSetGuildInviteOnlyProtoMsg): MsgSetGuildInviteOnly;
|
|
3089
|
+
toProto(message: MsgSetGuildInviteOnly): Uint8Array;
|
|
3090
|
+
toProtoMsg(message: MsgSetGuildInviteOnly): MsgSetGuildInviteOnlyProtoMsg;
|
|
3091
|
+
};
|
|
3092
|
+
/**
|
|
3093
|
+
* MsgSetGuildInviteOnlyResponse defines the MsgSetGuildInviteOnlyResponse message.
|
|
3094
|
+
* @name MsgSetGuildInviteOnlyResponse
|
|
3095
|
+
* @package sparkdream.season.v1
|
|
3096
|
+
* @see proto type: sparkdream.season.v1.MsgSetGuildInviteOnlyResponse
|
|
3097
|
+
*/
|
|
3098
|
+
export declare const MsgSetGuildInviteOnlyResponse: {
|
|
3099
|
+
typeUrl: string;
|
|
3100
|
+
encode(_: MsgSetGuildInviteOnlyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3101
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetGuildInviteOnlyResponse;
|
|
3102
|
+
fromPartial(_: DeepPartial<MsgSetGuildInviteOnlyResponse>): MsgSetGuildInviteOnlyResponse;
|
|
3103
|
+
fromAmino(_: MsgSetGuildInviteOnlyResponseAmino): MsgSetGuildInviteOnlyResponse;
|
|
3104
|
+
toAmino(_: MsgSetGuildInviteOnlyResponse): MsgSetGuildInviteOnlyResponseAmino;
|
|
3105
|
+
fromAminoMsg(object: MsgSetGuildInviteOnlyResponseAminoMsg): MsgSetGuildInviteOnlyResponse;
|
|
3106
|
+
fromProtoMsg(message: MsgSetGuildInviteOnlyResponseProtoMsg): MsgSetGuildInviteOnlyResponse;
|
|
3107
|
+
toProto(message: MsgSetGuildInviteOnlyResponse): Uint8Array;
|
|
3108
|
+
toProtoMsg(message: MsgSetGuildInviteOnlyResponse): MsgSetGuildInviteOnlyResponseProtoMsg;
|
|
3109
|
+
};
|
|
3110
|
+
/**
|
|
3111
|
+
* MsgUpdateGuildDescription defines the MsgUpdateGuildDescription message.
|
|
3112
|
+
* @name MsgUpdateGuildDescription
|
|
3113
|
+
* @package sparkdream.season.v1
|
|
3114
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateGuildDescription
|
|
3115
|
+
*/
|
|
3116
|
+
export declare const MsgUpdateGuildDescription: {
|
|
3117
|
+
typeUrl: string;
|
|
3118
|
+
encode(message: MsgUpdateGuildDescription, writer?: BinaryWriter): BinaryWriter;
|
|
3119
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGuildDescription;
|
|
3120
|
+
fromPartial(object: DeepPartial<MsgUpdateGuildDescription>): MsgUpdateGuildDescription;
|
|
3121
|
+
fromAmino(object: MsgUpdateGuildDescriptionAmino): MsgUpdateGuildDescription;
|
|
3122
|
+
toAmino(message: MsgUpdateGuildDescription): MsgUpdateGuildDescriptionAmino;
|
|
3123
|
+
fromAminoMsg(object: MsgUpdateGuildDescriptionAminoMsg): MsgUpdateGuildDescription;
|
|
3124
|
+
fromProtoMsg(message: MsgUpdateGuildDescriptionProtoMsg): MsgUpdateGuildDescription;
|
|
3125
|
+
toProto(message: MsgUpdateGuildDescription): Uint8Array;
|
|
3126
|
+
toProtoMsg(message: MsgUpdateGuildDescription): MsgUpdateGuildDescriptionProtoMsg;
|
|
3127
|
+
};
|
|
3128
|
+
/**
|
|
3129
|
+
* MsgUpdateGuildDescriptionResponse defines the MsgUpdateGuildDescriptionResponse message.
|
|
3130
|
+
* @name MsgUpdateGuildDescriptionResponse
|
|
3131
|
+
* @package sparkdream.season.v1
|
|
3132
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateGuildDescriptionResponse
|
|
3133
|
+
*/
|
|
3134
|
+
export declare const MsgUpdateGuildDescriptionResponse: {
|
|
3135
|
+
typeUrl: string;
|
|
3136
|
+
encode(_: MsgUpdateGuildDescriptionResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3137
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGuildDescriptionResponse;
|
|
3138
|
+
fromPartial(_: DeepPartial<MsgUpdateGuildDescriptionResponse>): MsgUpdateGuildDescriptionResponse;
|
|
3139
|
+
fromAmino(_: MsgUpdateGuildDescriptionResponseAmino): MsgUpdateGuildDescriptionResponse;
|
|
3140
|
+
toAmino(_: MsgUpdateGuildDescriptionResponse): MsgUpdateGuildDescriptionResponseAmino;
|
|
3141
|
+
fromAminoMsg(object: MsgUpdateGuildDescriptionResponseAminoMsg): MsgUpdateGuildDescriptionResponse;
|
|
3142
|
+
fromProtoMsg(message: MsgUpdateGuildDescriptionResponseProtoMsg): MsgUpdateGuildDescriptionResponse;
|
|
3143
|
+
toProto(message: MsgUpdateGuildDescriptionResponse): Uint8Array;
|
|
3144
|
+
toProtoMsg(message: MsgUpdateGuildDescriptionResponse): MsgUpdateGuildDescriptionResponseProtoMsg;
|
|
3145
|
+
};
|
|
3146
|
+
/**
|
|
3147
|
+
* MsgKickFromGuild defines the MsgKickFromGuild message.
|
|
3148
|
+
* @name MsgKickFromGuild
|
|
3149
|
+
* @package sparkdream.season.v1
|
|
3150
|
+
* @see proto type: sparkdream.season.v1.MsgKickFromGuild
|
|
3151
|
+
*/
|
|
3152
|
+
export declare const MsgKickFromGuild: {
|
|
3153
|
+
typeUrl: string;
|
|
3154
|
+
encode(message: MsgKickFromGuild, writer?: BinaryWriter): BinaryWriter;
|
|
3155
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgKickFromGuild;
|
|
3156
|
+
fromPartial(object: DeepPartial<MsgKickFromGuild>): MsgKickFromGuild;
|
|
3157
|
+
fromAmino(object: MsgKickFromGuildAmino): MsgKickFromGuild;
|
|
3158
|
+
toAmino(message: MsgKickFromGuild): MsgKickFromGuildAmino;
|
|
3159
|
+
fromAminoMsg(object: MsgKickFromGuildAminoMsg): MsgKickFromGuild;
|
|
3160
|
+
fromProtoMsg(message: MsgKickFromGuildProtoMsg): MsgKickFromGuild;
|
|
3161
|
+
toProto(message: MsgKickFromGuild): Uint8Array;
|
|
3162
|
+
toProtoMsg(message: MsgKickFromGuild): MsgKickFromGuildProtoMsg;
|
|
3163
|
+
};
|
|
3164
|
+
/**
|
|
3165
|
+
* MsgKickFromGuildResponse defines the MsgKickFromGuildResponse message.
|
|
3166
|
+
* @name MsgKickFromGuildResponse
|
|
3167
|
+
* @package sparkdream.season.v1
|
|
3168
|
+
* @see proto type: sparkdream.season.v1.MsgKickFromGuildResponse
|
|
3169
|
+
*/
|
|
3170
|
+
export declare const MsgKickFromGuildResponse: {
|
|
3171
|
+
typeUrl: string;
|
|
3172
|
+
encode(_: MsgKickFromGuildResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3173
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgKickFromGuildResponse;
|
|
3174
|
+
fromPartial(_: DeepPartial<MsgKickFromGuildResponse>): MsgKickFromGuildResponse;
|
|
3175
|
+
fromAmino(_: MsgKickFromGuildResponseAmino): MsgKickFromGuildResponse;
|
|
3176
|
+
toAmino(_: MsgKickFromGuildResponse): MsgKickFromGuildResponseAmino;
|
|
3177
|
+
fromAminoMsg(object: MsgKickFromGuildResponseAminoMsg): MsgKickFromGuildResponse;
|
|
3178
|
+
fromProtoMsg(message: MsgKickFromGuildResponseProtoMsg): MsgKickFromGuildResponse;
|
|
3179
|
+
toProto(message: MsgKickFromGuildResponse): Uint8Array;
|
|
3180
|
+
toProtoMsg(message: MsgKickFromGuildResponse): MsgKickFromGuildResponseProtoMsg;
|
|
3181
|
+
};
|
|
3182
|
+
/**
|
|
3183
|
+
* MsgClaimGuildFounder defines the MsgClaimGuildFounder message.
|
|
3184
|
+
* @name MsgClaimGuildFounder
|
|
3185
|
+
* @package sparkdream.season.v1
|
|
3186
|
+
* @see proto type: sparkdream.season.v1.MsgClaimGuildFounder
|
|
3187
|
+
*/
|
|
3188
|
+
export declare const MsgClaimGuildFounder: {
|
|
3189
|
+
typeUrl: string;
|
|
3190
|
+
encode(message: MsgClaimGuildFounder, writer?: BinaryWriter): BinaryWriter;
|
|
3191
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClaimGuildFounder;
|
|
3192
|
+
fromPartial(object: DeepPartial<MsgClaimGuildFounder>): MsgClaimGuildFounder;
|
|
3193
|
+
fromAmino(object: MsgClaimGuildFounderAmino): MsgClaimGuildFounder;
|
|
3194
|
+
toAmino(message: MsgClaimGuildFounder): MsgClaimGuildFounderAmino;
|
|
3195
|
+
fromAminoMsg(object: MsgClaimGuildFounderAminoMsg): MsgClaimGuildFounder;
|
|
3196
|
+
fromProtoMsg(message: MsgClaimGuildFounderProtoMsg): MsgClaimGuildFounder;
|
|
3197
|
+
toProto(message: MsgClaimGuildFounder): Uint8Array;
|
|
3198
|
+
toProtoMsg(message: MsgClaimGuildFounder): MsgClaimGuildFounderProtoMsg;
|
|
3199
|
+
};
|
|
3200
|
+
/**
|
|
3201
|
+
* MsgClaimGuildFounderResponse defines the MsgClaimGuildFounderResponse message.
|
|
3202
|
+
* @name MsgClaimGuildFounderResponse
|
|
3203
|
+
* @package sparkdream.season.v1
|
|
3204
|
+
* @see proto type: sparkdream.season.v1.MsgClaimGuildFounderResponse
|
|
3205
|
+
*/
|
|
3206
|
+
export declare const MsgClaimGuildFounderResponse: {
|
|
3207
|
+
typeUrl: string;
|
|
3208
|
+
encode(_: MsgClaimGuildFounderResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3209
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClaimGuildFounderResponse;
|
|
3210
|
+
fromPartial(_: DeepPartial<MsgClaimGuildFounderResponse>): MsgClaimGuildFounderResponse;
|
|
3211
|
+
fromAmino(_: MsgClaimGuildFounderResponseAmino): MsgClaimGuildFounderResponse;
|
|
3212
|
+
toAmino(_: MsgClaimGuildFounderResponse): MsgClaimGuildFounderResponseAmino;
|
|
3213
|
+
fromAminoMsg(object: MsgClaimGuildFounderResponseAminoMsg): MsgClaimGuildFounderResponse;
|
|
3214
|
+
fromProtoMsg(message: MsgClaimGuildFounderResponseProtoMsg): MsgClaimGuildFounderResponse;
|
|
3215
|
+
toProto(message: MsgClaimGuildFounderResponse): Uint8Array;
|
|
3216
|
+
toProtoMsg(message: MsgClaimGuildFounderResponse): MsgClaimGuildFounderResponseProtoMsg;
|
|
3217
|
+
};
|
|
3218
|
+
/**
|
|
3219
|
+
* MsgStartQuest defines the MsgStartQuest message.
|
|
3220
|
+
* @name MsgStartQuest
|
|
3221
|
+
* @package sparkdream.season.v1
|
|
3222
|
+
* @see proto type: sparkdream.season.v1.MsgStartQuest
|
|
3223
|
+
*/
|
|
3224
|
+
export declare const MsgStartQuest: {
|
|
3225
|
+
typeUrl: string;
|
|
3226
|
+
encode(message: MsgStartQuest, writer?: BinaryWriter): BinaryWriter;
|
|
3227
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStartQuest;
|
|
3228
|
+
fromPartial(object: DeepPartial<MsgStartQuest>): MsgStartQuest;
|
|
3229
|
+
fromAmino(object: MsgStartQuestAmino): MsgStartQuest;
|
|
3230
|
+
toAmino(message: MsgStartQuest): MsgStartQuestAmino;
|
|
3231
|
+
fromAminoMsg(object: MsgStartQuestAminoMsg): MsgStartQuest;
|
|
3232
|
+
fromProtoMsg(message: MsgStartQuestProtoMsg): MsgStartQuest;
|
|
3233
|
+
toProto(message: MsgStartQuest): Uint8Array;
|
|
3234
|
+
toProtoMsg(message: MsgStartQuest): MsgStartQuestProtoMsg;
|
|
3235
|
+
};
|
|
3236
|
+
/**
|
|
3237
|
+
* MsgStartQuestResponse defines the MsgStartQuestResponse message.
|
|
3238
|
+
* @name MsgStartQuestResponse
|
|
3239
|
+
* @package sparkdream.season.v1
|
|
3240
|
+
* @see proto type: sparkdream.season.v1.MsgStartQuestResponse
|
|
3241
|
+
*/
|
|
3242
|
+
export declare const MsgStartQuestResponse: {
|
|
3243
|
+
typeUrl: string;
|
|
3244
|
+
encode(_: MsgStartQuestResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3245
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStartQuestResponse;
|
|
3246
|
+
fromPartial(_: DeepPartial<MsgStartQuestResponse>): MsgStartQuestResponse;
|
|
3247
|
+
fromAmino(_: MsgStartQuestResponseAmino): MsgStartQuestResponse;
|
|
3248
|
+
toAmino(_: MsgStartQuestResponse): MsgStartQuestResponseAmino;
|
|
3249
|
+
fromAminoMsg(object: MsgStartQuestResponseAminoMsg): MsgStartQuestResponse;
|
|
3250
|
+
fromProtoMsg(message: MsgStartQuestResponseProtoMsg): MsgStartQuestResponse;
|
|
3251
|
+
toProto(message: MsgStartQuestResponse): Uint8Array;
|
|
3252
|
+
toProtoMsg(message: MsgStartQuestResponse): MsgStartQuestResponseProtoMsg;
|
|
3253
|
+
};
|
|
3254
|
+
/**
|
|
3255
|
+
* MsgClaimQuestReward defines the MsgClaimQuestReward message.
|
|
3256
|
+
* @name MsgClaimQuestReward
|
|
3257
|
+
* @package sparkdream.season.v1
|
|
3258
|
+
* @see proto type: sparkdream.season.v1.MsgClaimQuestReward
|
|
3259
|
+
*/
|
|
3260
|
+
export declare const MsgClaimQuestReward: {
|
|
3261
|
+
typeUrl: string;
|
|
3262
|
+
encode(message: MsgClaimQuestReward, writer?: BinaryWriter): BinaryWriter;
|
|
3263
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClaimQuestReward;
|
|
3264
|
+
fromPartial(object: DeepPartial<MsgClaimQuestReward>): MsgClaimQuestReward;
|
|
3265
|
+
fromAmino(object: MsgClaimQuestRewardAmino): MsgClaimQuestReward;
|
|
3266
|
+
toAmino(message: MsgClaimQuestReward): MsgClaimQuestRewardAmino;
|
|
3267
|
+
fromAminoMsg(object: MsgClaimQuestRewardAminoMsg): MsgClaimQuestReward;
|
|
3268
|
+
fromProtoMsg(message: MsgClaimQuestRewardProtoMsg): MsgClaimQuestReward;
|
|
3269
|
+
toProto(message: MsgClaimQuestReward): Uint8Array;
|
|
3270
|
+
toProtoMsg(message: MsgClaimQuestReward): MsgClaimQuestRewardProtoMsg;
|
|
3271
|
+
};
|
|
3272
|
+
/**
|
|
3273
|
+
* MsgClaimQuestRewardResponse defines the MsgClaimQuestRewardResponse message.
|
|
3274
|
+
* @name MsgClaimQuestRewardResponse
|
|
3275
|
+
* @package sparkdream.season.v1
|
|
3276
|
+
* @see proto type: sparkdream.season.v1.MsgClaimQuestRewardResponse
|
|
3277
|
+
*/
|
|
3278
|
+
export declare const MsgClaimQuestRewardResponse: {
|
|
3279
|
+
typeUrl: string;
|
|
3280
|
+
encode(_: MsgClaimQuestRewardResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3281
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClaimQuestRewardResponse;
|
|
3282
|
+
fromPartial(_: DeepPartial<MsgClaimQuestRewardResponse>): MsgClaimQuestRewardResponse;
|
|
3283
|
+
fromAmino(_: MsgClaimQuestRewardResponseAmino): MsgClaimQuestRewardResponse;
|
|
3284
|
+
toAmino(_: MsgClaimQuestRewardResponse): MsgClaimQuestRewardResponseAmino;
|
|
3285
|
+
fromAminoMsg(object: MsgClaimQuestRewardResponseAminoMsg): MsgClaimQuestRewardResponse;
|
|
3286
|
+
fromProtoMsg(message: MsgClaimQuestRewardResponseProtoMsg): MsgClaimQuestRewardResponse;
|
|
3287
|
+
toProto(message: MsgClaimQuestRewardResponse): Uint8Array;
|
|
3288
|
+
toProtoMsg(message: MsgClaimQuestRewardResponse): MsgClaimQuestRewardResponseProtoMsg;
|
|
3289
|
+
};
|
|
3290
|
+
/**
|
|
3291
|
+
* MsgAbandonQuest defines the MsgAbandonQuest message.
|
|
3292
|
+
* @name MsgAbandonQuest
|
|
3293
|
+
* @package sparkdream.season.v1
|
|
3294
|
+
* @see proto type: sparkdream.season.v1.MsgAbandonQuest
|
|
3295
|
+
*/
|
|
3296
|
+
export declare const MsgAbandonQuest: {
|
|
3297
|
+
typeUrl: string;
|
|
3298
|
+
encode(message: MsgAbandonQuest, writer?: BinaryWriter): BinaryWriter;
|
|
3299
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAbandonQuest;
|
|
3300
|
+
fromPartial(object: DeepPartial<MsgAbandonQuest>): MsgAbandonQuest;
|
|
3301
|
+
fromAmino(object: MsgAbandonQuestAmino): MsgAbandonQuest;
|
|
3302
|
+
toAmino(message: MsgAbandonQuest): MsgAbandonQuestAmino;
|
|
3303
|
+
fromAminoMsg(object: MsgAbandonQuestAminoMsg): MsgAbandonQuest;
|
|
3304
|
+
fromProtoMsg(message: MsgAbandonQuestProtoMsg): MsgAbandonQuest;
|
|
3305
|
+
toProto(message: MsgAbandonQuest): Uint8Array;
|
|
3306
|
+
toProtoMsg(message: MsgAbandonQuest): MsgAbandonQuestProtoMsg;
|
|
3307
|
+
};
|
|
3308
|
+
/**
|
|
3309
|
+
* MsgAbandonQuestResponse defines the MsgAbandonQuestResponse message.
|
|
3310
|
+
* @name MsgAbandonQuestResponse
|
|
3311
|
+
* @package sparkdream.season.v1
|
|
3312
|
+
* @see proto type: sparkdream.season.v1.MsgAbandonQuestResponse
|
|
3313
|
+
*/
|
|
3314
|
+
export declare const MsgAbandonQuestResponse: {
|
|
3315
|
+
typeUrl: string;
|
|
3316
|
+
encode(_: MsgAbandonQuestResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3317
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAbandonQuestResponse;
|
|
3318
|
+
fromPartial(_: DeepPartial<MsgAbandonQuestResponse>): MsgAbandonQuestResponse;
|
|
3319
|
+
fromAmino(_: MsgAbandonQuestResponseAmino): MsgAbandonQuestResponse;
|
|
3320
|
+
toAmino(_: MsgAbandonQuestResponse): MsgAbandonQuestResponseAmino;
|
|
3321
|
+
fromAminoMsg(object: MsgAbandonQuestResponseAminoMsg): MsgAbandonQuestResponse;
|
|
3322
|
+
fromProtoMsg(message: MsgAbandonQuestResponseProtoMsg): MsgAbandonQuestResponse;
|
|
3323
|
+
toProto(message: MsgAbandonQuestResponse): Uint8Array;
|
|
3324
|
+
toProtoMsg(message: MsgAbandonQuestResponse): MsgAbandonQuestResponseProtoMsg;
|
|
3325
|
+
};
|
|
3326
|
+
/**
|
|
3327
|
+
* MsgCreateQuest defines the MsgCreateQuest message (governance-gated).
|
|
3328
|
+
* @name MsgCreateQuest
|
|
3329
|
+
* @package sparkdream.season.v1
|
|
3330
|
+
* @see proto type: sparkdream.season.v1.MsgCreateQuest
|
|
3331
|
+
*/
|
|
3332
|
+
export declare const MsgCreateQuest: {
|
|
3333
|
+
typeUrl: string;
|
|
3334
|
+
aminoType: string;
|
|
3335
|
+
encode(message: MsgCreateQuest, writer?: BinaryWriter): BinaryWriter;
|
|
3336
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateQuest;
|
|
3337
|
+
fromPartial(object: DeepPartial<MsgCreateQuest>): MsgCreateQuest;
|
|
3338
|
+
fromAmino(object: MsgCreateQuestAmino): MsgCreateQuest;
|
|
3339
|
+
toAmino(message: MsgCreateQuest): MsgCreateQuestAmino;
|
|
3340
|
+
fromAminoMsg(object: MsgCreateQuestAminoMsg): MsgCreateQuest;
|
|
3341
|
+
toAminoMsg(message: MsgCreateQuest): MsgCreateQuestAminoMsg;
|
|
3342
|
+
fromProtoMsg(message: MsgCreateQuestProtoMsg): MsgCreateQuest;
|
|
3343
|
+
toProto(message: MsgCreateQuest): Uint8Array;
|
|
3344
|
+
toProtoMsg(message: MsgCreateQuest): MsgCreateQuestProtoMsg;
|
|
3345
|
+
};
|
|
3346
|
+
/**
|
|
3347
|
+
* MsgCreateQuestResponse defines the MsgCreateQuestResponse message.
|
|
3348
|
+
* @name MsgCreateQuestResponse
|
|
3349
|
+
* @package sparkdream.season.v1
|
|
3350
|
+
* @see proto type: sparkdream.season.v1.MsgCreateQuestResponse
|
|
3351
|
+
*/
|
|
3352
|
+
export declare const MsgCreateQuestResponse: {
|
|
3353
|
+
typeUrl: string;
|
|
3354
|
+
encode(_: MsgCreateQuestResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3355
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateQuestResponse;
|
|
3356
|
+
fromPartial(_: DeepPartial<MsgCreateQuestResponse>): MsgCreateQuestResponse;
|
|
3357
|
+
fromAmino(_: MsgCreateQuestResponseAmino): MsgCreateQuestResponse;
|
|
3358
|
+
toAmino(_: MsgCreateQuestResponse): MsgCreateQuestResponseAmino;
|
|
3359
|
+
fromAminoMsg(object: MsgCreateQuestResponseAminoMsg): MsgCreateQuestResponse;
|
|
3360
|
+
fromProtoMsg(message: MsgCreateQuestResponseProtoMsg): MsgCreateQuestResponse;
|
|
3361
|
+
toProto(message: MsgCreateQuestResponse): Uint8Array;
|
|
3362
|
+
toProtoMsg(message: MsgCreateQuestResponse): MsgCreateQuestResponseProtoMsg;
|
|
3363
|
+
};
|
|
3364
|
+
/**
|
|
3365
|
+
* MsgDeactivateQuest defines the MsgDeactivateQuest message (governance-gated).
|
|
3366
|
+
* @name MsgDeactivateQuest
|
|
3367
|
+
* @package sparkdream.season.v1
|
|
3368
|
+
* @see proto type: sparkdream.season.v1.MsgDeactivateQuest
|
|
3369
|
+
*/
|
|
3370
|
+
export declare const MsgDeactivateQuest: {
|
|
3371
|
+
typeUrl: string;
|
|
3372
|
+
aminoType: string;
|
|
3373
|
+
encode(message: MsgDeactivateQuest, writer?: BinaryWriter): BinaryWriter;
|
|
3374
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeactivateQuest;
|
|
3375
|
+
fromPartial(object: DeepPartial<MsgDeactivateQuest>): MsgDeactivateQuest;
|
|
3376
|
+
fromAmino(object: MsgDeactivateQuestAmino): MsgDeactivateQuest;
|
|
3377
|
+
toAmino(message: MsgDeactivateQuest): MsgDeactivateQuestAmino;
|
|
3378
|
+
fromAminoMsg(object: MsgDeactivateQuestAminoMsg): MsgDeactivateQuest;
|
|
3379
|
+
toAminoMsg(message: MsgDeactivateQuest): MsgDeactivateQuestAminoMsg;
|
|
3380
|
+
fromProtoMsg(message: MsgDeactivateQuestProtoMsg): MsgDeactivateQuest;
|
|
3381
|
+
toProto(message: MsgDeactivateQuest): Uint8Array;
|
|
3382
|
+
toProtoMsg(message: MsgDeactivateQuest): MsgDeactivateQuestProtoMsg;
|
|
3383
|
+
};
|
|
3384
|
+
/**
|
|
3385
|
+
* MsgDeactivateQuestResponse defines the MsgDeactivateQuestResponse message.
|
|
3386
|
+
* @name MsgDeactivateQuestResponse
|
|
3387
|
+
* @package sparkdream.season.v1
|
|
3388
|
+
* @see proto type: sparkdream.season.v1.MsgDeactivateQuestResponse
|
|
3389
|
+
*/
|
|
3390
|
+
export declare const MsgDeactivateQuestResponse: {
|
|
3391
|
+
typeUrl: string;
|
|
3392
|
+
encode(_: MsgDeactivateQuestResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3393
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeactivateQuestResponse;
|
|
3394
|
+
fromPartial(_: DeepPartial<MsgDeactivateQuestResponse>): MsgDeactivateQuestResponse;
|
|
3395
|
+
fromAmino(_: MsgDeactivateQuestResponseAmino): MsgDeactivateQuestResponse;
|
|
3396
|
+
toAmino(_: MsgDeactivateQuestResponse): MsgDeactivateQuestResponseAmino;
|
|
3397
|
+
fromAminoMsg(object: MsgDeactivateQuestResponseAminoMsg): MsgDeactivateQuestResponse;
|
|
3398
|
+
fromProtoMsg(message: MsgDeactivateQuestResponseProtoMsg): MsgDeactivateQuestResponse;
|
|
3399
|
+
toProto(message: MsgDeactivateQuestResponse): Uint8Array;
|
|
3400
|
+
toProtoMsg(message: MsgDeactivateQuestResponse): MsgDeactivateQuestResponseProtoMsg;
|
|
3401
|
+
};
|
|
3402
|
+
/**
|
|
3403
|
+
* MsgExtendSeason defines the MsgExtendSeason message (governance-gated).
|
|
3404
|
+
* @name MsgExtendSeason
|
|
3405
|
+
* @package sparkdream.season.v1
|
|
3406
|
+
* @see proto type: sparkdream.season.v1.MsgExtendSeason
|
|
3407
|
+
*/
|
|
3408
|
+
export declare const MsgExtendSeason: {
|
|
3409
|
+
typeUrl: string;
|
|
3410
|
+
aminoType: string;
|
|
3411
|
+
encode(message: MsgExtendSeason, writer?: BinaryWriter): BinaryWriter;
|
|
3412
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgExtendSeason;
|
|
3413
|
+
fromPartial(object: DeepPartial<MsgExtendSeason>): MsgExtendSeason;
|
|
3414
|
+
fromAmino(object: MsgExtendSeasonAmino): MsgExtendSeason;
|
|
3415
|
+
toAmino(message: MsgExtendSeason): MsgExtendSeasonAmino;
|
|
3416
|
+
fromAminoMsg(object: MsgExtendSeasonAminoMsg): MsgExtendSeason;
|
|
3417
|
+
toAminoMsg(message: MsgExtendSeason): MsgExtendSeasonAminoMsg;
|
|
3418
|
+
fromProtoMsg(message: MsgExtendSeasonProtoMsg): MsgExtendSeason;
|
|
3419
|
+
toProto(message: MsgExtendSeason): Uint8Array;
|
|
3420
|
+
toProtoMsg(message: MsgExtendSeason): MsgExtendSeasonProtoMsg;
|
|
3421
|
+
};
|
|
3422
|
+
/**
|
|
3423
|
+
* MsgExtendSeasonResponse defines the MsgExtendSeasonResponse message.
|
|
3424
|
+
* @name MsgExtendSeasonResponse
|
|
3425
|
+
* @package sparkdream.season.v1
|
|
3426
|
+
* @see proto type: sparkdream.season.v1.MsgExtendSeasonResponse
|
|
3427
|
+
*/
|
|
3428
|
+
export declare const MsgExtendSeasonResponse: {
|
|
3429
|
+
typeUrl: string;
|
|
3430
|
+
encode(_: MsgExtendSeasonResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3431
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgExtendSeasonResponse;
|
|
3432
|
+
fromPartial(_: DeepPartial<MsgExtendSeasonResponse>): MsgExtendSeasonResponse;
|
|
3433
|
+
fromAmino(_: MsgExtendSeasonResponseAmino): MsgExtendSeasonResponse;
|
|
3434
|
+
toAmino(_: MsgExtendSeasonResponse): MsgExtendSeasonResponseAmino;
|
|
3435
|
+
fromAminoMsg(object: MsgExtendSeasonResponseAminoMsg): MsgExtendSeasonResponse;
|
|
3436
|
+
fromProtoMsg(message: MsgExtendSeasonResponseProtoMsg): MsgExtendSeasonResponse;
|
|
3437
|
+
toProto(message: MsgExtendSeasonResponse): Uint8Array;
|
|
3438
|
+
toProtoMsg(message: MsgExtendSeasonResponse): MsgExtendSeasonResponseProtoMsg;
|
|
3439
|
+
};
|
|
3440
|
+
/**
|
|
3441
|
+
* MsgSetNextSeasonInfo defines the MsgSetNextSeasonInfo message (governance-gated).
|
|
3442
|
+
* @name MsgSetNextSeasonInfo
|
|
3443
|
+
* @package sparkdream.season.v1
|
|
3444
|
+
* @see proto type: sparkdream.season.v1.MsgSetNextSeasonInfo
|
|
3445
|
+
*/
|
|
3446
|
+
export declare const MsgSetNextSeasonInfo: {
|
|
3447
|
+
typeUrl: string;
|
|
3448
|
+
aminoType: string;
|
|
3449
|
+
encode(message: MsgSetNextSeasonInfo, writer?: BinaryWriter): BinaryWriter;
|
|
3450
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetNextSeasonInfo;
|
|
3451
|
+
fromPartial(object: DeepPartial<MsgSetNextSeasonInfo>): MsgSetNextSeasonInfo;
|
|
3452
|
+
fromAmino(object: MsgSetNextSeasonInfoAmino): MsgSetNextSeasonInfo;
|
|
3453
|
+
toAmino(message: MsgSetNextSeasonInfo): MsgSetNextSeasonInfoAmino;
|
|
3454
|
+
fromAminoMsg(object: MsgSetNextSeasonInfoAminoMsg): MsgSetNextSeasonInfo;
|
|
3455
|
+
toAminoMsg(message: MsgSetNextSeasonInfo): MsgSetNextSeasonInfoAminoMsg;
|
|
3456
|
+
fromProtoMsg(message: MsgSetNextSeasonInfoProtoMsg): MsgSetNextSeasonInfo;
|
|
3457
|
+
toProto(message: MsgSetNextSeasonInfo): Uint8Array;
|
|
3458
|
+
toProtoMsg(message: MsgSetNextSeasonInfo): MsgSetNextSeasonInfoProtoMsg;
|
|
3459
|
+
};
|
|
3460
|
+
/**
|
|
3461
|
+
* MsgSetNextSeasonInfoResponse defines the MsgSetNextSeasonInfoResponse message.
|
|
3462
|
+
* @name MsgSetNextSeasonInfoResponse
|
|
3463
|
+
* @package sparkdream.season.v1
|
|
3464
|
+
* @see proto type: sparkdream.season.v1.MsgSetNextSeasonInfoResponse
|
|
3465
|
+
*/
|
|
3466
|
+
export declare const MsgSetNextSeasonInfoResponse: {
|
|
3467
|
+
typeUrl: string;
|
|
3468
|
+
encode(_: MsgSetNextSeasonInfoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3469
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetNextSeasonInfoResponse;
|
|
3470
|
+
fromPartial(_: DeepPartial<MsgSetNextSeasonInfoResponse>): MsgSetNextSeasonInfoResponse;
|
|
3471
|
+
fromAmino(_: MsgSetNextSeasonInfoResponseAmino): MsgSetNextSeasonInfoResponse;
|
|
3472
|
+
toAmino(_: MsgSetNextSeasonInfoResponse): MsgSetNextSeasonInfoResponseAmino;
|
|
3473
|
+
fromAminoMsg(object: MsgSetNextSeasonInfoResponseAminoMsg): MsgSetNextSeasonInfoResponse;
|
|
3474
|
+
fromProtoMsg(message: MsgSetNextSeasonInfoResponseProtoMsg): MsgSetNextSeasonInfoResponse;
|
|
3475
|
+
toProto(message: MsgSetNextSeasonInfoResponse): Uint8Array;
|
|
3476
|
+
toProtoMsg(message: MsgSetNextSeasonInfoResponse): MsgSetNextSeasonInfoResponseProtoMsg;
|
|
3477
|
+
};
|
|
3478
|
+
/**
|
|
3479
|
+
* MsgAbortSeasonTransition defines the MsgAbortSeasonTransition message (governance-gated).
|
|
3480
|
+
* @name MsgAbortSeasonTransition
|
|
3481
|
+
* @package sparkdream.season.v1
|
|
3482
|
+
* @see proto type: sparkdream.season.v1.MsgAbortSeasonTransition
|
|
3483
|
+
*/
|
|
3484
|
+
export declare const MsgAbortSeasonTransition: {
|
|
3485
|
+
typeUrl: string;
|
|
3486
|
+
aminoType: string;
|
|
3487
|
+
encode(message: MsgAbortSeasonTransition, writer?: BinaryWriter): BinaryWriter;
|
|
3488
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAbortSeasonTransition;
|
|
3489
|
+
fromPartial(object: DeepPartial<MsgAbortSeasonTransition>): MsgAbortSeasonTransition;
|
|
3490
|
+
fromAmino(object: MsgAbortSeasonTransitionAmino): MsgAbortSeasonTransition;
|
|
3491
|
+
toAmino(message: MsgAbortSeasonTransition): MsgAbortSeasonTransitionAmino;
|
|
3492
|
+
fromAminoMsg(object: MsgAbortSeasonTransitionAminoMsg): MsgAbortSeasonTransition;
|
|
3493
|
+
toAminoMsg(message: MsgAbortSeasonTransition): MsgAbortSeasonTransitionAminoMsg;
|
|
3494
|
+
fromProtoMsg(message: MsgAbortSeasonTransitionProtoMsg): MsgAbortSeasonTransition;
|
|
3495
|
+
toProto(message: MsgAbortSeasonTransition): Uint8Array;
|
|
3496
|
+
toProtoMsg(message: MsgAbortSeasonTransition): MsgAbortSeasonTransitionProtoMsg;
|
|
3497
|
+
};
|
|
3498
|
+
/**
|
|
3499
|
+
* MsgAbortSeasonTransitionResponse defines the MsgAbortSeasonTransitionResponse message.
|
|
3500
|
+
* @name MsgAbortSeasonTransitionResponse
|
|
3501
|
+
* @package sparkdream.season.v1
|
|
3502
|
+
* @see proto type: sparkdream.season.v1.MsgAbortSeasonTransitionResponse
|
|
3503
|
+
*/
|
|
3504
|
+
export declare const MsgAbortSeasonTransitionResponse: {
|
|
3505
|
+
typeUrl: string;
|
|
3506
|
+
encode(_: MsgAbortSeasonTransitionResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3507
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAbortSeasonTransitionResponse;
|
|
3508
|
+
fromPartial(_: DeepPartial<MsgAbortSeasonTransitionResponse>): MsgAbortSeasonTransitionResponse;
|
|
3509
|
+
fromAmino(_: MsgAbortSeasonTransitionResponseAmino): MsgAbortSeasonTransitionResponse;
|
|
3510
|
+
toAmino(_: MsgAbortSeasonTransitionResponse): MsgAbortSeasonTransitionResponseAmino;
|
|
3511
|
+
fromAminoMsg(object: MsgAbortSeasonTransitionResponseAminoMsg): MsgAbortSeasonTransitionResponse;
|
|
3512
|
+
fromProtoMsg(message: MsgAbortSeasonTransitionResponseProtoMsg): MsgAbortSeasonTransitionResponse;
|
|
3513
|
+
toProto(message: MsgAbortSeasonTransitionResponse): Uint8Array;
|
|
3514
|
+
toProtoMsg(message: MsgAbortSeasonTransitionResponse): MsgAbortSeasonTransitionResponseProtoMsg;
|
|
3515
|
+
};
|
|
3516
|
+
/**
|
|
3517
|
+
* MsgRetrySeasonTransition defines the MsgRetrySeasonTransition message (governance-gated).
|
|
3518
|
+
* @name MsgRetrySeasonTransition
|
|
3519
|
+
* @package sparkdream.season.v1
|
|
3520
|
+
* @see proto type: sparkdream.season.v1.MsgRetrySeasonTransition
|
|
3521
|
+
*/
|
|
3522
|
+
export declare const MsgRetrySeasonTransition: {
|
|
3523
|
+
typeUrl: string;
|
|
3524
|
+
aminoType: string;
|
|
3525
|
+
encode(message: MsgRetrySeasonTransition, writer?: BinaryWriter): BinaryWriter;
|
|
3526
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRetrySeasonTransition;
|
|
3527
|
+
fromPartial(object: DeepPartial<MsgRetrySeasonTransition>): MsgRetrySeasonTransition;
|
|
3528
|
+
fromAmino(object: MsgRetrySeasonTransitionAmino): MsgRetrySeasonTransition;
|
|
3529
|
+
toAmino(message: MsgRetrySeasonTransition): MsgRetrySeasonTransitionAmino;
|
|
3530
|
+
fromAminoMsg(object: MsgRetrySeasonTransitionAminoMsg): MsgRetrySeasonTransition;
|
|
3531
|
+
toAminoMsg(message: MsgRetrySeasonTransition): MsgRetrySeasonTransitionAminoMsg;
|
|
3532
|
+
fromProtoMsg(message: MsgRetrySeasonTransitionProtoMsg): MsgRetrySeasonTransition;
|
|
3533
|
+
toProto(message: MsgRetrySeasonTransition): Uint8Array;
|
|
3534
|
+
toProtoMsg(message: MsgRetrySeasonTransition): MsgRetrySeasonTransitionProtoMsg;
|
|
3535
|
+
};
|
|
3536
|
+
/**
|
|
3537
|
+
* MsgRetrySeasonTransitionResponse defines the MsgRetrySeasonTransitionResponse message.
|
|
3538
|
+
* @name MsgRetrySeasonTransitionResponse
|
|
3539
|
+
* @package sparkdream.season.v1
|
|
3540
|
+
* @see proto type: sparkdream.season.v1.MsgRetrySeasonTransitionResponse
|
|
3541
|
+
*/
|
|
3542
|
+
export declare const MsgRetrySeasonTransitionResponse: {
|
|
3543
|
+
typeUrl: string;
|
|
3544
|
+
encode(_: MsgRetrySeasonTransitionResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3545
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRetrySeasonTransitionResponse;
|
|
3546
|
+
fromPartial(_: DeepPartial<MsgRetrySeasonTransitionResponse>): MsgRetrySeasonTransitionResponse;
|
|
3547
|
+
fromAmino(_: MsgRetrySeasonTransitionResponseAmino): MsgRetrySeasonTransitionResponse;
|
|
3548
|
+
toAmino(_: MsgRetrySeasonTransitionResponse): MsgRetrySeasonTransitionResponseAmino;
|
|
3549
|
+
fromAminoMsg(object: MsgRetrySeasonTransitionResponseAminoMsg): MsgRetrySeasonTransitionResponse;
|
|
3550
|
+
fromProtoMsg(message: MsgRetrySeasonTransitionResponseProtoMsg): MsgRetrySeasonTransitionResponse;
|
|
3551
|
+
toProto(message: MsgRetrySeasonTransitionResponse): Uint8Array;
|
|
3552
|
+
toProtoMsg(message: MsgRetrySeasonTransitionResponse): MsgRetrySeasonTransitionResponseProtoMsg;
|
|
3553
|
+
};
|
|
3554
|
+
/**
|
|
3555
|
+
* MsgSkipTransitionPhase defines the MsgSkipTransitionPhase message (governance-gated).
|
|
3556
|
+
* @name MsgSkipTransitionPhase
|
|
3557
|
+
* @package sparkdream.season.v1
|
|
3558
|
+
* @see proto type: sparkdream.season.v1.MsgSkipTransitionPhase
|
|
3559
|
+
*/
|
|
3560
|
+
export declare const MsgSkipTransitionPhase: {
|
|
3561
|
+
typeUrl: string;
|
|
3562
|
+
aminoType: string;
|
|
3563
|
+
encode(message: MsgSkipTransitionPhase, writer?: BinaryWriter): BinaryWriter;
|
|
3564
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSkipTransitionPhase;
|
|
3565
|
+
fromPartial(object: DeepPartial<MsgSkipTransitionPhase>): MsgSkipTransitionPhase;
|
|
3566
|
+
fromAmino(object: MsgSkipTransitionPhaseAmino): MsgSkipTransitionPhase;
|
|
3567
|
+
toAmino(message: MsgSkipTransitionPhase): MsgSkipTransitionPhaseAmino;
|
|
3568
|
+
fromAminoMsg(object: MsgSkipTransitionPhaseAminoMsg): MsgSkipTransitionPhase;
|
|
3569
|
+
toAminoMsg(message: MsgSkipTransitionPhase): MsgSkipTransitionPhaseAminoMsg;
|
|
3570
|
+
fromProtoMsg(message: MsgSkipTransitionPhaseProtoMsg): MsgSkipTransitionPhase;
|
|
3571
|
+
toProto(message: MsgSkipTransitionPhase): Uint8Array;
|
|
3572
|
+
toProtoMsg(message: MsgSkipTransitionPhase): MsgSkipTransitionPhaseProtoMsg;
|
|
3573
|
+
};
|
|
3574
|
+
/**
|
|
3575
|
+
* MsgSkipTransitionPhaseResponse defines the MsgSkipTransitionPhaseResponse message.
|
|
3576
|
+
* @name MsgSkipTransitionPhaseResponse
|
|
3577
|
+
* @package sparkdream.season.v1
|
|
3578
|
+
* @see proto type: sparkdream.season.v1.MsgSkipTransitionPhaseResponse
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const MsgSkipTransitionPhaseResponse: {
|
|
3581
|
+
typeUrl: string;
|
|
3582
|
+
encode(_: MsgSkipTransitionPhaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3583
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSkipTransitionPhaseResponse;
|
|
3584
|
+
fromPartial(_: DeepPartial<MsgSkipTransitionPhaseResponse>): MsgSkipTransitionPhaseResponse;
|
|
3585
|
+
fromAmino(_: MsgSkipTransitionPhaseResponseAmino): MsgSkipTransitionPhaseResponse;
|
|
3586
|
+
toAmino(_: MsgSkipTransitionPhaseResponse): MsgSkipTransitionPhaseResponseAmino;
|
|
3587
|
+
fromAminoMsg(object: MsgSkipTransitionPhaseResponseAminoMsg): MsgSkipTransitionPhaseResponse;
|
|
3588
|
+
fromProtoMsg(message: MsgSkipTransitionPhaseResponseProtoMsg): MsgSkipTransitionPhaseResponse;
|
|
3589
|
+
toProto(message: MsgSkipTransitionPhaseResponse): Uint8Array;
|
|
3590
|
+
toProtoMsg(message: MsgSkipTransitionPhaseResponse): MsgSkipTransitionPhaseResponseProtoMsg;
|
|
3591
|
+
};
|
|
3592
|
+
/**
|
|
3593
|
+
* MsgReportDisplayName defines the MsgReportDisplayName message.
|
|
3594
|
+
* @name MsgReportDisplayName
|
|
3595
|
+
* @package sparkdream.season.v1
|
|
3596
|
+
* @see proto type: sparkdream.season.v1.MsgReportDisplayName
|
|
3597
|
+
*/
|
|
3598
|
+
export declare const MsgReportDisplayName: {
|
|
3599
|
+
typeUrl: string;
|
|
3600
|
+
encode(message: MsgReportDisplayName, writer?: BinaryWriter): BinaryWriter;
|
|
3601
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgReportDisplayName;
|
|
3602
|
+
fromPartial(object: DeepPartial<MsgReportDisplayName>): MsgReportDisplayName;
|
|
3603
|
+
fromAmino(object: MsgReportDisplayNameAmino): MsgReportDisplayName;
|
|
3604
|
+
toAmino(message: MsgReportDisplayName): MsgReportDisplayNameAmino;
|
|
3605
|
+
fromAminoMsg(object: MsgReportDisplayNameAminoMsg): MsgReportDisplayName;
|
|
3606
|
+
fromProtoMsg(message: MsgReportDisplayNameProtoMsg): MsgReportDisplayName;
|
|
3607
|
+
toProto(message: MsgReportDisplayName): Uint8Array;
|
|
3608
|
+
toProtoMsg(message: MsgReportDisplayName): MsgReportDisplayNameProtoMsg;
|
|
3609
|
+
};
|
|
3610
|
+
/**
|
|
3611
|
+
* MsgReportDisplayNameResponse defines the MsgReportDisplayNameResponse message.
|
|
3612
|
+
* @name MsgReportDisplayNameResponse
|
|
3613
|
+
* @package sparkdream.season.v1
|
|
3614
|
+
* @see proto type: sparkdream.season.v1.MsgReportDisplayNameResponse
|
|
3615
|
+
*/
|
|
3616
|
+
export declare const MsgReportDisplayNameResponse: {
|
|
3617
|
+
typeUrl: string;
|
|
3618
|
+
encode(_: MsgReportDisplayNameResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3619
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgReportDisplayNameResponse;
|
|
3620
|
+
fromPartial(_: DeepPartial<MsgReportDisplayNameResponse>): MsgReportDisplayNameResponse;
|
|
3621
|
+
fromAmino(_: MsgReportDisplayNameResponseAmino): MsgReportDisplayNameResponse;
|
|
3622
|
+
toAmino(_: MsgReportDisplayNameResponse): MsgReportDisplayNameResponseAmino;
|
|
3623
|
+
fromAminoMsg(object: MsgReportDisplayNameResponseAminoMsg): MsgReportDisplayNameResponse;
|
|
3624
|
+
fromProtoMsg(message: MsgReportDisplayNameResponseProtoMsg): MsgReportDisplayNameResponse;
|
|
3625
|
+
toProto(message: MsgReportDisplayNameResponse): Uint8Array;
|
|
3626
|
+
toProtoMsg(message: MsgReportDisplayNameResponse): MsgReportDisplayNameResponseProtoMsg;
|
|
3627
|
+
};
|
|
3628
|
+
/**
|
|
3629
|
+
* MsgAppealDisplayNameModeration defines the MsgAppealDisplayNameModeration message.
|
|
3630
|
+
* @name MsgAppealDisplayNameModeration
|
|
3631
|
+
* @package sparkdream.season.v1
|
|
3632
|
+
* @see proto type: sparkdream.season.v1.MsgAppealDisplayNameModeration
|
|
3633
|
+
*/
|
|
3634
|
+
export declare const MsgAppealDisplayNameModeration: {
|
|
3635
|
+
typeUrl: string;
|
|
3636
|
+
encode(message: MsgAppealDisplayNameModeration, writer?: BinaryWriter): BinaryWriter;
|
|
3637
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealDisplayNameModeration;
|
|
3638
|
+
fromPartial(object: DeepPartial<MsgAppealDisplayNameModeration>): MsgAppealDisplayNameModeration;
|
|
3639
|
+
fromAmino(object: MsgAppealDisplayNameModerationAmino): MsgAppealDisplayNameModeration;
|
|
3640
|
+
toAmino(message: MsgAppealDisplayNameModeration): MsgAppealDisplayNameModerationAmino;
|
|
3641
|
+
fromAminoMsg(object: MsgAppealDisplayNameModerationAminoMsg): MsgAppealDisplayNameModeration;
|
|
3642
|
+
fromProtoMsg(message: MsgAppealDisplayNameModerationProtoMsg): MsgAppealDisplayNameModeration;
|
|
3643
|
+
toProto(message: MsgAppealDisplayNameModeration): Uint8Array;
|
|
3644
|
+
toProtoMsg(message: MsgAppealDisplayNameModeration): MsgAppealDisplayNameModerationProtoMsg;
|
|
3645
|
+
};
|
|
3646
|
+
/**
|
|
3647
|
+
* MsgAppealDisplayNameModerationResponse defines the MsgAppealDisplayNameModerationResponse message.
|
|
3648
|
+
* @name MsgAppealDisplayNameModerationResponse
|
|
3649
|
+
* @package sparkdream.season.v1
|
|
3650
|
+
* @see proto type: sparkdream.season.v1.MsgAppealDisplayNameModerationResponse
|
|
3651
|
+
*/
|
|
3652
|
+
export declare const MsgAppealDisplayNameModerationResponse: {
|
|
3653
|
+
typeUrl: string;
|
|
3654
|
+
encode(_: MsgAppealDisplayNameModerationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3655
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAppealDisplayNameModerationResponse;
|
|
3656
|
+
fromPartial(_: DeepPartial<MsgAppealDisplayNameModerationResponse>): MsgAppealDisplayNameModerationResponse;
|
|
3657
|
+
fromAmino(_: MsgAppealDisplayNameModerationResponseAmino): MsgAppealDisplayNameModerationResponse;
|
|
3658
|
+
toAmino(_: MsgAppealDisplayNameModerationResponse): MsgAppealDisplayNameModerationResponseAmino;
|
|
3659
|
+
fromAminoMsg(object: MsgAppealDisplayNameModerationResponseAminoMsg): MsgAppealDisplayNameModerationResponse;
|
|
3660
|
+
fromProtoMsg(message: MsgAppealDisplayNameModerationResponseProtoMsg): MsgAppealDisplayNameModerationResponse;
|
|
3661
|
+
toProto(message: MsgAppealDisplayNameModerationResponse): Uint8Array;
|
|
3662
|
+
toProtoMsg(message: MsgAppealDisplayNameModerationResponse): MsgAppealDisplayNameModerationResponseProtoMsg;
|
|
3663
|
+
};
|
|
3664
|
+
/**
|
|
3665
|
+
* ============================================================================
|
|
3666
|
+
* Achievement Management Messages
|
|
3667
|
+
* ============================================================================
|
|
3668
|
+
* MsgCreateAchievement creates a new achievement.
|
|
3669
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3670
|
+
* @name MsgCreateAchievement
|
|
3671
|
+
* @package sparkdream.season.v1
|
|
3672
|
+
* @see proto type: sparkdream.season.v1.MsgCreateAchievement
|
|
3673
|
+
*/
|
|
3674
|
+
export declare const MsgCreateAchievement: {
|
|
3675
|
+
typeUrl: string;
|
|
3676
|
+
aminoType: string;
|
|
3677
|
+
encode(message: MsgCreateAchievement, writer?: BinaryWriter): BinaryWriter;
|
|
3678
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateAchievement;
|
|
3679
|
+
fromPartial(object: DeepPartial<MsgCreateAchievement>): MsgCreateAchievement;
|
|
3680
|
+
fromAmino(object: MsgCreateAchievementAmino): MsgCreateAchievement;
|
|
3681
|
+
toAmino(message: MsgCreateAchievement): MsgCreateAchievementAmino;
|
|
3682
|
+
fromAminoMsg(object: MsgCreateAchievementAminoMsg): MsgCreateAchievement;
|
|
3683
|
+
toAminoMsg(message: MsgCreateAchievement): MsgCreateAchievementAminoMsg;
|
|
3684
|
+
fromProtoMsg(message: MsgCreateAchievementProtoMsg): MsgCreateAchievement;
|
|
3685
|
+
toProto(message: MsgCreateAchievement): Uint8Array;
|
|
3686
|
+
toProtoMsg(message: MsgCreateAchievement): MsgCreateAchievementProtoMsg;
|
|
3687
|
+
};
|
|
3688
|
+
/**
|
|
3689
|
+
* MsgCreateAchievementResponse is the response for MsgCreateAchievement.
|
|
3690
|
+
* @name MsgCreateAchievementResponse
|
|
3691
|
+
* @package sparkdream.season.v1
|
|
3692
|
+
* @see proto type: sparkdream.season.v1.MsgCreateAchievementResponse
|
|
3693
|
+
*/
|
|
3694
|
+
export declare const MsgCreateAchievementResponse: {
|
|
3695
|
+
typeUrl: string;
|
|
3696
|
+
encode(_: MsgCreateAchievementResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3697
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateAchievementResponse;
|
|
3698
|
+
fromPartial(_: DeepPartial<MsgCreateAchievementResponse>): MsgCreateAchievementResponse;
|
|
3699
|
+
fromAmino(_: MsgCreateAchievementResponseAmino): MsgCreateAchievementResponse;
|
|
3700
|
+
toAmino(_: MsgCreateAchievementResponse): MsgCreateAchievementResponseAmino;
|
|
3701
|
+
fromAminoMsg(object: MsgCreateAchievementResponseAminoMsg): MsgCreateAchievementResponse;
|
|
3702
|
+
fromProtoMsg(message: MsgCreateAchievementResponseProtoMsg): MsgCreateAchievementResponse;
|
|
3703
|
+
toProto(message: MsgCreateAchievementResponse): Uint8Array;
|
|
3704
|
+
toProtoMsg(message: MsgCreateAchievementResponse): MsgCreateAchievementResponseProtoMsg;
|
|
3705
|
+
};
|
|
3706
|
+
/**
|
|
3707
|
+
* MsgUpdateAchievement updates an existing achievement.
|
|
3708
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3709
|
+
* @name MsgUpdateAchievement
|
|
3710
|
+
* @package sparkdream.season.v1
|
|
3711
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateAchievement
|
|
3712
|
+
*/
|
|
3713
|
+
export declare const MsgUpdateAchievement: {
|
|
3714
|
+
typeUrl: string;
|
|
3715
|
+
aminoType: string;
|
|
3716
|
+
encode(message: MsgUpdateAchievement, writer?: BinaryWriter): BinaryWriter;
|
|
3717
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateAchievement;
|
|
3718
|
+
fromPartial(object: DeepPartial<MsgUpdateAchievement>): MsgUpdateAchievement;
|
|
3719
|
+
fromAmino(object: MsgUpdateAchievementAmino): MsgUpdateAchievement;
|
|
3720
|
+
toAmino(message: MsgUpdateAchievement): MsgUpdateAchievementAmino;
|
|
3721
|
+
fromAminoMsg(object: MsgUpdateAchievementAminoMsg): MsgUpdateAchievement;
|
|
3722
|
+
toAminoMsg(message: MsgUpdateAchievement): MsgUpdateAchievementAminoMsg;
|
|
3723
|
+
fromProtoMsg(message: MsgUpdateAchievementProtoMsg): MsgUpdateAchievement;
|
|
3724
|
+
toProto(message: MsgUpdateAchievement): Uint8Array;
|
|
3725
|
+
toProtoMsg(message: MsgUpdateAchievement): MsgUpdateAchievementProtoMsg;
|
|
3726
|
+
};
|
|
3727
|
+
/**
|
|
3728
|
+
* MsgUpdateAchievementResponse is the response for MsgUpdateAchievement.
|
|
3729
|
+
* @name MsgUpdateAchievementResponse
|
|
3730
|
+
* @package sparkdream.season.v1
|
|
3731
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateAchievementResponse
|
|
3732
|
+
*/
|
|
3733
|
+
export declare const MsgUpdateAchievementResponse: {
|
|
3734
|
+
typeUrl: string;
|
|
3735
|
+
encode(_: MsgUpdateAchievementResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3736
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateAchievementResponse;
|
|
3737
|
+
fromPartial(_: DeepPartial<MsgUpdateAchievementResponse>): MsgUpdateAchievementResponse;
|
|
3738
|
+
fromAmino(_: MsgUpdateAchievementResponseAmino): MsgUpdateAchievementResponse;
|
|
3739
|
+
toAmino(_: MsgUpdateAchievementResponse): MsgUpdateAchievementResponseAmino;
|
|
3740
|
+
fromAminoMsg(object: MsgUpdateAchievementResponseAminoMsg): MsgUpdateAchievementResponse;
|
|
3741
|
+
fromProtoMsg(message: MsgUpdateAchievementResponseProtoMsg): MsgUpdateAchievementResponse;
|
|
3742
|
+
toProto(message: MsgUpdateAchievementResponse): Uint8Array;
|
|
3743
|
+
toProtoMsg(message: MsgUpdateAchievementResponse): MsgUpdateAchievementResponseProtoMsg;
|
|
3744
|
+
};
|
|
3745
|
+
/**
|
|
3746
|
+
* MsgDeleteAchievement deletes an achievement.
|
|
3747
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3748
|
+
* @name MsgDeleteAchievement
|
|
3749
|
+
* @package sparkdream.season.v1
|
|
3750
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteAchievement
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const MsgDeleteAchievement: {
|
|
3753
|
+
typeUrl: string;
|
|
3754
|
+
aminoType: string;
|
|
3755
|
+
encode(message: MsgDeleteAchievement, writer?: BinaryWriter): BinaryWriter;
|
|
3756
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteAchievement;
|
|
3757
|
+
fromPartial(object: DeepPartial<MsgDeleteAchievement>): MsgDeleteAchievement;
|
|
3758
|
+
fromAmino(object: MsgDeleteAchievementAmino): MsgDeleteAchievement;
|
|
3759
|
+
toAmino(message: MsgDeleteAchievement): MsgDeleteAchievementAmino;
|
|
3760
|
+
fromAminoMsg(object: MsgDeleteAchievementAminoMsg): MsgDeleteAchievement;
|
|
3761
|
+
toAminoMsg(message: MsgDeleteAchievement): MsgDeleteAchievementAminoMsg;
|
|
3762
|
+
fromProtoMsg(message: MsgDeleteAchievementProtoMsg): MsgDeleteAchievement;
|
|
3763
|
+
toProto(message: MsgDeleteAchievement): Uint8Array;
|
|
3764
|
+
toProtoMsg(message: MsgDeleteAchievement): MsgDeleteAchievementProtoMsg;
|
|
3765
|
+
};
|
|
3766
|
+
/**
|
|
3767
|
+
* MsgDeleteAchievementResponse is the response for MsgDeleteAchievement.
|
|
3768
|
+
* @name MsgDeleteAchievementResponse
|
|
3769
|
+
* @package sparkdream.season.v1
|
|
3770
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteAchievementResponse
|
|
3771
|
+
*/
|
|
3772
|
+
export declare const MsgDeleteAchievementResponse: {
|
|
3773
|
+
typeUrl: string;
|
|
3774
|
+
encode(_: MsgDeleteAchievementResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3775
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteAchievementResponse;
|
|
3776
|
+
fromPartial(_: DeepPartial<MsgDeleteAchievementResponse>): MsgDeleteAchievementResponse;
|
|
3777
|
+
fromAmino(_: MsgDeleteAchievementResponseAmino): MsgDeleteAchievementResponse;
|
|
3778
|
+
toAmino(_: MsgDeleteAchievementResponse): MsgDeleteAchievementResponseAmino;
|
|
3779
|
+
fromAminoMsg(object: MsgDeleteAchievementResponseAminoMsg): MsgDeleteAchievementResponse;
|
|
3780
|
+
fromProtoMsg(message: MsgDeleteAchievementResponseProtoMsg): MsgDeleteAchievementResponse;
|
|
3781
|
+
toProto(message: MsgDeleteAchievementResponse): Uint8Array;
|
|
3782
|
+
toProtoMsg(message: MsgDeleteAchievementResponse): MsgDeleteAchievementResponseProtoMsg;
|
|
3783
|
+
};
|
|
3784
|
+
/**
|
|
3785
|
+
* ============================================================================
|
|
3786
|
+
* Title Management Messages
|
|
3787
|
+
* ============================================================================
|
|
3788
|
+
* MsgCreateTitle creates a new title.
|
|
3789
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3790
|
+
* @name MsgCreateTitle
|
|
3791
|
+
* @package sparkdream.season.v1
|
|
3792
|
+
* @see proto type: sparkdream.season.v1.MsgCreateTitle
|
|
3793
|
+
*/
|
|
3794
|
+
export declare const MsgCreateTitle: {
|
|
3795
|
+
typeUrl: string;
|
|
3796
|
+
aminoType: string;
|
|
3797
|
+
encode(message: MsgCreateTitle, writer?: BinaryWriter): BinaryWriter;
|
|
3798
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateTitle;
|
|
3799
|
+
fromPartial(object: DeepPartial<MsgCreateTitle>): MsgCreateTitle;
|
|
3800
|
+
fromAmino(object: MsgCreateTitleAmino): MsgCreateTitle;
|
|
3801
|
+
toAmino(message: MsgCreateTitle): MsgCreateTitleAmino;
|
|
3802
|
+
fromAminoMsg(object: MsgCreateTitleAminoMsg): MsgCreateTitle;
|
|
3803
|
+
toAminoMsg(message: MsgCreateTitle): MsgCreateTitleAminoMsg;
|
|
3804
|
+
fromProtoMsg(message: MsgCreateTitleProtoMsg): MsgCreateTitle;
|
|
3805
|
+
toProto(message: MsgCreateTitle): Uint8Array;
|
|
3806
|
+
toProtoMsg(message: MsgCreateTitle): MsgCreateTitleProtoMsg;
|
|
3807
|
+
};
|
|
3808
|
+
/**
|
|
3809
|
+
* MsgCreateTitleResponse is the response for MsgCreateTitle.
|
|
3810
|
+
* @name MsgCreateTitleResponse
|
|
3811
|
+
* @package sparkdream.season.v1
|
|
3812
|
+
* @see proto type: sparkdream.season.v1.MsgCreateTitleResponse
|
|
3813
|
+
*/
|
|
3814
|
+
export declare const MsgCreateTitleResponse: {
|
|
3815
|
+
typeUrl: string;
|
|
3816
|
+
encode(_: MsgCreateTitleResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3817
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateTitleResponse;
|
|
3818
|
+
fromPartial(_: DeepPartial<MsgCreateTitleResponse>): MsgCreateTitleResponse;
|
|
3819
|
+
fromAmino(_: MsgCreateTitleResponseAmino): MsgCreateTitleResponse;
|
|
3820
|
+
toAmino(_: MsgCreateTitleResponse): MsgCreateTitleResponseAmino;
|
|
3821
|
+
fromAminoMsg(object: MsgCreateTitleResponseAminoMsg): MsgCreateTitleResponse;
|
|
3822
|
+
fromProtoMsg(message: MsgCreateTitleResponseProtoMsg): MsgCreateTitleResponse;
|
|
3823
|
+
toProto(message: MsgCreateTitleResponse): Uint8Array;
|
|
3824
|
+
toProtoMsg(message: MsgCreateTitleResponse): MsgCreateTitleResponseProtoMsg;
|
|
3825
|
+
};
|
|
3826
|
+
/**
|
|
3827
|
+
* MsgUpdateTitle updates an existing title.
|
|
3828
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3829
|
+
* @name MsgUpdateTitle
|
|
3830
|
+
* @package sparkdream.season.v1
|
|
3831
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateTitle
|
|
3832
|
+
*/
|
|
3833
|
+
export declare const MsgUpdateTitle: {
|
|
3834
|
+
typeUrl: string;
|
|
3835
|
+
aminoType: string;
|
|
3836
|
+
encode(message: MsgUpdateTitle, writer?: BinaryWriter): BinaryWriter;
|
|
3837
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateTitle;
|
|
3838
|
+
fromPartial(object: DeepPartial<MsgUpdateTitle>): MsgUpdateTitle;
|
|
3839
|
+
fromAmino(object: MsgUpdateTitleAmino): MsgUpdateTitle;
|
|
3840
|
+
toAmino(message: MsgUpdateTitle): MsgUpdateTitleAmino;
|
|
3841
|
+
fromAminoMsg(object: MsgUpdateTitleAminoMsg): MsgUpdateTitle;
|
|
3842
|
+
toAminoMsg(message: MsgUpdateTitle): MsgUpdateTitleAminoMsg;
|
|
3843
|
+
fromProtoMsg(message: MsgUpdateTitleProtoMsg): MsgUpdateTitle;
|
|
3844
|
+
toProto(message: MsgUpdateTitle): Uint8Array;
|
|
3845
|
+
toProtoMsg(message: MsgUpdateTitle): MsgUpdateTitleProtoMsg;
|
|
3846
|
+
};
|
|
3847
|
+
/**
|
|
3848
|
+
* MsgUpdateTitleResponse is the response for MsgUpdateTitle.
|
|
3849
|
+
* @name MsgUpdateTitleResponse
|
|
3850
|
+
* @package sparkdream.season.v1
|
|
3851
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateTitleResponse
|
|
3852
|
+
*/
|
|
3853
|
+
export declare const MsgUpdateTitleResponse: {
|
|
3854
|
+
typeUrl: string;
|
|
3855
|
+
encode(_: MsgUpdateTitleResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3856
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateTitleResponse;
|
|
3857
|
+
fromPartial(_: DeepPartial<MsgUpdateTitleResponse>): MsgUpdateTitleResponse;
|
|
3858
|
+
fromAmino(_: MsgUpdateTitleResponseAmino): MsgUpdateTitleResponse;
|
|
3859
|
+
toAmino(_: MsgUpdateTitleResponse): MsgUpdateTitleResponseAmino;
|
|
3860
|
+
fromAminoMsg(object: MsgUpdateTitleResponseAminoMsg): MsgUpdateTitleResponse;
|
|
3861
|
+
fromProtoMsg(message: MsgUpdateTitleResponseProtoMsg): MsgUpdateTitleResponse;
|
|
3862
|
+
toProto(message: MsgUpdateTitleResponse): Uint8Array;
|
|
3863
|
+
toProtoMsg(message: MsgUpdateTitleResponse): MsgUpdateTitleResponseProtoMsg;
|
|
3864
|
+
};
|
|
3865
|
+
/**
|
|
3866
|
+
* MsgDeleteTitle deletes a title.
|
|
3867
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3868
|
+
* @name MsgDeleteTitle
|
|
3869
|
+
* @package sparkdream.season.v1
|
|
3870
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteTitle
|
|
3871
|
+
*/
|
|
3872
|
+
export declare const MsgDeleteTitle: {
|
|
3873
|
+
typeUrl: string;
|
|
3874
|
+
aminoType: string;
|
|
3875
|
+
encode(message: MsgDeleteTitle, writer?: BinaryWriter): BinaryWriter;
|
|
3876
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteTitle;
|
|
3877
|
+
fromPartial(object: DeepPartial<MsgDeleteTitle>): MsgDeleteTitle;
|
|
3878
|
+
fromAmino(object: MsgDeleteTitleAmino): MsgDeleteTitle;
|
|
3879
|
+
toAmino(message: MsgDeleteTitle): MsgDeleteTitleAmino;
|
|
3880
|
+
fromAminoMsg(object: MsgDeleteTitleAminoMsg): MsgDeleteTitle;
|
|
3881
|
+
toAminoMsg(message: MsgDeleteTitle): MsgDeleteTitleAminoMsg;
|
|
3882
|
+
fromProtoMsg(message: MsgDeleteTitleProtoMsg): MsgDeleteTitle;
|
|
3883
|
+
toProto(message: MsgDeleteTitle): Uint8Array;
|
|
3884
|
+
toProtoMsg(message: MsgDeleteTitle): MsgDeleteTitleProtoMsg;
|
|
3885
|
+
};
|
|
3886
|
+
/**
|
|
3887
|
+
* MsgDeleteTitleResponse is the response for MsgDeleteTitle.
|
|
3888
|
+
* @name MsgDeleteTitleResponse
|
|
3889
|
+
* @package sparkdream.season.v1
|
|
3890
|
+
* @see proto type: sparkdream.season.v1.MsgDeleteTitleResponse
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const MsgDeleteTitleResponse: {
|
|
3893
|
+
typeUrl: string;
|
|
3894
|
+
encode(_: MsgDeleteTitleResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3895
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteTitleResponse;
|
|
3896
|
+
fromPartial(_: DeepPartial<MsgDeleteTitleResponse>): MsgDeleteTitleResponse;
|
|
3897
|
+
fromAmino(_: MsgDeleteTitleResponseAmino): MsgDeleteTitleResponse;
|
|
3898
|
+
toAmino(_: MsgDeleteTitleResponse): MsgDeleteTitleResponseAmino;
|
|
3899
|
+
fromAminoMsg(object: MsgDeleteTitleResponseAminoMsg): MsgDeleteTitleResponse;
|
|
3900
|
+
fromProtoMsg(message: MsgDeleteTitleResponseProtoMsg): MsgDeleteTitleResponse;
|
|
3901
|
+
toProto(message: MsgDeleteTitleResponse): Uint8Array;
|
|
3902
|
+
toProtoMsg(message: MsgDeleteTitleResponse): MsgDeleteTitleResponseProtoMsg;
|
|
3903
|
+
};
|
|
3904
|
+
/**
|
|
3905
|
+
* ============================================================================
|
|
3906
|
+
* Quest Update Message
|
|
3907
|
+
* ============================================================================
|
|
3908
|
+
* MsgUpdateQuest updates an existing quest.
|
|
3909
|
+
* Authorized: Commons Council or Commons Operations Committee
|
|
3910
|
+
* @name MsgUpdateQuest
|
|
3911
|
+
* @package sparkdream.season.v1
|
|
3912
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateQuest
|
|
3913
|
+
*/
|
|
3914
|
+
export declare const MsgUpdateQuest: {
|
|
3915
|
+
typeUrl: string;
|
|
3916
|
+
aminoType: string;
|
|
3917
|
+
encode(message: MsgUpdateQuest, writer?: BinaryWriter): BinaryWriter;
|
|
3918
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateQuest;
|
|
3919
|
+
fromPartial(object: DeepPartial<MsgUpdateQuest>): MsgUpdateQuest;
|
|
3920
|
+
fromAmino(object: MsgUpdateQuestAmino): MsgUpdateQuest;
|
|
3921
|
+
toAmino(message: MsgUpdateQuest): MsgUpdateQuestAmino;
|
|
3922
|
+
fromAminoMsg(object: MsgUpdateQuestAminoMsg): MsgUpdateQuest;
|
|
3923
|
+
toAminoMsg(message: MsgUpdateQuest): MsgUpdateQuestAminoMsg;
|
|
3924
|
+
fromProtoMsg(message: MsgUpdateQuestProtoMsg): MsgUpdateQuest;
|
|
3925
|
+
toProto(message: MsgUpdateQuest): Uint8Array;
|
|
3926
|
+
toProtoMsg(message: MsgUpdateQuest): MsgUpdateQuestProtoMsg;
|
|
3927
|
+
};
|
|
3928
|
+
/**
|
|
3929
|
+
* MsgUpdateQuestResponse is the response for MsgUpdateQuest.
|
|
3930
|
+
* @name MsgUpdateQuestResponse
|
|
3931
|
+
* @package sparkdream.season.v1
|
|
3932
|
+
* @see proto type: sparkdream.season.v1.MsgUpdateQuestResponse
|
|
3933
|
+
*/
|
|
3934
|
+
export declare const MsgUpdateQuestResponse: {
|
|
3935
|
+
typeUrl: string;
|
|
3936
|
+
encode(_: MsgUpdateQuestResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3937
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateQuestResponse;
|
|
3938
|
+
fromPartial(_: DeepPartial<MsgUpdateQuestResponse>): MsgUpdateQuestResponse;
|
|
3939
|
+
fromAmino(_: MsgUpdateQuestResponseAmino): MsgUpdateQuestResponse;
|
|
3940
|
+
toAmino(_: MsgUpdateQuestResponse): MsgUpdateQuestResponseAmino;
|
|
3941
|
+
fromAminoMsg(object: MsgUpdateQuestResponseAminoMsg): MsgUpdateQuestResponse;
|
|
3942
|
+
fromProtoMsg(message: MsgUpdateQuestResponseProtoMsg): MsgUpdateQuestResponse;
|
|
3943
|
+
toProto(message: MsgUpdateQuestResponse): Uint8Array;
|
|
3944
|
+
toProtoMsg(message: MsgUpdateQuestResponse): MsgUpdateQuestResponseProtoMsg;
|
|
3945
|
+
};
|
|
3946
|
+
/**
|
|
3947
|
+
* MsgResolveDisplayNameAppeal resolves a display name appeal.
|
|
3948
|
+
* Authorized: Commons Council, Operations Committee, or governance authority.
|
|
3949
|
+
* @name MsgResolveDisplayNameAppeal
|
|
3950
|
+
* @package sparkdream.season.v1
|
|
3951
|
+
* @see proto type: sparkdream.season.v1.MsgResolveDisplayNameAppeal
|
|
3952
|
+
*/
|
|
3953
|
+
export declare const MsgResolveDisplayNameAppeal: {
|
|
3954
|
+
typeUrl: string;
|
|
3955
|
+
aminoType: string;
|
|
3956
|
+
encode(message: MsgResolveDisplayNameAppeal, writer?: BinaryWriter): BinaryWriter;
|
|
3957
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveDisplayNameAppeal;
|
|
3958
|
+
fromPartial(object: DeepPartial<MsgResolveDisplayNameAppeal>): MsgResolveDisplayNameAppeal;
|
|
3959
|
+
fromAmino(object: MsgResolveDisplayNameAppealAmino): MsgResolveDisplayNameAppeal;
|
|
3960
|
+
toAmino(message: MsgResolveDisplayNameAppeal): MsgResolveDisplayNameAppealAmino;
|
|
3961
|
+
fromAminoMsg(object: MsgResolveDisplayNameAppealAminoMsg): MsgResolveDisplayNameAppeal;
|
|
3962
|
+
toAminoMsg(message: MsgResolveDisplayNameAppeal): MsgResolveDisplayNameAppealAminoMsg;
|
|
3963
|
+
fromProtoMsg(message: MsgResolveDisplayNameAppealProtoMsg): MsgResolveDisplayNameAppeal;
|
|
3964
|
+
toProto(message: MsgResolveDisplayNameAppeal): Uint8Array;
|
|
3965
|
+
toProtoMsg(message: MsgResolveDisplayNameAppeal): MsgResolveDisplayNameAppealProtoMsg;
|
|
3966
|
+
};
|
|
3967
|
+
/**
|
|
3968
|
+
* MsgResolveDisplayNameAppealResponse defines the MsgResolveDisplayNameAppealResponse message.
|
|
3969
|
+
* @name MsgResolveDisplayNameAppealResponse
|
|
3970
|
+
* @package sparkdream.season.v1
|
|
3971
|
+
* @see proto type: sparkdream.season.v1.MsgResolveDisplayNameAppealResponse
|
|
3972
|
+
*/
|
|
3973
|
+
export declare const MsgResolveDisplayNameAppealResponse: {
|
|
3974
|
+
typeUrl: string;
|
|
3975
|
+
encode(_: MsgResolveDisplayNameAppealResponse, writer?: BinaryWriter): BinaryWriter;
|
|
3976
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveDisplayNameAppealResponse;
|
|
3977
|
+
fromPartial(_: DeepPartial<MsgResolveDisplayNameAppealResponse>): MsgResolveDisplayNameAppealResponse;
|
|
3978
|
+
fromAmino(_: MsgResolveDisplayNameAppealResponseAmino): MsgResolveDisplayNameAppealResponse;
|
|
3979
|
+
toAmino(_: MsgResolveDisplayNameAppealResponse): MsgResolveDisplayNameAppealResponseAmino;
|
|
3980
|
+
fromAminoMsg(object: MsgResolveDisplayNameAppealResponseAminoMsg): MsgResolveDisplayNameAppealResponse;
|
|
3981
|
+
fromProtoMsg(message: MsgResolveDisplayNameAppealResponseProtoMsg): MsgResolveDisplayNameAppealResponse;
|
|
3982
|
+
toProto(message: MsgResolveDisplayNameAppealResponse): Uint8Array;
|
|
3983
|
+
toProtoMsg(message: MsgResolveDisplayNameAppealResponse): MsgResolveDisplayNameAppealResponseProtoMsg;
|
|
3984
|
+
};
|
|
3985
|
+
/**
|
|
3986
|
+
* MsgResolveUnappealedModeration resolves a display name moderation where the appeal period
|
|
3987
|
+
* expired without an appeal. The report is upheld, the reporter's DREAM stake is returned,
|
|
3988
|
+
* and the display name stays cleared.
|
|
3989
|
+
* Authorized: Commons Council, Operations Committee, or governance authority.
|
|
3990
|
+
* @name MsgResolveUnappealedModeration
|
|
3991
|
+
* @package sparkdream.season.v1
|
|
3992
|
+
* @see proto type: sparkdream.season.v1.MsgResolveUnappealedModeration
|
|
3993
|
+
*/
|
|
3994
|
+
export declare const MsgResolveUnappealedModeration: {
|
|
3995
|
+
typeUrl: string;
|
|
3996
|
+
aminoType: string;
|
|
3997
|
+
encode(message: MsgResolveUnappealedModeration, writer?: BinaryWriter): BinaryWriter;
|
|
3998
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveUnappealedModeration;
|
|
3999
|
+
fromPartial(object: DeepPartial<MsgResolveUnappealedModeration>): MsgResolveUnappealedModeration;
|
|
4000
|
+
fromAmino(object: MsgResolveUnappealedModerationAmino): MsgResolveUnappealedModeration;
|
|
4001
|
+
toAmino(message: MsgResolveUnappealedModeration): MsgResolveUnappealedModerationAmino;
|
|
4002
|
+
fromAminoMsg(object: MsgResolveUnappealedModerationAminoMsg): MsgResolveUnappealedModeration;
|
|
4003
|
+
toAminoMsg(message: MsgResolveUnappealedModeration): MsgResolveUnappealedModerationAminoMsg;
|
|
4004
|
+
fromProtoMsg(message: MsgResolveUnappealedModerationProtoMsg): MsgResolveUnappealedModeration;
|
|
4005
|
+
toProto(message: MsgResolveUnappealedModeration): Uint8Array;
|
|
4006
|
+
toProtoMsg(message: MsgResolveUnappealedModeration): MsgResolveUnappealedModerationProtoMsg;
|
|
4007
|
+
};
|
|
4008
|
+
/**
|
|
4009
|
+
* MsgResolveUnappealedModerationResponse defines the response for MsgResolveUnappealedModeration.
|
|
4010
|
+
* @name MsgResolveUnappealedModerationResponse
|
|
4011
|
+
* @package sparkdream.season.v1
|
|
4012
|
+
* @see proto type: sparkdream.season.v1.MsgResolveUnappealedModerationResponse
|
|
4013
|
+
*/
|
|
4014
|
+
export declare const MsgResolveUnappealedModerationResponse: {
|
|
4015
|
+
typeUrl: string;
|
|
4016
|
+
encode(_: MsgResolveUnappealedModerationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
4017
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgResolveUnappealedModerationResponse;
|
|
4018
|
+
fromPartial(_: DeepPartial<MsgResolveUnappealedModerationResponse>): MsgResolveUnappealedModerationResponse;
|
|
4019
|
+
fromAmino(_: MsgResolveUnappealedModerationResponseAmino): MsgResolveUnappealedModerationResponse;
|
|
4020
|
+
toAmino(_: MsgResolveUnappealedModerationResponse): MsgResolveUnappealedModerationResponseAmino;
|
|
4021
|
+
fromAminoMsg(object: MsgResolveUnappealedModerationResponseAminoMsg): MsgResolveUnappealedModerationResponse;
|
|
4022
|
+
fromProtoMsg(message: MsgResolveUnappealedModerationResponseProtoMsg): MsgResolveUnappealedModerationResponse;
|
|
4023
|
+
toProto(message: MsgResolveUnappealedModerationResponse): Uint8Array;
|
|
4024
|
+
toProtoMsg(message: MsgResolveUnappealedModerationResponse): MsgResolveUnappealedModerationResponseProtoMsg;
|
|
4025
|
+
};
|
|
4026
|
+
/**
|
|
4027
|
+
* MsgNominate creates a retroactive public goods funding nomination.
|
|
4028
|
+
* @name MsgNominate
|
|
4029
|
+
* @package sparkdream.season.v1
|
|
4030
|
+
* @see proto type: sparkdream.season.v1.MsgNominate
|
|
4031
|
+
*/
|
|
4032
|
+
export declare const MsgNominate: {
|
|
4033
|
+
typeUrl: string;
|
|
4034
|
+
encode(message: MsgNominate, writer?: BinaryWriter): BinaryWriter;
|
|
4035
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgNominate;
|
|
4036
|
+
fromPartial(object: DeepPartial<MsgNominate>): MsgNominate;
|
|
4037
|
+
fromAmino(object: MsgNominateAmino): MsgNominate;
|
|
4038
|
+
toAmino(message: MsgNominate): MsgNominateAmino;
|
|
4039
|
+
fromAminoMsg(object: MsgNominateAminoMsg): MsgNominate;
|
|
4040
|
+
fromProtoMsg(message: MsgNominateProtoMsg): MsgNominate;
|
|
4041
|
+
toProto(message: MsgNominate): Uint8Array;
|
|
4042
|
+
toProtoMsg(message: MsgNominate): MsgNominateProtoMsg;
|
|
4043
|
+
};
|
|
4044
|
+
/**
|
|
4045
|
+
* MsgNominateResponse defines the response for MsgNominate.
|
|
4046
|
+
* @name MsgNominateResponse
|
|
4047
|
+
* @package sparkdream.season.v1
|
|
4048
|
+
* @see proto type: sparkdream.season.v1.MsgNominateResponse
|
|
4049
|
+
*/
|
|
4050
|
+
export declare const MsgNominateResponse: {
|
|
4051
|
+
typeUrl: string;
|
|
4052
|
+
encode(message: MsgNominateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
4053
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgNominateResponse;
|
|
4054
|
+
fromPartial(object: DeepPartial<MsgNominateResponse>): MsgNominateResponse;
|
|
4055
|
+
fromAmino(object: MsgNominateResponseAmino): MsgNominateResponse;
|
|
4056
|
+
toAmino(message: MsgNominateResponse): MsgNominateResponseAmino;
|
|
4057
|
+
fromAminoMsg(object: MsgNominateResponseAminoMsg): MsgNominateResponse;
|
|
4058
|
+
fromProtoMsg(message: MsgNominateResponseProtoMsg): MsgNominateResponse;
|
|
4059
|
+
toProto(message: MsgNominateResponse): Uint8Array;
|
|
4060
|
+
toProtoMsg(message: MsgNominateResponse): MsgNominateResponseProtoMsg;
|
|
4061
|
+
};
|
|
4062
|
+
/**
|
|
4063
|
+
* MsgStakeNomination stakes DREAM on a nomination.
|
|
4064
|
+
* @name MsgStakeNomination
|
|
4065
|
+
* @package sparkdream.season.v1
|
|
4066
|
+
* @see proto type: sparkdream.season.v1.MsgStakeNomination
|
|
4067
|
+
*/
|
|
4068
|
+
export declare const MsgStakeNomination: {
|
|
4069
|
+
typeUrl: string;
|
|
4070
|
+
encode(message: MsgStakeNomination, writer?: BinaryWriter): BinaryWriter;
|
|
4071
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStakeNomination;
|
|
4072
|
+
fromPartial(object: DeepPartial<MsgStakeNomination>): MsgStakeNomination;
|
|
4073
|
+
fromAmino(object: MsgStakeNominationAmino): MsgStakeNomination;
|
|
4074
|
+
toAmino(message: MsgStakeNomination): MsgStakeNominationAmino;
|
|
4075
|
+
fromAminoMsg(object: MsgStakeNominationAminoMsg): MsgStakeNomination;
|
|
4076
|
+
fromProtoMsg(message: MsgStakeNominationProtoMsg): MsgStakeNomination;
|
|
4077
|
+
toProto(message: MsgStakeNomination): Uint8Array;
|
|
4078
|
+
toProtoMsg(message: MsgStakeNomination): MsgStakeNominationProtoMsg;
|
|
4079
|
+
};
|
|
4080
|
+
/**
|
|
4081
|
+
* MsgStakeNominationResponse defines the response for MsgStakeNomination.
|
|
4082
|
+
* @name MsgStakeNominationResponse
|
|
4083
|
+
* @package sparkdream.season.v1
|
|
4084
|
+
* @see proto type: sparkdream.season.v1.MsgStakeNominationResponse
|
|
4085
|
+
*/
|
|
4086
|
+
export declare const MsgStakeNominationResponse: {
|
|
4087
|
+
typeUrl: string;
|
|
4088
|
+
encode(_: MsgStakeNominationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
4089
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStakeNominationResponse;
|
|
4090
|
+
fromPartial(_: DeepPartial<MsgStakeNominationResponse>): MsgStakeNominationResponse;
|
|
4091
|
+
fromAmino(_: MsgStakeNominationResponseAmino): MsgStakeNominationResponse;
|
|
4092
|
+
toAmino(_: MsgStakeNominationResponse): MsgStakeNominationResponseAmino;
|
|
4093
|
+
fromAminoMsg(object: MsgStakeNominationResponseAminoMsg): MsgStakeNominationResponse;
|
|
4094
|
+
fromProtoMsg(message: MsgStakeNominationResponseProtoMsg): MsgStakeNominationResponse;
|
|
4095
|
+
toProto(message: MsgStakeNominationResponse): Uint8Array;
|
|
4096
|
+
toProtoMsg(message: MsgStakeNominationResponse): MsgStakeNominationResponseProtoMsg;
|
|
4097
|
+
};
|
|
4098
|
+
/**
|
|
4099
|
+
* MsgUnstakeNomination removes a DREAM stake from a nomination.
|
|
4100
|
+
* @name MsgUnstakeNomination
|
|
4101
|
+
* @package sparkdream.season.v1
|
|
4102
|
+
* @see proto type: sparkdream.season.v1.MsgUnstakeNomination
|
|
4103
|
+
*/
|
|
4104
|
+
export declare const MsgUnstakeNomination: {
|
|
4105
|
+
typeUrl: string;
|
|
4106
|
+
encode(message: MsgUnstakeNomination, writer?: BinaryWriter): BinaryWriter;
|
|
4107
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnstakeNomination;
|
|
4108
|
+
fromPartial(object: DeepPartial<MsgUnstakeNomination>): MsgUnstakeNomination;
|
|
4109
|
+
fromAmino(object: MsgUnstakeNominationAmino): MsgUnstakeNomination;
|
|
4110
|
+
toAmino(message: MsgUnstakeNomination): MsgUnstakeNominationAmino;
|
|
4111
|
+
fromAminoMsg(object: MsgUnstakeNominationAminoMsg): MsgUnstakeNomination;
|
|
4112
|
+
fromProtoMsg(message: MsgUnstakeNominationProtoMsg): MsgUnstakeNomination;
|
|
4113
|
+
toProto(message: MsgUnstakeNomination): Uint8Array;
|
|
4114
|
+
toProtoMsg(message: MsgUnstakeNomination): MsgUnstakeNominationProtoMsg;
|
|
4115
|
+
};
|
|
4116
|
+
/**
|
|
4117
|
+
* MsgUnstakeNominationResponse defines the response for MsgUnstakeNomination.
|
|
4118
|
+
* @name MsgUnstakeNominationResponse
|
|
4119
|
+
* @package sparkdream.season.v1
|
|
4120
|
+
* @see proto type: sparkdream.season.v1.MsgUnstakeNominationResponse
|
|
4121
|
+
*/
|
|
4122
|
+
export declare const MsgUnstakeNominationResponse: {
|
|
4123
|
+
typeUrl: string;
|
|
4124
|
+
encode(_: MsgUnstakeNominationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
4125
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUnstakeNominationResponse;
|
|
4126
|
+
fromPartial(_: DeepPartial<MsgUnstakeNominationResponse>): MsgUnstakeNominationResponse;
|
|
4127
|
+
fromAmino(_: MsgUnstakeNominationResponseAmino): MsgUnstakeNominationResponse;
|
|
4128
|
+
toAmino(_: MsgUnstakeNominationResponse): MsgUnstakeNominationResponseAmino;
|
|
4129
|
+
fromAminoMsg(object: MsgUnstakeNominationResponseAminoMsg): MsgUnstakeNominationResponse;
|
|
4130
|
+
fromProtoMsg(message: MsgUnstakeNominationResponseProtoMsg): MsgUnstakeNominationResponse;
|
|
4131
|
+
toProto(message: MsgUnstakeNominationResponse): Uint8Array;
|
|
4132
|
+
toProtoMsg(message: MsgUnstakeNominationResponse): MsgUnstakeNominationResponseProtoMsg;
|
|
4133
|
+
};
|