@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.10
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 +76 -76
- 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 +367 -327
- package/esm/sparkdream/client.js +4 -1
- 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/{forum → commons}/v1/category.js +7 -5
- package/esm/sparkdream/commons/v1/genesis.js +29 -1
- package/esm/sparkdream/commons/v1/query.js +292 -0
- package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
- package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
- package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
- package/esm/sparkdream/commons/v1/tx.js +193 -0
- package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
- package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
- package/esm/sparkdream/federation/module/v1/module.js +71 -0
- package/esm/sparkdream/federation/v1/genesis.js +245 -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 +2479 -0
- package/esm/sparkdream/federation/v1/query.lcd.js +142 -0
- package/esm/sparkdream/federation/v1/query.rpc.Query.js +181 -0
- package/esm/sparkdream/federation/v1/tx.amino.js +129 -0
- package/esm/sparkdream/federation/v1/tx.js +3929 -0
- package/esm/sparkdream/federation/v1/tx.registry.js +465 -0
- package/esm/sparkdream/federation/v1/tx.rpc.msg.js +163 -0
- package/esm/sparkdream/federation/v1/types.js +2266 -0
- package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
- package/esm/sparkdream/forum/v1/genesis.js +26 -250
- package/esm/sparkdream/forum/v1/params.js +146 -2
- package/esm/sparkdream/forum/v1/query.js +2084 -7387
- package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
- package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
- package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
- package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
- package/esm/sparkdream/forum/v1/tx.js +333 -2628
- package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
- package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
- package/esm/sparkdream/forum/v1/types.js +0 -216
- package/esm/sparkdream/futarchy/v1/market.js +13 -1
- package/esm/sparkdream/lcd.js +5 -0
- package/esm/sparkdream/rep/v1/accountability.js +172 -0
- package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
- package/esm/sparkdream/rep/v1/genesis.js +224 -1
- package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
- package/esm/sparkdream/rep/v1/member.js +25 -1
- package/esm/sparkdream/{forum → rep}/v1/member_report.js +102 -5
- package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
- package/esm/sparkdream/rep/v1/params.js +782 -254
- package/esm/sparkdream/rep/v1/project.js +13 -1
- package/esm/sparkdream/rep/v1/query.js +5251 -0
- package/esm/sparkdream/rep/v1/query.lcd.js +293 -0
- package/esm/sparkdream/rep/v1/query.rpc.Query.js +334 -1
- package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
- package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
- package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
- package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
- package/esm/sparkdream/rep/v1/tx.js +2467 -0
- package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
- package/esm/sparkdream/rep/v1/tx.rpc.msg.js +104 -1
- package/esm/sparkdream/rpc.query.js +3 -0
- package/esm/sparkdream/rpc.tx.js +3 -0
- package/esm/sparkdream/season/v1/enums.js +10 -0
- package/esm/sparkdream/season/v1/params.js +94 -46
- package/esm/sparkdream/shield/v1/types.js +47 -5
- package/esm/tendermint/bundle.js +20 -20
- package/ibc/bundle.d.ts +90 -90
- package/ibc/bundle.js +76 -76
- 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 +14529 -12577
- package/sparkdream/bundle.js +367 -327
- package/sparkdream/client.d.ts +192 -67
- package/sparkdream/client.js +4 -1
- 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/{forum → commons}/v1/category.d.ts +17 -11
- package/sparkdream/{forum → commons}/v1/category.js +7 -5
- package/sparkdream/commons/v1/genesis.d.ts +17 -0
- package/sparkdream/commons/v1/genesis.js +29 -1
- package/sparkdream/commons/v1/query.d.ts +179 -0
- package/sparkdream/commons/v1/query.js +293 -1
- package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
- package/sparkdream/commons/v1/query.lcd.js +18 -0
- package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
- package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
- package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
- package/sparkdream/commons/v1/tx.amino.js +5 -0
- package/sparkdream/commons/v1/tx.d.ts +98 -0
- package/sparkdream/commons/v1/tx.js +194 -1
- package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
- package/sparkdream/commons/v1/tx.registry.js +19 -1
- package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
- package/sparkdream/commons/v1/tx.rpc.msg.js +7 -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 +79 -0
- package/sparkdream/federation/v1/genesis.js +248 -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 +1458 -0
- package/sparkdream/federation/v1/query.js +2482 -0
- package/sparkdream/federation/v1/query.lcd.d.ts +25 -0
- package/sparkdream/federation/v1/query.lcd.js +146 -0
- package/sparkdream/federation/v1/query.rpc.Query.d.ts +69 -0
- package/sparkdream/federation/v1/query.rpc.Query.js +186 -0
- package/sparkdream/federation/v1/tx.amino.d.ts +128 -0
- package/sparkdream/federation/v1/tx.amino.js +132 -0
- package/sparkdream/federation/v1/tx.d.ts +2147 -0
- package/sparkdream/federation/v1/tx.js +3932 -0
- package/sparkdream/federation/v1/tx.registry.d.ts +313 -0
- package/sparkdream/federation/v1/tx.registry.js +469 -0
- package/sparkdream/federation/v1/tx.rpc.msg.d.ts +65 -0
- package/sparkdream/federation/v1/tx.rpc.msg.js +168 -0
- package/sparkdream/federation/v1/types.d.ts +810 -0
- package/sparkdream/federation/v1/types.js +2281 -0
- package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
- package/sparkdream/federation/v1/verifier_activity.js +197 -0
- package/sparkdream/forum/v1/genesis.d.ts +0 -41
- package/sparkdream/forum/v1/genesis.js +26 -250
- package/sparkdream/forum/v1/params.d.ts +112 -0
- package/sparkdream/forum/v1/params.js +146 -2
- package/sparkdream/forum/v1/query.d.ts +65 -3164
- package/sparkdream/forum/v1/query.js +2086 -7391
- package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
- package/sparkdream/forum/v1/query.lcd.js +0 -310
- package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
- package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
- package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
- package/sparkdream/forum/v1/sentinel_activity.js +46 -139
- package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
- package/sparkdream/forum/v1/tx.amino.js +0 -75
- package/sparkdream/forum/v1/tx.d.ts +85 -1445
- package/sparkdream/forum/v1/tx.js +335 -2630
- package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
- package/sparkdream/forum/v1/tx.registry.js +1 -271
- package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
- package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
- package/sparkdream/forum/v1/types.d.ts +0 -50
- package/sparkdream/forum/v1/types.js +1 -225
- package/sparkdream/futarchy/v1/market.d.ts +14 -0
- package/sparkdream/futarchy/v1/market.js +13 -1
- package/sparkdream/lcd.d.ts +3 -0
- package/sparkdream/lcd.js +5 -0
- package/sparkdream/rep/v1/accountability.d.ts +39 -0
- package/sparkdream/rep/v1/accountability.js +181 -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 +70 -0
- package/sparkdream/rep/v1/genesis.js +224 -1
- package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
- package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
- package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
- package/sparkdream/rep/v1/member.d.ts +16 -0
- package/sparkdream/rep/v1/member.js +25 -1
- package/sparkdream/rep/v1/member_report.d.ts +128 -0
- package/sparkdream/{forum → rep}/v1/member_report.js +103 -6
- package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
- package/sparkdream/rep/v1/params.d.ts +352 -8
- package/sparkdream/rep/v1/params.js +782 -254
- package/sparkdream/rep/v1/project.d.ts +10 -0
- package/sparkdream/rep/v1/project.js +13 -1
- package/sparkdream/rep/v1/query.d.ts +4222 -1156
- package/sparkdream/rep/v1/query.js +5254 -1
- package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
- package/sparkdream/rep/v1/query.lcd.js +293 -0
- package/sparkdream/rep/v1/query.rpc.Query.d.ts +140 -1
- package/sparkdream/rep/v1/query.rpc.Query.js +333 -0
- package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
- package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
- package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
- package/sparkdream/{common → rep}/v1/tag.js +6 -6
- package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
- package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
- package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
- package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
- package/sparkdream/rep/v1/tx.amino.js +80 -0
- package/sparkdream/rep/v1/tx.d.ts +1484 -0
- package/sparkdream/rep/v1/tx.js +2468 -1
- package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
- package/sparkdream/rep/v1/tx.registry.js +289 -1
- package/sparkdream/rep/v1/tx.rpc.msg.d.ts +64 -1
- package/sparkdream/rep/v1/tx.rpc.msg.js +103 -0
- package/sparkdream/rpc.query.d.ts +60 -36
- package/sparkdream/rpc.query.js +3 -0
- package/sparkdream/rpc.tx.d.ts +3 -0
- package/sparkdream/rpc.tx.js +3 -0
- package/sparkdream/season/v1/enums.d.ts +5 -0
- package/sparkdream/season/v1/enums.js +10 -0
- package/sparkdream/season/v1/params.d.ts +36 -4
- package/sparkdream/season/v1/params.js +94 -46
- package/sparkdream/shield/v1/types.d.ts +28 -0
- package/sparkdream/shield/v1/types.js +47 -5
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
- package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
- package/sparkdream/forum/v1/member_report.d.ts +0 -67
- package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
- package/sparkdream/forum/v1/member_salvation_status.js +0 -122
package/sparkdream/client.d.ts
CHANGED
|
@@ -482,6 +482,86 @@ export declare const sparkdreamAminoConverters: {
|
|
|
482
482
|
toAmino: (message: import("./rep/v1/tx").MsgRegisterZkPublicKey) => import("./rep/v1/tx").MsgRegisterZkPublicKeyAmino;
|
|
483
483
|
fromAmino: (object: import("./rep/v1/tx").MsgRegisterZkPublicKeyAmino) => import("./rep/v1/tx").MsgRegisterZkPublicKey;
|
|
484
484
|
};
|
|
485
|
+
"/sparkdream.rep.v1.MsgCreateTag": {
|
|
486
|
+
aminoType: string;
|
|
487
|
+
toAmino: (message: import("./rep/v1/tx").MsgCreateTag) => import("./rep/v1/tx").MsgCreateTagAmino;
|
|
488
|
+
fromAmino: (object: import("./rep/v1/tx").MsgCreateTagAmino) => import("./rep/v1/tx").MsgCreateTag;
|
|
489
|
+
};
|
|
490
|
+
"/sparkdream.rep.v1.MsgReportTag": {
|
|
491
|
+
aminoType: string;
|
|
492
|
+
toAmino: (message: import("./rep/v1/tx").MsgReportTag) => import("./rep/v1/tx").MsgReportTagAmino;
|
|
493
|
+
fromAmino: (object: import("./rep/v1/tx").MsgReportTagAmino) => import("./rep/v1/tx").MsgReportTag;
|
|
494
|
+
};
|
|
495
|
+
"/sparkdream.rep.v1.MsgResolveTagReport": {
|
|
496
|
+
aminoType: string;
|
|
497
|
+
toAmino: (message: import("./rep/v1/tx").MsgResolveTagReport) => import("./rep/v1/tx").MsgResolveTagReportAmino;
|
|
498
|
+
fromAmino: (object: import("./rep/v1/tx").MsgResolveTagReportAmino) => import("./rep/v1/tx").MsgResolveTagReport;
|
|
499
|
+
};
|
|
500
|
+
"/sparkdream.rep.v1.MsgCreateTagBudget": {
|
|
501
|
+
aminoType: string;
|
|
502
|
+
toAmino: (message: import("./rep/v1/tx").MsgCreateTagBudget) => import("./rep/v1/tx").MsgCreateTagBudgetAmino;
|
|
503
|
+
fromAmino: (object: import("./rep/v1/tx").MsgCreateTagBudgetAmino) => import("./rep/v1/tx").MsgCreateTagBudget;
|
|
504
|
+
};
|
|
505
|
+
"/sparkdream.rep.v1.MsgAwardFromTagBudget": {
|
|
506
|
+
aminoType: string;
|
|
507
|
+
toAmino: (message: import("./rep/v1/tx").MsgAwardFromTagBudget) => import("./rep/v1/tx").MsgAwardFromTagBudgetAmino;
|
|
508
|
+
fromAmino: (object: import("./rep/v1/tx").MsgAwardFromTagBudgetAmino) => import("./rep/v1/tx").MsgAwardFromTagBudget;
|
|
509
|
+
};
|
|
510
|
+
"/sparkdream.rep.v1.MsgTopUpTagBudget": {
|
|
511
|
+
aminoType: string;
|
|
512
|
+
toAmino: (message: import("./rep/v1/tx").MsgTopUpTagBudget) => import("./rep/v1/tx").MsgTopUpTagBudgetAmino;
|
|
513
|
+
fromAmino: (object: import("./rep/v1/tx").MsgTopUpTagBudgetAmino) => import("./rep/v1/tx").MsgTopUpTagBudget;
|
|
514
|
+
};
|
|
515
|
+
"/sparkdream.rep.v1.MsgToggleTagBudget": {
|
|
516
|
+
aminoType: string;
|
|
517
|
+
toAmino: (message: import("./rep/v1/tx").MsgToggleTagBudget) => import("./rep/v1/tx").MsgToggleTagBudgetAmino;
|
|
518
|
+
fromAmino: (object: import("./rep/v1/tx").MsgToggleTagBudgetAmino) => import("./rep/v1/tx").MsgToggleTagBudget;
|
|
519
|
+
};
|
|
520
|
+
"/sparkdream.rep.v1.MsgWithdrawTagBudget": {
|
|
521
|
+
aminoType: string;
|
|
522
|
+
toAmino: (message: import("./rep/v1/tx").MsgWithdrawTagBudget) => import("./rep/v1/tx").MsgWithdrawTagBudgetAmino;
|
|
523
|
+
fromAmino: (object: import("./rep/v1/tx").MsgWithdrawTagBudgetAmino) => import("./rep/v1/tx").MsgWithdrawTagBudget;
|
|
524
|
+
};
|
|
525
|
+
"/sparkdream.rep.v1.MsgBondRole": {
|
|
526
|
+
aminoType: string;
|
|
527
|
+
toAmino: (message: import("./rep/v1/tx").MsgBondRole) => import("./rep/v1/tx").MsgBondRoleAmino;
|
|
528
|
+
fromAmino: (object: import("./rep/v1/tx").MsgBondRoleAmino) => import("./rep/v1/tx").MsgBondRole;
|
|
529
|
+
};
|
|
530
|
+
"/sparkdream.rep.v1.MsgUnbondRole": {
|
|
531
|
+
aminoType: string;
|
|
532
|
+
toAmino: (message: import("./rep/v1/tx").MsgUnbondRole) => import("./rep/v1/tx").MsgUnbondRoleAmino;
|
|
533
|
+
fromAmino: (object: import("./rep/v1/tx").MsgUnbondRoleAmino) => import("./rep/v1/tx").MsgUnbondRole;
|
|
534
|
+
};
|
|
535
|
+
"/sparkdream.rep.v1.MsgReportMember": {
|
|
536
|
+
aminoType: string;
|
|
537
|
+
toAmino: (message: import("./rep/v1/tx").MsgReportMember) => import("./rep/v1/tx").MsgReportMemberAmino;
|
|
538
|
+
fromAmino: (object: import("./rep/v1/tx").MsgReportMemberAmino) => import("./rep/v1/tx").MsgReportMember;
|
|
539
|
+
};
|
|
540
|
+
"/sparkdream.rep.v1.MsgCosignMemberReport": {
|
|
541
|
+
aminoType: string;
|
|
542
|
+
toAmino: (message: import("./rep/v1/tx").MsgCosignMemberReport) => import("./rep/v1/tx").MsgCosignMemberReportAmino;
|
|
543
|
+
fromAmino: (object: import("./rep/v1/tx").MsgCosignMemberReportAmino) => import("./rep/v1/tx").MsgCosignMemberReport;
|
|
544
|
+
};
|
|
545
|
+
"/sparkdream.rep.v1.MsgResolveMemberReport": {
|
|
546
|
+
aminoType: string;
|
|
547
|
+
toAmino: (message: import("./rep/v1/tx").MsgResolveMemberReport) => import("./rep/v1/tx").MsgResolveMemberReportAmino;
|
|
548
|
+
fromAmino: (object: import("./rep/v1/tx").MsgResolveMemberReportAmino) => import("./rep/v1/tx").MsgResolveMemberReport;
|
|
549
|
+
};
|
|
550
|
+
"/sparkdream.rep.v1.MsgDefendMemberReport": {
|
|
551
|
+
aminoType: string;
|
|
552
|
+
toAmino: (message: import("./rep/v1/tx").MsgDefendMemberReport) => import("./rep/v1/tx").MsgDefendMemberReportAmino;
|
|
553
|
+
fromAmino: (object: import("./rep/v1/tx").MsgDefendMemberReportAmino) => import("./rep/v1/tx").MsgDefendMemberReport;
|
|
554
|
+
};
|
|
555
|
+
"/sparkdream.rep.v1.MsgAppealGovAction": {
|
|
556
|
+
aminoType: string;
|
|
557
|
+
toAmino: (message: import("./rep/v1/tx").MsgAppealGovAction) => import("./rep/v1/tx").MsgAppealGovActionAmino;
|
|
558
|
+
fromAmino: (object: import("./rep/v1/tx").MsgAppealGovActionAmino) => import("./rep/v1/tx").MsgAppealGovAction;
|
|
559
|
+
};
|
|
560
|
+
"/sparkdream.rep.v1.MsgResolveGovActionAppeal": {
|
|
561
|
+
aminoType: string;
|
|
562
|
+
toAmino: (message: import("./rep/v1/tx").MsgResolveGovActionAppeal) => import("./rep/v1/tx").MsgResolveGovActionAppealAmino;
|
|
563
|
+
fromAmino: (object: import("./rep/v1/tx").MsgResolveGovActionAppealAmino) => import("./rep/v1/tx").MsgResolveGovActionAppeal;
|
|
564
|
+
};
|
|
485
565
|
"/sparkdream.name.v1.MsgUpdateParams": {
|
|
486
566
|
aminoType: string;
|
|
487
567
|
toAmino: (message: import("./name/v1/tx").MsgUpdateParams) => import("./name/v1/tx").MsgUpdateParamsAmino;
|
|
@@ -567,11 +647,6 @@ export declare const sparkdreamAminoConverters: {
|
|
|
567
647
|
toAmino: (message: import("./forum/v1/tx").MsgUpdateOperationalParams) => import("./forum/v1/tx").MsgUpdateOperationalParamsAmino;
|
|
568
648
|
fromAmino: (object: import("./forum/v1/tx").MsgUpdateOperationalParamsAmino) => import("./forum/v1/tx").MsgUpdateOperationalParams;
|
|
569
649
|
};
|
|
570
|
-
"/sparkdream.forum.v1.MsgCreateCategory": {
|
|
571
|
-
aminoType: string;
|
|
572
|
-
toAmino: (message: import("./forum/v1/tx").MsgCreateCategory) => import("./forum/v1/tx").MsgCreateCategoryAmino;
|
|
573
|
-
fromAmino: (object: import("./forum/v1/tx").MsgCreateCategoryAmino) => import("./forum/v1/tx").MsgCreateCategory;
|
|
574
|
-
};
|
|
575
650
|
"/sparkdream.forum.v1.MsgCreatePost": {
|
|
576
651
|
aminoType: string;
|
|
577
652
|
toAmino: (message: import("./forum/v1/tx").MsgCreatePost) => import("./forum/v1/tx").MsgCreatePostAmino;
|
|
@@ -697,31 +772,6 @@ export declare const sparkdreamAminoConverters: {
|
|
|
697
772
|
toAmino: (message: import("./forum/v1/tx").MsgAssignBountyToReply) => import("./forum/v1/tx").MsgAssignBountyToReplyAmino;
|
|
698
773
|
fromAmino: (object: import("./forum/v1/tx").MsgAssignBountyToReplyAmino) => import("./forum/v1/tx").MsgAssignBountyToReply;
|
|
699
774
|
};
|
|
700
|
-
"/sparkdream.forum.v1.MsgCreateTagBudget": {
|
|
701
|
-
aminoType: string;
|
|
702
|
-
toAmino: (message: import("./forum/v1/tx").MsgCreateTagBudget) => import("./forum/v1/tx").MsgCreateTagBudgetAmino;
|
|
703
|
-
fromAmino: (object: import("./forum/v1/tx").MsgCreateTagBudgetAmino) => import("./forum/v1/tx").MsgCreateTagBudget;
|
|
704
|
-
};
|
|
705
|
-
"/sparkdream.forum.v1.MsgAwardFromTagBudget": {
|
|
706
|
-
aminoType: string;
|
|
707
|
-
toAmino: (message: import("./forum/v1/tx").MsgAwardFromTagBudget) => import("./forum/v1/tx").MsgAwardFromTagBudgetAmino;
|
|
708
|
-
fromAmino: (object: import("./forum/v1/tx").MsgAwardFromTagBudgetAmino) => import("./forum/v1/tx").MsgAwardFromTagBudget;
|
|
709
|
-
};
|
|
710
|
-
"/sparkdream.forum.v1.MsgTopUpTagBudget": {
|
|
711
|
-
aminoType: string;
|
|
712
|
-
toAmino: (message: import("./forum/v1/tx").MsgTopUpTagBudget) => import("./forum/v1/tx").MsgTopUpTagBudgetAmino;
|
|
713
|
-
fromAmino: (object: import("./forum/v1/tx").MsgTopUpTagBudgetAmino) => import("./forum/v1/tx").MsgTopUpTagBudget;
|
|
714
|
-
};
|
|
715
|
-
"/sparkdream.forum.v1.MsgToggleTagBudget": {
|
|
716
|
-
aminoType: string;
|
|
717
|
-
toAmino: (message: import("./forum/v1/tx").MsgToggleTagBudget) => import("./forum/v1/tx").MsgToggleTagBudgetAmino;
|
|
718
|
-
fromAmino: (object: import("./forum/v1/tx").MsgToggleTagBudgetAmino) => import("./forum/v1/tx").MsgToggleTagBudget;
|
|
719
|
-
};
|
|
720
|
-
"/sparkdream.forum.v1.MsgWithdrawTagBudget": {
|
|
721
|
-
aminoType: string;
|
|
722
|
-
toAmino: (message: import("./forum/v1/tx").MsgWithdrawTagBudget) => import("./forum/v1/tx").MsgWithdrawTagBudgetAmino;
|
|
723
|
-
fromAmino: (object: import("./forum/v1/tx").MsgWithdrawTagBudgetAmino) => import("./forum/v1/tx").MsgWithdrawTagBudget;
|
|
724
|
-
};
|
|
725
775
|
"/sparkdream.forum.v1.MsgPinReply": {
|
|
726
776
|
aminoType: string;
|
|
727
777
|
toAmino: (message: import("./forum/v1/tx").MsgPinReply) => import("./forum/v1/tx").MsgPinReplyAmino;
|
|
@@ -762,50 +812,130 @@ export declare const sparkdreamAminoConverters: {
|
|
|
762
812
|
toAmino: (message: import("./forum/v1/tx").MsgSetModerationPaused) => import("./forum/v1/tx").MsgSetModerationPausedAmino;
|
|
763
813
|
fromAmino: (object: import("./forum/v1/tx").MsgSetModerationPausedAmino) => import("./forum/v1/tx").MsgSetModerationPaused;
|
|
764
814
|
};
|
|
765
|
-
"/sparkdream.
|
|
815
|
+
"/sparkdream.federation.v1.MsgUpdateParams": {
|
|
816
|
+
aminoType: string;
|
|
817
|
+
toAmino: (message: import("./federation/v1/tx").MsgUpdateParams) => import("./federation/v1/tx").MsgUpdateParamsAmino;
|
|
818
|
+
fromAmino: (object: import("./federation/v1/tx").MsgUpdateParamsAmino) => import("./federation/v1/tx").MsgUpdateParams;
|
|
819
|
+
};
|
|
820
|
+
"/sparkdream.federation.v1.MsgRegisterPeer": {
|
|
821
|
+
aminoType: string;
|
|
822
|
+
toAmino: (message: import("./federation/v1/tx").MsgRegisterPeer) => import("./federation/v1/tx").MsgRegisterPeerAmino;
|
|
823
|
+
fromAmino: (object: import("./federation/v1/tx").MsgRegisterPeerAmino) => import("./federation/v1/tx").MsgRegisterPeer;
|
|
824
|
+
};
|
|
825
|
+
"/sparkdream.federation.v1.MsgRemovePeer": {
|
|
826
|
+
aminoType: string;
|
|
827
|
+
toAmino: (message: import("./federation/v1/tx").MsgRemovePeer) => import("./federation/v1/tx").MsgRemovePeerAmino;
|
|
828
|
+
fromAmino: (object: import("./federation/v1/tx").MsgRemovePeerAmino) => import("./federation/v1/tx").MsgRemovePeer;
|
|
829
|
+
};
|
|
830
|
+
"/sparkdream.federation.v1.MsgSuspendPeer": {
|
|
831
|
+
aminoType: string;
|
|
832
|
+
toAmino: (message: import("./federation/v1/tx").MsgSuspendPeer) => import("./federation/v1/tx").MsgSuspendPeerAmino;
|
|
833
|
+
fromAmino: (object: import("./federation/v1/tx").MsgSuspendPeerAmino) => import("./federation/v1/tx").MsgSuspendPeer;
|
|
834
|
+
};
|
|
835
|
+
"/sparkdream.federation.v1.MsgResumePeer": {
|
|
836
|
+
aminoType: string;
|
|
837
|
+
toAmino: (message: import("./federation/v1/tx").MsgResumePeer) => import("./federation/v1/tx").MsgResumePeerAmino;
|
|
838
|
+
fromAmino: (object: import("./federation/v1/tx").MsgResumePeerAmino) => import("./federation/v1/tx").MsgResumePeer;
|
|
839
|
+
};
|
|
840
|
+
"/sparkdream.federation.v1.MsgUpdatePeerPolicy": {
|
|
841
|
+
aminoType: string;
|
|
842
|
+
toAmino: (message: import("./federation/v1/tx").MsgUpdatePeerPolicy) => import("./federation/v1/tx").MsgUpdatePeerPolicyAmino;
|
|
843
|
+
fromAmino: (object: import("./federation/v1/tx").MsgUpdatePeerPolicyAmino) => import("./federation/v1/tx").MsgUpdatePeerPolicy;
|
|
844
|
+
};
|
|
845
|
+
"/sparkdream.federation.v1.MsgRegisterBridge": {
|
|
846
|
+
aminoType: string;
|
|
847
|
+
toAmino: (message: import("./federation/v1/tx").MsgRegisterBridge) => import("./federation/v1/tx").MsgRegisterBridgeAmino;
|
|
848
|
+
fromAmino: (object: import("./federation/v1/tx").MsgRegisterBridgeAmino) => import("./federation/v1/tx").MsgRegisterBridge;
|
|
849
|
+
};
|
|
850
|
+
"/sparkdream.federation.v1.MsgRevokeBridge": {
|
|
851
|
+
aminoType: string;
|
|
852
|
+
toAmino: (message: import("./federation/v1/tx").MsgRevokeBridge) => import("./federation/v1/tx").MsgRevokeBridgeAmino;
|
|
853
|
+
fromAmino: (object: import("./federation/v1/tx").MsgRevokeBridgeAmino) => import("./federation/v1/tx").MsgRevokeBridge;
|
|
854
|
+
};
|
|
855
|
+
"/sparkdream.federation.v1.MsgSlashBridge": {
|
|
856
|
+
aminoType: string;
|
|
857
|
+
toAmino: (message: import("./federation/v1/tx").MsgSlashBridge) => import("./federation/v1/tx").MsgSlashBridgeAmino;
|
|
858
|
+
fromAmino: (object: import("./federation/v1/tx").MsgSlashBridgeAmino) => import("./federation/v1/tx").MsgSlashBridge;
|
|
859
|
+
};
|
|
860
|
+
"/sparkdream.federation.v1.MsgUpdateBridge": {
|
|
766
861
|
aminoType: string;
|
|
767
|
-
toAmino: (message: import("./
|
|
768
|
-
fromAmino: (object: import("./
|
|
862
|
+
toAmino: (message: import("./federation/v1/tx").MsgUpdateBridge) => import("./federation/v1/tx").MsgUpdateBridgeAmino;
|
|
863
|
+
fromAmino: (object: import("./federation/v1/tx").MsgUpdateBridgeAmino) => import("./federation/v1/tx").MsgUpdateBridge;
|
|
769
864
|
};
|
|
770
|
-
"/sparkdream.
|
|
865
|
+
"/sparkdream.federation.v1.MsgUnbondBridge": {
|
|
771
866
|
aminoType: string;
|
|
772
|
-
toAmino: (message: import("./
|
|
773
|
-
fromAmino: (object: import("./
|
|
867
|
+
toAmino: (message: import("./federation/v1/tx").MsgUnbondBridge) => import("./federation/v1/tx").MsgUnbondBridgeAmino;
|
|
868
|
+
fromAmino: (object: import("./federation/v1/tx").MsgUnbondBridgeAmino) => import("./federation/v1/tx").MsgUnbondBridge;
|
|
774
869
|
};
|
|
775
|
-
"/sparkdream.
|
|
870
|
+
"/sparkdream.federation.v1.MsgTopUpBridgeStake": {
|
|
776
871
|
aminoType: string;
|
|
777
|
-
toAmino: (message: import("./
|
|
778
|
-
fromAmino: (object: import("./
|
|
872
|
+
toAmino: (message: import("./federation/v1/tx").MsgTopUpBridgeStake) => import("./federation/v1/tx").MsgTopUpBridgeStakeAmino;
|
|
873
|
+
fromAmino: (object: import("./federation/v1/tx").MsgTopUpBridgeStakeAmino) => import("./federation/v1/tx").MsgTopUpBridgeStake;
|
|
779
874
|
};
|
|
780
|
-
"/sparkdream.
|
|
875
|
+
"/sparkdream.federation.v1.MsgSubmitFederatedContent": {
|
|
781
876
|
aminoType: string;
|
|
782
|
-
toAmino: (message: import("./
|
|
783
|
-
fromAmino: (object: import("./
|
|
877
|
+
toAmino: (message: import("./federation/v1/tx").MsgSubmitFederatedContent) => import("./federation/v1/tx").MsgSubmitFederatedContentAmino;
|
|
878
|
+
fromAmino: (object: import("./federation/v1/tx").MsgSubmitFederatedContentAmino) => import("./federation/v1/tx").MsgSubmitFederatedContent;
|
|
784
879
|
};
|
|
785
|
-
"/sparkdream.
|
|
880
|
+
"/sparkdream.federation.v1.MsgFederateContent": {
|
|
786
881
|
aminoType: string;
|
|
787
|
-
toAmino: (message: import("./
|
|
788
|
-
fromAmino: (object: import("./
|
|
882
|
+
toAmino: (message: import("./federation/v1/tx").MsgFederateContent) => import("./federation/v1/tx").MsgFederateContentAmino;
|
|
883
|
+
fromAmino: (object: import("./federation/v1/tx").MsgFederateContentAmino) => import("./federation/v1/tx").MsgFederateContent;
|
|
789
884
|
};
|
|
790
|
-
"/sparkdream.
|
|
885
|
+
"/sparkdream.federation.v1.MsgAttestOutbound": {
|
|
791
886
|
aminoType: string;
|
|
792
|
-
toAmino: (message: import("./
|
|
793
|
-
fromAmino: (object: import("./
|
|
887
|
+
toAmino: (message: import("./federation/v1/tx").MsgAttestOutbound) => import("./federation/v1/tx").MsgAttestOutboundAmino;
|
|
888
|
+
fromAmino: (object: import("./federation/v1/tx").MsgAttestOutboundAmino) => import("./federation/v1/tx").MsgAttestOutbound;
|
|
794
889
|
};
|
|
795
|
-
"/sparkdream.
|
|
890
|
+
"/sparkdream.federation.v1.MsgModerateContent": {
|
|
796
891
|
aminoType: string;
|
|
797
|
-
toAmino: (message: import("./
|
|
798
|
-
fromAmino: (object: import("./
|
|
892
|
+
toAmino: (message: import("./federation/v1/tx").MsgModerateContent) => import("./federation/v1/tx").MsgModerateContentAmino;
|
|
893
|
+
fromAmino: (object: import("./federation/v1/tx").MsgModerateContentAmino) => import("./federation/v1/tx").MsgModerateContent;
|
|
799
894
|
};
|
|
800
|
-
"/sparkdream.
|
|
895
|
+
"/sparkdream.federation.v1.MsgLinkIdentity": {
|
|
801
896
|
aminoType: string;
|
|
802
|
-
toAmino: (message: import("./
|
|
803
|
-
fromAmino: (object: import("./
|
|
897
|
+
toAmino: (message: import("./federation/v1/tx").MsgLinkIdentity) => import("./federation/v1/tx").MsgLinkIdentityAmino;
|
|
898
|
+
fromAmino: (object: import("./federation/v1/tx").MsgLinkIdentityAmino) => import("./federation/v1/tx").MsgLinkIdentity;
|
|
804
899
|
};
|
|
805
|
-
"/sparkdream.
|
|
900
|
+
"/sparkdream.federation.v1.MsgUnlinkIdentity": {
|
|
806
901
|
aminoType: string;
|
|
807
|
-
toAmino: (message: import("./
|
|
808
|
-
fromAmino: (object: import("./
|
|
902
|
+
toAmino: (message: import("./federation/v1/tx").MsgUnlinkIdentity) => import("./federation/v1/tx").MsgUnlinkIdentityAmino;
|
|
903
|
+
fromAmino: (object: import("./federation/v1/tx").MsgUnlinkIdentityAmino) => import("./federation/v1/tx").MsgUnlinkIdentity;
|
|
904
|
+
};
|
|
905
|
+
"/sparkdream.federation.v1.MsgConfirmIdentityLink": {
|
|
906
|
+
aminoType: string;
|
|
907
|
+
toAmino: (message: import("./federation/v1/tx").MsgConfirmIdentityLink) => import("./federation/v1/tx").MsgConfirmIdentityLinkAmino;
|
|
908
|
+
fromAmino: (object: import("./federation/v1/tx").MsgConfirmIdentityLinkAmino) => import("./federation/v1/tx").MsgConfirmIdentityLink;
|
|
909
|
+
};
|
|
910
|
+
"/sparkdream.federation.v1.MsgRequestReputationAttestation": {
|
|
911
|
+
aminoType: string;
|
|
912
|
+
toAmino: (message: import("./federation/v1/tx").MsgRequestReputationAttestation) => import("./federation/v1/tx").MsgRequestReputationAttestationAmino;
|
|
913
|
+
fromAmino: (object: import("./federation/v1/tx").MsgRequestReputationAttestationAmino) => import("./federation/v1/tx").MsgRequestReputationAttestation;
|
|
914
|
+
};
|
|
915
|
+
"/sparkdream.federation.v1.MsgVerifyContent": {
|
|
916
|
+
aminoType: string;
|
|
917
|
+
toAmino: (message: import("./federation/v1/tx").MsgVerifyContent) => import("./federation/v1/tx").MsgVerifyContentAmino;
|
|
918
|
+
fromAmino: (object: import("./federation/v1/tx").MsgVerifyContentAmino) => import("./federation/v1/tx").MsgVerifyContent;
|
|
919
|
+
};
|
|
920
|
+
"/sparkdream.federation.v1.MsgChallengeVerification": {
|
|
921
|
+
aminoType: string;
|
|
922
|
+
toAmino: (message: import("./federation/v1/tx").MsgChallengeVerification) => import("./federation/v1/tx").MsgChallengeVerificationAmino;
|
|
923
|
+
fromAmino: (object: import("./federation/v1/tx").MsgChallengeVerificationAmino) => import("./federation/v1/tx").MsgChallengeVerification;
|
|
924
|
+
};
|
|
925
|
+
"/sparkdream.federation.v1.MsgSubmitArbiterHash": {
|
|
926
|
+
aminoType: string;
|
|
927
|
+
toAmino: (message: import("./federation/v1/tx").MsgSubmitArbiterHash) => import("./federation/v1/tx").MsgSubmitArbiterHashAmino;
|
|
928
|
+
fromAmino: (object: import("./federation/v1/tx").MsgSubmitArbiterHashAmino) => import("./federation/v1/tx").MsgSubmitArbiterHash;
|
|
929
|
+
};
|
|
930
|
+
"/sparkdream.federation.v1.MsgEscalateChallenge": {
|
|
931
|
+
aminoType: string;
|
|
932
|
+
toAmino: (message: import("./federation/v1/tx").MsgEscalateChallenge) => import("./federation/v1/tx").MsgEscalateChallengeAmino;
|
|
933
|
+
fromAmino: (object: import("./federation/v1/tx").MsgEscalateChallengeAmino) => import("./federation/v1/tx").MsgEscalateChallenge;
|
|
934
|
+
};
|
|
935
|
+
"/sparkdream.federation.v1.MsgUpdateOperationalParams": {
|
|
936
|
+
aminoType: string;
|
|
937
|
+
toAmino: (message: import("./federation/v1/tx").MsgUpdateOperationalParams) => import("./federation/v1/tx").MsgUpdateOperationalParamsAmino;
|
|
938
|
+
fromAmino: (object: import("./federation/v1/tx").MsgUpdateOperationalParamsAmino) => import("./federation/v1/tx").MsgUpdateOperationalParams;
|
|
809
939
|
};
|
|
810
940
|
"/sparkdream.ecosystem.v1.MsgUpdateParams": {
|
|
811
941
|
aminoType: string;
|
|
@@ -907,6 +1037,11 @@ export declare const sparkdreamAminoConverters: {
|
|
|
907
1037
|
toAmino: (message: import("./commons/v1/tx").MsgAnonymousVoteProposal) => import("./commons/v1/tx").MsgAnonymousVoteProposalAmino;
|
|
908
1038
|
fromAmino: (object: import("./commons/v1/tx").MsgAnonymousVoteProposalAmino) => import("./commons/v1/tx").MsgAnonymousVoteProposal;
|
|
909
1039
|
};
|
|
1040
|
+
"/sparkdream.commons.v1.MsgCreateCategory": {
|
|
1041
|
+
aminoType: string;
|
|
1042
|
+
toAmino: (message: import("./commons/v1/tx").MsgCreateCategory) => import("./commons/v1/tx").MsgCreateCategoryAmino;
|
|
1043
|
+
fromAmino: (object: import("./commons/v1/tx").MsgCreateCategoryAmino) => import("./commons/v1/tx").MsgCreateCategory;
|
|
1044
|
+
};
|
|
910
1045
|
"/sparkdream.collect.v1.MsgUpdateParams": {
|
|
911
1046
|
aminoType: string;
|
|
912
1047
|
toAmino: (message: import("./collect/v1/tx").MsgUpdateParams) => import("./collect/v1/tx").MsgUpdateParamsAmino;
|
|
@@ -972,16 +1107,6 @@ export declare const sparkdreamAminoConverters: {
|
|
|
972
1107
|
toAmino: (message: import("./collect/v1/tx").MsgUpdateCollaboratorRole) => import("./collect/v1/tx").MsgUpdateCollaboratorRoleAmino;
|
|
973
1108
|
fromAmino: (object: import("./collect/v1/tx").MsgUpdateCollaboratorRoleAmino) => import("./collect/v1/tx").MsgUpdateCollaboratorRole;
|
|
974
1109
|
};
|
|
975
|
-
"/sparkdream.collect.v1.MsgRegisterCurator": {
|
|
976
|
-
aminoType: string;
|
|
977
|
-
toAmino: (message: import("./collect/v1/tx").MsgRegisterCurator) => import("./collect/v1/tx").MsgRegisterCuratorAmino;
|
|
978
|
-
fromAmino: (object: import("./collect/v1/tx").MsgRegisterCuratorAmino) => import("./collect/v1/tx").MsgRegisterCurator;
|
|
979
|
-
};
|
|
980
|
-
"/sparkdream.collect.v1.MsgUnregisterCurator": {
|
|
981
|
-
aminoType: string;
|
|
982
|
-
toAmino: (message: import("./collect/v1/tx").MsgUnregisterCurator) => import("./collect/v1/tx").MsgUnregisterCuratorAmino;
|
|
983
|
-
fromAmino: (object: import("./collect/v1/tx").MsgUnregisterCuratorAmino) => import("./collect/v1/tx").MsgUnregisterCurator;
|
|
984
|
-
};
|
|
985
1110
|
"/sparkdream.collect.v1.MsgRateCollection": {
|
|
986
1111
|
aminoType: string;
|
|
987
1112
|
toAmino: (message: import("./collect/v1/tx").MsgRateCollection) => import("./collect/v1/tx").MsgRateCollectionAmino;
|
package/sparkdream/client.js
CHANGED
|
@@ -41,6 +41,7 @@ const sparkdreamBlogV1TxRegistry = __importStar(require("./blog/v1/tx.registry")
|
|
|
41
41
|
const sparkdreamCollectV1TxRegistry = __importStar(require("./collect/v1/tx.registry"));
|
|
42
42
|
const sparkdreamCommonsV1TxRegistry = __importStar(require("./commons/v1/tx.registry"));
|
|
43
43
|
const sparkdreamEcosystemV1TxRegistry = __importStar(require("./ecosystem/v1/tx.registry"));
|
|
44
|
+
const sparkdreamFederationV1TxRegistry = __importStar(require("./federation/v1/tx.registry"));
|
|
44
45
|
const sparkdreamForumV1TxRegistry = __importStar(require("./forum/v1/tx.registry"));
|
|
45
46
|
const sparkdreamFutarchyV1TxRegistry = __importStar(require("./futarchy/v1/tx.registry"));
|
|
46
47
|
const sparkdreamNameV1TxRegistry = __importStar(require("./name/v1/tx.registry"));
|
|
@@ -55,6 +56,7 @@ const sparkdreamBlogV1TxAmino = __importStar(require("./blog/v1/tx.amino"));
|
|
|
55
56
|
const sparkdreamCollectV1TxAmino = __importStar(require("./collect/v1/tx.amino"));
|
|
56
57
|
const sparkdreamCommonsV1TxAmino = __importStar(require("./commons/v1/tx.amino"));
|
|
57
58
|
const sparkdreamEcosystemV1TxAmino = __importStar(require("./ecosystem/v1/tx.amino"));
|
|
59
|
+
const sparkdreamFederationV1TxAmino = __importStar(require("./federation/v1/tx.amino"));
|
|
58
60
|
const sparkdreamForumV1TxAmino = __importStar(require("./forum/v1/tx.amino"));
|
|
59
61
|
const sparkdreamFutarchyV1TxAmino = __importStar(require("./futarchy/v1/tx.amino"));
|
|
60
62
|
const sparkdreamNameV1TxAmino = __importStar(require("./name/v1/tx.amino"));
|
|
@@ -70,6 +72,7 @@ exports.sparkdreamAminoConverters = {
|
|
|
70
72
|
...sparkdreamCollectV1TxAmino.AminoConverter,
|
|
71
73
|
...sparkdreamCommonsV1TxAmino.AminoConverter,
|
|
72
74
|
...sparkdreamEcosystemV1TxAmino.AminoConverter,
|
|
75
|
+
...sparkdreamFederationV1TxAmino.AminoConverter,
|
|
73
76
|
...sparkdreamForumV1TxAmino.AminoConverter,
|
|
74
77
|
...sparkdreamFutarchyV1TxAmino.AminoConverter,
|
|
75
78
|
...sparkdreamNameV1TxAmino.AminoConverter,
|
|
@@ -81,7 +84,7 @@ exports.sparkdreamAminoConverters = {
|
|
|
81
84
|
...sparkdreamSparkdreamV1TxAmino.AminoConverter,
|
|
82
85
|
...sparkdreamSplitV1TxAmino.AminoConverter
|
|
83
86
|
};
|
|
84
|
-
exports.sparkdreamProtoRegistry = [...sparkdreamBlogV1TxRegistry.registry, ...sparkdreamCollectV1TxRegistry.registry, ...sparkdreamCommonsV1TxRegistry.registry, ...sparkdreamEcosystemV1TxRegistry.registry, ...sparkdreamForumV1TxRegistry.registry, ...sparkdreamFutarchyV1TxRegistry.registry, ...sparkdreamNameV1TxRegistry.registry, ...sparkdreamRepV1TxRegistry.registry, ...sparkdreamRevealV1TxRegistry.registry, ...sparkdreamSeasonV1TxRegistry.registry, ...sparkdreamSessionV1TxRegistry.registry, ...sparkdreamShieldV1TxRegistry.registry, ...sparkdreamSparkdreamV1TxRegistry.registry, ...sparkdreamSplitV1TxRegistry.registry];
|
|
87
|
+
exports.sparkdreamProtoRegistry = [...sparkdreamBlogV1TxRegistry.registry, ...sparkdreamCollectV1TxRegistry.registry, ...sparkdreamCommonsV1TxRegistry.registry, ...sparkdreamEcosystemV1TxRegistry.registry, ...sparkdreamFederationV1TxRegistry.registry, ...sparkdreamForumV1TxRegistry.registry, ...sparkdreamFutarchyV1TxRegistry.registry, ...sparkdreamNameV1TxRegistry.registry, ...sparkdreamRepV1TxRegistry.registry, ...sparkdreamRevealV1TxRegistry.registry, ...sparkdreamSeasonV1TxRegistry.registry, ...sparkdreamSessionV1TxRegistry.registry, ...sparkdreamShieldV1TxRegistry.registry, ...sparkdreamSparkdreamV1TxRegistry.registry, ...sparkdreamSplitV1TxRegistry.registry];
|
|
85
88
|
const getSigningSparkdreamClientOptions = ({ defaultTypes = stargate_1.defaultRegistryTypes } = {}) => {
|
|
86
89
|
const registry = new proto_signing_1.Registry([...defaultTypes, ...exports.sparkdreamProtoRegistry]);
|
|
87
90
|
const aminoTypes = new stargate_1.AminoTypes({
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* CuratorActivity holds collect-specific per-curator counters. The generic
|
|
5
|
+
* bond/status/activity record lives in x/rep as BondedRole
|
|
6
|
+
* (ROLE_TYPE_COLLECT_CURATOR) — this proto only tracks what's collect-specific:
|
|
7
|
+
* review counts and dispute outcomes.
|
|
8
|
+
* @name CuratorActivity
|
|
9
|
+
* @package sparkdream.collect.v1
|
|
10
|
+
* @see proto type: sparkdream.collect.v1.CuratorActivity
|
|
11
|
+
*/
|
|
12
|
+
export interface CuratorActivity {
|
|
13
|
+
address: string;
|
|
14
|
+
/**
|
|
15
|
+
* total_reviews is the lifetime count of reviews the curator has submitted.
|
|
16
|
+
*/
|
|
17
|
+
totalReviews: bigint;
|
|
18
|
+
/**
|
|
19
|
+
* challenged_reviews is the lifetime count of the curator's reviews that
|
|
20
|
+
* have been challenged (regardless of outcome).
|
|
21
|
+
*/
|
|
22
|
+
challengedReviews: bigint;
|
|
23
|
+
/**
|
|
24
|
+
* upheld_reviews is the lifetime count of challenged reviews that were
|
|
25
|
+
* ultimately upheld in the curator's favor.
|
|
26
|
+
*/
|
|
27
|
+
upheldReviews: bigint;
|
|
28
|
+
/**
|
|
29
|
+
* overturned_reviews is the lifetime count of challenged reviews that were
|
|
30
|
+
* overturned against the curator.
|
|
31
|
+
*/
|
|
32
|
+
overturnedReviews: bigint;
|
|
33
|
+
/**
|
|
34
|
+
* consecutive_overturns tracks the current streak of overturned-against
|
|
35
|
+
* reviews since the last upheld one. Used to trigger demotion via
|
|
36
|
+
* SetBondStatus(DEMOTED) when it crosses the threshold.
|
|
37
|
+
*/
|
|
38
|
+
consecutiveOverturns: bigint;
|
|
39
|
+
/**
|
|
40
|
+
* consecutive_upheld tracks the current streak of upheld reviews.
|
|
41
|
+
*/
|
|
42
|
+
consecutiveUpheld: bigint;
|
|
43
|
+
/**
|
|
44
|
+
* epoch_reviews counts reviews submitted in the current sentinel-style
|
|
45
|
+
* reward epoch (reserved for future per-epoch accounting; zero for now).
|
|
46
|
+
*/
|
|
47
|
+
epochReviews: bigint;
|
|
48
|
+
}
|
|
49
|
+
export interface CuratorActivityProtoMsg {
|
|
50
|
+
typeUrl: "/sparkdream.collect.v1.CuratorActivity";
|
|
51
|
+
value: Uint8Array;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* CuratorActivity holds collect-specific per-curator counters. The generic
|
|
55
|
+
* bond/status/activity record lives in x/rep as BondedRole
|
|
56
|
+
* (ROLE_TYPE_COLLECT_CURATOR) — this proto only tracks what's collect-specific:
|
|
57
|
+
* review counts and dispute outcomes.
|
|
58
|
+
* @name CuratorActivityAmino
|
|
59
|
+
* @package sparkdream.collect.v1
|
|
60
|
+
* @see proto type: sparkdream.collect.v1.CuratorActivity
|
|
61
|
+
*/
|
|
62
|
+
export interface CuratorActivityAmino {
|
|
63
|
+
address?: string;
|
|
64
|
+
/**
|
|
65
|
+
* total_reviews is the lifetime count of reviews the curator has submitted.
|
|
66
|
+
*/
|
|
67
|
+
total_reviews?: string;
|
|
68
|
+
/**
|
|
69
|
+
* challenged_reviews is the lifetime count of the curator's reviews that
|
|
70
|
+
* have been challenged (regardless of outcome).
|
|
71
|
+
*/
|
|
72
|
+
challenged_reviews?: string;
|
|
73
|
+
/**
|
|
74
|
+
* upheld_reviews is the lifetime count of challenged reviews that were
|
|
75
|
+
* ultimately upheld in the curator's favor.
|
|
76
|
+
*/
|
|
77
|
+
upheld_reviews?: string;
|
|
78
|
+
/**
|
|
79
|
+
* overturned_reviews is the lifetime count of challenged reviews that were
|
|
80
|
+
* overturned against the curator.
|
|
81
|
+
*/
|
|
82
|
+
overturned_reviews?: string;
|
|
83
|
+
/**
|
|
84
|
+
* consecutive_overturns tracks the current streak of overturned-against
|
|
85
|
+
* reviews since the last upheld one. Used to trigger demotion via
|
|
86
|
+
* SetBondStatus(DEMOTED) when it crosses the threshold.
|
|
87
|
+
*/
|
|
88
|
+
consecutive_overturns?: string;
|
|
89
|
+
/**
|
|
90
|
+
* consecutive_upheld tracks the current streak of upheld reviews.
|
|
91
|
+
*/
|
|
92
|
+
consecutive_upheld?: string;
|
|
93
|
+
/**
|
|
94
|
+
* epoch_reviews counts reviews submitted in the current sentinel-style
|
|
95
|
+
* reward epoch (reserved for future per-epoch accounting; zero for now).
|
|
96
|
+
*/
|
|
97
|
+
epoch_reviews?: string;
|
|
98
|
+
}
|
|
99
|
+
export interface CuratorActivityAminoMsg {
|
|
100
|
+
type: "/sparkdream.collect.v1.CuratorActivity";
|
|
101
|
+
value: CuratorActivityAmino;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* CuratorActivity holds collect-specific per-curator counters. The generic
|
|
105
|
+
* bond/status/activity record lives in x/rep as BondedRole
|
|
106
|
+
* (ROLE_TYPE_COLLECT_CURATOR) — this proto only tracks what's collect-specific:
|
|
107
|
+
* review counts and dispute outcomes.
|
|
108
|
+
* @name CuratorActivity
|
|
109
|
+
* @package sparkdream.collect.v1
|
|
110
|
+
* @see proto type: sparkdream.collect.v1.CuratorActivity
|
|
111
|
+
*/
|
|
112
|
+
export declare const CuratorActivity: {
|
|
113
|
+
typeUrl: string;
|
|
114
|
+
encode(message: CuratorActivity, writer?: BinaryWriter): BinaryWriter;
|
|
115
|
+
decode(input: BinaryReader | Uint8Array, length?: number): CuratorActivity;
|
|
116
|
+
fromPartial(object: DeepPartial<CuratorActivity>): CuratorActivity;
|
|
117
|
+
fromAmino(object: CuratorActivityAmino): CuratorActivity;
|
|
118
|
+
toAmino(message: CuratorActivity): CuratorActivityAmino;
|
|
119
|
+
fromAminoMsg(object: CuratorActivityAminoMsg): CuratorActivity;
|
|
120
|
+
fromProtoMsg(message: CuratorActivityProtoMsg): CuratorActivity;
|
|
121
|
+
toProto(message: CuratorActivity): Uint8Array;
|
|
122
|
+
toProtoMsg(message: CuratorActivity): CuratorActivityProtoMsg;
|
|
123
|
+
};
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CuratorActivity = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
function createBaseCuratorActivity() {
|
|
7
|
+
return {
|
|
8
|
+
address: "",
|
|
9
|
+
totalReviews: BigInt(0),
|
|
10
|
+
challengedReviews: BigInt(0),
|
|
11
|
+
upheldReviews: BigInt(0),
|
|
12
|
+
overturnedReviews: BigInt(0),
|
|
13
|
+
consecutiveOverturns: BigInt(0),
|
|
14
|
+
consecutiveUpheld: BigInt(0),
|
|
15
|
+
epochReviews: BigInt(0)
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* CuratorActivity holds collect-specific per-curator counters. The generic
|
|
20
|
+
* bond/status/activity record lives in x/rep as BondedRole
|
|
21
|
+
* (ROLE_TYPE_COLLECT_CURATOR) — this proto only tracks what's collect-specific:
|
|
22
|
+
* review counts and dispute outcomes.
|
|
23
|
+
* @name CuratorActivity
|
|
24
|
+
* @package sparkdream.collect.v1
|
|
25
|
+
* @see proto type: sparkdream.collect.v1.CuratorActivity
|
|
26
|
+
*/
|
|
27
|
+
exports.CuratorActivity = {
|
|
28
|
+
typeUrl: "/sparkdream.collect.v1.CuratorActivity",
|
|
29
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
30
|
+
if (message.address !== "") {
|
|
31
|
+
writer.uint32(10).string(message.address);
|
|
32
|
+
}
|
|
33
|
+
if (message.totalReviews !== BigInt(0)) {
|
|
34
|
+
writer.uint32(16).uint64(message.totalReviews);
|
|
35
|
+
}
|
|
36
|
+
if (message.challengedReviews !== BigInt(0)) {
|
|
37
|
+
writer.uint32(24).uint64(message.challengedReviews);
|
|
38
|
+
}
|
|
39
|
+
if (message.upheldReviews !== BigInt(0)) {
|
|
40
|
+
writer.uint32(32).uint64(message.upheldReviews);
|
|
41
|
+
}
|
|
42
|
+
if (message.overturnedReviews !== BigInt(0)) {
|
|
43
|
+
writer.uint32(40).uint64(message.overturnedReviews);
|
|
44
|
+
}
|
|
45
|
+
if (message.consecutiveOverturns !== BigInt(0)) {
|
|
46
|
+
writer.uint32(48).uint64(message.consecutiveOverturns);
|
|
47
|
+
}
|
|
48
|
+
if (message.consecutiveUpheld !== BigInt(0)) {
|
|
49
|
+
writer.uint32(56).uint64(message.consecutiveUpheld);
|
|
50
|
+
}
|
|
51
|
+
if (message.epochReviews !== BigInt(0)) {
|
|
52
|
+
writer.uint32(64).uint64(message.epochReviews);
|
|
53
|
+
}
|
|
54
|
+
return writer;
|
|
55
|
+
},
|
|
56
|
+
decode(input, length) {
|
|
57
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
58
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
59
|
+
const message = createBaseCuratorActivity();
|
|
60
|
+
while (reader.pos < end) {
|
|
61
|
+
const tag = reader.uint32();
|
|
62
|
+
switch (tag >>> 3) {
|
|
63
|
+
case 1:
|
|
64
|
+
message.address = reader.string();
|
|
65
|
+
break;
|
|
66
|
+
case 2:
|
|
67
|
+
message.totalReviews = reader.uint64();
|
|
68
|
+
break;
|
|
69
|
+
case 3:
|
|
70
|
+
message.challengedReviews = reader.uint64();
|
|
71
|
+
break;
|
|
72
|
+
case 4:
|
|
73
|
+
message.upheldReviews = reader.uint64();
|
|
74
|
+
break;
|
|
75
|
+
case 5:
|
|
76
|
+
message.overturnedReviews = reader.uint64();
|
|
77
|
+
break;
|
|
78
|
+
case 6:
|
|
79
|
+
message.consecutiveOverturns = reader.uint64();
|
|
80
|
+
break;
|
|
81
|
+
case 7:
|
|
82
|
+
message.consecutiveUpheld = reader.uint64();
|
|
83
|
+
break;
|
|
84
|
+
case 8:
|
|
85
|
+
message.epochReviews = reader.uint64();
|
|
86
|
+
break;
|
|
87
|
+
default:
|
|
88
|
+
reader.skipType(tag & 7);
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return message;
|
|
93
|
+
},
|
|
94
|
+
fromPartial(object) {
|
|
95
|
+
const message = createBaseCuratorActivity();
|
|
96
|
+
message.address = object.address ?? "";
|
|
97
|
+
message.totalReviews = object.totalReviews !== undefined && object.totalReviews !== null ? BigInt(object.totalReviews.toString()) : BigInt(0);
|
|
98
|
+
message.challengedReviews = object.challengedReviews !== undefined && object.challengedReviews !== null ? BigInt(object.challengedReviews.toString()) : BigInt(0);
|
|
99
|
+
message.upheldReviews = object.upheldReviews !== undefined && object.upheldReviews !== null ? BigInt(object.upheldReviews.toString()) : BigInt(0);
|
|
100
|
+
message.overturnedReviews = object.overturnedReviews !== undefined && object.overturnedReviews !== null ? BigInt(object.overturnedReviews.toString()) : BigInt(0);
|
|
101
|
+
message.consecutiveOverturns = object.consecutiveOverturns !== undefined && object.consecutiveOverturns !== null ? BigInt(object.consecutiveOverturns.toString()) : BigInt(0);
|
|
102
|
+
message.consecutiveUpheld = object.consecutiveUpheld !== undefined && object.consecutiveUpheld !== null ? BigInt(object.consecutiveUpheld.toString()) : BigInt(0);
|
|
103
|
+
message.epochReviews = object.epochReviews !== undefined && object.epochReviews !== null ? BigInt(object.epochReviews.toString()) : BigInt(0);
|
|
104
|
+
return message;
|
|
105
|
+
},
|
|
106
|
+
fromAmino(object) {
|
|
107
|
+
const message = createBaseCuratorActivity();
|
|
108
|
+
if (object.address !== undefined && object.address !== null) {
|
|
109
|
+
message.address = object.address;
|
|
110
|
+
}
|
|
111
|
+
if (object.total_reviews !== undefined && object.total_reviews !== null) {
|
|
112
|
+
message.totalReviews = BigInt(object.total_reviews);
|
|
113
|
+
}
|
|
114
|
+
if (object.challenged_reviews !== undefined && object.challenged_reviews !== null) {
|
|
115
|
+
message.challengedReviews = BigInt(object.challenged_reviews);
|
|
116
|
+
}
|
|
117
|
+
if (object.upheld_reviews !== undefined && object.upheld_reviews !== null) {
|
|
118
|
+
message.upheldReviews = BigInt(object.upheld_reviews);
|
|
119
|
+
}
|
|
120
|
+
if (object.overturned_reviews !== undefined && object.overturned_reviews !== null) {
|
|
121
|
+
message.overturnedReviews = BigInt(object.overturned_reviews);
|
|
122
|
+
}
|
|
123
|
+
if (object.consecutive_overturns !== undefined && object.consecutive_overturns !== null) {
|
|
124
|
+
message.consecutiveOverturns = BigInt(object.consecutive_overturns);
|
|
125
|
+
}
|
|
126
|
+
if (object.consecutive_upheld !== undefined && object.consecutive_upheld !== null) {
|
|
127
|
+
message.consecutiveUpheld = BigInt(object.consecutive_upheld);
|
|
128
|
+
}
|
|
129
|
+
if (object.epoch_reviews !== undefined && object.epoch_reviews !== null) {
|
|
130
|
+
message.epochReviews = BigInt(object.epoch_reviews);
|
|
131
|
+
}
|
|
132
|
+
return message;
|
|
133
|
+
},
|
|
134
|
+
toAmino(message) {
|
|
135
|
+
const obj = {};
|
|
136
|
+
obj.address = message.address === "" ? undefined : message.address;
|
|
137
|
+
obj.total_reviews = message.totalReviews !== BigInt(0) ? message.totalReviews?.toString() : undefined;
|
|
138
|
+
obj.challenged_reviews = message.challengedReviews !== BigInt(0) ? message.challengedReviews?.toString() : undefined;
|
|
139
|
+
obj.upheld_reviews = message.upheldReviews !== BigInt(0) ? message.upheldReviews?.toString() : undefined;
|
|
140
|
+
obj.overturned_reviews = message.overturnedReviews !== BigInt(0) ? message.overturnedReviews?.toString() : undefined;
|
|
141
|
+
obj.consecutive_overturns = message.consecutiveOverturns !== BigInt(0) ? message.consecutiveOverturns?.toString() : undefined;
|
|
142
|
+
obj.consecutive_upheld = message.consecutiveUpheld !== BigInt(0) ? message.consecutiveUpheld?.toString() : undefined;
|
|
143
|
+
obj.epoch_reviews = message.epochReviews !== BigInt(0) ? message.epochReviews?.toString() : undefined;
|
|
144
|
+
return obj;
|
|
145
|
+
},
|
|
146
|
+
fromAminoMsg(object) {
|
|
147
|
+
return exports.CuratorActivity.fromAmino(object.value);
|
|
148
|
+
},
|
|
149
|
+
fromProtoMsg(message) {
|
|
150
|
+
return exports.CuratorActivity.decode(message.value);
|
|
151
|
+
},
|
|
152
|
+
toProto(message) {
|
|
153
|
+
return exports.CuratorActivity.encode(message).finish();
|
|
154
|
+
},
|
|
155
|
+
toProtoMsg(message) {
|
|
156
|
+
return {
|
|
157
|
+
typeUrl: "/sparkdream.collect.v1.CuratorActivity",
|
|
158
|
+
value: exports.CuratorActivity.encode(message).finish()
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
};
|