@sparkdreamnft/sparkdreamjs 0.0.9 → 0.0.11
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/params.js +25 -1
- package/esm/sparkdream/blog/v1/post.js +16 -1
- package/esm/sparkdream/blog/v1/query.js +165 -0
- package/esm/sparkdream/blog/v1/query.lcd.js +11 -0
- package/esm/sparkdream/blog/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/blog/v1/tx.js +32 -2
- package/esm/sparkdream/bundle.js +343 -339
- package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
- package/esm/sparkdream/collect/v1/genesis.js +12 -11
- package/esm/sparkdream/collect/v1/params.js +37 -1
- package/esm/sparkdream/collect/v1/query.js +201 -186
- package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
- package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
- package/esm/sparkdream/collect/v1/tx.js +0 -258
- package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
- package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
- package/esm/sparkdream/collect/v1/types.js +50 -143
- package/esm/sparkdream/federation/v1/genesis.js +12 -11
- package/esm/sparkdream/federation/v1/query.js +37 -187
- package/esm/sparkdream/federation/v1/query.lcd.js +6 -16
- package/esm/sparkdream/federation/v1/query.rpc.Query.js +11 -19
- package/esm/sparkdream/federation/v1/tx.amino.js +1 -11
- package/esm/sparkdream/federation/v1/tx.js +0 -270
- package/esm/sparkdream/federation/v1/tx.registry.js +2 -38
- package/esm/sparkdream/federation/v1/tx.rpc.msg.js +4 -14
- package/esm/sparkdream/federation/v1/types.js +13 -318
- package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
- package/esm/sparkdream/forum/v1/params.js +146 -2
- package/esm/sparkdream/futarchy/v1/market.js +13 -1
- package/esm/sparkdream/name/v1/owner_info.js +13 -1
- package/esm/sparkdream/name/v1/query.js +141 -0
- package/esm/sparkdream/name/v1/query.lcd.js +7 -0
- package/esm/sparkdream/name/v1/query.rpc.Query.js +12 -1
- package/esm/sparkdream/name/v1/tx.amino.js +6 -1
- package/esm/sparkdream/name/v1/tx.js +147 -0
- package/esm/sparkdream/name/v1/tx.registry.js +20 -2
- package/esm/sparkdream/name/v1/tx.rpc.msg.js +8 -1
- package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
- package/esm/sparkdream/rep/v1/genesis.js +32 -17
- package/esm/sparkdream/rep/v1/member_report.js +98 -1
- package/esm/sparkdream/rep/v1/query.js +297 -306
- package/esm/sparkdream/rep/v1/query.lcd.js +23 -16
- package/esm/sparkdream/rep/v1/query.rpc.Query.js +36 -35
- package/esm/sparkdream/rep/v1/tx.amino.js +9 -9
- package/esm/sparkdream/rep/v1/tx.js +86 -58
- package/esm/sparkdream/rep/v1/tx.registry.js +18 -18
- package/esm/sparkdream/rep/v1/tx.rpc.msg.js +16 -14
- package/esm/sparkdream/season/v1/enums.js +10 -0
- package/esm/tendermint/bundle.js +18 -18
- package/ibc/bundle.d.ts +90 -90
- package/ibc/bundle.js +106 -106
- package/package.json +1 -1
- package/sparkdream/blog/v1/params.d.ts +16 -0
- package/sparkdream/blog/v1/params.js +25 -1
- package/sparkdream/blog/v1/post.d.ts +8 -0
- package/sparkdream/blog/v1/post.js +16 -1
- package/sparkdream/blog/v1/query.d.ts +92 -0
- package/sparkdream/blog/v1/query.js +166 -1
- package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
- package/sparkdream/blog/v1/query.lcd.js +11 -0
- package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
- package/sparkdream/blog/v1/tx.d.ts +16 -0
- package/sparkdream/blog/v1/tx.js +32 -2
- package/sparkdream/bundle.d.ts +14445 -14514
- package/sparkdream/bundle.js +343 -339
- package/sparkdream/client.d.ts +11 -26
- package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
- package/sparkdream/collect/v1/curator_activity.js +161 -0
- package/sparkdream/collect/v1/genesis.d.ts +4 -3
- package/sparkdream/collect/v1/genesis.js +11 -10
- package/sparkdream/collect/v1/params.d.ts +32 -0
- package/sparkdream/collect/v1/params.js +37 -1
- package/sparkdream/collect/v1/query.d.ts +142 -133
- package/sparkdream/collect/v1/query.js +201 -186
- package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
- package/sparkdream/collect/v1/query.lcd.js +16 -16
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
- package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
- package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
- package/sparkdream/collect/v1/tx.amino.js +0 -10
- package/sparkdream/collect/v1/tx.d.ts +0 -162
- package/sparkdream/collect/v1/tx.js +2 -260
- package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
- package/sparkdream/collect/v1/tx.registry.js +1 -37
- package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
- package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
- package/sparkdream/collect/v1/types.d.ts +26 -56
- package/sparkdream/collect/v1/types.js +51 -144
- package/sparkdream/federation/v1/genesis.d.ts +4 -3
- package/sparkdream/federation/v1/genesis.js +11 -10
- package/sparkdream/federation/v1/query.d.ts +53 -136
- package/sparkdream/federation/v1/query.js +37 -187
- package/sparkdream/federation/v1/query.lcd.d.ts +2 -3
- package/sparkdream/federation/v1/query.lcd.js +6 -16
- package/sparkdream/federation/v1/query.rpc.Query.d.ts +10 -7
- package/sparkdream/federation/v1/query.rpc.Query.js +10 -18
- package/sparkdream/federation/v1/tx.amino.d.ts +1 -11
- package/sparkdream/federation/v1/tx.amino.js +0 -10
- package/sparkdream/federation/v1/tx.d.ts +0 -164
- package/sparkdream/federation/v1/tx.js +1 -272
- package/sparkdream/federation/v1/tx.registry.d.ts +1 -25
- package/sparkdream/federation/v1/tx.registry.js +1 -37
- package/sparkdream/federation/v1/tx.rpc.msg.d.ts +6 -5
- package/sparkdream/federation/v1/tx.rpc.msg.js +3 -13
- package/sparkdream/federation/v1/types.d.ts +10 -106
- package/sparkdream/federation/v1/types.js +14 -321
- package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
- package/sparkdream/federation/v1/verifier_activity.js +197 -0
- package/sparkdream/forum/v1/params.d.ts +112 -0
- package/sparkdream/forum/v1/params.js +146 -2
- package/sparkdream/futarchy/v1/market.d.ts +14 -0
- package/sparkdream/futarchy/v1/market.js +13 -1
- package/sparkdream/name/v1/owner_info.d.ts +12 -0
- package/sparkdream/name/v1/owner_info.js +13 -1
- package/sparkdream/name/v1/query.d.ts +95 -0
- package/sparkdream/name/v1/query.js +142 -1
- package/sparkdream/name/v1/query.lcd.d.ts +2 -1
- package/sparkdream/name/v1/query.lcd.js +7 -0
- package/sparkdream/name/v1/query.rpc.Query.d.ts +9 -1
- package/sparkdream/name/v1/query.rpc.Query.js +11 -0
- package/sparkdream/name/v1/tx.amino.d.ts +6 -1
- package/sparkdream/name/v1/tx.amino.js +5 -0
- package/sparkdream/name/v1/tx.d.ts +105 -0
- package/sparkdream/name/v1/tx.js +148 -1
- package/sparkdream/name/v1/tx.registry.d.ts +13 -1
- package/sparkdream/name/v1/tx.registry.js +19 -1
- package/sparkdream/name/v1/tx.rpc.msg.d.ts +7 -1
- package/sparkdream/name/v1/tx.rpc.msg.js +7 -0
- package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
- package/sparkdream/rep/v1/bonded_role.js +453 -0
- package/sparkdream/rep/v1/genesis.d.ts +11 -9
- package/sparkdream/rep/v1/genesis.js +32 -17
- package/sparkdream/rep/v1/member_report.d.ts +61 -0
- package/sparkdream/rep/v1/member_report.js +99 -2
- package/sparkdream/rep/v1/query.d.ts +259 -261
- package/sparkdream/rep/v1/query.js +299 -308
- package/sparkdream/rep/v1/query.lcd.d.ts +5 -5
- package/sparkdream/rep/v1/query.lcd.js +23 -16
- package/sparkdream/rep/v1/query.rpc.Query.d.ts +20 -17
- package/sparkdream/rep/v1/query.rpc.Query.js +35 -34
- package/sparkdream/rep/v1/tx.amino.d.ts +7 -7
- package/sparkdream/rep/v1/tx.amino.js +9 -9
- package/sparkdream/rep/v1/tx.d.ts +121 -104
- package/sparkdream/rep/v1/tx.js +87 -59
- package/sparkdream/rep/v1/tx.registry.d.ts +11 -11
- package/sparkdream/rep/v1/tx.registry.js +17 -17
- package/sparkdream/rep/v1/tx.rpc.msg.d.ts +11 -9
- package/sparkdream/rep/v1/tx.rpc.msg.js +15 -13
- package/sparkdream/rpc.query.d.ts +9 -8
- package/sparkdream/season/v1/enums.d.ts +5 -0
- package/sparkdream/season/v1/enums.js +10 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +18 -18
- package/esm/sparkdream/rep/v1/sentinel_activity.js +0 -214
- package/sparkdream/rep/v1/sentinel_activity.d.ts +0 -79
- package/sparkdream/rep/v1/sentinel_activity.js +0 -219
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MsgUpdateParams, MsgUpdateOperationalParams, MsgInviteMember, MsgAcceptInvitation, MsgTransferDream, MsgCreateInterim, MsgAssignInterim, MsgSubmitInterimWork, MsgApproveInterim, MsgAbandonInterim, MsgCompleteInterim, MsgProposeProject, MsgApproveProjectBudget, MsgCancelProject, MsgCreateInitiative, MsgAssignInitiative, MsgSubmitInitiativeWork, MsgApproveInitiative, MsgAbandonInitiative, MsgCompleteInitiative, MsgStake, MsgUnstake, MsgClaimStakingRewards, MsgCompoundStakingRewards, MsgCreateChallenge, MsgRespondToChallenge, MsgSubmitJurorVote, MsgSubmitExpertTestimony, MsgChallengeContent, MsgRespondToContentChallenge, MsgRegisterZkPublicKey, MsgCreateTag, MsgReportTag, MsgResolveTagReport, MsgCreateTagBudget, MsgAwardFromTagBudget, MsgTopUpTagBudget, MsgToggleTagBudget, MsgWithdrawTagBudget,
|
|
2
|
-
export const registry = [["/sparkdream.rep.v1.MsgUpdateParams", MsgUpdateParams], ["/sparkdream.rep.v1.MsgUpdateOperationalParams", MsgUpdateOperationalParams], ["/sparkdream.rep.v1.MsgInviteMember", MsgInviteMember], ["/sparkdream.rep.v1.MsgAcceptInvitation", MsgAcceptInvitation], ["/sparkdream.rep.v1.MsgTransferDream", MsgTransferDream], ["/sparkdream.rep.v1.MsgCreateInterim", MsgCreateInterim], ["/sparkdream.rep.v1.MsgAssignInterim", MsgAssignInterim], ["/sparkdream.rep.v1.MsgSubmitInterimWork", MsgSubmitInterimWork], ["/sparkdream.rep.v1.MsgApproveInterim", MsgApproveInterim], ["/sparkdream.rep.v1.MsgAbandonInterim", MsgAbandonInterim], ["/sparkdream.rep.v1.MsgCompleteInterim", MsgCompleteInterim], ["/sparkdream.rep.v1.MsgProposeProject", MsgProposeProject], ["/sparkdream.rep.v1.MsgApproveProjectBudget", MsgApproveProjectBudget], ["/sparkdream.rep.v1.MsgCancelProject", MsgCancelProject], ["/sparkdream.rep.v1.MsgCreateInitiative", MsgCreateInitiative], ["/sparkdream.rep.v1.MsgAssignInitiative", MsgAssignInitiative], ["/sparkdream.rep.v1.MsgSubmitInitiativeWork", MsgSubmitInitiativeWork], ["/sparkdream.rep.v1.MsgApproveInitiative", MsgApproveInitiative], ["/sparkdream.rep.v1.MsgAbandonInitiative", MsgAbandonInitiative], ["/sparkdream.rep.v1.MsgCompleteInitiative", MsgCompleteInitiative], ["/sparkdream.rep.v1.MsgStake", MsgStake], ["/sparkdream.rep.v1.MsgUnstake", MsgUnstake], ["/sparkdream.rep.v1.MsgClaimStakingRewards", MsgClaimStakingRewards], ["/sparkdream.rep.v1.MsgCompoundStakingRewards", MsgCompoundStakingRewards], ["/sparkdream.rep.v1.MsgCreateChallenge", MsgCreateChallenge], ["/sparkdream.rep.v1.MsgRespondToChallenge", MsgRespondToChallenge], ["/sparkdream.rep.v1.MsgSubmitJurorVote", MsgSubmitJurorVote], ["/sparkdream.rep.v1.MsgSubmitExpertTestimony", MsgSubmitExpertTestimony], ["/sparkdream.rep.v1.MsgChallengeContent", MsgChallengeContent], ["/sparkdream.rep.v1.MsgRespondToContentChallenge", MsgRespondToContentChallenge], ["/sparkdream.rep.v1.MsgRegisterZkPublicKey", MsgRegisterZkPublicKey], ["/sparkdream.rep.v1.MsgCreateTag", MsgCreateTag], ["/sparkdream.rep.v1.MsgReportTag", MsgReportTag], ["/sparkdream.rep.v1.MsgResolveTagReport", MsgResolveTagReport], ["/sparkdream.rep.v1.MsgCreateTagBudget", MsgCreateTagBudget], ["/sparkdream.rep.v1.MsgAwardFromTagBudget", MsgAwardFromTagBudget], ["/sparkdream.rep.v1.MsgTopUpTagBudget", MsgTopUpTagBudget], ["/sparkdream.rep.v1.MsgToggleTagBudget", MsgToggleTagBudget], ["/sparkdream.rep.v1.MsgWithdrawTagBudget", MsgWithdrawTagBudget], ["/sparkdream.rep.v1.
|
|
1
|
+
import { MsgUpdateParams, MsgUpdateOperationalParams, MsgInviteMember, MsgAcceptInvitation, MsgTransferDream, MsgCreateInterim, MsgAssignInterim, MsgSubmitInterimWork, MsgApproveInterim, MsgAbandonInterim, MsgCompleteInterim, MsgProposeProject, MsgApproveProjectBudget, MsgCancelProject, MsgCreateInitiative, MsgAssignInitiative, MsgSubmitInitiativeWork, MsgApproveInitiative, MsgAbandonInitiative, MsgCompleteInitiative, MsgStake, MsgUnstake, MsgClaimStakingRewards, MsgCompoundStakingRewards, MsgCreateChallenge, MsgRespondToChallenge, MsgSubmitJurorVote, MsgSubmitExpertTestimony, MsgChallengeContent, MsgRespondToContentChallenge, MsgRegisterZkPublicKey, MsgCreateTag, MsgReportTag, MsgResolveTagReport, MsgCreateTagBudget, MsgAwardFromTagBudget, MsgTopUpTagBudget, MsgToggleTagBudget, MsgWithdrawTagBudget, MsgBondRole, MsgUnbondRole, MsgReportMember, MsgCosignMemberReport, MsgResolveMemberReport, MsgDefendMemberReport, MsgAppealGovAction, MsgResolveGovActionAppeal } from "./tx";
|
|
2
|
+
export const registry = [["/sparkdream.rep.v1.MsgUpdateParams", MsgUpdateParams], ["/sparkdream.rep.v1.MsgUpdateOperationalParams", MsgUpdateOperationalParams], ["/sparkdream.rep.v1.MsgInviteMember", MsgInviteMember], ["/sparkdream.rep.v1.MsgAcceptInvitation", MsgAcceptInvitation], ["/sparkdream.rep.v1.MsgTransferDream", MsgTransferDream], ["/sparkdream.rep.v1.MsgCreateInterim", MsgCreateInterim], ["/sparkdream.rep.v1.MsgAssignInterim", MsgAssignInterim], ["/sparkdream.rep.v1.MsgSubmitInterimWork", MsgSubmitInterimWork], ["/sparkdream.rep.v1.MsgApproveInterim", MsgApproveInterim], ["/sparkdream.rep.v1.MsgAbandonInterim", MsgAbandonInterim], ["/sparkdream.rep.v1.MsgCompleteInterim", MsgCompleteInterim], ["/sparkdream.rep.v1.MsgProposeProject", MsgProposeProject], ["/sparkdream.rep.v1.MsgApproveProjectBudget", MsgApproveProjectBudget], ["/sparkdream.rep.v1.MsgCancelProject", MsgCancelProject], ["/sparkdream.rep.v1.MsgCreateInitiative", MsgCreateInitiative], ["/sparkdream.rep.v1.MsgAssignInitiative", MsgAssignInitiative], ["/sparkdream.rep.v1.MsgSubmitInitiativeWork", MsgSubmitInitiativeWork], ["/sparkdream.rep.v1.MsgApproveInitiative", MsgApproveInitiative], ["/sparkdream.rep.v1.MsgAbandonInitiative", MsgAbandonInitiative], ["/sparkdream.rep.v1.MsgCompleteInitiative", MsgCompleteInitiative], ["/sparkdream.rep.v1.MsgStake", MsgStake], ["/sparkdream.rep.v1.MsgUnstake", MsgUnstake], ["/sparkdream.rep.v1.MsgClaimStakingRewards", MsgClaimStakingRewards], ["/sparkdream.rep.v1.MsgCompoundStakingRewards", MsgCompoundStakingRewards], ["/sparkdream.rep.v1.MsgCreateChallenge", MsgCreateChallenge], ["/sparkdream.rep.v1.MsgRespondToChallenge", MsgRespondToChallenge], ["/sparkdream.rep.v1.MsgSubmitJurorVote", MsgSubmitJurorVote], ["/sparkdream.rep.v1.MsgSubmitExpertTestimony", MsgSubmitExpertTestimony], ["/sparkdream.rep.v1.MsgChallengeContent", MsgChallengeContent], ["/sparkdream.rep.v1.MsgRespondToContentChallenge", MsgRespondToContentChallenge], ["/sparkdream.rep.v1.MsgRegisterZkPublicKey", MsgRegisterZkPublicKey], ["/sparkdream.rep.v1.MsgCreateTag", MsgCreateTag], ["/sparkdream.rep.v1.MsgReportTag", MsgReportTag], ["/sparkdream.rep.v1.MsgResolveTagReport", MsgResolveTagReport], ["/sparkdream.rep.v1.MsgCreateTagBudget", MsgCreateTagBudget], ["/sparkdream.rep.v1.MsgAwardFromTagBudget", MsgAwardFromTagBudget], ["/sparkdream.rep.v1.MsgTopUpTagBudget", MsgTopUpTagBudget], ["/sparkdream.rep.v1.MsgToggleTagBudget", MsgToggleTagBudget], ["/sparkdream.rep.v1.MsgWithdrawTagBudget", MsgWithdrawTagBudget], ["/sparkdream.rep.v1.MsgBondRole", MsgBondRole], ["/sparkdream.rep.v1.MsgUnbondRole", MsgUnbondRole], ["/sparkdream.rep.v1.MsgReportMember", MsgReportMember], ["/sparkdream.rep.v1.MsgCosignMemberReport", MsgCosignMemberReport], ["/sparkdream.rep.v1.MsgResolveMemberReport", MsgResolveMemberReport], ["/sparkdream.rep.v1.MsgDefendMemberReport", MsgDefendMemberReport], ["/sparkdream.rep.v1.MsgAppealGovAction", MsgAppealGovAction], ["/sparkdream.rep.v1.MsgResolveGovActionAppeal", MsgResolveGovActionAppeal]];
|
|
3
3
|
export const load = (protoRegistry) => {
|
|
4
4
|
registry.forEach(([typeUrl, mod]) => {
|
|
5
5
|
protoRegistry.register(typeUrl, mod);
|
|
@@ -241,16 +241,16 @@ export const MessageComposer = {
|
|
|
241
241
|
value: MsgWithdrawTagBudget.encode(value).finish()
|
|
242
242
|
};
|
|
243
243
|
},
|
|
244
|
-
|
|
244
|
+
bondRole(value) {
|
|
245
245
|
return {
|
|
246
|
-
typeUrl: "/sparkdream.rep.v1.
|
|
247
|
-
value:
|
|
246
|
+
typeUrl: "/sparkdream.rep.v1.MsgBondRole",
|
|
247
|
+
value: MsgBondRole.encode(value).finish()
|
|
248
248
|
};
|
|
249
249
|
},
|
|
250
|
-
|
|
250
|
+
unbondRole(value) {
|
|
251
251
|
return {
|
|
252
|
-
typeUrl: "/sparkdream.rep.v1.
|
|
253
|
-
value:
|
|
252
|
+
typeUrl: "/sparkdream.rep.v1.MsgUnbondRole",
|
|
253
|
+
value: MsgUnbondRole.encode(value).finish()
|
|
254
254
|
};
|
|
255
255
|
},
|
|
256
256
|
reportMember(value) {
|
|
@@ -525,15 +525,15 @@ export const MessageComposer = {
|
|
|
525
525
|
value
|
|
526
526
|
};
|
|
527
527
|
},
|
|
528
|
-
|
|
528
|
+
bondRole(value) {
|
|
529
529
|
return {
|
|
530
|
-
typeUrl: "/sparkdream.rep.v1.
|
|
530
|
+
typeUrl: "/sparkdream.rep.v1.MsgBondRole",
|
|
531
531
|
value
|
|
532
532
|
};
|
|
533
533
|
},
|
|
534
|
-
|
|
534
|
+
unbondRole(value) {
|
|
535
535
|
return {
|
|
536
|
-
typeUrl: "/sparkdream.rep.v1.
|
|
536
|
+
typeUrl: "/sparkdream.rep.v1.MsgUnbondRole",
|
|
537
537
|
value
|
|
538
538
|
};
|
|
539
539
|
},
|
|
@@ -809,16 +809,16 @@ export const MessageComposer = {
|
|
|
809
809
|
value: MsgWithdrawTagBudget.fromPartial(value)
|
|
810
810
|
};
|
|
811
811
|
},
|
|
812
|
-
|
|
812
|
+
bondRole(value) {
|
|
813
813
|
return {
|
|
814
|
-
typeUrl: "/sparkdream.rep.v1.
|
|
815
|
-
value:
|
|
814
|
+
typeUrl: "/sparkdream.rep.v1.MsgBondRole",
|
|
815
|
+
value: MsgBondRole.fromPartial(value)
|
|
816
816
|
};
|
|
817
817
|
},
|
|
818
|
-
|
|
818
|
+
unbondRole(value) {
|
|
819
819
|
return {
|
|
820
|
-
typeUrl: "/sparkdream.rep.v1.
|
|
821
|
-
value:
|
|
820
|
+
typeUrl: "/sparkdream.rep.v1.MsgUnbondRole",
|
|
821
|
+
value: MsgUnbondRole.fromPartial(value)
|
|
822
822
|
};
|
|
823
823
|
},
|
|
824
824
|
reportMember(value) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BinaryReader } from "../../../binary";
|
|
2
|
-
import { MsgUpdateParams, MsgUpdateParamsResponse, MsgUpdateOperationalParams, MsgUpdateOperationalParamsResponse, MsgInviteMember, MsgInviteMemberResponse, MsgAcceptInvitation, MsgAcceptInvitationResponse, MsgTransferDream, MsgTransferDreamResponse, MsgCreateInterim, MsgCreateInterimResponse, MsgAssignInterim, MsgAssignInterimResponse, MsgSubmitInterimWork, MsgSubmitInterimWorkResponse, MsgApproveInterim, MsgApproveInterimResponse, MsgAbandonInterim, MsgAbandonInterimResponse, MsgCompleteInterim, MsgCompleteInterimResponse, MsgProposeProject, MsgProposeProjectResponse, MsgApproveProjectBudget, MsgApproveProjectBudgetResponse, MsgCancelProject, MsgCancelProjectResponse, MsgCreateInitiative, MsgCreateInitiativeResponse, MsgAssignInitiative, MsgAssignInitiativeResponse, MsgSubmitInitiativeWork, MsgSubmitInitiativeWorkResponse, MsgApproveInitiative, MsgApproveInitiativeResponse, MsgAbandonInitiative, MsgAbandonInitiativeResponse, MsgCompleteInitiative, MsgCompleteInitiativeResponse, MsgStake, MsgStakeResponse, MsgUnstake, MsgUnstakeResponse, MsgClaimStakingRewards, MsgClaimStakingRewardsResponse, MsgCompoundStakingRewards, MsgCompoundStakingRewardsResponse, MsgCreateChallenge, MsgCreateChallengeResponse, MsgRespondToChallenge, MsgRespondToChallengeResponse, MsgSubmitJurorVote, MsgSubmitJurorVoteResponse, MsgSubmitExpertTestimony, MsgSubmitExpertTestimonyResponse, MsgChallengeContent, MsgChallengeContentResponse, MsgRespondToContentChallenge, MsgRespondToContentChallengeResponse, MsgRegisterZkPublicKey, MsgRegisterZkPublicKeyResponse, MsgCreateTag, MsgCreateTagResponse, MsgReportTag, MsgReportTagResponse, MsgResolveTagReport, MsgResolveTagReportResponse, MsgCreateTagBudget, MsgCreateTagBudgetResponse, MsgAwardFromTagBudget, MsgAwardFromTagBudgetResponse, MsgTopUpTagBudget, MsgTopUpTagBudgetResponse, MsgToggleTagBudget, MsgToggleTagBudgetResponse, MsgWithdrawTagBudget, MsgWithdrawTagBudgetResponse,
|
|
2
|
+
import { MsgUpdateParams, MsgUpdateParamsResponse, MsgUpdateOperationalParams, MsgUpdateOperationalParamsResponse, MsgInviteMember, MsgInviteMemberResponse, MsgAcceptInvitation, MsgAcceptInvitationResponse, MsgTransferDream, MsgTransferDreamResponse, MsgCreateInterim, MsgCreateInterimResponse, MsgAssignInterim, MsgAssignInterimResponse, MsgSubmitInterimWork, MsgSubmitInterimWorkResponse, MsgApproveInterim, MsgApproveInterimResponse, MsgAbandonInterim, MsgAbandonInterimResponse, MsgCompleteInterim, MsgCompleteInterimResponse, MsgProposeProject, MsgProposeProjectResponse, MsgApproveProjectBudget, MsgApproveProjectBudgetResponse, MsgCancelProject, MsgCancelProjectResponse, MsgCreateInitiative, MsgCreateInitiativeResponse, MsgAssignInitiative, MsgAssignInitiativeResponse, MsgSubmitInitiativeWork, MsgSubmitInitiativeWorkResponse, MsgApproveInitiative, MsgApproveInitiativeResponse, MsgAbandonInitiative, MsgAbandonInitiativeResponse, MsgCompleteInitiative, MsgCompleteInitiativeResponse, MsgStake, MsgStakeResponse, MsgUnstake, MsgUnstakeResponse, MsgClaimStakingRewards, MsgClaimStakingRewardsResponse, MsgCompoundStakingRewards, MsgCompoundStakingRewardsResponse, MsgCreateChallenge, MsgCreateChallengeResponse, MsgRespondToChallenge, MsgRespondToChallengeResponse, MsgSubmitJurorVote, MsgSubmitJurorVoteResponse, MsgSubmitExpertTestimony, MsgSubmitExpertTestimonyResponse, MsgChallengeContent, MsgChallengeContentResponse, MsgRespondToContentChallenge, MsgRespondToContentChallengeResponse, MsgRegisterZkPublicKey, MsgRegisterZkPublicKeyResponse, MsgCreateTag, MsgCreateTagResponse, MsgReportTag, MsgReportTagResponse, MsgResolveTagReport, MsgResolveTagReportResponse, MsgCreateTagBudget, MsgCreateTagBudgetResponse, MsgAwardFromTagBudget, MsgAwardFromTagBudgetResponse, MsgTopUpTagBudget, MsgTopUpTagBudgetResponse, MsgToggleTagBudget, MsgToggleTagBudgetResponse, MsgWithdrawTagBudget, MsgWithdrawTagBudgetResponse, MsgBondRole, MsgBondRoleResponse, MsgUnbondRole, MsgUnbondRoleResponse, MsgReportMember, MsgReportMemberResponse, MsgCosignMemberReport, MsgCosignMemberReportResponse, MsgResolveMemberReport, MsgResolveMemberReportResponse, MsgDefendMemberReport, MsgDefendMemberReportResponse, MsgAppealGovAction, MsgAppealGovActionResponse, MsgResolveGovActionAppeal, MsgResolveGovActionAppealResponse } from "./tx";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
@@ -243,19 +243,21 @@ export class MsgClientImpl {
|
|
|
243
243
|
const promise = this.rpc.request("sparkdream.rep.v1.Msg", "WithdrawTagBudget", data);
|
|
244
244
|
return promise.then(data => MsgWithdrawTagBudgetResponse.decode(new BinaryReader(data)));
|
|
245
245
|
};
|
|
246
|
-
/*
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
246
|
+
/* BondRole locks DREAM against (role_type, creator) and creates or updates
|
|
247
|
+
the BondedRole record. Used to register as a forum sentinel, collect
|
|
248
|
+
curator, federation verifier, etc. — role-specific eligibility comes from
|
|
249
|
+
the role's BondedRoleConfig. */
|
|
250
|
+
bondRole = async (request) => {
|
|
251
|
+
const data = MsgBondRole.encode(request).finish();
|
|
252
|
+
const promise = this.rpc.request("sparkdream.rep.v1.Msg", "BondRole", data);
|
|
253
|
+
return promise.then(data => MsgBondRoleResponse.decode(new BinaryReader(data)));
|
|
254
|
+
};
|
|
255
|
+
/* UnbondRole withdraws a portion of the caller's bond for the given
|
|
256
|
+
role_type (subject to committed-bond constraints). */
|
|
257
|
+
unbondRole = async (request) => {
|
|
258
|
+
const data = MsgUnbondRole.encode(request).finish();
|
|
259
|
+
const promise = this.rpc.request("sparkdream.rep.v1.Msg", "UnbondRole", data);
|
|
260
|
+
return promise.then(data => MsgUnbondRoleResponse.decode(new BinaryReader(data)));
|
|
259
261
|
};
|
|
260
262
|
/* ReportMember defines the ReportMember RPC. */
|
|
261
263
|
reportMember = async (request) => {
|
|
@@ -134,6 +134,11 @@ export var RequirementType;
|
|
|
134
134
|
RequirementType[RequirementType["REQUIREMENT_TYPE_TOP_XP"] = 9] = "REQUIREMENT_TYPE_TOP_XP";
|
|
135
135
|
RequirementType[RequirementType["REQUIREMENT_TYPE_MIN_LEVEL"] = 10] = "REQUIREMENT_TYPE_MIN_LEVEL";
|
|
136
136
|
RequirementType[RequirementType["REQUIREMENT_TYPE_ACHIEVEMENT_COUNT"] = 11] = "REQUIREMENT_TYPE_ACHIEVEMENT_COUNT";
|
|
137
|
+
/**
|
|
138
|
+
* REQUIREMENT_TYPE_GENESIS - Marker for achievements that can only be held via genesis seeding.
|
|
139
|
+
* No runtime path awards these; absence of a corresponding evaluator is the enforcement.
|
|
140
|
+
*/
|
|
141
|
+
RequirementType[RequirementType["REQUIREMENT_TYPE_GENESIS"] = 12] = "REQUIREMENT_TYPE_GENESIS";
|
|
137
142
|
RequirementType[RequirementType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
138
143
|
})(RequirementType || (RequirementType = {}));
|
|
139
144
|
export const RequirementTypeAmino = RequirementType;
|
|
@@ -175,6 +180,9 @@ export function requirementTypeFromJSON(object) {
|
|
|
175
180
|
case 11:
|
|
176
181
|
case "REQUIREMENT_TYPE_ACHIEVEMENT_COUNT":
|
|
177
182
|
return RequirementType.REQUIREMENT_TYPE_ACHIEVEMENT_COUNT;
|
|
183
|
+
case 12:
|
|
184
|
+
case "REQUIREMENT_TYPE_GENESIS":
|
|
185
|
+
return RequirementType.REQUIREMENT_TYPE_GENESIS;
|
|
178
186
|
case -1:
|
|
179
187
|
case "UNRECOGNIZED":
|
|
180
188
|
default:
|
|
@@ -207,6 +215,8 @@ export function requirementTypeToJSON(object) {
|
|
|
207
215
|
return "REQUIREMENT_TYPE_MIN_LEVEL";
|
|
208
216
|
case RequirementType.REQUIREMENT_TYPE_ACHIEVEMENT_COUNT:
|
|
209
217
|
return "REQUIREMENT_TYPE_ACHIEVEMENT_COUNT";
|
|
218
|
+
case RequirementType.REQUIREMENT_TYPE_GENESIS:
|
|
219
|
+
return "REQUIREMENT_TYPE_GENESIS";
|
|
210
220
|
case RequirementType.UNRECOGNIZED:
|
|
211
221
|
default:
|
|
212
222
|
return "UNRECOGNIZED";
|
package/esm/tendermint/bundle.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
2
|
+
import * as _330 from "./abci/types";
|
|
3
|
+
import * as _331 from "./crypto/keys";
|
|
4
|
+
import * as _332 from "./crypto/proof";
|
|
5
|
+
import * as _333 from "./p2p/types";
|
|
6
|
+
import * as _334 from "./types/block";
|
|
7
|
+
import * as _335 from "./types/evidence";
|
|
8
|
+
import * as _336 from "./types/params";
|
|
9
|
+
import * as _337 from "./types/types";
|
|
10
|
+
import * as _338 from "./types/validator";
|
|
11
|
+
import * as _339 from "./version/types";
|
|
12
12
|
export var tendermint;
|
|
13
13
|
(function (tendermint) {
|
|
14
14
|
tendermint.abci = {
|
|
15
|
-
...
|
|
15
|
+
..._330
|
|
16
16
|
};
|
|
17
17
|
tendermint.crypto = {
|
|
18
|
-
...
|
|
19
|
-
...
|
|
18
|
+
..._331,
|
|
19
|
+
..._332
|
|
20
20
|
};
|
|
21
21
|
tendermint.p2p = {
|
|
22
|
-
...
|
|
22
|
+
..._333
|
|
23
23
|
};
|
|
24
24
|
tendermint.types = {
|
|
25
|
-
..._332,
|
|
26
|
-
..._333,
|
|
27
25
|
..._334,
|
|
28
26
|
..._335,
|
|
29
|
-
..._336
|
|
27
|
+
..._336,
|
|
28
|
+
..._337,
|
|
29
|
+
..._338
|
|
30
30
|
};
|
|
31
31
|
tendermint.version = {
|
|
32
|
-
...
|
|
32
|
+
..._339
|
|
33
33
|
};
|
|
34
34
|
})(tendermint || (tendermint = {}));
|
package/ibc/bundle.d.ts
CHANGED
|
@@ -51,49 +51,49 @@ import * as _171 from "./lightclients/wasm/v1/genesis";
|
|
|
51
51
|
import * as _172 from "./lightclients/wasm/v1/query";
|
|
52
52
|
import * as _173 from "./lightclients/wasm/v1/tx";
|
|
53
53
|
import * as _174 from "./lightclients/wasm/v1/wasm";
|
|
54
|
-
import * as
|
|
55
|
-
import * as
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as
|
|
61
|
-
import * as
|
|
62
|
-
import * as
|
|
63
|
-
import * as
|
|
64
|
-
import * as
|
|
65
|
-
import * as
|
|
66
|
-
import * as
|
|
67
|
-
import * as
|
|
68
|
-
import * as
|
|
69
|
-
import * as
|
|
70
|
-
import * as
|
|
71
|
-
import * as
|
|
72
|
-
import * as
|
|
73
|
-
import * as
|
|
74
|
-
import * as
|
|
75
|
-
import * as
|
|
76
|
-
import * as
|
|
77
|
-
import * as
|
|
78
|
-
import * as
|
|
79
|
-
import * as
|
|
80
|
-
import * as
|
|
81
|
-
import * as
|
|
82
|
-
import * as
|
|
83
|
-
import * as
|
|
54
|
+
import * as _448 from "./applications/interchain_accounts/controller/v1/query.lcd";
|
|
55
|
+
import * as _449 from "./applications/interchain_accounts/host/v1/query.lcd";
|
|
56
|
+
import * as _450 from "./applications/rate_limiting/v1/query.lcd";
|
|
57
|
+
import * as _451 from "./applications/transfer/v1/query.lcd";
|
|
58
|
+
import * as _452 from "./core/channel/v1/query.lcd";
|
|
59
|
+
import * as _453 from "./core/channel/v2/query.lcd";
|
|
60
|
+
import * as _454 from "./core/client/v1/query.lcd";
|
|
61
|
+
import * as _455 from "./core/client/v2/query.lcd";
|
|
62
|
+
import * as _456 from "./core/connection/v1/query.lcd";
|
|
63
|
+
import * as _457 from "./lightclients/wasm/v1/query.lcd";
|
|
64
|
+
import * as _458 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
|
|
65
|
+
import * as _459 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
|
|
66
|
+
import * as _460 from "./applications/rate_limiting/v1/query.rpc.Query";
|
|
67
|
+
import * as _461 from "./applications/transfer/v1/query.rpc.Query";
|
|
68
|
+
import * as _462 from "./core/channel/v1/query.rpc.Query";
|
|
69
|
+
import * as _463 from "./core/channel/v2/query.rpc.Query";
|
|
70
|
+
import * as _464 from "./core/client/v1/query.rpc.Query";
|
|
71
|
+
import * as _465 from "./core/client/v2/query.rpc.Query";
|
|
72
|
+
import * as _466 from "./core/connection/v1/query.rpc.Query";
|
|
73
|
+
import * as _467 from "./lightclients/wasm/v1/query.rpc.Query";
|
|
74
|
+
import * as _468 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
|
|
75
|
+
import * as _469 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
|
|
76
|
+
import * as _470 from "./applications/rate_limiting/v1/tx.rpc.msg";
|
|
77
|
+
import * as _471 from "./applications/transfer/v1/tx.rpc.msg";
|
|
78
|
+
import * as _472 from "./core/channel/v1/tx.rpc.msg";
|
|
79
|
+
import * as _473 from "./core/channel/v2/tx.rpc.msg";
|
|
80
|
+
import * as _474 from "./core/client/v1/tx.rpc.msg";
|
|
81
|
+
import * as _475 from "./core/client/v2/tx.rpc.msg";
|
|
82
|
+
import * as _476 from "./core/connection/v1/tx.rpc.msg";
|
|
83
|
+
import * as _477 from "./lightclients/wasm/v1/tx.rpc.msg";
|
|
84
84
|
export declare namespace ibc {
|
|
85
85
|
namespace applications {
|
|
86
86
|
namespace interchain_accounts {
|
|
87
87
|
namespace controller {
|
|
88
88
|
const v1: {
|
|
89
|
-
MsgClientImpl: typeof
|
|
90
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
91
|
-
QueryClientImpl: typeof
|
|
89
|
+
MsgClientImpl: typeof _468.MsgClientImpl;
|
|
90
|
+
createClientImpl: (rpc: import("..").TxRpc) => _468.MsgClientImpl;
|
|
91
|
+
QueryClientImpl: typeof _458.QueryClientImpl;
|
|
92
92
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
93
93
|
interchainAccount(request: _123.QueryInterchainAccountRequest): Promise<_123.QueryInterchainAccountResponse>;
|
|
94
94
|
params(request?: _123.QueryParamsRequest): Promise<_123.QueryParamsResponse>;
|
|
95
95
|
};
|
|
96
|
-
LCDQueryClient: typeof
|
|
96
|
+
LCDQueryClient: typeof _448.LCDQueryClient;
|
|
97
97
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
98
98
|
load: (protoRegistry: Registry) => void;
|
|
99
99
|
MessageComposer: {
|
|
@@ -389,13 +389,13 @@ export declare namespace ibc {
|
|
|
389
389
|
}
|
|
390
390
|
namespace host {
|
|
391
391
|
const v1: {
|
|
392
|
-
MsgClientImpl: typeof
|
|
393
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
394
|
-
QueryClientImpl: typeof
|
|
392
|
+
MsgClientImpl: typeof _469.MsgClientImpl;
|
|
393
|
+
createClientImpl: (rpc: import("..").TxRpc) => _469.MsgClientImpl;
|
|
394
|
+
QueryClientImpl: typeof _459.QueryClientImpl;
|
|
395
395
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
396
396
|
params(request?: _127.QueryParamsRequest): Promise<_127.QueryParamsResponse>;
|
|
397
397
|
};
|
|
398
|
-
LCDQueryClient: typeof
|
|
398
|
+
LCDQueryClient: typeof _449.LCDQueryClient;
|
|
399
399
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
400
400
|
load: (protoRegistry: Registry) => void;
|
|
401
401
|
MessageComposer: {
|
|
@@ -663,9 +663,9 @@ export declare namespace ibc {
|
|
|
663
663
|
}
|
|
664
664
|
namespace rate_limiting {
|
|
665
665
|
const v1: {
|
|
666
|
-
MsgClientImpl: typeof
|
|
667
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
668
|
-
QueryClientImpl: typeof
|
|
666
|
+
MsgClientImpl: typeof _470.MsgClientImpl;
|
|
667
|
+
createClientImpl: (rpc: import("..").TxRpc) => _470.MsgClientImpl;
|
|
668
|
+
QueryClientImpl: typeof _460.QueryClientImpl;
|
|
669
669
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
670
670
|
allRateLimits(request?: _134.QueryAllRateLimitsRequest): Promise<_134.QueryAllRateLimitsResponse>;
|
|
671
671
|
rateLimit(request: _134.QueryRateLimitRequest): Promise<_134.QueryRateLimitResponse>;
|
|
@@ -674,7 +674,7 @@ export declare namespace ibc {
|
|
|
674
674
|
allBlacklistedDenoms(request?: _134.QueryAllBlacklistedDenomsRequest): Promise<_134.QueryAllBlacklistedDenomsResponse>;
|
|
675
675
|
allWhitelistedAddresses(request?: _134.QueryAllWhitelistedAddressesRequest): Promise<_134.QueryAllWhitelistedAddressesResponse>;
|
|
676
676
|
};
|
|
677
|
-
LCDQueryClient: typeof
|
|
677
|
+
LCDQueryClient: typeof _450.LCDQueryClient;
|
|
678
678
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
679
679
|
load: (protoRegistry: Registry) => void;
|
|
680
680
|
MessageComposer: {
|
|
@@ -1141,9 +1141,9 @@ export declare namespace ibc {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
namespace transfer {
|
|
1143
1143
|
const v1: {
|
|
1144
|
-
MsgClientImpl: typeof
|
|
1145
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
1146
|
-
QueryClientImpl: typeof
|
|
1144
|
+
MsgClientImpl: typeof _471.MsgClientImpl;
|
|
1145
|
+
createClientImpl: (rpc: import("..").TxRpc) => _471.MsgClientImpl;
|
|
1146
|
+
QueryClientImpl: typeof _461.QueryClientImpl;
|
|
1147
1147
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1148
1148
|
params(request?: _141.QueryParamsRequest): Promise<_141.QueryParamsResponse>;
|
|
1149
1149
|
denoms(request?: _141.QueryDenomsRequest): Promise<_141.QueryDenomsResponse>;
|
|
@@ -1152,7 +1152,7 @@ export declare namespace ibc {
|
|
|
1152
1152
|
escrowAddress(request: _141.QueryEscrowAddressRequest): Promise<_141.QueryEscrowAddressResponse>;
|
|
1153
1153
|
totalEscrowForDenom(request: _141.QueryTotalEscrowForDenomRequest): Promise<_141.QueryTotalEscrowForDenomResponse>;
|
|
1154
1154
|
};
|
|
1155
|
-
LCDQueryClient: typeof
|
|
1155
|
+
LCDQueryClient: typeof _451.LCDQueryClient;
|
|
1156
1156
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1157
1157
|
load: (protoRegistry: Registry) => void;
|
|
1158
1158
|
MessageComposer: {
|
|
@@ -1555,9 +1555,9 @@ export declare namespace ibc {
|
|
|
1555
1555
|
namespace core {
|
|
1556
1556
|
namespace channel {
|
|
1557
1557
|
const v1: {
|
|
1558
|
-
MsgClientImpl: typeof
|
|
1559
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
1560
|
-
QueryClientImpl: typeof
|
|
1558
|
+
MsgClientImpl: typeof _472.MsgClientImpl;
|
|
1559
|
+
createClientImpl: (rpc: import("..").TxRpc) => _472.MsgClientImpl;
|
|
1560
|
+
QueryClientImpl: typeof _462.QueryClientImpl;
|
|
1561
1561
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1562
1562
|
channel(request: _147.QueryChannelRequest): Promise<_147.QueryChannelResponse>;
|
|
1563
1563
|
channels(request?: _147.QueryChannelsRequest): Promise<_147.QueryChannelsResponse>;
|
|
@@ -1574,7 +1574,7 @@ export declare namespace ibc {
|
|
|
1574
1574
|
nextSequenceReceive(request: _147.QueryNextSequenceReceiveRequest): Promise<_147.QueryNextSequenceReceiveResponse>;
|
|
1575
1575
|
nextSequenceSend(request: _147.QueryNextSequenceSendRequest): Promise<_147.QueryNextSequenceSendResponse>;
|
|
1576
1576
|
};
|
|
1577
|
-
LCDQueryClient: typeof
|
|
1577
|
+
LCDQueryClient: typeof _452.LCDQueryClient;
|
|
1578
1578
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1579
1579
|
load: (protoRegistry: Registry) => void;
|
|
1580
1580
|
MessageComposer: {
|
|
@@ -2583,9 +2583,9 @@ export declare namespace ibc {
|
|
|
2583
2583
|
};
|
|
2584
2584
|
};
|
|
2585
2585
|
const v2: {
|
|
2586
|
-
MsgClientImpl: typeof
|
|
2587
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2588
|
-
QueryClientImpl: typeof
|
|
2586
|
+
MsgClientImpl: typeof _473.MsgClientImpl;
|
|
2587
|
+
createClientImpl: (rpc: import("..").TxRpc) => _473.MsgClientImpl;
|
|
2588
|
+
QueryClientImpl: typeof _463.QueryClientImpl;
|
|
2589
2589
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
2590
2590
|
nextSequenceSend(request: _151.QueryNextSequenceSendRequest): Promise<_151.QueryNextSequenceSendResponse>;
|
|
2591
2591
|
packetCommitment(request: _151.QueryPacketCommitmentRequest): Promise<_151.QueryPacketCommitmentResponse>;
|
|
@@ -2596,7 +2596,7 @@ export declare namespace ibc {
|
|
|
2596
2596
|
unreceivedPackets(request: _151.QueryUnreceivedPacketsRequest): Promise<_151.QueryUnreceivedPacketsResponse>;
|
|
2597
2597
|
unreceivedAcks(request: _151.QueryUnreceivedAcksRequest): Promise<_151.QueryUnreceivedAcksResponse>;
|
|
2598
2598
|
};
|
|
2599
|
-
LCDQueryClient: typeof
|
|
2599
|
+
LCDQueryClient: typeof _453.LCDQueryClient;
|
|
2600
2600
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2601
2601
|
load: (protoRegistry: Registry) => void;
|
|
2602
2602
|
MessageComposer: {
|
|
@@ -3123,9 +3123,9 @@ export declare namespace ibc {
|
|
|
3123
3123
|
}
|
|
3124
3124
|
namespace client {
|
|
3125
3125
|
const v1: {
|
|
3126
|
-
MsgClientImpl: typeof
|
|
3127
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3128
|
-
QueryClientImpl: typeof
|
|
3126
|
+
MsgClientImpl: typeof _474.MsgClientImpl;
|
|
3127
|
+
createClientImpl: (rpc: import("..").TxRpc) => _474.MsgClientImpl;
|
|
3128
|
+
QueryClientImpl: typeof _464.QueryClientImpl;
|
|
3129
3129
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3130
3130
|
clientState(request: _155.QueryClientStateRequest): Promise<_155.QueryClientStateResponse>;
|
|
3131
3131
|
clientStates(request?: _155.QueryClientStatesRequest): Promise<_155.QueryClientStatesResponse>;
|
|
@@ -3139,7 +3139,7 @@ export declare namespace ibc {
|
|
|
3139
3139
|
upgradedConsensusState(request?: _155.QueryUpgradedConsensusStateRequest): Promise<_155.QueryUpgradedConsensusStateResponse>;
|
|
3140
3140
|
verifyMembership(request: _155.QueryVerifyMembershipRequest): Promise<_155.QueryVerifyMembershipResponse>;
|
|
3141
3141
|
};
|
|
3142
|
-
LCDQueryClient: typeof
|
|
3142
|
+
LCDQueryClient: typeof _454.LCDQueryClient;
|
|
3143
3143
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3144
3144
|
load: (protoRegistry: Registry) => void;
|
|
3145
3145
|
MessageComposer: {
|
|
@@ -3889,14 +3889,14 @@ export declare namespace ibc {
|
|
|
3889
3889
|
};
|
|
3890
3890
|
};
|
|
3891
3891
|
const v2: {
|
|
3892
|
-
MsgClientImpl: typeof
|
|
3893
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3894
|
-
QueryClientImpl: typeof
|
|
3892
|
+
MsgClientImpl: typeof _475.MsgClientImpl;
|
|
3893
|
+
createClientImpl: (rpc: import("..").TxRpc) => _475.MsgClientImpl;
|
|
3894
|
+
QueryClientImpl: typeof _465.QueryClientImpl;
|
|
3895
3895
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3896
3896
|
counterpartyInfo(request: _160.QueryCounterpartyInfoRequest): Promise<_160.QueryCounterpartyInfoResponse>;
|
|
3897
3897
|
config(request: _160.QueryConfigRequest): Promise<_160.QueryConfigResponse>;
|
|
3898
3898
|
};
|
|
3899
|
-
LCDQueryClient: typeof
|
|
3899
|
+
LCDQueryClient: typeof _455.LCDQueryClient;
|
|
3900
3900
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3901
3901
|
load: (protoRegistry: Registry) => void;
|
|
3902
3902
|
MessageComposer: {
|
|
@@ -4177,9 +4177,9 @@ export declare namespace ibc {
|
|
|
4177
4177
|
}
|
|
4178
4178
|
namespace connection {
|
|
4179
4179
|
const v1: {
|
|
4180
|
-
MsgClientImpl: typeof
|
|
4181
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
4182
|
-
QueryClientImpl: typeof
|
|
4180
|
+
MsgClientImpl: typeof _476.MsgClientImpl;
|
|
4181
|
+
createClientImpl: (rpc: import("..").TxRpc) => _476.MsgClientImpl;
|
|
4182
|
+
QueryClientImpl: typeof _466.QueryClientImpl;
|
|
4183
4183
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
4184
4184
|
connection(request: _166.QueryConnectionRequest): Promise<_166.QueryConnectionResponse>;
|
|
4185
4185
|
connections(request?: _166.QueryConnectionsRequest): Promise<_166.QueryConnectionsResponse>;
|
|
@@ -4188,7 +4188,7 @@ export declare namespace ibc {
|
|
|
4188
4188
|
connectionConsensusState(request: _166.QueryConnectionConsensusStateRequest): Promise<_166.QueryConnectionConsensusStateResponse>;
|
|
4189
4189
|
connectionParams(request?: _166.QueryConnectionParamsRequest): Promise<_166.QueryConnectionParamsResponse>;
|
|
4190
4190
|
};
|
|
4191
|
-
LCDQueryClient: typeof
|
|
4191
|
+
LCDQueryClient: typeof _456.LCDQueryClient;
|
|
4192
4192
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
4193
4193
|
load: (protoRegistry: Registry) => void;
|
|
4194
4194
|
MessageComposer: {
|
|
@@ -5136,14 +5136,14 @@ export declare namespace ibc {
|
|
|
5136
5136
|
}
|
|
5137
5137
|
namespace wasm {
|
|
5138
5138
|
const v1: {
|
|
5139
|
-
MsgClientImpl: typeof
|
|
5140
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
5141
|
-
QueryClientImpl: typeof
|
|
5139
|
+
MsgClientImpl: typeof _477.MsgClientImpl;
|
|
5140
|
+
createClientImpl: (rpc: import("..").TxRpc) => _477.MsgClientImpl;
|
|
5141
|
+
QueryClientImpl: typeof _467.QueryClientImpl;
|
|
5142
5142
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
5143
5143
|
checksums(request?: _172.QueryChecksumsRequest): Promise<_172.QueryChecksumsResponse>;
|
|
5144
5144
|
code(request: _172.QueryCodeRequest): Promise<_172.QueryCodeResponse>;
|
|
5145
5145
|
};
|
|
5146
|
-
LCDQueryClient: typeof
|
|
5146
|
+
LCDQueryClient: typeof _457.LCDQueryClient;
|
|
5147
5147
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
5148
5148
|
load: (protoRegistry: Registry) => void;
|
|
5149
5149
|
MessageComposer: {
|
|
@@ -5479,35 +5479,35 @@ export declare namespace ibc {
|
|
|
5479
5479
|
applications: {
|
|
5480
5480
|
interchain_accounts: {
|
|
5481
5481
|
controller: {
|
|
5482
|
-
v1:
|
|
5482
|
+
v1: _468.MsgClientImpl;
|
|
5483
5483
|
};
|
|
5484
5484
|
host: {
|
|
5485
|
-
v1:
|
|
5485
|
+
v1: _469.MsgClientImpl;
|
|
5486
5486
|
};
|
|
5487
5487
|
};
|
|
5488
5488
|
rate_limiting: {
|
|
5489
|
-
v1:
|
|
5489
|
+
v1: _470.MsgClientImpl;
|
|
5490
5490
|
};
|
|
5491
5491
|
transfer: {
|
|
5492
|
-
v1:
|
|
5492
|
+
v1: _471.MsgClientImpl;
|
|
5493
5493
|
};
|
|
5494
5494
|
};
|
|
5495
5495
|
core: {
|
|
5496
5496
|
channel: {
|
|
5497
|
-
v1: _470.MsgClientImpl;
|
|
5498
|
-
v2: _471.MsgClientImpl;
|
|
5499
|
-
};
|
|
5500
|
-
client: {
|
|
5501
5497
|
v1: _472.MsgClientImpl;
|
|
5502
5498
|
v2: _473.MsgClientImpl;
|
|
5503
5499
|
};
|
|
5504
|
-
|
|
5500
|
+
client: {
|
|
5505
5501
|
v1: _474.MsgClientImpl;
|
|
5502
|
+
v2: _475.MsgClientImpl;
|
|
5503
|
+
};
|
|
5504
|
+
connection: {
|
|
5505
|
+
v1: _476.MsgClientImpl;
|
|
5506
5506
|
};
|
|
5507
5507
|
};
|
|
5508
5508
|
lightclients: {
|
|
5509
5509
|
wasm: {
|
|
5510
|
-
v1:
|
|
5510
|
+
v1: _477.MsgClientImpl;
|
|
5511
5511
|
};
|
|
5512
5512
|
};
|
|
5513
5513
|
};
|
|
@@ -5877,35 +5877,35 @@ export declare namespace ibc {
|
|
|
5877
5877
|
applications: {
|
|
5878
5878
|
interchain_accounts: {
|
|
5879
5879
|
controller: {
|
|
5880
|
-
v1:
|
|
5880
|
+
v1: _448.LCDQueryClient;
|
|
5881
5881
|
};
|
|
5882
5882
|
host: {
|
|
5883
|
-
v1:
|
|
5883
|
+
v1: _449.LCDQueryClient;
|
|
5884
5884
|
};
|
|
5885
5885
|
};
|
|
5886
5886
|
rate_limiting: {
|
|
5887
|
-
v1:
|
|
5887
|
+
v1: _450.LCDQueryClient;
|
|
5888
5888
|
};
|
|
5889
5889
|
transfer: {
|
|
5890
|
-
v1:
|
|
5890
|
+
v1: _451.LCDQueryClient;
|
|
5891
5891
|
};
|
|
5892
5892
|
};
|
|
5893
5893
|
core: {
|
|
5894
5894
|
channel: {
|
|
5895
|
-
v1: _450.LCDQueryClient;
|
|
5896
|
-
v2: _451.LCDQueryClient;
|
|
5897
|
-
};
|
|
5898
|
-
client: {
|
|
5899
5895
|
v1: _452.LCDQueryClient;
|
|
5900
5896
|
v2: _453.LCDQueryClient;
|
|
5901
5897
|
};
|
|
5902
|
-
|
|
5898
|
+
client: {
|
|
5903
5899
|
v1: _454.LCDQueryClient;
|
|
5900
|
+
v2: _455.LCDQueryClient;
|
|
5901
|
+
};
|
|
5902
|
+
connection: {
|
|
5903
|
+
v1: _456.LCDQueryClient;
|
|
5904
5904
|
};
|
|
5905
5905
|
};
|
|
5906
5906
|
lightclients: {
|
|
5907
5907
|
wasm: {
|
|
5908
|
-
v1:
|
|
5908
|
+
v1: _457.LCDQueryClient;
|
|
5909
5909
|
};
|
|
5910
5910
|
};
|
|
5911
5911
|
};
|