@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,400 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SentinelActivity = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
function createBaseSentinelActivity() {
|
|
7
|
+
return {
|
|
8
|
+
address: "",
|
|
9
|
+
totalHides: BigInt(0),
|
|
10
|
+
upheldHides: BigInt(0),
|
|
11
|
+
overturnedHides: BigInt(0),
|
|
12
|
+
unchallengedHides: BigInt(0),
|
|
13
|
+
epochHides: BigInt(0),
|
|
14
|
+
epochAppealsResolved: BigInt(0),
|
|
15
|
+
overturnCooldownUntil: BigInt(0),
|
|
16
|
+
consecutiveOverturns: BigInt(0),
|
|
17
|
+
pendingHideCount: BigInt(0),
|
|
18
|
+
consecutiveUpheld: BigInt(0),
|
|
19
|
+
epochAppealsFiled: BigInt(0),
|
|
20
|
+
totalLocks: BigInt(0),
|
|
21
|
+
upheldLocks: BigInt(0),
|
|
22
|
+
overturnedLocks: BigInt(0),
|
|
23
|
+
epochLocks: BigInt(0),
|
|
24
|
+
totalMoves: BigInt(0),
|
|
25
|
+
upheldMoves: BigInt(0),
|
|
26
|
+
overturnedMoves: BigInt(0),
|
|
27
|
+
epochMoves: BigInt(0),
|
|
28
|
+
totalPins: BigInt(0),
|
|
29
|
+
upheldPins: BigInt(0),
|
|
30
|
+
overturnedPins: BigInt(0),
|
|
31
|
+
epochPins: BigInt(0),
|
|
32
|
+
totalProposals: BigInt(0),
|
|
33
|
+
confirmedProposals: BigInt(0),
|
|
34
|
+
rejectedProposals: BigInt(0),
|
|
35
|
+
epochCurations: BigInt(0)
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* SentinelActivity holds forum-specific action counters and local cooldowns
|
|
40
|
+
* for a sentinel. The accountability record (bond, bond status, activity
|
|
41
|
+
* stamps) lives in sparkdream.rep.v1.SentinelActivity.
|
|
42
|
+
* @name SentinelActivity
|
|
43
|
+
* @package sparkdream.forum.v1
|
|
44
|
+
* @see proto type: sparkdream.forum.v1.SentinelActivity
|
|
45
|
+
*/
|
|
46
|
+
exports.SentinelActivity = {
|
|
47
|
+
typeUrl: "/sparkdream.forum.v1.SentinelActivity",
|
|
48
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
49
|
+
if (message.address !== "") {
|
|
50
|
+
writer.uint32(10).string(message.address);
|
|
51
|
+
}
|
|
52
|
+
if (message.totalHides !== BigInt(0)) {
|
|
53
|
+
writer.uint32(16).uint64(message.totalHides);
|
|
54
|
+
}
|
|
55
|
+
if (message.upheldHides !== BigInt(0)) {
|
|
56
|
+
writer.uint32(24).uint64(message.upheldHides);
|
|
57
|
+
}
|
|
58
|
+
if (message.overturnedHides !== BigInt(0)) {
|
|
59
|
+
writer.uint32(32).uint64(message.overturnedHides);
|
|
60
|
+
}
|
|
61
|
+
if (message.unchallengedHides !== BigInt(0)) {
|
|
62
|
+
writer.uint32(40).uint64(message.unchallengedHides);
|
|
63
|
+
}
|
|
64
|
+
if (message.epochHides !== BigInt(0)) {
|
|
65
|
+
writer.uint32(48).uint64(message.epochHides);
|
|
66
|
+
}
|
|
67
|
+
if (message.epochAppealsResolved !== BigInt(0)) {
|
|
68
|
+
writer.uint32(56).uint64(message.epochAppealsResolved);
|
|
69
|
+
}
|
|
70
|
+
if (message.overturnCooldownUntil !== BigInt(0)) {
|
|
71
|
+
writer.uint32(64).int64(message.overturnCooldownUntil);
|
|
72
|
+
}
|
|
73
|
+
if (message.consecutiveOverturns !== BigInt(0)) {
|
|
74
|
+
writer.uint32(72).uint64(message.consecutiveOverturns);
|
|
75
|
+
}
|
|
76
|
+
if (message.pendingHideCount !== BigInt(0)) {
|
|
77
|
+
writer.uint32(80).uint64(message.pendingHideCount);
|
|
78
|
+
}
|
|
79
|
+
if (message.consecutiveUpheld !== BigInt(0)) {
|
|
80
|
+
writer.uint32(88).uint64(message.consecutiveUpheld);
|
|
81
|
+
}
|
|
82
|
+
if (message.epochAppealsFiled !== BigInt(0)) {
|
|
83
|
+
writer.uint32(96).uint64(message.epochAppealsFiled);
|
|
84
|
+
}
|
|
85
|
+
if (message.totalLocks !== BigInt(0)) {
|
|
86
|
+
writer.uint32(104).uint64(message.totalLocks);
|
|
87
|
+
}
|
|
88
|
+
if (message.upheldLocks !== BigInt(0)) {
|
|
89
|
+
writer.uint32(112).uint64(message.upheldLocks);
|
|
90
|
+
}
|
|
91
|
+
if (message.overturnedLocks !== BigInt(0)) {
|
|
92
|
+
writer.uint32(120).uint64(message.overturnedLocks);
|
|
93
|
+
}
|
|
94
|
+
if (message.epochLocks !== BigInt(0)) {
|
|
95
|
+
writer.uint32(128).uint64(message.epochLocks);
|
|
96
|
+
}
|
|
97
|
+
if (message.totalMoves !== BigInt(0)) {
|
|
98
|
+
writer.uint32(136).uint64(message.totalMoves);
|
|
99
|
+
}
|
|
100
|
+
if (message.upheldMoves !== BigInt(0)) {
|
|
101
|
+
writer.uint32(144).uint64(message.upheldMoves);
|
|
102
|
+
}
|
|
103
|
+
if (message.overturnedMoves !== BigInt(0)) {
|
|
104
|
+
writer.uint32(152).uint64(message.overturnedMoves);
|
|
105
|
+
}
|
|
106
|
+
if (message.epochMoves !== BigInt(0)) {
|
|
107
|
+
writer.uint32(160).uint64(message.epochMoves);
|
|
108
|
+
}
|
|
109
|
+
if (message.totalPins !== BigInt(0)) {
|
|
110
|
+
writer.uint32(168).uint64(message.totalPins);
|
|
111
|
+
}
|
|
112
|
+
if (message.upheldPins !== BigInt(0)) {
|
|
113
|
+
writer.uint32(176).uint64(message.upheldPins);
|
|
114
|
+
}
|
|
115
|
+
if (message.overturnedPins !== BigInt(0)) {
|
|
116
|
+
writer.uint32(184).uint64(message.overturnedPins);
|
|
117
|
+
}
|
|
118
|
+
if (message.epochPins !== BigInt(0)) {
|
|
119
|
+
writer.uint32(192).uint64(message.epochPins);
|
|
120
|
+
}
|
|
121
|
+
if (message.totalProposals !== BigInt(0)) {
|
|
122
|
+
writer.uint32(200).uint64(message.totalProposals);
|
|
123
|
+
}
|
|
124
|
+
if (message.confirmedProposals !== BigInt(0)) {
|
|
125
|
+
writer.uint32(208).uint64(message.confirmedProposals);
|
|
126
|
+
}
|
|
127
|
+
if (message.rejectedProposals !== BigInt(0)) {
|
|
128
|
+
writer.uint32(216).uint64(message.rejectedProposals);
|
|
129
|
+
}
|
|
130
|
+
if (message.epochCurations !== BigInt(0)) {
|
|
131
|
+
writer.uint32(224).uint64(message.epochCurations);
|
|
132
|
+
}
|
|
133
|
+
return writer;
|
|
134
|
+
},
|
|
135
|
+
decode(input, length) {
|
|
136
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
137
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
138
|
+
const message = createBaseSentinelActivity();
|
|
139
|
+
while (reader.pos < end) {
|
|
140
|
+
const tag = reader.uint32();
|
|
141
|
+
switch (tag >>> 3) {
|
|
142
|
+
case 1:
|
|
143
|
+
message.address = reader.string();
|
|
144
|
+
break;
|
|
145
|
+
case 2:
|
|
146
|
+
message.totalHides = reader.uint64();
|
|
147
|
+
break;
|
|
148
|
+
case 3:
|
|
149
|
+
message.upheldHides = reader.uint64();
|
|
150
|
+
break;
|
|
151
|
+
case 4:
|
|
152
|
+
message.overturnedHides = reader.uint64();
|
|
153
|
+
break;
|
|
154
|
+
case 5:
|
|
155
|
+
message.unchallengedHides = reader.uint64();
|
|
156
|
+
break;
|
|
157
|
+
case 6:
|
|
158
|
+
message.epochHides = reader.uint64();
|
|
159
|
+
break;
|
|
160
|
+
case 7:
|
|
161
|
+
message.epochAppealsResolved = reader.uint64();
|
|
162
|
+
break;
|
|
163
|
+
case 8:
|
|
164
|
+
message.overturnCooldownUntil = reader.int64();
|
|
165
|
+
break;
|
|
166
|
+
case 9:
|
|
167
|
+
message.consecutiveOverturns = reader.uint64();
|
|
168
|
+
break;
|
|
169
|
+
case 10:
|
|
170
|
+
message.pendingHideCount = reader.uint64();
|
|
171
|
+
break;
|
|
172
|
+
case 11:
|
|
173
|
+
message.consecutiveUpheld = reader.uint64();
|
|
174
|
+
break;
|
|
175
|
+
case 12:
|
|
176
|
+
message.epochAppealsFiled = reader.uint64();
|
|
177
|
+
break;
|
|
178
|
+
case 13:
|
|
179
|
+
message.totalLocks = reader.uint64();
|
|
180
|
+
break;
|
|
181
|
+
case 14:
|
|
182
|
+
message.upheldLocks = reader.uint64();
|
|
183
|
+
break;
|
|
184
|
+
case 15:
|
|
185
|
+
message.overturnedLocks = reader.uint64();
|
|
186
|
+
break;
|
|
187
|
+
case 16:
|
|
188
|
+
message.epochLocks = reader.uint64();
|
|
189
|
+
break;
|
|
190
|
+
case 17:
|
|
191
|
+
message.totalMoves = reader.uint64();
|
|
192
|
+
break;
|
|
193
|
+
case 18:
|
|
194
|
+
message.upheldMoves = reader.uint64();
|
|
195
|
+
break;
|
|
196
|
+
case 19:
|
|
197
|
+
message.overturnedMoves = reader.uint64();
|
|
198
|
+
break;
|
|
199
|
+
case 20:
|
|
200
|
+
message.epochMoves = reader.uint64();
|
|
201
|
+
break;
|
|
202
|
+
case 21:
|
|
203
|
+
message.totalPins = reader.uint64();
|
|
204
|
+
break;
|
|
205
|
+
case 22:
|
|
206
|
+
message.upheldPins = reader.uint64();
|
|
207
|
+
break;
|
|
208
|
+
case 23:
|
|
209
|
+
message.overturnedPins = reader.uint64();
|
|
210
|
+
break;
|
|
211
|
+
case 24:
|
|
212
|
+
message.epochPins = reader.uint64();
|
|
213
|
+
break;
|
|
214
|
+
case 25:
|
|
215
|
+
message.totalProposals = reader.uint64();
|
|
216
|
+
break;
|
|
217
|
+
case 26:
|
|
218
|
+
message.confirmedProposals = reader.uint64();
|
|
219
|
+
break;
|
|
220
|
+
case 27:
|
|
221
|
+
message.rejectedProposals = reader.uint64();
|
|
222
|
+
break;
|
|
223
|
+
case 28:
|
|
224
|
+
message.epochCurations = reader.uint64();
|
|
225
|
+
break;
|
|
226
|
+
default:
|
|
227
|
+
reader.skipType(tag & 7);
|
|
228
|
+
break;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
return message;
|
|
232
|
+
},
|
|
233
|
+
fromPartial(object) {
|
|
234
|
+
const message = createBaseSentinelActivity();
|
|
235
|
+
message.address = object.address ?? "";
|
|
236
|
+
message.totalHides = object.totalHides !== undefined && object.totalHides !== null ? BigInt(object.totalHides.toString()) : BigInt(0);
|
|
237
|
+
message.upheldHides = object.upheldHides !== undefined && object.upheldHides !== null ? BigInt(object.upheldHides.toString()) : BigInt(0);
|
|
238
|
+
message.overturnedHides = object.overturnedHides !== undefined && object.overturnedHides !== null ? BigInt(object.overturnedHides.toString()) : BigInt(0);
|
|
239
|
+
message.unchallengedHides = object.unchallengedHides !== undefined && object.unchallengedHides !== null ? BigInt(object.unchallengedHides.toString()) : BigInt(0);
|
|
240
|
+
message.epochHides = object.epochHides !== undefined && object.epochHides !== null ? BigInt(object.epochHides.toString()) : BigInt(0);
|
|
241
|
+
message.epochAppealsResolved = object.epochAppealsResolved !== undefined && object.epochAppealsResolved !== null ? BigInt(object.epochAppealsResolved.toString()) : BigInt(0);
|
|
242
|
+
message.overturnCooldownUntil = object.overturnCooldownUntil !== undefined && object.overturnCooldownUntil !== null ? BigInt(object.overturnCooldownUntil.toString()) : BigInt(0);
|
|
243
|
+
message.consecutiveOverturns = object.consecutiveOverturns !== undefined && object.consecutiveOverturns !== null ? BigInt(object.consecutiveOverturns.toString()) : BigInt(0);
|
|
244
|
+
message.pendingHideCount = object.pendingHideCount !== undefined && object.pendingHideCount !== null ? BigInt(object.pendingHideCount.toString()) : BigInt(0);
|
|
245
|
+
message.consecutiveUpheld = object.consecutiveUpheld !== undefined && object.consecutiveUpheld !== null ? BigInt(object.consecutiveUpheld.toString()) : BigInt(0);
|
|
246
|
+
message.epochAppealsFiled = object.epochAppealsFiled !== undefined && object.epochAppealsFiled !== null ? BigInt(object.epochAppealsFiled.toString()) : BigInt(0);
|
|
247
|
+
message.totalLocks = object.totalLocks !== undefined && object.totalLocks !== null ? BigInt(object.totalLocks.toString()) : BigInt(0);
|
|
248
|
+
message.upheldLocks = object.upheldLocks !== undefined && object.upheldLocks !== null ? BigInt(object.upheldLocks.toString()) : BigInt(0);
|
|
249
|
+
message.overturnedLocks = object.overturnedLocks !== undefined && object.overturnedLocks !== null ? BigInt(object.overturnedLocks.toString()) : BigInt(0);
|
|
250
|
+
message.epochLocks = object.epochLocks !== undefined && object.epochLocks !== null ? BigInt(object.epochLocks.toString()) : BigInt(0);
|
|
251
|
+
message.totalMoves = object.totalMoves !== undefined && object.totalMoves !== null ? BigInt(object.totalMoves.toString()) : BigInt(0);
|
|
252
|
+
message.upheldMoves = object.upheldMoves !== undefined && object.upheldMoves !== null ? BigInt(object.upheldMoves.toString()) : BigInt(0);
|
|
253
|
+
message.overturnedMoves = object.overturnedMoves !== undefined && object.overturnedMoves !== null ? BigInt(object.overturnedMoves.toString()) : BigInt(0);
|
|
254
|
+
message.epochMoves = object.epochMoves !== undefined && object.epochMoves !== null ? BigInt(object.epochMoves.toString()) : BigInt(0);
|
|
255
|
+
message.totalPins = object.totalPins !== undefined && object.totalPins !== null ? BigInt(object.totalPins.toString()) : BigInt(0);
|
|
256
|
+
message.upheldPins = object.upheldPins !== undefined && object.upheldPins !== null ? BigInt(object.upheldPins.toString()) : BigInt(0);
|
|
257
|
+
message.overturnedPins = object.overturnedPins !== undefined && object.overturnedPins !== null ? BigInt(object.overturnedPins.toString()) : BigInt(0);
|
|
258
|
+
message.epochPins = object.epochPins !== undefined && object.epochPins !== null ? BigInt(object.epochPins.toString()) : BigInt(0);
|
|
259
|
+
message.totalProposals = object.totalProposals !== undefined && object.totalProposals !== null ? BigInt(object.totalProposals.toString()) : BigInt(0);
|
|
260
|
+
message.confirmedProposals = object.confirmedProposals !== undefined && object.confirmedProposals !== null ? BigInt(object.confirmedProposals.toString()) : BigInt(0);
|
|
261
|
+
message.rejectedProposals = object.rejectedProposals !== undefined && object.rejectedProposals !== null ? BigInt(object.rejectedProposals.toString()) : BigInt(0);
|
|
262
|
+
message.epochCurations = object.epochCurations !== undefined && object.epochCurations !== null ? BigInt(object.epochCurations.toString()) : BigInt(0);
|
|
263
|
+
return message;
|
|
264
|
+
},
|
|
265
|
+
fromAmino(object) {
|
|
266
|
+
const message = createBaseSentinelActivity();
|
|
267
|
+
if (object.address !== undefined && object.address !== null) {
|
|
268
|
+
message.address = object.address;
|
|
269
|
+
}
|
|
270
|
+
if (object.total_hides !== undefined && object.total_hides !== null) {
|
|
271
|
+
message.totalHides = BigInt(object.total_hides);
|
|
272
|
+
}
|
|
273
|
+
if (object.upheld_hides !== undefined && object.upheld_hides !== null) {
|
|
274
|
+
message.upheldHides = BigInt(object.upheld_hides);
|
|
275
|
+
}
|
|
276
|
+
if (object.overturned_hides !== undefined && object.overturned_hides !== null) {
|
|
277
|
+
message.overturnedHides = BigInt(object.overturned_hides);
|
|
278
|
+
}
|
|
279
|
+
if (object.unchallenged_hides !== undefined && object.unchallenged_hides !== null) {
|
|
280
|
+
message.unchallengedHides = BigInt(object.unchallenged_hides);
|
|
281
|
+
}
|
|
282
|
+
if (object.epoch_hides !== undefined && object.epoch_hides !== null) {
|
|
283
|
+
message.epochHides = BigInt(object.epoch_hides);
|
|
284
|
+
}
|
|
285
|
+
if (object.epoch_appeals_resolved !== undefined && object.epoch_appeals_resolved !== null) {
|
|
286
|
+
message.epochAppealsResolved = BigInt(object.epoch_appeals_resolved);
|
|
287
|
+
}
|
|
288
|
+
if (object.overturn_cooldown_until !== undefined && object.overturn_cooldown_until !== null) {
|
|
289
|
+
message.overturnCooldownUntil = BigInt(object.overturn_cooldown_until);
|
|
290
|
+
}
|
|
291
|
+
if (object.consecutive_overturns !== undefined && object.consecutive_overturns !== null) {
|
|
292
|
+
message.consecutiveOverturns = BigInt(object.consecutive_overturns);
|
|
293
|
+
}
|
|
294
|
+
if (object.pending_hide_count !== undefined && object.pending_hide_count !== null) {
|
|
295
|
+
message.pendingHideCount = BigInt(object.pending_hide_count);
|
|
296
|
+
}
|
|
297
|
+
if (object.consecutive_upheld !== undefined && object.consecutive_upheld !== null) {
|
|
298
|
+
message.consecutiveUpheld = BigInt(object.consecutive_upheld);
|
|
299
|
+
}
|
|
300
|
+
if (object.epoch_appeals_filed !== undefined && object.epoch_appeals_filed !== null) {
|
|
301
|
+
message.epochAppealsFiled = BigInt(object.epoch_appeals_filed);
|
|
302
|
+
}
|
|
303
|
+
if (object.total_locks !== undefined && object.total_locks !== null) {
|
|
304
|
+
message.totalLocks = BigInt(object.total_locks);
|
|
305
|
+
}
|
|
306
|
+
if (object.upheld_locks !== undefined && object.upheld_locks !== null) {
|
|
307
|
+
message.upheldLocks = BigInt(object.upheld_locks);
|
|
308
|
+
}
|
|
309
|
+
if (object.overturned_locks !== undefined && object.overturned_locks !== null) {
|
|
310
|
+
message.overturnedLocks = BigInt(object.overturned_locks);
|
|
311
|
+
}
|
|
312
|
+
if (object.epoch_locks !== undefined && object.epoch_locks !== null) {
|
|
313
|
+
message.epochLocks = BigInt(object.epoch_locks);
|
|
314
|
+
}
|
|
315
|
+
if (object.total_moves !== undefined && object.total_moves !== null) {
|
|
316
|
+
message.totalMoves = BigInt(object.total_moves);
|
|
317
|
+
}
|
|
318
|
+
if (object.upheld_moves !== undefined && object.upheld_moves !== null) {
|
|
319
|
+
message.upheldMoves = BigInt(object.upheld_moves);
|
|
320
|
+
}
|
|
321
|
+
if (object.overturned_moves !== undefined && object.overturned_moves !== null) {
|
|
322
|
+
message.overturnedMoves = BigInt(object.overturned_moves);
|
|
323
|
+
}
|
|
324
|
+
if (object.epoch_moves !== undefined && object.epoch_moves !== null) {
|
|
325
|
+
message.epochMoves = BigInt(object.epoch_moves);
|
|
326
|
+
}
|
|
327
|
+
if (object.total_pins !== undefined && object.total_pins !== null) {
|
|
328
|
+
message.totalPins = BigInt(object.total_pins);
|
|
329
|
+
}
|
|
330
|
+
if (object.upheld_pins !== undefined && object.upheld_pins !== null) {
|
|
331
|
+
message.upheldPins = BigInt(object.upheld_pins);
|
|
332
|
+
}
|
|
333
|
+
if (object.overturned_pins !== undefined && object.overturned_pins !== null) {
|
|
334
|
+
message.overturnedPins = BigInt(object.overturned_pins);
|
|
335
|
+
}
|
|
336
|
+
if (object.epoch_pins !== undefined && object.epoch_pins !== null) {
|
|
337
|
+
message.epochPins = BigInt(object.epoch_pins);
|
|
338
|
+
}
|
|
339
|
+
if (object.total_proposals !== undefined && object.total_proposals !== null) {
|
|
340
|
+
message.totalProposals = BigInt(object.total_proposals);
|
|
341
|
+
}
|
|
342
|
+
if (object.confirmed_proposals !== undefined && object.confirmed_proposals !== null) {
|
|
343
|
+
message.confirmedProposals = BigInt(object.confirmed_proposals);
|
|
344
|
+
}
|
|
345
|
+
if (object.rejected_proposals !== undefined && object.rejected_proposals !== null) {
|
|
346
|
+
message.rejectedProposals = BigInt(object.rejected_proposals);
|
|
347
|
+
}
|
|
348
|
+
if (object.epoch_curations !== undefined && object.epoch_curations !== null) {
|
|
349
|
+
message.epochCurations = BigInt(object.epoch_curations);
|
|
350
|
+
}
|
|
351
|
+
return message;
|
|
352
|
+
},
|
|
353
|
+
toAmino(message) {
|
|
354
|
+
const obj = {};
|
|
355
|
+
obj.address = message.address === "" ? undefined : message.address;
|
|
356
|
+
obj.total_hides = message.totalHides !== BigInt(0) ? message.totalHides?.toString() : undefined;
|
|
357
|
+
obj.upheld_hides = message.upheldHides !== BigInt(0) ? message.upheldHides?.toString() : undefined;
|
|
358
|
+
obj.overturned_hides = message.overturnedHides !== BigInt(0) ? message.overturnedHides?.toString() : undefined;
|
|
359
|
+
obj.unchallenged_hides = message.unchallengedHides !== BigInt(0) ? message.unchallengedHides?.toString() : undefined;
|
|
360
|
+
obj.epoch_hides = message.epochHides !== BigInt(0) ? message.epochHides?.toString() : undefined;
|
|
361
|
+
obj.epoch_appeals_resolved = message.epochAppealsResolved !== BigInt(0) ? message.epochAppealsResolved?.toString() : undefined;
|
|
362
|
+
obj.overturn_cooldown_until = message.overturnCooldownUntil !== BigInt(0) ? message.overturnCooldownUntil?.toString() : undefined;
|
|
363
|
+
obj.consecutive_overturns = message.consecutiveOverturns !== BigInt(0) ? message.consecutiveOverturns?.toString() : undefined;
|
|
364
|
+
obj.pending_hide_count = message.pendingHideCount !== BigInt(0) ? message.pendingHideCount?.toString() : undefined;
|
|
365
|
+
obj.consecutive_upheld = message.consecutiveUpheld !== BigInt(0) ? message.consecutiveUpheld?.toString() : undefined;
|
|
366
|
+
obj.epoch_appeals_filed = message.epochAppealsFiled !== BigInt(0) ? message.epochAppealsFiled?.toString() : undefined;
|
|
367
|
+
obj.total_locks = message.totalLocks !== BigInt(0) ? message.totalLocks?.toString() : undefined;
|
|
368
|
+
obj.upheld_locks = message.upheldLocks !== BigInt(0) ? message.upheldLocks?.toString() : undefined;
|
|
369
|
+
obj.overturned_locks = message.overturnedLocks !== BigInt(0) ? message.overturnedLocks?.toString() : undefined;
|
|
370
|
+
obj.epoch_locks = message.epochLocks !== BigInt(0) ? message.epochLocks?.toString() : undefined;
|
|
371
|
+
obj.total_moves = message.totalMoves !== BigInt(0) ? message.totalMoves?.toString() : undefined;
|
|
372
|
+
obj.upheld_moves = message.upheldMoves !== BigInt(0) ? message.upheldMoves?.toString() : undefined;
|
|
373
|
+
obj.overturned_moves = message.overturnedMoves !== BigInt(0) ? message.overturnedMoves?.toString() : undefined;
|
|
374
|
+
obj.epoch_moves = message.epochMoves !== BigInt(0) ? message.epochMoves?.toString() : undefined;
|
|
375
|
+
obj.total_pins = message.totalPins !== BigInt(0) ? message.totalPins?.toString() : undefined;
|
|
376
|
+
obj.upheld_pins = message.upheldPins !== BigInt(0) ? message.upheldPins?.toString() : undefined;
|
|
377
|
+
obj.overturned_pins = message.overturnedPins !== BigInt(0) ? message.overturnedPins?.toString() : undefined;
|
|
378
|
+
obj.epoch_pins = message.epochPins !== BigInt(0) ? message.epochPins?.toString() : undefined;
|
|
379
|
+
obj.total_proposals = message.totalProposals !== BigInt(0) ? message.totalProposals?.toString() : undefined;
|
|
380
|
+
obj.confirmed_proposals = message.confirmedProposals !== BigInt(0) ? message.confirmedProposals?.toString() : undefined;
|
|
381
|
+
obj.rejected_proposals = message.rejectedProposals !== BigInt(0) ? message.rejectedProposals?.toString() : undefined;
|
|
382
|
+
obj.epoch_curations = message.epochCurations !== BigInt(0) ? message.epochCurations?.toString() : undefined;
|
|
383
|
+
return obj;
|
|
384
|
+
},
|
|
385
|
+
fromAminoMsg(object) {
|
|
386
|
+
return exports.SentinelActivity.fromAmino(object.value);
|
|
387
|
+
},
|
|
388
|
+
fromProtoMsg(message) {
|
|
389
|
+
return exports.SentinelActivity.decode(message.value);
|
|
390
|
+
},
|
|
391
|
+
toProto(message) {
|
|
392
|
+
return exports.SentinelActivity.encode(message).finish();
|
|
393
|
+
},
|
|
394
|
+
toProtoMsg(message) {
|
|
395
|
+
return {
|
|
396
|
+
typeUrl: "/sparkdream.forum.v1.SentinelActivity",
|
|
397
|
+
value: exports.SentinelActivity.encode(message).finish()
|
|
398
|
+
};
|
|
399
|
+
}
|
|
400
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* ThreadFollow defines the ThreadFollow message.
|
|
5
|
+
* @name ThreadFollow
|
|
6
|
+
* @package sparkdream.forum.v1
|
|
7
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollow
|
|
8
|
+
*/
|
|
9
|
+
export interface ThreadFollow {
|
|
10
|
+
follower: string;
|
|
11
|
+
threadId: bigint;
|
|
12
|
+
followedAt: bigint;
|
|
13
|
+
}
|
|
14
|
+
export interface ThreadFollowProtoMsg {
|
|
15
|
+
typeUrl: "/sparkdream.forum.v1.ThreadFollow";
|
|
16
|
+
value: Uint8Array;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* ThreadFollow defines the ThreadFollow message.
|
|
20
|
+
* @name ThreadFollowAmino
|
|
21
|
+
* @package sparkdream.forum.v1
|
|
22
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollow
|
|
23
|
+
*/
|
|
24
|
+
export interface ThreadFollowAmino {
|
|
25
|
+
follower?: string;
|
|
26
|
+
thread_id?: string;
|
|
27
|
+
followed_at?: string;
|
|
28
|
+
}
|
|
29
|
+
export interface ThreadFollowAminoMsg {
|
|
30
|
+
type: "/sparkdream.forum.v1.ThreadFollow";
|
|
31
|
+
value: ThreadFollowAmino;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* ThreadFollow defines the ThreadFollow message.
|
|
35
|
+
* @name ThreadFollow
|
|
36
|
+
* @package sparkdream.forum.v1
|
|
37
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollow
|
|
38
|
+
*/
|
|
39
|
+
export declare const ThreadFollow: {
|
|
40
|
+
typeUrl: string;
|
|
41
|
+
encode(message: ThreadFollow, writer?: BinaryWriter): BinaryWriter;
|
|
42
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ThreadFollow;
|
|
43
|
+
fromPartial(object: DeepPartial<ThreadFollow>): ThreadFollow;
|
|
44
|
+
fromAmino(object: ThreadFollowAmino): ThreadFollow;
|
|
45
|
+
toAmino(message: ThreadFollow): ThreadFollowAmino;
|
|
46
|
+
fromAminoMsg(object: ThreadFollowAminoMsg): ThreadFollow;
|
|
47
|
+
fromProtoMsg(message: ThreadFollowProtoMsg): ThreadFollow;
|
|
48
|
+
toProto(message: ThreadFollow): Uint8Array;
|
|
49
|
+
toProtoMsg(message: ThreadFollow): ThreadFollowProtoMsg;
|
|
50
|
+
};
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ThreadFollow = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
function createBaseThreadFollow() {
|
|
7
|
+
return {
|
|
8
|
+
follower: "",
|
|
9
|
+
threadId: BigInt(0),
|
|
10
|
+
followedAt: BigInt(0)
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* ThreadFollow defines the ThreadFollow message.
|
|
15
|
+
* @name ThreadFollow
|
|
16
|
+
* @package sparkdream.forum.v1
|
|
17
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollow
|
|
18
|
+
*/
|
|
19
|
+
exports.ThreadFollow = {
|
|
20
|
+
typeUrl: "/sparkdream.forum.v1.ThreadFollow",
|
|
21
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
22
|
+
if (message.follower !== "") {
|
|
23
|
+
writer.uint32(10).string(message.follower);
|
|
24
|
+
}
|
|
25
|
+
if (message.threadId !== BigInt(0)) {
|
|
26
|
+
writer.uint32(16).uint64(message.threadId);
|
|
27
|
+
}
|
|
28
|
+
if (message.followedAt !== BigInt(0)) {
|
|
29
|
+
writer.uint32(24).int64(message.followedAt);
|
|
30
|
+
}
|
|
31
|
+
return writer;
|
|
32
|
+
},
|
|
33
|
+
decode(input, length) {
|
|
34
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
35
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
36
|
+
const message = createBaseThreadFollow();
|
|
37
|
+
while (reader.pos < end) {
|
|
38
|
+
const tag = reader.uint32();
|
|
39
|
+
switch (tag >>> 3) {
|
|
40
|
+
case 1:
|
|
41
|
+
message.follower = reader.string();
|
|
42
|
+
break;
|
|
43
|
+
case 2:
|
|
44
|
+
message.threadId = reader.uint64();
|
|
45
|
+
break;
|
|
46
|
+
case 3:
|
|
47
|
+
message.followedAt = reader.int64();
|
|
48
|
+
break;
|
|
49
|
+
default:
|
|
50
|
+
reader.skipType(tag & 7);
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return message;
|
|
55
|
+
},
|
|
56
|
+
fromPartial(object) {
|
|
57
|
+
const message = createBaseThreadFollow();
|
|
58
|
+
message.follower = object.follower ?? "";
|
|
59
|
+
message.threadId = object.threadId !== undefined && object.threadId !== null ? BigInt(object.threadId.toString()) : BigInt(0);
|
|
60
|
+
message.followedAt = object.followedAt !== undefined && object.followedAt !== null ? BigInt(object.followedAt.toString()) : BigInt(0);
|
|
61
|
+
return message;
|
|
62
|
+
},
|
|
63
|
+
fromAmino(object) {
|
|
64
|
+
const message = createBaseThreadFollow();
|
|
65
|
+
if (object.follower !== undefined && object.follower !== null) {
|
|
66
|
+
message.follower = object.follower;
|
|
67
|
+
}
|
|
68
|
+
if (object.thread_id !== undefined && object.thread_id !== null) {
|
|
69
|
+
message.threadId = BigInt(object.thread_id);
|
|
70
|
+
}
|
|
71
|
+
if (object.followed_at !== undefined && object.followed_at !== null) {
|
|
72
|
+
message.followedAt = BigInt(object.followed_at);
|
|
73
|
+
}
|
|
74
|
+
return message;
|
|
75
|
+
},
|
|
76
|
+
toAmino(message) {
|
|
77
|
+
const obj = {};
|
|
78
|
+
obj.follower = message.follower === "" ? undefined : message.follower;
|
|
79
|
+
obj.thread_id = message.threadId !== BigInt(0) ? message.threadId?.toString() : undefined;
|
|
80
|
+
obj.followed_at = message.followedAt !== BigInt(0) ? message.followedAt?.toString() : undefined;
|
|
81
|
+
return obj;
|
|
82
|
+
},
|
|
83
|
+
fromAminoMsg(object) {
|
|
84
|
+
return exports.ThreadFollow.fromAmino(object.value);
|
|
85
|
+
},
|
|
86
|
+
fromProtoMsg(message) {
|
|
87
|
+
return exports.ThreadFollow.decode(message.value);
|
|
88
|
+
},
|
|
89
|
+
toProto(message) {
|
|
90
|
+
return exports.ThreadFollow.encode(message).finish();
|
|
91
|
+
},
|
|
92
|
+
toProtoMsg(message) {
|
|
93
|
+
return {
|
|
94
|
+
typeUrl: "/sparkdream.forum.v1.ThreadFollow",
|
|
95
|
+
value: exports.ThreadFollow.encode(message).finish()
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* ThreadFollowCount defines the ThreadFollowCount message.
|
|
5
|
+
* @name ThreadFollowCount
|
|
6
|
+
* @package sparkdream.forum.v1
|
|
7
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollowCount
|
|
8
|
+
*/
|
|
9
|
+
export interface ThreadFollowCount {
|
|
10
|
+
threadId: bigint;
|
|
11
|
+
followerCount: bigint;
|
|
12
|
+
}
|
|
13
|
+
export interface ThreadFollowCountProtoMsg {
|
|
14
|
+
typeUrl: "/sparkdream.forum.v1.ThreadFollowCount";
|
|
15
|
+
value: Uint8Array;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* ThreadFollowCount defines the ThreadFollowCount message.
|
|
19
|
+
* @name ThreadFollowCountAmino
|
|
20
|
+
* @package sparkdream.forum.v1
|
|
21
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollowCount
|
|
22
|
+
*/
|
|
23
|
+
export interface ThreadFollowCountAmino {
|
|
24
|
+
thread_id?: string;
|
|
25
|
+
follower_count?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface ThreadFollowCountAminoMsg {
|
|
28
|
+
type: "/sparkdream.forum.v1.ThreadFollowCount";
|
|
29
|
+
value: ThreadFollowCountAmino;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* ThreadFollowCount defines the ThreadFollowCount message.
|
|
33
|
+
* @name ThreadFollowCount
|
|
34
|
+
* @package sparkdream.forum.v1
|
|
35
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollowCount
|
|
36
|
+
*/
|
|
37
|
+
export declare const ThreadFollowCount: {
|
|
38
|
+
typeUrl: string;
|
|
39
|
+
encode(message: ThreadFollowCount, writer?: BinaryWriter): BinaryWriter;
|
|
40
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ThreadFollowCount;
|
|
41
|
+
fromPartial(object: DeepPartial<ThreadFollowCount>): ThreadFollowCount;
|
|
42
|
+
fromAmino(object: ThreadFollowCountAmino): ThreadFollowCount;
|
|
43
|
+
toAmino(message: ThreadFollowCount): ThreadFollowCountAmino;
|
|
44
|
+
fromAminoMsg(object: ThreadFollowCountAminoMsg): ThreadFollowCount;
|
|
45
|
+
fromProtoMsg(message: ThreadFollowCountProtoMsg): ThreadFollowCount;
|
|
46
|
+
toProto(message: ThreadFollowCount): Uint8Array;
|
|
47
|
+
toProtoMsg(message: ThreadFollowCount): ThreadFollowCountProtoMsg;
|
|
48
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ThreadFollowCount = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
function createBaseThreadFollowCount() {
|
|
7
|
+
return {
|
|
8
|
+
threadId: BigInt(0),
|
|
9
|
+
followerCount: BigInt(0)
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* ThreadFollowCount defines the ThreadFollowCount message.
|
|
14
|
+
* @name ThreadFollowCount
|
|
15
|
+
* @package sparkdream.forum.v1
|
|
16
|
+
* @see proto type: sparkdream.forum.v1.ThreadFollowCount
|
|
17
|
+
*/
|
|
18
|
+
exports.ThreadFollowCount = {
|
|
19
|
+
typeUrl: "/sparkdream.forum.v1.ThreadFollowCount",
|
|
20
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
21
|
+
if (message.threadId !== BigInt(0)) {
|
|
22
|
+
writer.uint32(8).uint64(message.threadId);
|
|
23
|
+
}
|
|
24
|
+
if (message.followerCount !== BigInt(0)) {
|
|
25
|
+
writer.uint32(16).uint64(message.followerCount);
|
|
26
|
+
}
|
|
27
|
+
return writer;
|
|
28
|
+
},
|
|
29
|
+
decode(input, length) {
|
|
30
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
31
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
32
|
+
const message = createBaseThreadFollowCount();
|
|
33
|
+
while (reader.pos < end) {
|
|
34
|
+
const tag = reader.uint32();
|
|
35
|
+
switch (tag >>> 3) {
|
|
36
|
+
case 1:
|
|
37
|
+
message.threadId = reader.uint64();
|
|
38
|
+
break;
|
|
39
|
+
case 2:
|
|
40
|
+
message.followerCount = reader.uint64();
|
|
41
|
+
break;
|
|
42
|
+
default:
|
|
43
|
+
reader.skipType(tag & 7);
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return message;
|
|
48
|
+
},
|
|
49
|
+
fromPartial(object) {
|
|
50
|
+
const message = createBaseThreadFollowCount();
|
|
51
|
+
message.threadId = object.threadId !== undefined && object.threadId !== null ? BigInt(object.threadId.toString()) : BigInt(0);
|
|
52
|
+
message.followerCount = object.followerCount !== undefined && object.followerCount !== null ? BigInt(object.followerCount.toString()) : BigInt(0);
|
|
53
|
+
return message;
|
|
54
|
+
},
|
|
55
|
+
fromAmino(object) {
|
|
56
|
+
const message = createBaseThreadFollowCount();
|
|
57
|
+
if (object.thread_id !== undefined && object.thread_id !== null) {
|
|
58
|
+
message.threadId = BigInt(object.thread_id);
|
|
59
|
+
}
|
|
60
|
+
if (object.follower_count !== undefined && object.follower_count !== null) {
|
|
61
|
+
message.followerCount = BigInt(object.follower_count);
|
|
62
|
+
}
|
|
63
|
+
return message;
|
|
64
|
+
},
|
|
65
|
+
toAmino(message) {
|
|
66
|
+
const obj = {};
|
|
67
|
+
obj.thread_id = message.threadId !== BigInt(0) ? message.threadId?.toString() : undefined;
|
|
68
|
+
obj.follower_count = message.followerCount !== BigInt(0) ? message.followerCount?.toString() : undefined;
|
|
69
|
+
return obj;
|
|
70
|
+
},
|
|
71
|
+
fromAminoMsg(object) {
|
|
72
|
+
return exports.ThreadFollowCount.fromAmino(object.value);
|
|
73
|
+
},
|
|
74
|
+
fromProtoMsg(message) {
|
|
75
|
+
return exports.ThreadFollowCount.decode(message.value);
|
|
76
|
+
},
|
|
77
|
+
toProto(message) {
|
|
78
|
+
return exports.ThreadFollowCount.encode(message).finish();
|
|
79
|
+
},
|
|
80
|
+
toProtoMsg(message) {
|
|
81
|
+
return {
|
|
82
|
+
typeUrl: "/sparkdream.forum.v1.ThreadFollowCount",
|
|
83
|
+
value: exports.ThreadFollowCount.encode(message).finish()
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
};
|