@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,1074 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* TierConfig defines configuration for an initiative tier
|
|
5
|
+
* @name TierConfig
|
|
6
|
+
* @package sparkdream.rep.v1
|
|
7
|
+
* @see proto type: sparkdream.rep.v1.TierConfig
|
|
8
|
+
*/
|
|
9
|
+
export interface TierConfig {
|
|
10
|
+
maxBudget: string;
|
|
11
|
+
minReputation: string;
|
|
12
|
+
reputationCap: string;
|
|
13
|
+
rewardMultiplier: string;
|
|
14
|
+
}
|
|
15
|
+
export interface TierConfigProtoMsg {
|
|
16
|
+
typeUrl: "/sparkdream.rep.v1.TierConfig";
|
|
17
|
+
value: Uint8Array;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* TierConfig defines configuration for an initiative tier
|
|
21
|
+
* @name TierConfigAmino
|
|
22
|
+
* @package sparkdream.rep.v1
|
|
23
|
+
* @see proto type: sparkdream.rep.v1.TierConfig
|
|
24
|
+
*/
|
|
25
|
+
export interface TierConfigAmino {
|
|
26
|
+
max_budget?: string;
|
|
27
|
+
min_reputation?: string;
|
|
28
|
+
reputation_cap?: string;
|
|
29
|
+
reward_multiplier?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface TierConfigAminoMsg {
|
|
32
|
+
type: "/sparkdream.rep.v1.TierConfig";
|
|
33
|
+
value: TierConfigAmino;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* TrustLevelConfig defines thresholds for trust level progression
|
|
37
|
+
* @name TrustLevelConfig
|
|
38
|
+
* @package sparkdream.rep.v1
|
|
39
|
+
* @see proto type: sparkdream.rep.v1.TrustLevelConfig
|
|
40
|
+
*/
|
|
41
|
+
export interface TrustLevelConfig {
|
|
42
|
+
provisionalMinRep: string;
|
|
43
|
+
provisionalMinInterims: number;
|
|
44
|
+
establishedMinRep: string;
|
|
45
|
+
establishedMinInterims: number;
|
|
46
|
+
trustedMinRep: string;
|
|
47
|
+
trustedMinSeasons: number;
|
|
48
|
+
coreMinRep: string;
|
|
49
|
+
coreMinSeasons: number;
|
|
50
|
+
/**
|
|
51
|
+
* Invitation credits per trust level (max credits per season)
|
|
52
|
+
* NEW level gets 0 (cannot invite)
|
|
53
|
+
*/
|
|
54
|
+
newInvitationCredits: number;
|
|
55
|
+
provisionalInvitationCredits: number;
|
|
56
|
+
establishedInvitationCredits: number;
|
|
57
|
+
trustedInvitationCredits: number;
|
|
58
|
+
coreInvitationCredits: number;
|
|
59
|
+
}
|
|
60
|
+
export interface TrustLevelConfigProtoMsg {
|
|
61
|
+
typeUrl: "/sparkdream.rep.v1.TrustLevelConfig";
|
|
62
|
+
value: Uint8Array;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* TrustLevelConfig defines thresholds for trust level progression
|
|
66
|
+
* @name TrustLevelConfigAmino
|
|
67
|
+
* @package sparkdream.rep.v1
|
|
68
|
+
* @see proto type: sparkdream.rep.v1.TrustLevelConfig
|
|
69
|
+
*/
|
|
70
|
+
export interface TrustLevelConfigAmino {
|
|
71
|
+
provisional_min_rep?: string;
|
|
72
|
+
provisional_min_interims?: number;
|
|
73
|
+
established_min_rep?: string;
|
|
74
|
+
established_min_interims?: number;
|
|
75
|
+
trusted_min_rep?: string;
|
|
76
|
+
trusted_min_seasons?: number;
|
|
77
|
+
core_min_rep?: string;
|
|
78
|
+
core_min_seasons?: number;
|
|
79
|
+
/**
|
|
80
|
+
* Invitation credits per trust level (max credits per season)
|
|
81
|
+
* NEW level gets 0 (cannot invite)
|
|
82
|
+
*/
|
|
83
|
+
new_invitation_credits?: number;
|
|
84
|
+
provisional_invitation_credits?: number;
|
|
85
|
+
established_invitation_credits?: number;
|
|
86
|
+
trusted_invitation_credits?: number;
|
|
87
|
+
core_invitation_credits?: number;
|
|
88
|
+
}
|
|
89
|
+
export interface TrustLevelConfigAminoMsg {
|
|
90
|
+
type: "/sparkdream.rep.v1.TrustLevelConfig";
|
|
91
|
+
value: TrustLevelConfigAmino;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Params defines the parameters for the module.
|
|
95
|
+
* @name Params
|
|
96
|
+
* @package sparkdream.rep.v1
|
|
97
|
+
* @see proto type: sparkdream.rep.v1.Params
|
|
98
|
+
*/
|
|
99
|
+
export interface Params {
|
|
100
|
+
/**
|
|
101
|
+
* Time
|
|
102
|
+
*/
|
|
103
|
+
epochBlocks: bigint;
|
|
104
|
+
seasonDurationEpochs: bigint;
|
|
105
|
+
/**
|
|
106
|
+
* DREAM economics
|
|
107
|
+
*/
|
|
108
|
+
unstakedDecayRate: string;
|
|
109
|
+
transferTaxRate: string;
|
|
110
|
+
maxTipAmount: string;
|
|
111
|
+
maxTipsPerEpoch: number;
|
|
112
|
+
maxGiftAmount: string;
|
|
113
|
+
giftOnlyToInvitees: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Initiative rewards
|
|
116
|
+
*/
|
|
117
|
+
completerShare: string;
|
|
118
|
+
treasuryShare: string;
|
|
119
|
+
minReputationMultiplier: string;
|
|
120
|
+
/**
|
|
121
|
+
* Initiative tiers
|
|
122
|
+
*/
|
|
123
|
+
apprenticeTier: TierConfig;
|
|
124
|
+
standardTier: TierConfig;
|
|
125
|
+
expertTier: TierConfig;
|
|
126
|
+
epicTier: TierConfig;
|
|
127
|
+
/**
|
|
128
|
+
* Conviction
|
|
129
|
+
*/
|
|
130
|
+
convictionHalfLifeEpochs: bigint;
|
|
131
|
+
externalConvictionRatio: string;
|
|
132
|
+
convictionPerDream: string;
|
|
133
|
+
/**
|
|
134
|
+
* Review periods
|
|
135
|
+
*/
|
|
136
|
+
defaultReviewPeriodEpochs: bigint;
|
|
137
|
+
defaultChallengePeriodEpochs: bigint;
|
|
138
|
+
/**
|
|
139
|
+
* Invitations
|
|
140
|
+
*/
|
|
141
|
+
minInvitationStake: string;
|
|
142
|
+
invitationAccountabilityEpochs: bigint;
|
|
143
|
+
referralRewardRate: string;
|
|
144
|
+
invitationCostMultiplier: string;
|
|
145
|
+
/**
|
|
146
|
+
* Trust levels
|
|
147
|
+
*/
|
|
148
|
+
trustLevelConfig: TrustLevelConfig;
|
|
149
|
+
/**
|
|
150
|
+
* Challenges
|
|
151
|
+
*/
|
|
152
|
+
minChallengeStake: string;
|
|
153
|
+
challengerRewardRate: string;
|
|
154
|
+
jurySize: number;
|
|
155
|
+
jurySuperMajority: string;
|
|
156
|
+
minJurorReputation: string;
|
|
157
|
+
/**
|
|
158
|
+
* Interim compensation
|
|
159
|
+
*/
|
|
160
|
+
simpleComplexityBudget: string;
|
|
161
|
+
standardComplexityBudget: string;
|
|
162
|
+
complexComplexityBudget: string;
|
|
163
|
+
expertComplexityBudget: string;
|
|
164
|
+
soloExpertBonusRate: string;
|
|
165
|
+
interimDeadlineEpochs: bigint;
|
|
166
|
+
/**
|
|
167
|
+
* Rate limits
|
|
168
|
+
*/
|
|
169
|
+
maxActiveChallengesPerCommittee: number;
|
|
170
|
+
maxNewChallengesPerEpoch: number;
|
|
171
|
+
challengeQueueMaxSize: number;
|
|
172
|
+
/**
|
|
173
|
+
* Slashing
|
|
174
|
+
*/
|
|
175
|
+
minorSlashPenalty: string;
|
|
176
|
+
moderateSlashPenalty: string;
|
|
177
|
+
severeSlashPenalty: string;
|
|
178
|
+
zeroingSlashPenalty: string;
|
|
179
|
+
/**
|
|
180
|
+
* Extended staking
|
|
181
|
+
*/
|
|
182
|
+
projectCompletionBonusRate: string;
|
|
183
|
+
memberStakeRevenueShare: string;
|
|
184
|
+
tagStakeRevenueShare: string;
|
|
185
|
+
minStakeDurationSeconds: bigint;
|
|
186
|
+
allowSelfMemberStake: boolean;
|
|
187
|
+
/**
|
|
188
|
+
* Challenge response deadline (epochs)
|
|
189
|
+
* If assignee doesn't respond within this time, challenge is auto-upheld
|
|
190
|
+
*/
|
|
191
|
+
challengeResponseDeadlineEpochs: bigint;
|
|
192
|
+
/**
|
|
193
|
+
* Gift rate limiting
|
|
194
|
+
* Cooldown period in blocks before same sender can gift same recipient again
|
|
195
|
+
*/
|
|
196
|
+
giftCooldownBlocks: bigint;
|
|
197
|
+
/**
|
|
198
|
+
* Maximum total DREAM a sender can gift per epoch (across all recipients)
|
|
199
|
+
*/
|
|
200
|
+
maxGiftsPerSenderEpoch: string;
|
|
201
|
+
/**
|
|
202
|
+
* Content conviction staking
|
|
203
|
+
*/
|
|
204
|
+
contentConvictionHalfLifeEpochs: bigint;
|
|
205
|
+
/**
|
|
206
|
+
* Max DREAM one member can stake on a single content item
|
|
207
|
+
*/
|
|
208
|
+
maxContentStakePerMember: string;
|
|
209
|
+
/**
|
|
210
|
+
* Max DREAM an author can bond on their own content
|
|
211
|
+
*/
|
|
212
|
+
maxAuthorBondPerContent: string;
|
|
213
|
+
/**
|
|
214
|
+
* Whether to slash author bonds when content is moderated
|
|
215
|
+
*/
|
|
216
|
+
authorBondSlashOnModeration: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* Fraction of slashed author bond given to challenger (rest burned), default 0.5
|
|
219
|
+
*/
|
|
220
|
+
contentChallengeRewardShare: string;
|
|
221
|
+
/**
|
|
222
|
+
* Fraction of linked content conviction propagated to initiative (default 0.10)
|
|
223
|
+
*/
|
|
224
|
+
convictionPropagationRatio: string;
|
|
225
|
+
/**
|
|
226
|
+
* Tag anti-gaming
|
|
227
|
+
*/
|
|
228
|
+
maxTagsPerInitiative: number;
|
|
229
|
+
/**
|
|
230
|
+
* Anti-gaming parameters
|
|
231
|
+
*/
|
|
232
|
+
reputationDecayRate: string;
|
|
233
|
+
/**
|
|
234
|
+
* Max fraction of required conviction any single member can contribute (default 0.33)
|
|
235
|
+
*/
|
|
236
|
+
maxConvictionSharePerMember: string;
|
|
237
|
+
/**
|
|
238
|
+
* Fraction of invitation stake burned on acceptance (default 0.10 = 10%)
|
|
239
|
+
*/
|
|
240
|
+
invitationStakeBurnRate: string;
|
|
241
|
+
/**
|
|
242
|
+
* Max reputation any member can earn per tag per epoch (default 50)
|
|
243
|
+
*/
|
|
244
|
+
maxReputationGainPerEpoch: string;
|
|
245
|
+
/**
|
|
246
|
+
* Seasonal staking reward pool
|
|
247
|
+
*/
|
|
248
|
+
maxStakingRewardsPerSeason: string;
|
|
249
|
+
/**
|
|
250
|
+
* Per-epoch decay on staked DREAM (default 0.05% = 0.0005)
|
|
251
|
+
*/
|
|
252
|
+
stakedDecayRate: string;
|
|
253
|
+
/**
|
|
254
|
+
* Epochs new members are exempt from decay (default 30 ~1 month)
|
|
255
|
+
*/
|
|
256
|
+
newMemberDecayGraceEpochs: bigint;
|
|
257
|
+
/**
|
|
258
|
+
* Treasury management
|
|
259
|
+
*/
|
|
260
|
+
maxTreasuryBalance: string;
|
|
261
|
+
/**
|
|
262
|
+
* Pay interims from treasury first, mint only if empty (default true)
|
|
263
|
+
*/
|
|
264
|
+
treasuryFundsInterims: boolean;
|
|
265
|
+
/**
|
|
266
|
+
* Pay retro PGF from treasury first, mint remainder (default true)
|
|
267
|
+
*/
|
|
268
|
+
treasuryFundsRetroPgf: boolean;
|
|
269
|
+
/**
|
|
270
|
+
* Anti-whale staking cap: max DREAM one member can stake on a single initiative (default 50,000 DREAM)
|
|
271
|
+
* Prevents reward pool extraction — conviction is already capped by max_conviction_share_per_member,
|
|
272
|
+
* but without this cap, a whale can stake disproportionately and extract most seasonal staking rewards.
|
|
273
|
+
*/
|
|
274
|
+
maxInitiativeStakePerMember: string;
|
|
275
|
+
/**
|
|
276
|
+
* Per-season cap on total DREAM minted via initiative completion rewards (default 100,000 DREAM).
|
|
277
|
+
* Bounds total extraction even if colluding members rubber-stamp initiatives.
|
|
278
|
+
*/
|
|
279
|
+
maxInitiativeRewardsPerSeason: string;
|
|
280
|
+
/**
|
|
281
|
+
* Projects with approved budget above this threshold require council proposal approval
|
|
282
|
+
* instead of single Operations Committee member approval (default 10,000 DREAM).
|
|
283
|
+
*/
|
|
284
|
+
largeProjectBudgetThreshold: string;
|
|
285
|
+
/**
|
|
286
|
+
* Permissionless creation fees (burned on creation — anti-spam + deflationary)
|
|
287
|
+
*/
|
|
288
|
+
projectCreationFee: string;
|
|
289
|
+
/**
|
|
290
|
+
* DREAM burned for apprentice initiative under permissionless project (default 1 DREAM)
|
|
291
|
+
*/
|
|
292
|
+
initiativeCreationFeeApprentice: string;
|
|
293
|
+
/**
|
|
294
|
+
* DREAM burned for standard initiative under permissionless project (default 3 DREAM)
|
|
295
|
+
*/
|
|
296
|
+
initiativeCreationFeeStandard: string;
|
|
297
|
+
/**
|
|
298
|
+
* Permissionless access control (governance-only — not in RepOperationalParams)
|
|
299
|
+
*/
|
|
300
|
+
permissionlessMinTrustLevel: number;
|
|
301
|
+
/**
|
|
302
|
+
* Highest initiative tier allowed in permissionless projects (default 1 = STANDARD)
|
|
303
|
+
*/
|
|
304
|
+
permissionlessMaxTier: number;
|
|
305
|
+
/**
|
|
306
|
+
* DREAM burned when creating a member-registered tag (default 100 micro-DREAM)
|
|
307
|
+
*/
|
|
308
|
+
tagCreationFee: string;
|
|
309
|
+
/**
|
|
310
|
+
* Sentinel SPARK reward pool (x/rep holds SPARK fed by spam taxes;
|
|
311
|
+
* drained each epoch to sentinels according to accuracy/activity gates).
|
|
312
|
+
*/
|
|
313
|
+
maxSentinelRewardPool: string;
|
|
314
|
+
/**
|
|
315
|
+
* Fraction of overflow burned per epoch (default 0.5).
|
|
316
|
+
*/
|
|
317
|
+
sentinelRewardPoolOverflowBurnRatio: string;
|
|
318
|
+
/**
|
|
319
|
+
* Cadence of sentinel reward distribution (default 14400 ~= 1 day).
|
|
320
|
+
*/
|
|
321
|
+
sentinelRewardEpochBlocks: bigint;
|
|
322
|
+
/**
|
|
323
|
+
* Minimum accuracy to qualify for a reward (default 0.70).
|
|
324
|
+
*/
|
|
325
|
+
minSentinelAccuracy: string;
|
|
326
|
+
/**
|
|
327
|
+
* Minimum appeal sample size before accuracy is meaningful (default 10).
|
|
328
|
+
*/
|
|
329
|
+
minAppealsForAccuracy: bigint;
|
|
330
|
+
/**
|
|
331
|
+
* Minimum moderation actions in an epoch to qualify for a reward (default 1).
|
|
332
|
+
*/
|
|
333
|
+
minEpochActivityForReward: bigint;
|
|
334
|
+
/**
|
|
335
|
+
* Minimum appeal rate (appeals / actions) to qualify for a reward (default 0.05).
|
|
336
|
+
*/
|
|
337
|
+
minAppealRate: string;
|
|
338
|
+
/**
|
|
339
|
+
* Per-member active work caps (anti-monopolization). 0 = unbounded.
|
|
340
|
+
*/
|
|
341
|
+
maxActiveInitiativesPerMember: number;
|
|
342
|
+
/**
|
|
343
|
+
* Max in-flight interims (PENDING/IN_PROGRESS) where the member is an assignee (default 10)
|
|
344
|
+
*/
|
|
345
|
+
maxActiveInterimsPerMember: number;
|
|
346
|
+
/**
|
|
347
|
+
* Global per-epoch ceiling on DREAM minted across every path (initiative rewards,
|
|
348
|
+
* referral rewards, interim compensation, retro PGF, jury rewards, etc.). Counter
|
|
349
|
+
* resets at the first MintDREAM of each new epoch. 0 = unbounded.
|
|
350
|
+
*/
|
|
351
|
+
maxDreamMintPerEpoch: string;
|
|
352
|
+
}
|
|
353
|
+
export interface ParamsProtoMsg {
|
|
354
|
+
typeUrl: "/sparkdream.rep.v1.Params";
|
|
355
|
+
value: Uint8Array;
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Params defines the parameters for the module.
|
|
359
|
+
* @name ParamsAmino
|
|
360
|
+
* @package sparkdream.rep.v1
|
|
361
|
+
* @see proto type: sparkdream.rep.v1.Params
|
|
362
|
+
*/
|
|
363
|
+
export interface ParamsAmino {
|
|
364
|
+
/**
|
|
365
|
+
* Time
|
|
366
|
+
*/
|
|
367
|
+
epoch_blocks?: string;
|
|
368
|
+
season_duration_epochs?: string;
|
|
369
|
+
/**
|
|
370
|
+
* DREAM economics
|
|
371
|
+
*/
|
|
372
|
+
unstaked_decay_rate?: string;
|
|
373
|
+
transfer_tax_rate?: string;
|
|
374
|
+
max_tip_amount?: string;
|
|
375
|
+
max_tips_per_epoch?: number;
|
|
376
|
+
max_gift_amount?: string;
|
|
377
|
+
gift_only_to_invitees?: boolean;
|
|
378
|
+
/**
|
|
379
|
+
* Initiative rewards
|
|
380
|
+
*/
|
|
381
|
+
completer_share?: string;
|
|
382
|
+
treasury_share?: string;
|
|
383
|
+
min_reputation_multiplier?: string;
|
|
384
|
+
/**
|
|
385
|
+
* Initiative tiers
|
|
386
|
+
*/
|
|
387
|
+
apprentice_tier?: TierConfigAmino;
|
|
388
|
+
standard_tier?: TierConfigAmino;
|
|
389
|
+
expert_tier?: TierConfigAmino;
|
|
390
|
+
epic_tier?: TierConfigAmino;
|
|
391
|
+
/**
|
|
392
|
+
* Conviction
|
|
393
|
+
*/
|
|
394
|
+
conviction_half_life_epochs?: string;
|
|
395
|
+
external_conviction_ratio?: string;
|
|
396
|
+
conviction_per_dream?: string;
|
|
397
|
+
/**
|
|
398
|
+
* Review periods
|
|
399
|
+
*/
|
|
400
|
+
default_review_period_epochs?: string;
|
|
401
|
+
default_challenge_period_epochs?: string;
|
|
402
|
+
/**
|
|
403
|
+
* Invitations
|
|
404
|
+
*/
|
|
405
|
+
min_invitation_stake?: string;
|
|
406
|
+
invitation_accountability_epochs?: string;
|
|
407
|
+
referral_reward_rate?: string;
|
|
408
|
+
invitation_cost_multiplier?: string;
|
|
409
|
+
/**
|
|
410
|
+
* Trust levels
|
|
411
|
+
*/
|
|
412
|
+
trust_level_config?: TrustLevelConfigAmino;
|
|
413
|
+
/**
|
|
414
|
+
* Challenges
|
|
415
|
+
*/
|
|
416
|
+
min_challenge_stake?: string;
|
|
417
|
+
challenger_reward_rate?: string;
|
|
418
|
+
jury_size?: number;
|
|
419
|
+
jury_super_majority?: string;
|
|
420
|
+
min_juror_reputation?: string;
|
|
421
|
+
/**
|
|
422
|
+
* Interim compensation
|
|
423
|
+
*/
|
|
424
|
+
simple_complexity_budget?: string;
|
|
425
|
+
standard_complexity_budget?: string;
|
|
426
|
+
complex_complexity_budget?: string;
|
|
427
|
+
expert_complexity_budget?: string;
|
|
428
|
+
solo_expert_bonus_rate?: string;
|
|
429
|
+
interim_deadline_epochs?: string;
|
|
430
|
+
/**
|
|
431
|
+
* Rate limits
|
|
432
|
+
*/
|
|
433
|
+
max_active_challenges_per_committee?: number;
|
|
434
|
+
max_new_challenges_per_epoch?: number;
|
|
435
|
+
challenge_queue_max_size?: number;
|
|
436
|
+
/**
|
|
437
|
+
* Slashing
|
|
438
|
+
*/
|
|
439
|
+
minor_slash_penalty?: string;
|
|
440
|
+
moderate_slash_penalty?: string;
|
|
441
|
+
severe_slash_penalty?: string;
|
|
442
|
+
zeroing_slash_penalty?: string;
|
|
443
|
+
/**
|
|
444
|
+
* Extended staking
|
|
445
|
+
*/
|
|
446
|
+
project_completion_bonus_rate?: string;
|
|
447
|
+
member_stake_revenue_share?: string;
|
|
448
|
+
tag_stake_revenue_share?: string;
|
|
449
|
+
min_stake_duration_seconds?: string;
|
|
450
|
+
allow_self_member_stake?: boolean;
|
|
451
|
+
/**
|
|
452
|
+
* Challenge response deadline (epochs)
|
|
453
|
+
* If assignee doesn't respond within this time, challenge is auto-upheld
|
|
454
|
+
*/
|
|
455
|
+
challenge_response_deadline_epochs?: string;
|
|
456
|
+
/**
|
|
457
|
+
* Gift rate limiting
|
|
458
|
+
* Cooldown period in blocks before same sender can gift same recipient again
|
|
459
|
+
*/
|
|
460
|
+
gift_cooldown_blocks?: string;
|
|
461
|
+
/**
|
|
462
|
+
* Maximum total DREAM a sender can gift per epoch (across all recipients)
|
|
463
|
+
*/
|
|
464
|
+
max_gifts_per_sender_epoch?: string;
|
|
465
|
+
/**
|
|
466
|
+
* Content conviction staking
|
|
467
|
+
*/
|
|
468
|
+
content_conviction_half_life_epochs?: string;
|
|
469
|
+
/**
|
|
470
|
+
* Max DREAM one member can stake on a single content item
|
|
471
|
+
*/
|
|
472
|
+
max_content_stake_per_member?: string;
|
|
473
|
+
/**
|
|
474
|
+
* Max DREAM an author can bond on their own content
|
|
475
|
+
*/
|
|
476
|
+
max_author_bond_per_content?: string;
|
|
477
|
+
/**
|
|
478
|
+
* Whether to slash author bonds when content is moderated
|
|
479
|
+
*/
|
|
480
|
+
author_bond_slash_on_moderation?: boolean;
|
|
481
|
+
/**
|
|
482
|
+
* Fraction of slashed author bond given to challenger (rest burned), default 0.5
|
|
483
|
+
*/
|
|
484
|
+
content_challenge_reward_share?: string;
|
|
485
|
+
/**
|
|
486
|
+
* Fraction of linked content conviction propagated to initiative (default 0.10)
|
|
487
|
+
*/
|
|
488
|
+
conviction_propagation_ratio?: string;
|
|
489
|
+
/**
|
|
490
|
+
* Tag anti-gaming
|
|
491
|
+
*/
|
|
492
|
+
max_tags_per_initiative?: number;
|
|
493
|
+
/**
|
|
494
|
+
* Anti-gaming parameters
|
|
495
|
+
*/
|
|
496
|
+
reputation_decay_rate?: string;
|
|
497
|
+
/**
|
|
498
|
+
* Max fraction of required conviction any single member can contribute (default 0.33)
|
|
499
|
+
*/
|
|
500
|
+
max_conviction_share_per_member?: string;
|
|
501
|
+
/**
|
|
502
|
+
* Fraction of invitation stake burned on acceptance (default 0.10 = 10%)
|
|
503
|
+
*/
|
|
504
|
+
invitation_stake_burn_rate?: string;
|
|
505
|
+
/**
|
|
506
|
+
* Max reputation any member can earn per tag per epoch (default 50)
|
|
507
|
+
*/
|
|
508
|
+
max_reputation_gain_per_epoch?: string;
|
|
509
|
+
/**
|
|
510
|
+
* Seasonal staking reward pool
|
|
511
|
+
*/
|
|
512
|
+
max_staking_rewards_per_season?: string;
|
|
513
|
+
/**
|
|
514
|
+
* Per-epoch decay on staked DREAM (default 0.05% = 0.0005)
|
|
515
|
+
*/
|
|
516
|
+
staked_decay_rate?: string;
|
|
517
|
+
/**
|
|
518
|
+
* Epochs new members are exempt from decay (default 30 ~1 month)
|
|
519
|
+
*/
|
|
520
|
+
new_member_decay_grace_epochs?: string;
|
|
521
|
+
/**
|
|
522
|
+
* Treasury management
|
|
523
|
+
*/
|
|
524
|
+
max_treasury_balance?: string;
|
|
525
|
+
/**
|
|
526
|
+
* Pay interims from treasury first, mint only if empty (default true)
|
|
527
|
+
*/
|
|
528
|
+
treasury_funds_interims?: boolean;
|
|
529
|
+
/**
|
|
530
|
+
* Pay retro PGF from treasury first, mint remainder (default true)
|
|
531
|
+
*/
|
|
532
|
+
treasury_funds_retro_pgf?: boolean;
|
|
533
|
+
/**
|
|
534
|
+
* Anti-whale staking cap: max DREAM one member can stake on a single initiative (default 50,000 DREAM)
|
|
535
|
+
* Prevents reward pool extraction — conviction is already capped by max_conviction_share_per_member,
|
|
536
|
+
* but without this cap, a whale can stake disproportionately and extract most seasonal staking rewards.
|
|
537
|
+
*/
|
|
538
|
+
max_initiative_stake_per_member?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Per-season cap on total DREAM minted via initiative completion rewards (default 100,000 DREAM).
|
|
541
|
+
* Bounds total extraction even if colluding members rubber-stamp initiatives.
|
|
542
|
+
*/
|
|
543
|
+
max_initiative_rewards_per_season?: string;
|
|
544
|
+
/**
|
|
545
|
+
* Projects with approved budget above this threshold require council proposal approval
|
|
546
|
+
* instead of single Operations Committee member approval (default 10,000 DREAM).
|
|
547
|
+
*/
|
|
548
|
+
large_project_budget_threshold?: string;
|
|
549
|
+
/**
|
|
550
|
+
* Permissionless creation fees (burned on creation — anti-spam + deflationary)
|
|
551
|
+
*/
|
|
552
|
+
project_creation_fee?: string;
|
|
553
|
+
/**
|
|
554
|
+
* DREAM burned for apprentice initiative under permissionless project (default 1 DREAM)
|
|
555
|
+
*/
|
|
556
|
+
initiative_creation_fee_apprentice?: string;
|
|
557
|
+
/**
|
|
558
|
+
* DREAM burned for standard initiative under permissionless project (default 3 DREAM)
|
|
559
|
+
*/
|
|
560
|
+
initiative_creation_fee_standard?: string;
|
|
561
|
+
/**
|
|
562
|
+
* Permissionless access control (governance-only — not in RepOperationalParams)
|
|
563
|
+
*/
|
|
564
|
+
permissionless_min_trust_level?: number;
|
|
565
|
+
/**
|
|
566
|
+
* Highest initiative tier allowed in permissionless projects (default 1 = STANDARD)
|
|
567
|
+
*/
|
|
568
|
+
permissionless_max_tier?: number;
|
|
569
|
+
/**
|
|
570
|
+
* DREAM burned when creating a member-registered tag (default 100 micro-DREAM)
|
|
571
|
+
*/
|
|
572
|
+
tag_creation_fee?: string;
|
|
573
|
+
/**
|
|
574
|
+
* Sentinel SPARK reward pool (x/rep holds SPARK fed by spam taxes;
|
|
575
|
+
* drained each epoch to sentinels according to accuracy/activity gates).
|
|
576
|
+
*/
|
|
577
|
+
max_sentinel_reward_pool?: string;
|
|
578
|
+
/**
|
|
579
|
+
* Fraction of overflow burned per epoch (default 0.5).
|
|
580
|
+
*/
|
|
581
|
+
sentinel_reward_pool_overflow_burn_ratio?: string;
|
|
582
|
+
/**
|
|
583
|
+
* Cadence of sentinel reward distribution (default 14400 ~= 1 day).
|
|
584
|
+
*/
|
|
585
|
+
sentinel_reward_epoch_blocks?: string;
|
|
586
|
+
/**
|
|
587
|
+
* Minimum accuracy to qualify for a reward (default 0.70).
|
|
588
|
+
*/
|
|
589
|
+
min_sentinel_accuracy?: string;
|
|
590
|
+
/**
|
|
591
|
+
* Minimum appeal sample size before accuracy is meaningful (default 10).
|
|
592
|
+
*/
|
|
593
|
+
min_appeals_for_accuracy?: string;
|
|
594
|
+
/**
|
|
595
|
+
* Minimum moderation actions in an epoch to qualify for a reward (default 1).
|
|
596
|
+
*/
|
|
597
|
+
min_epoch_activity_for_reward?: string;
|
|
598
|
+
/**
|
|
599
|
+
* Minimum appeal rate (appeals / actions) to qualify for a reward (default 0.05).
|
|
600
|
+
*/
|
|
601
|
+
min_appeal_rate?: string;
|
|
602
|
+
/**
|
|
603
|
+
* Per-member active work caps (anti-monopolization). 0 = unbounded.
|
|
604
|
+
*/
|
|
605
|
+
max_active_initiatives_per_member?: number;
|
|
606
|
+
/**
|
|
607
|
+
* Max in-flight interims (PENDING/IN_PROGRESS) where the member is an assignee (default 10)
|
|
608
|
+
*/
|
|
609
|
+
max_active_interims_per_member?: number;
|
|
610
|
+
/**
|
|
611
|
+
* Global per-epoch ceiling on DREAM minted across every path (initiative rewards,
|
|
612
|
+
* referral rewards, interim compensation, retro PGF, jury rewards, etc.). Counter
|
|
613
|
+
* resets at the first MintDREAM of each new epoch. 0 = unbounded.
|
|
614
|
+
*/
|
|
615
|
+
max_dream_mint_per_epoch?: string;
|
|
616
|
+
}
|
|
617
|
+
export interface ParamsAminoMsg {
|
|
618
|
+
type: "sparkdream/x/rep/Params";
|
|
619
|
+
value: ParamsAmino;
|
|
620
|
+
}
|
|
621
|
+
/**
|
|
622
|
+
* RepOperationalParams defines the operational parameters that can be updated
|
|
623
|
+
* by committee/council authority without full governance. These are day-to-day
|
|
624
|
+
* tuning knobs that do not affect core economic incentives or tier structures.
|
|
625
|
+
* @name RepOperationalParams
|
|
626
|
+
* @package sparkdream.rep.v1
|
|
627
|
+
* @see proto type: sparkdream.rep.v1.RepOperationalParams
|
|
628
|
+
*/
|
|
629
|
+
export interface RepOperationalParams {
|
|
630
|
+
/**
|
|
631
|
+
* Time config
|
|
632
|
+
*/
|
|
633
|
+
epochBlocks: bigint;
|
|
634
|
+
seasonDurationEpochs: bigint;
|
|
635
|
+
/**
|
|
636
|
+
* DREAM economics
|
|
637
|
+
*/
|
|
638
|
+
unstakedDecayRate: string;
|
|
639
|
+
transferTaxRate: string;
|
|
640
|
+
maxTipAmount: string;
|
|
641
|
+
maxTipsPerEpoch: number;
|
|
642
|
+
maxGiftAmount: string;
|
|
643
|
+
giftOnlyToInvitees: boolean;
|
|
644
|
+
/**
|
|
645
|
+
* Reputation
|
|
646
|
+
*/
|
|
647
|
+
minReputationMultiplier: string;
|
|
648
|
+
/**
|
|
649
|
+
* Review periods
|
|
650
|
+
*/
|
|
651
|
+
defaultReviewPeriodEpochs: bigint;
|
|
652
|
+
defaultChallengePeriodEpochs: bigint;
|
|
653
|
+
/**
|
|
654
|
+
* Invitations
|
|
655
|
+
*/
|
|
656
|
+
minInvitationStake: string;
|
|
657
|
+
invitationAccountabilityEpochs: bigint;
|
|
658
|
+
referralRewardRate: string;
|
|
659
|
+
invitationCostMultiplier: string;
|
|
660
|
+
/**
|
|
661
|
+
* Challenges
|
|
662
|
+
*/
|
|
663
|
+
minChallengeStake: string;
|
|
664
|
+
challengerRewardRate: string;
|
|
665
|
+
jurySize: number;
|
|
666
|
+
jurySuperMajority: string;
|
|
667
|
+
minJurorReputation: string;
|
|
668
|
+
/**
|
|
669
|
+
* Interim compensation
|
|
670
|
+
*/
|
|
671
|
+
simpleComplexityBudget: string;
|
|
672
|
+
standardComplexityBudget: string;
|
|
673
|
+
complexComplexityBudget: string;
|
|
674
|
+
expertComplexityBudget: string;
|
|
675
|
+
soloExpertBonusRate: string;
|
|
676
|
+
interimDeadlineEpochs: bigint;
|
|
677
|
+
/**
|
|
678
|
+
* Rate limits
|
|
679
|
+
*/
|
|
680
|
+
maxActiveChallengesPerCommittee: number;
|
|
681
|
+
maxNewChallengesPerEpoch: number;
|
|
682
|
+
challengeQueueMaxSize: number;
|
|
683
|
+
/**
|
|
684
|
+
* Extended staking
|
|
685
|
+
*/
|
|
686
|
+
projectCompletionBonusRate: string;
|
|
687
|
+
memberStakeRevenueShare: string;
|
|
688
|
+
tagStakeRevenueShare: string;
|
|
689
|
+
minStakeDurationSeconds: bigint;
|
|
690
|
+
allowSelfMemberStake: boolean;
|
|
691
|
+
/**
|
|
692
|
+
* Challenge response deadline (epochs)
|
|
693
|
+
*/
|
|
694
|
+
challengeResponseDeadlineEpochs: bigint;
|
|
695
|
+
/**
|
|
696
|
+
* Gift rate limiting
|
|
697
|
+
*/
|
|
698
|
+
giftCooldownBlocks: bigint;
|
|
699
|
+
maxGiftsPerSenderEpoch: string;
|
|
700
|
+
/**
|
|
701
|
+
* Content conviction staking
|
|
702
|
+
*/
|
|
703
|
+
contentConvictionHalfLifeEpochs: bigint;
|
|
704
|
+
maxContentStakePerMember: string;
|
|
705
|
+
maxAuthorBondPerContent: string;
|
|
706
|
+
authorBondSlashOnModeration: boolean;
|
|
707
|
+
/**
|
|
708
|
+
* Fraction of slashed author bond given to challenger (rest burned), default 0.5
|
|
709
|
+
*/
|
|
710
|
+
contentChallengeRewardShare: string;
|
|
711
|
+
/**
|
|
712
|
+
* Fraction of linked content conviction propagated to initiative (default 0.10)
|
|
713
|
+
*/
|
|
714
|
+
convictionPropagationRatio: string;
|
|
715
|
+
/**
|
|
716
|
+
* Tag anti-gaming
|
|
717
|
+
*/
|
|
718
|
+
maxTagsPerInitiative: number;
|
|
719
|
+
/**
|
|
720
|
+
* Anti-gaming parameters
|
|
721
|
+
*/
|
|
722
|
+
reputationDecayRate: string;
|
|
723
|
+
/**
|
|
724
|
+
* Max fraction of required conviction any single member can contribute (default 0.33)
|
|
725
|
+
*/
|
|
726
|
+
maxConvictionSharePerMember: string;
|
|
727
|
+
/**
|
|
728
|
+
* Fraction of invitation stake burned on acceptance (default 0.10 = 10%)
|
|
729
|
+
*/
|
|
730
|
+
invitationStakeBurnRate: string;
|
|
731
|
+
/**
|
|
732
|
+
* Max reputation any member can earn per tag per epoch (default 50)
|
|
733
|
+
*/
|
|
734
|
+
maxReputationGainPerEpoch: string;
|
|
735
|
+
/**
|
|
736
|
+
* Seasonal staking reward pool
|
|
737
|
+
*/
|
|
738
|
+
maxStakingRewardsPerSeason: string;
|
|
739
|
+
stakedDecayRate: string;
|
|
740
|
+
newMemberDecayGraceEpochs: bigint;
|
|
741
|
+
/**
|
|
742
|
+
* Treasury management
|
|
743
|
+
*/
|
|
744
|
+
maxTreasuryBalance: string;
|
|
745
|
+
treasuryFundsInterims: boolean;
|
|
746
|
+
treasuryFundsRetroPgf: boolean;
|
|
747
|
+
/**
|
|
748
|
+
* Anti-whale staking cap (mirrors Params.max_initiative_stake_per_member)
|
|
749
|
+
*/
|
|
750
|
+
maxInitiativeStakePerMember: string;
|
|
751
|
+
/**
|
|
752
|
+
* Per-season initiative reward minting cap (mirrors Params.max_initiative_rewards_per_season)
|
|
753
|
+
*/
|
|
754
|
+
maxInitiativeRewardsPerSeason: string;
|
|
755
|
+
/**
|
|
756
|
+
* Large project budget threshold for council approval (mirrors Params.large_project_budget_threshold)
|
|
757
|
+
*/
|
|
758
|
+
largeProjectBudgetThreshold: string;
|
|
759
|
+
/**
|
|
760
|
+
* Permissionless creation fees (council-tunable)
|
|
761
|
+
*/
|
|
762
|
+
projectCreationFee: string;
|
|
763
|
+
initiativeCreationFeeApprentice: string;
|
|
764
|
+
initiativeCreationFeeStandard: string;
|
|
765
|
+
tagCreationFee: string;
|
|
766
|
+
/**
|
|
767
|
+
* Sentinel SPARK reward pool (x/rep holds SPARK fed by spam taxes;
|
|
768
|
+
* drained each epoch to sentinels according to accuracy/activity gates).
|
|
769
|
+
*/
|
|
770
|
+
maxSentinelRewardPool: string;
|
|
771
|
+
/**
|
|
772
|
+
* Fraction of overflow burned per epoch (default 0.5).
|
|
773
|
+
*/
|
|
774
|
+
sentinelRewardPoolOverflowBurnRatio: string;
|
|
775
|
+
/**
|
|
776
|
+
* Cadence of sentinel reward distribution (default 14400 ~= 1 day).
|
|
777
|
+
*/
|
|
778
|
+
sentinelRewardEpochBlocks: bigint;
|
|
779
|
+
/**
|
|
780
|
+
* Minimum accuracy to qualify for a reward (default 0.70).
|
|
781
|
+
*/
|
|
782
|
+
minSentinelAccuracy: string;
|
|
783
|
+
/**
|
|
784
|
+
* Minimum appeal sample size before accuracy is meaningful (default 10).
|
|
785
|
+
*/
|
|
786
|
+
minAppealsForAccuracy: bigint;
|
|
787
|
+
/**
|
|
788
|
+
* Minimum moderation actions in an epoch to qualify for a reward (default 1).
|
|
789
|
+
*/
|
|
790
|
+
minEpochActivityForReward: bigint;
|
|
791
|
+
/**
|
|
792
|
+
* Minimum appeal rate (appeals / actions) to qualify for a reward (default 0.05).
|
|
793
|
+
*/
|
|
794
|
+
minAppealRate: string;
|
|
795
|
+
/**
|
|
796
|
+
* Per-member active work caps (mirrors Params.max_active_{initiatives,interims}_per_member). 0 = unbounded.
|
|
797
|
+
*/
|
|
798
|
+
maxActiveInitiativesPerMember: number;
|
|
799
|
+
maxActiveInterimsPerMember: number;
|
|
800
|
+
/**
|
|
801
|
+
* Global per-epoch DREAM minting cap (mirrors Params.max_dream_mint_per_epoch). 0 = unbounded.
|
|
802
|
+
*/
|
|
803
|
+
maxDreamMintPerEpoch: string;
|
|
804
|
+
}
|
|
805
|
+
export interface RepOperationalParamsProtoMsg {
|
|
806
|
+
typeUrl: "/sparkdream.rep.v1.RepOperationalParams";
|
|
807
|
+
value: Uint8Array;
|
|
808
|
+
}
|
|
809
|
+
/**
|
|
810
|
+
* RepOperationalParams defines the operational parameters that can be updated
|
|
811
|
+
* by committee/council authority without full governance. These are day-to-day
|
|
812
|
+
* tuning knobs that do not affect core economic incentives or tier structures.
|
|
813
|
+
* @name RepOperationalParamsAmino
|
|
814
|
+
* @package sparkdream.rep.v1
|
|
815
|
+
* @see proto type: sparkdream.rep.v1.RepOperationalParams
|
|
816
|
+
*/
|
|
817
|
+
export interface RepOperationalParamsAmino {
|
|
818
|
+
/**
|
|
819
|
+
* Time config
|
|
820
|
+
*/
|
|
821
|
+
epoch_blocks?: string;
|
|
822
|
+
season_duration_epochs?: string;
|
|
823
|
+
/**
|
|
824
|
+
* DREAM economics
|
|
825
|
+
*/
|
|
826
|
+
unstaked_decay_rate?: string;
|
|
827
|
+
transfer_tax_rate?: string;
|
|
828
|
+
max_tip_amount?: string;
|
|
829
|
+
max_tips_per_epoch?: number;
|
|
830
|
+
max_gift_amount?: string;
|
|
831
|
+
gift_only_to_invitees?: boolean;
|
|
832
|
+
/**
|
|
833
|
+
* Reputation
|
|
834
|
+
*/
|
|
835
|
+
min_reputation_multiplier?: string;
|
|
836
|
+
/**
|
|
837
|
+
* Review periods
|
|
838
|
+
*/
|
|
839
|
+
default_review_period_epochs?: string;
|
|
840
|
+
default_challenge_period_epochs?: string;
|
|
841
|
+
/**
|
|
842
|
+
* Invitations
|
|
843
|
+
*/
|
|
844
|
+
min_invitation_stake?: string;
|
|
845
|
+
invitation_accountability_epochs?: string;
|
|
846
|
+
referral_reward_rate?: string;
|
|
847
|
+
invitation_cost_multiplier?: string;
|
|
848
|
+
/**
|
|
849
|
+
* Challenges
|
|
850
|
+
*/
|
|
851
|
+
min_challenge_stake?: string;
|
|
852
|
+
challenger_reward_rate?: string;
|
|
853
|
+
jury_size?: number;
|
|
854
|
+
jury_super_majority?: string;
|
|
855
|
+
min_juror_reputation?: string;
|
|
856
|
+
/**
|
|
857
|
+
* Interim compensation
|
|
858
|
+
*/
|
|
859
|
+
simple_complexity_budget?: string;
|
|
860
|
+
standard_complexity_budget?: string;
|
|
861
|
+
complex_complexity_budget?: string;
|
|
862
|
+
expert_complexity_budget?: string;
|
|
863
|
+
solo_expert_bonus_rate?: string;
|
|
864
|
+
interim_deadline_epochs?: string;
|
|
865
|
+
/**
|
|
866
|
+
* Rate limits
|
|
867
|
+
*/
|
|
868
|
+
max_active_challenges_per_committee?: number;
|
|
869
|
+
max_new_challenges_per_epoch?: number;
|
|
870
|
+
challenge_queue_max_size?: number;
|
|
871
|
+
/**
|
|
872
|
+
* Extended staking
|
|
873
|
+
*/
|
|
874
|
+
project_completion_bonus_rate?: string;
|
|
875
|
+
member_stake_revenue_share?: string;
|
|
876
|
+
tag_stake_revenue_share?: string;
|
|
877
|
+
min_stake_duration_seconds?: string;
|
|
878
|
+
allow_self_member_stake?: boolean;
|
|
879
|
+
/**
|
|
880
|
+
* Challenge response deadline (epochs)
|
|
881
|
+
*/
|
|
882
|
+
challenge_response_deadline_epochs?: string;
|
|
883
|
+
/**
|
|
884
|
+
* Gift rate limiting
|
|
885
|
+
*/
|
|
886
|
+
gift_cooldown_blocks?: string;
|
|
887
|
+
max_gifts_per_sender_epoch?: string;
|
|
888
|
+
/**
|
|
889
|
+
* Content conviction staking
|
|
890
|
+
*/
|
|
891
|
+
content_conviction_half_life_epochs?: string;
|
|
892
|
+
max_content_stake_per_member?: string;
|
|
893
|
+
max_author_bond_per_content?: string;
|
|
894
|
+
author_bond_slash_on_moderation?: boolean;
|
|
895
|
+
/**
|
|
896
|
+
* Fraction of slashed author bond given to challenger (rest burned), default 0.5
|
|
897
|
+
*/
|
|
898
|
+
content_challenge_reward_share?: string;
|
|
899
|
+
/**
|
|
900
|
+
* Fraction of linked content conviction propagated to initiative (default 0.10)
|
|
901
|
+
*/
|
|
902
|
+
conviction_propagation_ratio?: string;
|
|
903
|
+
/**
|
|
904
|
+
* Tag anti-gaming
|
|
905
|
+
*/
|
|
906
|
+
max_tags_per_initiative?: number;
|
|
907
|
+
/**
|
|
908
|
+
* Anti-gaming parameters
|
|
909
|
+
*/
|
|
910
|
+
reputation_decay_rate?: string;
|
|
911
|
+
/**
|
|
912
|
+
* Max fraction of required conviction any single member can contribute (default 0.33)
|
|
913
|
+
*/
|
|
914
|
+
max_conviction_share_per_member?: string;
|
|
915
|
+
/**
|
|
916
|
+
* Fraction of invitation stake burned on acceptance (default 0.10 = 10%)
|
|
917
|
+
*/
|
|
918
|
+
invitation_stake_burn_rate?: string;
|
|
919
|
+
/**
|
|
920
|
+
* Max reputation any member can earn per tag per epoch (default 50)
|
|
921
|
+
*/
|
|
922
|
+
max_reputation_gain_per_epoch?: string;
|
|
923
|
+
/**
|
|
924
|
+
* Seasonal staking reward pool
|
|
925
|
+
*/
|
|
926
|
+
max_staking_rewards_per_season?: string;
|
|
927
|
+
staked_decay_rate?: string;
|
|
928
|
+
new_member_decay_grace_epochs?: string;
|
|
929
|
+
/**
|
|
930
|
+
* Treasury management
|
|
931
|
+
*/
|
|
932
|
+
max_treasury_balance?: string;
|
|
933
|
+
treasury_funds_interims?: boolean;
|
|
934
|
+
treasury_funds_retro_pgf?: boolean;
|
|
935
|
+
/**
|
|
936
|
+
* Anti-whale staking cap (mirrors Params.max_initiative_stake_per_member)
|
|
937
|
+
*/
|
|
938
|
+
max_initiative_stake_per_member?: string;
|
|
939
|
+
/**
|
|
940
|
+
* Per-season initiative reward minting cap (mirrors Params.max_initiative_rewards_per_season)
|
|
941
|
+
*/
|
|
942
|
+
max_initiative_rewards_per_season?: string;
|
|
943
|
+
/**
|
|
944
|
+
* Large project budget threshold for council approval (mirrors Params.large_project_budget_threshold)
|
|
945
|
+
*/
|
|
946
|
+
large_project_budget_threshold?: string;
|
|
947
|
+
/**
|
|
948
|
+
* Permissionless creation fees (council-tunable)
|
|
949
|
+
*/
|
|
950
|
+
project_creation_fee?: string;
|
|
951
|
+
initiative_creation_fee_apprentice?: string;
|
|
952
|
+
initiative_creation_fee_standard?: string;
|
|
953
|
+
tag_creation_fee?: string;
|
|
954
|
+
/**
|
|
955
|
+
* Sentinel SPARK reward pool (x/rep holds SPARK fed by spam taxes;
|
|
956
|
+
* drained each epoch to sentinels according to accuracy/activity gates).
|
|
957
|
+
*/
|
|
958
|
+
max_sentinel_reward_pool?: string;
|
|
959
|
+
/**
|
|
960
|
+
* Fraction of overflow burned per epoch (default 0.5).
|
|
961
|
+
*/
|
|
962
|
+
sentinel_reward_pool_overflow_burn_ratio?: string;
|
|
963
|
+
/**
|
|
964
|
+
* Cadence of sentinel reward distribution (default 14400 ~= 1 day).
|
|
965
|
+
*/
|
|
966
|
+
sentinel_reward_epoch_blocks?: string;
|
|
967
|
+
/**
|
|
968
|
+
* Minimum accuracy to qualify for a reward (default 0.70).
|
|
969
|
+
*/
|
|
970
|
+
min_sentinel_accuracy?: string;
|
|
971
|
+
/**
|
|
972
|
+
* Minimum appeal sample size before accuracy is meaningful (default 10).
|
|
973
|
+
*/
|
|
974
|
+
min_appeals_for_accuracy?: string;
|
|
975
|
+
/**
|
|
976
|
+
* Minimum moderation actions in an epoch to qualify for a reward (default 1).
|
|
977
|
+
*/
|
|
978
|
+
min_epoch_activity_for_reward?: string;
|
|
979
|
+
/**
|
|
980
|
+
* Minimum appeal rate (appeals / actions) to qualify for a reward (default 0.05).
|
|
981
|
+
*/
|
|
982
|
+
min_appeal_rate?: string;
|
|
983
|
+
/**
|
|
984
|
+
* Per-member active work caps (mirrors Params.max_active_{initiatives,interims}_per_member). 0 = unbounded.
|
|
985
|
+
*/
|
|
986
|
+
max_active_initiatives_per_member?: number;
|
|
987
|
+
max_active_interims_per_member?: number;
|
|
988
|
+
/**
|
|
989
|
+
* Global per-epoch DREAM minting cap (mirrors Params.max_dream_mint_per_epoch). 0 = unbounded.
|
|
990
|
+
*/
|
|
991
|
+
max_dream_mint_per_epoch?: string;
|
|
992
|
+
}
|
|
993
|
+
export interface RepOperationalParamsAminoMsg {
|
|
994
|
+
type: "sparkdream/x/rep/RepOperationalParams";
|
|
995
|
+
value: RepOperationalParamsAmino;
|
|
996
|
+
}
|
|
997
|
+
/**
|
|
998
|
+
* TierConfig defines configuration for an initiative tier
|
|
999
|
+
* @name TierConfig
|
|
1000
|
+
* @package sparkdream.rep.v1
|
|
1001
|
+
* @see proto type: sparkdream.rep.v1.TierConfig
|
|
1002
|
+
*/
|
|
1003
|
+
export declare const TierConfig: {
|
|
1004
|
+
typeUrl: string;
|
|
1005
|
+
encode(message: TierConfig, writer?: BinaryWriter): BinaryWriter;
|
|
1006
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TierConfig;
|
|
1007
|
+
fromPartial(object: DeepPartial<TierConfig>): TierConfig;
|
|
1008
|
+
fromAmino(object: TierConfigAmino): TierConfig;
|
|
1009
|
+
toAmino(message: TierConfig): TierConfigAmino;
|
|
1010
|
+
fromAminoMsg(object: TierConfigAminoMsg): TierConfig;
|
|
1011
|
+
fromProtoMsg(message: TierConfigProtoMsg): TierConfig;
|
|
1012
|
+
toProto(message: TierConfig): Uint8Array;
|
|
1013
|
+
toProtoMsg(message: TierConfig): TierConfigProtoMsg;
|
|
1014
|
+
};
|
|
1015
|
+
/**
|
|
1016
|
+
* TrustLevelConfig defines thresholds for trust level progression
|
|
1017
|
+
* @name TrustLevelConfig
|
|
1018
|
+
* @package sparkdream.rep.v1
|
|
1019
|
+
* @see proto type: sparkdream.rep.v1.TrustLevelConfig
|
|
1020
|
+
*/
|
|
1021
|
+
export declare const TrustLevelConfig: {
|
|
1022
|
+
typeUrl: string;
|
|
1023
|
+
encode(message: TrustLevelConfig, writer?: BinaryWriter): BinaryWriter;
|
|
1024
|
+
decode(input: BinaryReader | Uint8Array, length?: number): TrustLevelConfig;
|
|
1025
|
+
fromPartial(object: DeepPartial<TrustLevelConfig>): TrustLevelConfig;
|
|
1026
|
+
fromAmino(object: TrustLevelConfigAmino): TrustLevelConfig;
|
|
1027
|
+
toAmino(message: TrustLevelConfig): TrustLevelConfigAmino;
|
|
1028
|
+
fromAminoMsg(object: TrustLevelConfigAminoMsg): TrustLevelConfig;
|
|
1029
|
+
fromProtoMsg(message: TrustLevelConfigProtoMsg): TrustLevelConfig;
|
|
1030
|
+
toProto(message: TrustLevelConfig): Uint8Array;
|
|
1031
|
+
toProtoMsg(message: TrustLevelConfig): TrustLevelConfigProtoMsg;
|
|
1032
|
+
};
|
|
1033
|
+
/**
|
|
1034
|
+
* Params defines the parameters for the module.
|
|
1035
|
+
* @name Params
|
|
1036
|
+
* @package sparkdream.rep.v1
|
|
1037
|
+
* @see proto type: sparkdream.rep.v1.Params
|
|
1038
|
+
*/
|
|
1039
|
+
export declare const Params: {
|
|
1040
|
+
typeUrl: string;
|
|
1041
|
+
aminoType: string;
|
|
1042
|
+
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
1043
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
1044
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
1045
|
+
fromAmino(object: ParamsAmino): Params;
|
|
1046
|
+
toAmino(message: Params): ParamsAmino;
|
|
1047
|
+
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
1048
|
+
toAminoMsg(message: Params): ParamsAminoMsg;
|
|
1049
|
+
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
1050
|
+
toProto(message: Params): Uint8Array;
|
|
1051
|
+
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
1052
|
+
};
|
|
1053
|
+
/**
|
|
1054
|
+
* RepOperationalParams defines the operational parameters that can be updated
|
|
1055
|
+
* by committee/council authority without full governance. These are day-to-day
|
|
1056
|
+
* tuning knobs that do not affect core economic incentives or tier structures.
|
|
1057
|
+
* @name RepOperationalParams
|
|
1058
|
+
* @package sparkdream.rep.v1
|
|
1059
|
+
* @see proto type: sparkdream.rep.v1.RepOperationalParams
|
|
1060
|
+
*/
|
|
1061
|
+
export declare const RepOperationalParams: {
|
|
1062
|
+
typeUrl: string;
|
|
1063
|
+
aminoType: string;
|
|
1064
|
+
encode(message: RepOperationalParams, writer?: BinaryWriter): BinaryWriter;
|
|
1065
|
+
decode(input: BinaryReader | Uint8Array, length?: number): RepOperationalParams;
|
|
1066
|
+
fromPartial(object: DeepPartial<RepOperationalParams>): RepOperationalParams;
|
|
1067
|
+
fromAmino(object: RepOperationalParamsAmino): RepOperationalParams;
|
|
1068
|
+
toAmino(message: RepOperationalParams): RepOperationalParamsAmino;
|
|
1069
|
+
fromAminoMsg(object: RepOperationalParamsAminoMsg): RepOperationalParams;
|
|
1070
|
+
toAminoMsg(message: RepOperationalParams): RepOperationalParamsAminoMsg;
|
|
1071
|
+
fromProtoMsg(message: RepOperationalParamsProtoMsg): RepOperationalParams;
|
|
1072
|
+
toProto(message: RepOperationalParams): Uint8Array;
|
|
1073
|
+
toProtoMsg(message: RepOperationalParams): RepOperationalParamsProtoMsg;
|
|
1074
|
+
};
|