@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,247 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenesisState = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const params_1 = require("./params");
|
|
6
|
+
const types_1 = require("./types");
|
|
7
|
+
const binary_1 = require("../../../binary");
|
|
8
|
+
function createBaseGenesisState() {
|
|
9
|
+
return {
|
|
10
|
+
params: params_1.Params.fromPartial({}),
|
|
11
|
+
portId: "",
|
|
12
|
+
peers: [],
|
|
13
|
+
peerPolicies: [],
|
|
14
|
+
bridgeOperators: [],
|
|
15
|
+
federatedContent: [],
|
|
16
|
+
identityLinks: [],
|
|
17
|
+
reputationAttestations: [],
|
|
18
|
+
outboundAttestations: [],
|
|
19
|
+
verifiers: [],
|
|
20
|
+
verificationRecords: [],
|
|
21
|
+
nextContentId: BigInt(0),
|
|
22
|
+
nextOutboundAttestationId: BigInt(0)
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* GenesisState defines the federation module's genesis state.
|
|
27
|
+
* @name GenesisState
|
|
28
|
+
* @package sparkdream.federation.v1
|
|
29
|
+
* @see proto type: sparkdream.federation.v1.GenesisState
|
|
30
|
+
*/
|
|
31
|
+
exports.GenesisState = {
|
|
32
|
+
typeUrl: "/sparkdream.federation.v1.GenesisState",
|
|
33
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
34
|
+
if (message.params !== undefined) {
|
|
35
|
+
params_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
36
|
+
}
|
|
37
|
+
if (message.portId !== "") {
|
|
38
|
+
writer.uint32(18).string(message.portId);
|
|
39
|
+
}
|
|
40
|
+
for (const v of message.peers) {
|
|
41
|
+
types_1.Peer.encode(v, writer.uint32(26).fork()).ldelim();
|
|
42
|
+
}
|
|
43
|
+
for (const v of message.peerPolicies) {
|
|
44
|
+
types_1.PeerPolicy.encode(v, writer.uint32(34).fork()).ldelim();
|
|
45
|
+
}
|
|
46
|
+
for (const v of message.bridgeOperators) {
|
|
47
|
+
types_1.BridgeOperator.encode(v, writer.uint32(42).fork()).ldelim();
|
|
48
|
+
}
|
|
49
|
+
for (const v of message.federatedContent) {
|
|
50
|
+
types_1.FederatedContent.encode(v, writer.uint32(50).fork()).ldelim();
|
|
51
|
+
}
|
|
52
|
+
for (const v of message.identityLinks) {
|
|
53
|
+
types_1.IdentityLink.encode(v, writer.uint32(58).fork()).ldelim();
|
|
54
|
+
}
|
|
55
|
+
for (const v of message.reputationAttestations) {
|
|
56
|
+
types_1.ReputationAttestation.encode(v, writer.uint32(66).fork()).ldelim();
|
|
57
|
+
}
|
|
58
|
+
for (const v of message.outboundAttestations) {
|
|
59
|
+
types_1.OutboundAttestation.encode(v, writer.uint32(74).fork()).ldelim();
|
|
60
|
+
}
|
|
61
|
+
for (const v of message.verifiers) {
|
|
62
|
+
types_1.FederationVerifier.encode(v, writer.uint32(82).fork()).ldelim();
|
|
63
|
+
}
|
|
64
|
+
for (const v of message.verificationRecords) {
|
|
65
|
+
types_1.VerificationRecord.encode(v, writer.uint32(90).fork()).ldelim();
|
|
66
|
+
}
|
|
67
|
+
if (message.nextContentId !== BigInt(0)) {
|
|
68
|
+
writer.uint32(96).uint64(message.nextContentId);
|
|
69
|
+
}
|
|
70
|
+
if (message.nextOutboundAttestationId !== BigInt(0)) {
|
|
71
|
+
writer.uint32(104).uint64(message.nextOutboundAttestationId);
|
|
72
|
+
}
|
|
73
|
+
return writer;
|
|
74
|
+
},
|
|
75
|
+
decode(input, length) {
|
|
76
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
77
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
78
|
+
const message = createBaseGenesisState();
|
|
79
|
+
while (reader.pos < end) {
|
|
80
|
+
const tag = reader.uint32();
|
|
81
|
+
switch (tag >>> 3) {
|
|
82
|
+
case 1:
|
|
83
|
+
message.params = params_1.Params.decode(reader, reader.uint32());
|
|
84
|
+
break;
|
|
85
|
+
case 2:
|
|
86
|
+
message.portId = reader.string();
|
|
87
|
+
break;
|
|
88
|
+
case 3:
|
|
89
|
+
message.peers.push(types_1.Peer.decode(reader, reader.uint32()));
|
|
90
|
+
break;
|
|
91
|
+
case 4:
|
|
92
|
+
message.peerPolicies.push(types_1.PeerPolicy.decode(reader, reader.uint32()));
|
|
93
|
+
break;
|
|
94
|
+
case 5:
|
|
95
|
+
message.bridgeOperators.push(types_1.BridgeOperator.decode(reader, reader.uint32()));
|
|
96
|
+
break;
|
|
97
|
+
case 6:
|
|
98
|
+
message.federatedContent.push(types_1.FederatedContent.decode(reader, reader.uint32()));
|
|
99
|
+
break;
|
|
100
|
+
case 7:
|
|
101
|
+
message.identityLinks.push(types_1.IdentityLink.decode(reader, reader.uint32()));
|
|
102
|
+
break;
|
|
103
|
+
case 8:
|
|
104
|
+
message.reputationAttestations.push(types_1.ReputationAttestation.decode(reader, reader.uint32()));
|
|
105
|
+
break;
|
|
106
|
+
case 9:
|
|
107
|
+
message.outboundAttestations.push(types_1.OutboundAttestation.decode(reader, reader.uint32()));
|
|
108
|
+
break;
|
|
109
|
+
case 10:
|
|
110
|
+
message.verifiers.push(types_1.FederationVerifier.decode(reader, reader.uint32()));
|
|
111
|
+
break;
|
|
112
|
+
case 11:
|
|
113
|
+
message.verificationRecords.push(types_1.VerificationRecord.decode(reader, reader.uint32()));
|
|
114
|
+
break;
|
|
115
|
+
case 12:
|
|
116
|
+
message.nextContentId = reader.uint64();
|
|
117
|
+
break;
|
|
118
|
+
case 13:
|
|
119
|
+
message.nextOutboundAttestationId = reader.uint64();
|
|
120
|
+
break;
|
|
121
|
+
default:
|
|
122
|
+
reader.skipType(tag & 7);
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
return message;
|
|
127
|
+
},
|
|
128
|
+
fromPartial(object) {
|
|
129
|
+
const message = createBaseGenesisState();
|
|
130
|
+
message.params = object.params !== undefined && object.params !== null ? params_1.Params.fromPartial(object.params) : undefined;
|
|
131
|
+
message.portId = object.portId ?? "";
|
|
132
|
+
message.peers = object.peers?.map(e => types_1.Peer.fromPartial(e)) || [];
|
|
133
|
+
message.peerPolicies = object.peerPolicies?.map(e => types_1.PeerPolicy.fromPartial(e)) || [];
|
|
134
|
+
message.bridgeOperators = object.bridgeOperators?.map(e => types_1.BridgeOperator.fromPartial(e)) || [];
|
|
135
|
+
message.federatedContent = object.federatedContent?.map(e => types_1.FederatedContent.fromPartial(e)) || [];
|
|
136
|
+
message.identityLinks = object.identityLinks?.map(e => types_1.IdentityLink.fromPartial(e)) || [];
|
|
137
|
+
message.reputationAttestations = object.reputationAttestations?.map(e => types_1.ReputationAttestation.fromPartial(e)) || [];
|
|
138
|
+
message.outboundAttestations = object.outboundAttestations?.map(e => types_1.OutboundAttestation.fromPartial(e)) || [];
|
|
139
|
+
message.verifiers = object.verifiers?.map(e => types_1.FederationVerifier.fromPartial(e)) || [];
|
|
140
|
+
message.verificationRecords = object.verificationRecords?.map(e => types_1.VerificationRecord.fromPartial(e)) || [];
|
|
141
|
+
message.nextContentId = object.nextContentId !== undefined && object.nextContentId !== null ? BigInt(object.nextContentId.toString()) : BigInt(0);
|
|
142
|
+
message.nextOutboundAttestationId = object.nextOutboundAttestationId !== undefined && object.nextOutboundAttestationId !== null ? BigInt(object.nextOutboundAttestationId.toString()) : BigInt(0);
|
|
143
|
+
return message;
|
|
144
|
+
},
|
|
145
|
+
fromAmino(object) {
|
|
146
|
+
const message = createBaseGenesisState();
|
|
147
|
+
if (object.params !== undefined && object.params !== null) {
|
|
148
|
+
message.params = params_1.Params.fromAmino(object.params);
|
|
149
|
+
}
|
|
150
|
+
if (object.port_id !== undefined && object.port_id !== null) {
|
|
151
|
+
message.portId = object.port_id;
|
|
152
|
+
}
|
|
153
|
+
message.peers = object.peers?.map(e => types_1.Peer.fromAmino(e)) || [];
|
|
154
|
+
message.peerPolicies = object.peer_policies?.map(e => types_1.PeerPolicy.fromAmino(e)) || [];
|
|
155
|
+
message.bridgeOperators = object.bridge_operators?.map(e => types_1.BridgeOperator.fromAmino(e)) || [];
|
|
156
|
+
message.federatedContent = object.federated_content?.map(e => types_1.FederatedContent.fromAmino(e)) || [];
|
|
157
|
+
message.identityLinks = object.identity_links?.map(e => types_1.IdentityLink.fromAmino(e)) || [];
|
|
158
|
+
message.reputationAttestations = object.reputation_attestations?.map(e => types_1.ReputationAttestation.fromAmino(e)) || [];
|
|
159
|
+
message.outboundAttestations = object.outbound_attestations?.map(e => types_1.OutboundAttestation.fromAmino(e)) || [];
|
|
160
|
+
message.verifiers = object.verifiers?.map(e => types_1.FederationVerifier.fromAmino(e)) || [];
|
|
161
|
+
message.verificationRecords = object.verification_records?.map(e => types_1.VerificationRecord.fromAmino(e)) || [];
|
|
162
|
+
if (object.next_content_id !== undefined && object.next_content_id !== null) {
|
|
163
|
+
message.nextContentId = BigInt(object.next_content_id);
|
|
164
|
+
}
|
|
165
|
+
if (object.next_outbound_attestation_id !== undefined && object.next_outbound_attestation_id !== null) {
|
|
166
|
+
message.nextOutboundAttestationId = BigInt(object.next_outbound_attestation_id);
|
|
167
|
+
}
|
|
168
|
+
return message;
|
|
169
|
+
},
|
|
170
|
+
toAmino(message) {
|
|
171
|
+
const obj = {};
|
|
172
|
+
obj.params = message.params ? params_1.Params.toAmino(message.params) : params_1.Params.toAmino(params_1.Params.fromPartial({}));
|
|
173
|
+
obj.port_id = message.portId === "" ? undefined : message.portId;
|
|
174
|
+
if (message.peers) {
|
|
175
|
+
obj.peers = message.peers.map(e => e ? types_1.Peer.toAmino(e) : undefined);
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
obj.peers = message.peers;
|
|
179
|
+
}
|
|
180
|
+
if (message.peerPolicies) {
|
|
181
|
+
obj.peer_policies = message.peerPolicies.map(e => e ? types_1.PeerPolicy.toAmino(e) : undefined);
|
|
182
|
+
}
|
|
183
|
+
else {
|
|
184
|
+
obj.peer_policies = message.peerPolicies;
|
|
185
|
+
}
|
|
186
|
+
if (message.bridgeOperators) {
|
|
187
|
+
obj.bridge_operators = message.bridgeOperators.map(e => e ? types_1.BridgeOperator.toAmino(e) : undefined);
|
|
188
|
+
}
|
|
189
|
+
else {
|
|
190
|
+
obj.bridge_operators = message.bridgeOperators;
|
|
191
|
+
}
|
|
192
|
+
if (message.federatedContent) {
|
|
193
|
+
obj.federated_content = message.federatedContent.map(e => e ? types_1.FederatedContent.toAmino(e) : undefined);
|
|
194
|
+
}
|
|
195
|
+
else {
|
|
196
|
+
obj.federated_content = message.federatedContent;
|
|
197
|
+
}
|
|
198
|
+
if (message.identityLinks) {
|
|
199
|
+
obj.identity_links = message.identityLinks.map(e => e ? types_1.IdentityLink.toAmino(e) : undefined);
|
|
200
|
+
}
|
|
201
|
+
else {
|
|
202
|
+
obj.identity_links = message.identityLinks;
|
|
203
|
+
}
|
|
204
|
+
if (message.reputationAttestations) {
|
|
205
|
+
obj.reputation_attestations = message.reputationAttestations.map(e => e ? types_1.ReputationAttestation.toAmino(e) : undefined);
|
|
206
|
+
}
|
|
207
|
+
else {
|
|
208
|
+
obj.reputation_attestations = message.reputationAttestations;
|
|
209
|
+
}
|
|
210
|
+
if (message.outboundAttestations) {
|
|
211
|
+
obj.outbound_attestations = message.outboundAttestations.map(e => e ? types_1.OutboundAttestation.toAmino(e) : undefined);
|
|
212
|
+
}
|
|
213
|
+
else {
|
|
214
|
+
obj.outbound_attestations = message.outboundAttestations;
|
|
215
|
+
}
|
|
216
|
+
if (message.verifiers) {
|
|
217
|
+
obj.verifiers = message.verifiers.map(e => e ? types_1.FederationVerifier.toAmino(e) : undefined);
|
|
218
|
+
}
|
|
219
|
+
else {
|
|
220
|
+
obj.verifiers = message.verifiers;
|
|
221
|
+
}
|
|
222
|
+
if (message.verificationRecords) {
|
|
223
|
+
obj.verification_records = message.verificationRecords.map(e => e ? types_1.VerificationRecord.toAmino(e) : undefined);
|
|
224
|
+
}
|
|
225
|
+
else {
|
|
226
|
+
obj.verification_records = message.verificationRecords;
|
|
227
|
+
}
|
|
228
|
+
obj.next_content_id = message.nextContentId !== BigInt(0) ? message.nextContentId?.toString() : undefined;
|
|
229
|
+
obj.next_outbound_attestation_id = message.nextOutboundAttestationId !== BigInt(0) ? message.nextOutboundAttestationId?.toString() : undefined;
|
|
230
|
+
return obj;
|
|
231
|
+
},
|
|
232
|
+
fromAminoMsg(object) {
|
|
233
|
+
return exports.GenesisState.fromAmino(object.value);
|
|
234
|
+
},
|
|
235
|
+
fromProtoMsg(message) {
|
|
236
|
+
return exports.GenesisState.decode(message.value);
|
|
237
|
+
},
|
|
238
|
+
toProto(message) {
|
|
239
|
+
return exports.GenesisState.encode(message).finish();
|
|
240
|
+
},
|
|
241
|
+
toProtoMsg(message) {
|
|
242
|
+
return {
|
|
243
|
+
typeUrl: "/sparkdream.federation.v1.GenesisState",
|
|
244
|
+
value: exports.GenesisState.encode(message).finish()
|
|
245
|
+
};
|
|
246
|
+
}
|
|
247
|
+
};
|
|
@@ -0,0 +1,397 @@
|
|
|
1
|
+
import { TagReputation, TagReputationAmino } from "./types";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* FederationPacketData defines the Federation IBC data packet.
|
|
6
|
+
* @name FederationPacketData
|
|
7
|
+
* @package sparkdream.federation.v1
|
|
8
|
+
* @see proto type: sparkdream.federation.v1.FederationPacketData
|
|
9
|
+
*/
|
|
10
|
+
export interface FederationPacketData {
|
|
11
|
+
reputationQuery?: ReputationQueryPacket;
|
|
12
|
+
content?: ContentPacket;
|
|
13
|
+
identityVerification?: IdentityVerificationPacket;
|
|
14
|
+
identityConfirmation?: IdentityVerificationConfirmPacket;
|
|
15
|
+
}
|
|
16
|
+
export interface FederationPacketDataProtoMsg {
|
|
17
|
+
typeUrl: "/sparkdream.federation.v1.FederationPacketData";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* FederationPacketData defines the Federation IBC data packet.
|
|
22
|
+
* @name FederationPacketDataAmino
|
|
23
|
+
* @package sparkdream.federation.v1
|
|
24
|
+
* @see proto type: sparkdream.federation.v1.FederationPacketData
|
|
25
|
+
*/
|
|
26
|
+
export interface FederationPacketDataAmino {
|
|
27
|
+
reputation_query?: ReputationQueryPacketAmino;
|
|
28
|
+
content?: ContentPacketAmino;
|
|
29
|
+
identity_verification?: IdentityVerificationPacketAmino;
|
|
30
|
+
identity_confirmation?: IdentityVerificationConfirmPacketAmino;
|
|
31
|
+
}
|
|
32
|
+
export interface FederationPacketDataAminoMsg {
|
|
33
|
+
type: "/sparkdream.federation.v1.FederationPacketData";
|
|
34
|
+
value: FederationPacketDataAmino;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* ReputationQueryPacket requests reputation data from a remote chain.
|
|
38
|
+
* @name ReputationQueryPacket
|
|
39
|
+
* @package sparkdream.federation.v1
|
|
40
|
+
* @see proto type: sparkdream.federation.v1.ReputationQueryPacket
|
|
41
|
+
*/
|
|
42
|
+
export interface ReputationQueryPacket {
|
|
43
|
+
queriedAddress: string;
|
|
44
|
+
requester: string;
|
|
45
|
+
}
|
|
46
|
+
export interface ReputationQueryPacketProtoMsg {
|
|
47
|
+
typeUrl: "/sparkdream.federation.v1.ReputationQueryPacket";
|
|
48
|
+
value: Uint8Array;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* ReputationQueryPacket requests reputation data from a remote chain.
|
|
52
|
+
* @name ReputationQueryPacketAmino
|
|
53
|
+
* @package sparkdream.federation.v1
|
|
54
|
+
* @see proto type: sparkdream.federation.v1.ReputationQueryPacket
|
|
55
|
+
*/
|
|
56
|
+
export interface ReputationQueryPacketAmino {
|
|
57
|
+
queried_address?: string;
|
|
58
|
+
requester?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface ReputationQueryPacketAminoMsg {
|
|
61
|
+
type: "/sparkdream.federation.v1.ReputationQueryPacket";
|
|
62
|
+
value: ReputationQueryPacketAmino;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* ReputationResponseData is returned in the acknowledgement for a ReputationQueryPacket.
|
|
66
|
+
* @name ReputationResponseData
|
|
67
|
+
* @package sparkdream.federation.v1
|
|
68
|
+
* @see proto type: sparkdream.federation.v1.ReputationResponseData
|
|
69
|
+
*/
|
|
70
|
+
export interface ReputationResponseData {
|
|
71
|
+
address: string;
|
|
72
|
+
trustLevel: number;
|
|
73
|
+
isActive: boolean;
|
|
74
|
+
memberSince: bigint;
|
|
75
|
+
reputations: TagReputation[];
|
|
76
|
+
}
|
|
77
|
+
export interface ReputationResponseDataProtoMsg {
|
|
78
|
+
typeUrl: "/sparkdream.federation.v1.ReputationResponseData";
|
|
79
|
+
value: Uint8Array;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* ReputationResponseData is returned in the acknowledgement for a ReputationQueryPacket.
|
|
83
|
+
* @name ReputationResponseDataAmino
|
|
84
|
+
* @package sparkdream.federation.v1
|
|
85
|
+
* @see proto type: sparkdream.federation.v1.ReputationResponseData
|
|
86
|
+
*/
|
|
87
|
+
export interface ReputationResponseDataAmino {
|
|
88
|
+
address?: string;
|
|
89
|
+
trust_level?: number;
|
|
90
|
+
is_active?: boolean;
|
|
91
|
+
member_since?: string;
|
|
92
|
+
reputations?: TagReputationAmino[];
|
|
93
|
+
}
|
|
94
|
+
export interface ReputationResponseDataAminoMsg {
|
|
95
|
+
type: "/sparkdream.federation.v1.ReputationResponseData";
|
|
96
|
+
value: ReputationResponseDataAmino;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* ContentPacket sends federated content to a remote chain.
|
|
100
|
+
* @name ContentPacket
|
|
101
|
+
* @package sparkdream.federation.v1
|
|
102
|
+
* @see proto type: sparkdream.federation.v1.ContentPacket
|
|
103
|
+
*/
|
|
104
|
+
export interface ContentPacket {
|
|
105
|
+
contentType: string;
|
|
106
|
+
remoteContentId: string;
|
|
107
|
+
creator: string;
|
|
108
|
+
creatorName: string;
|
|
109
|
+
title: string;
|
|
110
|
+
body: string;
|
|
111
|
+
contentUri: string;
|
|
112
|
+
createdAt: bigint;
|
|
113
|
+
contentHash: Uint8Array;
|
|
114
|
+
protocolMetadata: Uint8Array;
|
|
115
|
+
}
|
|
116
|
+
export interface ContentPacketProtoMsg {
|
|
117
|
+
typeUrl: "/sparkdream.federation.v1.ContentPacket";
|
|
118
|
+
value: Uint8Array;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* ContentPacket sends federated content to a remote chain.
|
|
122
|
+
* @name ContentPacketAmino
|
|
123
|
+
* @package sparkdream.federation.v1
|
|
124
|
+
* @see proto type: sparkdream.federation.v1.ContentPacket
|
|
125
|
+
*/
|
|
126
|
+
export interface ContentPacketAmino {
|
|
127
|
+
content_type?: string;
|
|
128
|
+
remote_content_id?: string;
|
|
129
|
+
creator?: string;
|
|
130
|
+
creator_name?: string;
|
|
131
|
+
title?: string;
|
|
132
|
+
body?: string;
|
|
133
|
+
content_uri?: string;
|
|
134
|
+
created_at?: string;
|
|
135
|
+
content_hash?: string;
|
|
136
|
+
protocol_metadata?: string;
|
|
137
|
+
}
|
|
138
|
+
export interface ContentPacketAminoMsg {
|
|
139
|
+
type: "/sparkdream.federation.v1.ContentPacket";
|
|
140
|
+
value: ContentPacketAmino;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* IdentityVerificationPacket initiates identity verification on a remote chain (Phase 1).
|
|
144
|
+
* @name IdentityVerificationPacket
|
|
145
|
+
* @package sparkdream.federation.v1
|
|
146
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationPacket
|
|
147
|
+
*/
|
|
148
|
+
export interface IdentityVerificationPacket {
|
|
149
|
+
claimedAddress: string;
|
|
150
|
+
claimantAddress: string;
|
|
151
|
+
challenge: Uint8Array;
|
|
152
|
+
}
|
|
153
|
+
export interface IdentityVerificationPacketProtoMsg {
|
|
154
|
+
typeUrl: "/sparkdream.federation.v1.IdentityVerificationPacket";
|
|
155
|
+
value: Uint8Array;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* IdentityVerificationPacket initiates identity verification on a remote chain (Phase 1).
|
|
159
|
+
* @name IdentityVerificationPacketAmino
|
|
160
|
+
* @package sparkdream.federation.v1
|
|
161
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationPacket
|
|
162
|
+
*/
|
|
163
|
+
export interface IdentityVerificationPacketAmino {
|
|
164
|
+
claimed_address?: string;
|
|
165
|
+
claimant_address?: string;
|
|
166
|
+
challenge?: string;
|
|
167
|
+
}
|
|
168
|
+
export interface IdentityVerificationPacketAminoMsg {
|
|
169
|
+
type: "/sparkdream.federation.v1.IdentityVerificationPacket";
|
|
170
|
+
value: IdentityVerificationPacketAmino;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* IdentityVerificationAck acknowledges an identity verification request.
|
|
174
|
+
* @name IdentityVerificationAck
|
|
175
|
+
* @package sparkdream.federation.v1
|
|
176
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationAck
|
|
177
|
+
*/
|
|
178
|
+
export interface IdentityVerificationAck {
|
|
179
|
+
exists: boolean;
|
|
180
|
+
}
|
|
181
|
+
export interface IdentityVerificationAckProtoMsg {
|
|
182
|
+
typeUrl: "/sparkdream.federation.v1.IdentityVerificationAck";
|
|
183
|
+
value: Uint8Array;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* IdentityVerificationAck acknowledges an identity verification request.
|
|
187
|
+
* @name IdentityVerificationAckAmino
|
|
188
|
+
* @package sparkdream.federation.v1
|
|
189
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationAck
|
|
190
|
+
*/
|
|
191
|
+
export interface IdentityVerificationAckAmino {
|
|
192
|
+
exists?: boolean;
|
|
193
|
+
}
|
|
194
|
+
export interface IdentityVerificationAckAminoMsg {
|
|
195
|
+
type: "/sparkdream.federation.v1.IdentityVerificationAck";
|
|
196
|
+
value: IdentityVerificationAckAmino;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* IdentityVerificationConfirmPacket confirms identity ownership (Phase 2).
|
|
200
|
+
* @name IdentityVerificationConfirmPacket
|
|
201
|
+
* @package sparkdream.federation.v1
|
|
202
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationConfirmPacket
|
|
203
|
+
*/
|
|
204
|
+
export interface IdentityVerificationConfirmPacket {
|
|
205
|
+
claimedAddress: string;
|
|
206
|
+
claimantAddress: string;
|
|
207
|
+
challenge: Uint8Array;
|
|
208
|
+
confirmed: boolean;
|
|
209
|
+
}
|
|
210
|
+
export interface IdentityVerificationConfirmPacketProtoMsg {
|
|
211
|
+
typeUrl: "/sparkdream.federation.v1.IdentityVerificationConfirmPacket";
|
|
212
|
+
value: Uint8Array;
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* IdentityVerificationConfirmPacket confirms identity ownership (Phase 2).
|
|
216
|
+
* @name IdentityVerificationConfirmPacketAmino
|
|
217
|
+
* @package sparkdream.federation.v1
|
|
218
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationConfirmPacket
|
|
219
|
+
*/
|
|
220
|
+
export interface IdentityVerificationConfirmPacketAmino {
|
|
221
|
+
claimed_address?: string;
|
|
222
|
+
claimant_address?: string;
|
|
223
|
+
challenge?: string;
|
|
224
|
+
confirmed?: boolean;
|
|
225
|
+
}
|
|
226
|
+
export interface IdentityVerificationConfirmPacketAminoMsg {
|
|
227
|
+
type: "/sparkdream.federation.v1.IdentityVerificationConfirmPacket";
|
|
228
|
+
value: IdentityVerificationConfirmPacketAmino;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* NoData defines an empty data packet (placeholder for IBC scaffolding).
|
|
232
|
+
* @name NoData
|
|
233
|
+
* @package sparkdream.federation.v1
|
|
234
|
+
* @see proto type: sparkdream.federation.v1.NoData
|
|
235
|
+
*/
|
|
236
|
+
export interface NoData {
|
|
237
|
+
}
|
|
238
|
+
export interface NoDataProtoMsg {
|
|
239
|
+
typeUrl: "/sparkdream.federation.v1.NoData";
|
|
240
|
+
value: Uint8Array;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* NoData defines an empty data packet (placeholder for IBC scaffolding).
|
|
244
|
+
* @name NoDataAmino
|
|
245
|
+
* @package sparkdream.federation.v1
|
|
246
|
+
* @see proto type: sparkdream.federation.v1.NoData
|
|
247
|
+
*/
|
|
248
|
+
export interface NoDataAmino {
|
|
249
|
+
}
|
|
250
|
+
export interface NoDataAminoMsg {
|
|
251
|
+
type: "/sparkdream.federation.v1.NoData";
|
|
252
|
+
value: NoDataAmino;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* FederationPacketData defines the Federation IBC data packet.
|
|
256
|
+
* @name FederationPacketData
|
|
257
|
+
* @package sparkdream.federation.v1
|
|
258
|
+
* @see proto type: sparkdream.federation.v1.FederationPacketData
|
|
259
|
+
*/
|
|
260
|
+
export declare const FederationPacketData: {
|
|
261
|
+
typeUrl: string;
|
|
262
|
+
encode(message: FederationPacketData, writer?: BinaryWriter): BinaryWriter;
|
|
263
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FederationPacketData;
|
|
264
|
+
fromPartial(object: DeepPartial<FederationPacketData>): FederationPacketData;
|
|
265
|
+
fromAmino(object: FederationPacketDataAmino): FederationPacketData;
|
|
266
|
+
toAmino(message: FederationPacketData): FederationPacketDataAmino;
|
|
267
|
+
fromAminoMsg(object: FederationPacketDataAminoMsg): FederationPacketData;
|
|
268
|
+
fromProtoMsg(message: FederationPacketDataProtoMsg): FederationPacketData;
|
|
269
|
+
toProto(message: FederationPacketData): Uint8Array;
|
|
270
|
+
toProtoMsg(message: FederationPacketData): FederationPacketDataProtoMsg;
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* ReputationQueryPacket requests reputation data from a remote chain.
|
|
274
|
+
* @name ReputationQueryPacket
|
|
275
|
+
* @package sparkdream.federation.v1
|
|
276
|
+
* @see proto type: sparkdream.federation.v1.ReputationQueryPacket
|
|
277
|
+
*/
|
|
278
|
+
export declare const ReputationQueryPacket: {
|
|
279
|
+
typeUrl: string;
|
|
280
|
+
encode(message: ReputationQueryPacket, writer?: BinaryWriter): BinaryWriter;
|
|
281
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ReputationQueryPacket;
|
|
282
|
+
fromPartial(object: DeepPartial<ReputationQueryPacket>): ReputationQueryPacket;
|
|
283
|
+
fromAmino(object: ReputationQueryPacketAmino): ReputationQueryPacket;
|
|
284
|
+
toAmino(message: ReputationQueryPacket): ReputationQueryPacketAmino;
|
|
285
|
+
fromAminoMsg(object: ReputationQueryPacketAminoMsg): ReputationQueryPacket;
|
|
286
|
+
fromProtoMsg(message: ReputationQueryPacketProtoMsg): ReputationQueryPacket;
|
|
287
|
+
toProto(message: ReputationQueryPacket): Uint8Array;
|
|
288
|
+
toProtoMsg(message: ReputationQueryPacket): ReputationQueryPacketProtoMsg;
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* ReputationResponseData is returned in the acknowledgement for a ReputationQueryPacket.
|
|
292
|
+
* @name ReputationResponseData
|
|
293
|
+
* @package sparkdream.federation.v1
|
|
294
|
+
* @see proto type: sparkdream.federation.v1.ReputationResponseData
|
|
295
|
+
*/
|
|
296
|
+
export declare const ReputationResponseData: {
|
|
297
|
+
typeUrl: string;
|
|
298
|
+
encode(message: ReputationResponseData, writer?: BinaryWriter): BinaryWriter;
|
|
299
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ReputationResponseData;
|
|
300
|
+
fromPartial(object: DeepPartial<ReputationResponseData>): ReputationResponseData;
|
|
301
|
+
fromAmino(object: ReputationResponseDataAmino): ReputationResponseData;
|
|
302
|
+
toAmino(message: ReputationResponseData): ReputationResponseDataAmino;
|
|
303
|
+
fromAminoMsg(object: ReputationResponseDataAminoMsg): ReputationResponseData;
|
|
304
|
+
fromProtoMsg(message: ReputationResponseDataProtoMsg): ReputationResponseData;
|
|
305
|
+
toProto(message: ReputationResponseData): Uint8Array;
|
|
306
|
+
toProtoMsg(message: ReputationResponseData): ReputationResponseDataProtoMsg;
|
|
307
|
+
};
|
|
308
|
+
/**
|
|
309
|
+
* ContentPacket sends federated content to a remote chain.
|
|
310
|
+
* @name ContentPacket
|
|
311
|
+
* @package sparkdream.federation.v1
|
|
312
|
+
* @see proto type: sparkdream.federation.v1.ContentPacket
|
|
313
|
+
*/
|
|
314
|
+
export declare const ContentPacket: {
|
|
315
|
+
typeUrl: string;
|
|
316
|
+
encode(message: ContentPacket, writer?: BinaryWriter): BinaryWriter;
|
|
317
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ContentPacket;
|
|
318
|
+
fromPartial(object: DeepPartial<ContentPacket>): ContentPacket;
|
|
319
|
+
fromAmino(object: ContentPacketAmino): ContentPacket;
|
|
320
|
+
toAmino(message: ContentPacket): ContentPacketAmino;
|
|
321
|
+
fromAminoMsg(object: ContentPacketAminoMsg): ContentPacket;
|
|
322
|
+
fromProtoMsg(message: ContentPacketProtoMsg): ContentPacket;
|
|
323
|
+
toProto(message: ContentPacket): Uint8Array;
|
|
324
|
+
toProtoMsg(message: ContentPacket): ContentPacketProtoMsg;
|
|
325
|
+
};
|
|
326
|
+
/**
|
|
327
|
+
* IdentityVerificationPacket initiates identity verification on a remote chain (Phase 1).
|
|
328
|
+
* @name IdentityVerificationPacket
|
|
329
|
+
* @package sparkdream.federation.v1
|
|
330
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationPacket
|
|
331
|
+
*/
|
|
332
|
+
export declare const IdentityVerificationPacket: {
|
|
333
|
+
typeUrl: string;
|
|
334
|
+
encode(message: IdentityVerificationPacket, writer?: BinaryWriter): BinaryWriter;
|
|
335
|
+
decode(input: BinaryReader | Uint8Array, length?: number): IdentityVerificationPacket;
|
|
336
|
+
fromPartial(object: DeepPartial<IdentityVerificationPacket>): IdentityVerificationPacket;
|
|
337
|
+
fromAmino(object: IdentityVerificationPacketAmino): IdentityVerificationPacket;
|
|
338
|
+
toAmino(message: IdentityVerificationPacket): IdentityVerificationPacketAmino;
|
|
339
|
+
fromAminoMsg(object: IdentityVerificationPacketAminoMsg): IdentityVerificationPacket;
|
|
340
|
+
fromProtoMsg(message: IdentityVerificationPacketProtoMsg): IdentityVerificationPacket;
|
|
341
|
+
toProto(message: IdentityVerificationPacket): Uint8Array;
|
|
342
|
+
toProtoMsg(message: IdentityVerificationPacket): IdentityVerificationPacketProtoMsg;
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* IdentityVerificationAck acknowledges an identity verification request.
|
|
346
|
+
* @name IdentityVerificationAck
|
|
347
|
+
* @package sparkdream.federation.v1
|
|
348
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationAck
|
|
349
|
+
*/
|
|
350
|
+
export declare const IdentityVerificationAck: {
|
|
351
|
+
typeUrl: string;
|
|
352
|
+
encode(message: IdentityVerificationAck, writer?: BinaryWriter): BinaryWriter;
|
|
353
|
+
decode(input: BinaryReader | Uint8Array, length?: number): IdentityVerificationAck;
|
|
354
|
+
fromPartial(object: DeepPartial<IdentityVerificationAck>): IdentityVerificationAck;
|
|
355
|
+
fromAmino(object: IdentityVerificationAckAmino): IdentityVerificationAck;
|
|
356
|
+
toAmino(message: IdentityVerificationAck): IdentityVerificationAckAmino;
|
|
357
|
+
fromAminoMsg(object: IdentityVerificationAckAminoMsg): IdentityVerificationAck;
|
|
358
|
+
fromProtoMsg(message: IdentityVerificationAckProtoMsg): IdentityVerificationAck;
|
|
359
|
+
toProto(message: IdentityVerificationAck): Uint8Array;
|
|
360
|
+
toProtoMsg(message: IdentityVerificationAck): IdentityVerificationAckProtoMsg;
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* IdentityVerificationConfirmPacket confirms identity ownership (Phase 2).
|
|
364
|
+
* @name IdentityVerificationConfirmPacket
|
|
365
|
+
* @package sparkdream.federation.v1
|
|
366
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationConfirmPacket
|
|
367
|
+
*/
|
|
368
|
+
export declare const IdentityVerificationConfirmPacket: {
|
|
369
|
+
typeUrl: string;
|
|
370
|
+
encode(message: IdentityVerificationConfirmPacket, writer?: BinaryWriter): BinaryWriter;
|
|
371
|
+
decode(input: BinaryReader | Uint8Array, length?: number): IdentityVerificationConfirmPacket;
|
|
372
|
+
fromPartial(object: DeepPartial<IdentityVerificationConfirmPacket>): IdentityVerificationConfirmPacket;
|
|
373
|
+
fromAmino(object: IdentityVerificationConfirmPacketAmino): IdentityVerificationConfirmPacket;
|
|
374
|
+
toAmino(message: IdentityVerificationConfirmPacket): IdentityVerificationConfirmPacketAmino;
|
|
375
|
+
fromAminoMsg(object: IdentityVerificationConfirmPacketAminoMsg): IdentityVerificationConfirmPacket;
|
|
376
|
+
fromProtoMsg(message: IdentityVerificationConfirmPacketProtoMsg): IdentityVerificationConfirmPacket;
|
|
377
|
+
toProto(message: IdentityVerificationConfirmPacket): Uint8Array;
|
|
378
|
+
toProtoMsg(message: IdentityVerificationConfirmPacket): IdentityVerificationConfirmPacketProtoMsg;
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* NoData defines an empty data packet (placeholder for IBC scaffolding).
|
|
382
|
+
* @name NoData
|
|
383
|
+
* @package sparkdream.federation.v1
|
|
384
|
+
* @see proto type: sparkdream.federation.v1.NoData
|
|
385
|
+
*/
|
|
386
|
+
export declare const NoData: {
|
|
387
|
+
typeUrl: string;
|
|
388
|
+
encode(_: NoData, writer?: BinaryWriter): BinaryWriter;
|
|
389
|
+
decode(input: BinaryReader | Uint8Array, length?: number): NoData;
|
|
390
|
+
fromPartial(_: DeepPartial<NoData>): NoData;
|
|
391
|
+
fromAmino(_: NoDataAmino): NoData;
|
|
392
|
+
toAmino(_: NoData): NoDataAmino;
|
|
393
|
+
fromAminoMsg(object: NoDataAminoMsg): NoData;
|
|
394
|
+
fromProtoMsg(message: NoDataProtoMsg): NoData;
|
|
395
|
+
toProto(message: NoData): Uint8Array;
|
|
396
|
+
toProtoMsg(message: NoData): NoDataProtoMsg;
|
|
397
|
+
};
|