@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SentinelActivity = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
4
5
|
const binary_1 = require("../../../binary");
|
|
5
6
|
function createBaseSentinelActivity() {
|
|
6
7
|
return {
|
|
@@ -11,16 +12,10 @@ function createBaseSentinelActivity() {
|
|
|
11
12
|
unchallengedHides: BigInt(0),
|
|
12
13
|
epochHides: BigInt(0),
|
|
13
14
|
epochAppealsResolved: BigInt(0),
|
|
14
|
-
lastRewardEpoch: BigInt(0),
|
|
15
|
-
cumulativeRewards: "",
|
|
16
15
|
overturnCooldownUntil: BigInt(0),
|
|
17
16
|
consecutiveOverturns: BigInt(0),
|
|
18
|
-
bondStatus: 0,
|
|
19
|
-
currentBond: "",
|
|
20
|
-
totalCommittedBond: "",
|
|
21
17
|
pendingHideCount: BigInt(0),
|
|
22
18
|
consecutiveUpheld: BigInt(0),
|
|
23
|
-
demotionCooldownUntil: BigInt(0),
|
|
24
19
|
epochAppealsFiled: BigInt(0),
|
|
25
20
|
totalLocks: BigInt(0),
|
|
26
21
|
upheldLocks: BigInt(0),
|
|
@@ -37,13 +32,13 @@ function createBaseSentinelActivity() {
|
|
|
37
32
|
totalProposals: BigInt(0),
|
|
38
33
|
confirmedProposals: BigInt(0),
|
|
39
34
|
rejectedProposals: BigInt(0),
|
|
40
|
-
epochCurations: BigInt(0)
|
|
41
|
-
lastActiveEpoch: BigInt(0),
|
|
42
|
-
consecutiveInactiveEpochs: BigInt(0)
|
|
35
|
+
epochCurations: BigInt(0)
|
|
43
36
|
};
|
|
44
37
|
}
|
|
45
38
|
/**
|
|
46
|
-
* SentinelActivity
|
|
39
|
+
* SentinelActivity holds forum-specific action counters and local cooldowns
|
|
40
|
+
* for a sentinel. The accountability record (bond, bond status, activity
|
|
41
|
+
* stamps) lives in sparkdream.rep.v1.SentinelActivity.
|
|
47
42
|
* @name SentinelActivity
|
|
48
43
|
* @package sparkdream.forum.v1
|
|
49
44
|
* @see proto type: sparkdream.forum.v1.SentinelActivity
|
|
@@ -72,92 +67,68 @@ exports.SentinelActivity = {
|
|
|
72
67
|
if (message.epochAppealsResolved !== BigInt(0)) {
|
|
73
68
|
writer.uint32(56).uint64(message.epochAppealsResolved);
|
|
74
69
|
}
|
|
75
|
-
if (message.lastRewardEpoch !== BigInt(0)) {
|
|
76
|
-
writer.uint32(64).int64(message.lastRewardEpoch);
|
|
77
|
-
}
|
|
78
|
-
if (message.cumulativeRewards !== "") {
|
|
79
|
-
writer.uint32(74).string(message.cumulativeRewards);
|
|
80
|
-
}
|
|
81
70
|
if (message.overturnCooldownUntil !== BigInt(0)) {
|
|
82
|
-
writer.uint32(
|
|
71
|
+
writer.uint32(64).int64(message.overturnCooldownUntil);
|
|
83
72
|
}
|
|
84
73
|
if (message.consecutiveOverturns !== BigInt(0)) {
|
|
85
|
-
writer.uint32(
|
|
86
|
-
}
|
|
87
|
-
if (message.bondStatus !== 0) {
|
|
88
|
-
writer.uint32(96).int32(message.bondStatus);
|
|
89
|
-
}
|
|
90
|
-
if (message.currentBond !== "") {
|
|
91
|
-
writer.uint32(106).string(message.currentBond);
|
|
92
|
-
}
|
|
93
|
-
if (message.totalCommittedBond !== "") {
|
|
94
|
-
writer.uint32(114).string(message.totalCommittedBond);
|
|
74
|
+
writer.uint32(72).uint64(message.consecutiveOverturns);
|
|
95
75
|
}
|
|
96
76
|
if (message.pendingHideCount !== BigInt(0)) {
|
|
97
|
-
writer.uint32(
|
|
77
|
+
writer.uint32(80).uint64(message.pendingHideCount);
|
|
98
78
|
}
|
|
99
79
|
if (message.consecutiveUpheld !== BigInt(0)) {
|
|
100
|
-
writer.uint32(
|
|
101
|
-
}
|
|
102
|
-
if (message.demotionCooldownUntil !== BigInt(0)) {
|
|
103
|
-
writer.uint32(136).int64(message.demotionCooldownUntil);
|
|
80
|
+
writer.uint32(88).uint64(message.consecutiveUpheld);
|
|
104
81
|
}
|
|
105
82
|
if (message.epochAppealsFiled !== BigInt(0)) {
|
|
106
|
-
writer.uint32(
|
|
83
|
+
writer.uint32(96).uint64(message.epochAppealsFiled);
|
|
107
84
|
}
|
|
108
85
|
if (message.totalLocks !== BigInt(0)) {
|
|
109
|
-
writer.uint32(
|
|
86
|
+
writer.uint32(104).uint64(message.totalLocks);
|
|
110
87
|
}
|
|
111
88
|
if (message.upheldLocks !== BigInt(0)) {
|
|
112
|
-
writer.uint32(
|
|
89
|
+
writer.uint32(112).uint64(message.upheldLocks);
|
|
113
90
|
}
|
|
114
91
|
if (message.overturnedLocks !== BigInt(0)) {
|
|
115
|
-
writer.uint32(
|
|
92
|
+
writer.uint32(120).uint64(message.overturnedLocks);
|
|
116
93
|
}
|
|
117
94
|
if (message.epochLocks !== BigInt(0)) {
|
|
118
|
-
writer.uint32(
|
|
95
|
+
writer.uint32(128).uint64(message.epochLocks);
|
|
119
96
|
}
|
|
120
97
|
if (message.totalMoves !== BigInt(0)) {
|
|
121
|
-
writer.uint32(
|
|
98
|
+
writer.uint32(136).uint64(message.totalMoves);
|
|
122
99
|
}
|
|
123
100
|
if (message.upheldMoves !== BigInt(0)) {
|
|
124
|
-
writer.uint32(
|
|
101
|
+
writer.uint32(144).uint64(message.upheldMoves);
|
|
125
102
|
}
|
|
126
103
|
if (message.overturnedMoves !== BigInt(0)) {
|
|
127
|
-
writer.uint32(
|
|
104
|
+
writer.uint32(152).uint64(message.overturnedMoves);
|
|
128
105
|
}
|
|
129
106
|
if (message.epochMoves !== BigInt(0)) {
|
|
130
|
-
writer.uint32(
|
|
107
|
+
writer.uint32(160).uint64(message.epochMoves);
|
|
131
108
|
}
|
|
132
109
|
if (message.totalPins !== BigInt(0)) {
|
|
133
|
-
writer.uint32(
|
|
110
|
+
writer.uint32(168).uint64(message.totalPins);
|
|
134
111
|
}
|
|
135
112
|
if (message.upheldPins !== BigInt(0)) {
|
|
136
|
-
writer.uint32(
|
|
113
|
+
writer.uint32(176).uint64(message.upheldPins);
|
|
137
114
|
}
|
|
138
115
|
if (message.overturnedPins !== BigInt(0)) {
|
|
139
|
-
writer.uint32(
|
|
116
|
+
writer.uint32(184).uint64(message.overturnedPins);
|
|
140
117
|
}
|
|
141
118
|
if (message.epochPins !== BigInt(0)) {
|
|
142
|
-
writer.uint32(
|
|
119
|
+
writer.uint32(192).uint64(message.epochPins);
|
|
143
120
|
}
|
|
144
121
|
if (message.totalProposals !== BigInt(0)) {
|
|
145
|
-
writer.uint32(
|
|
122
|
+
writer.uint32(200).uint64(message.totalProposals);
|
|
146
123
|
}
|
|
147
124
|
if (message.confirmedProposals !== BigInt(0)) {
|
|
148
|
-
writer.uint32(
|
|
125
|
+
writer.uint32(208).uint64(message.confirmedProposals);
|
|
149
126
|
}
|
|
150
127
|
if (message.rejectedProposals !== BigInt(0)) {
|
|
151
|
-
writer.uint32(
|
|
128
|
+
writer.uint32(216).uint64(message.rejectedProposals);
|
|
152
129
|
}
|
|
153
130
|
if (message.epochCurations !== BigInt(0)) {
|
|
154
|
-
writer.uint32(
|
|
155
|
-
}
|
|
156
|
-
if (message.lastActiveEpoch !== BigInt(0)) {
|
|
157
|
-
writer.uint32(280).int64(message.lastActiveEpoch);
|
|
158
|
-
}
|
|
159
|
-
if (message.consecutiveInactiveEpochs !== BigInt(0)) {
|
|
160
|
-
writer.uint32(288).uint64(message.consecutiveInactiveEpochs);
|
|
131
|
+
writer.uint32(224).uint64(message.epochCurations);
|
|
161
132
|
}
|
|
162
133
|
return writer;
|
|
163
134
|
},
|
|
@@ -190,92 +161,68 @@ exports.SentinelActivity = {
|
|
|
190
161
|
message.epochAppealsResolved = reader.uint64();
|
|
191
162
|
break;
|
|
192
163
|
case 8:
|
|
193
|
-
message.lastRewardEpoch = reader.int64();
|
|
194
|
-
break;
|
|
195
|
-
case 9:
|
|
196
|
-
message.cumulativeRewards = reader.string();
|
|
197
|
-
break;
|
|
198
|
-
case 10:
|
|
199
164
|
message.overturnCooldownUntil = reader.int64();
|
|
200
165
|
break;
|
|
201
|
-
case
|
|
166
|
+
case 9:
|
|
202
167
|
message.consecutiveOverturns = reader.uint64();
|
|
203
168
|
break;
|
|
204
|
-
case
|
|
205
|
-
message.bondStatus = reader.int32();
|
|
206
|
-
break;
|
|
207
|
-
case 13:
|
|
208
|
-
message.currentBond = reader.string();
|
|
209
|
-
break;
|
|
210
|
-
case 14:
|
|
211
|
-
message.totalCommittedBond = reader.string();
|
|
212
|
-
break;
|
|
213
|
-
case 15:
|
|
169
|
+
case 10:
|
|
214
170
|
message.pendingHideCount = reader.uint64();
|
|
215
171
|
break;
|
|
216
|
-
case
|
|
172
|
+
case 11:
|
|
217
173
|
message.consecutiveUpheld = reader.uint64();
|
|
218
174
|
break;
|
|
219
|
-
case
|
|
220
|
-
message.demotionCooldownUntil = reader.int64();
|
|
221
|
-
break;
|
|
222
|
-
case 18:
|
|
175
|
+
case 12:
|
|
223
176
|
message.epochAppealsFiled = reader.uint64();
|
|
224
177
|
break;
|
|
225
|
-
case
|
|
178
|
+
case 13:
|
|
226
179
|
message.totalLocks = reader.uint64();
|
|
227
180
|
break;
|
|
228
|
-
case
|
|
181
|
+
case 14:
|
|
229
182
|
message.upheldLocks = reader.uint64();
|
|
230
183
|
break;
|
|
231
|
-
case
|
|
184
|
+
case 15:
|
|
232
185
|
message.overturnedLocks = reader.uint64();
|
|
233
186
|
break;
|
|
234
|
-
case
|
|
187
|
+
case 16:
|
|
235
188
|
message.epochLocks = reader.uint64();
|
|
236
189
|
break;
|
|
237
|
-
case
|
|
190
|
+
case 17:
|
|
238
191
|
message.totalMoves = reader.uint64();
|
|
239
192
|
break;
|
|
240
|
-
case
|
|
193
|
+
case 18:
|
|
241
194
|
message.upheldMoves = reader.uint64();
|
|
242
195
|
break;
|
|
243
|
-
case
|
|
196
|
+
case 19:
|
|
244
197
|
message.overturnedMoves = reader.uint64();
|
|
245
198
|
break;
|
|
246
|
-
case
|
|
199
|
+
case 20:
|
|
247
200
|
message.epochMoves = reader.uint64();
|
|
248
201
|
break;
|
|
249
|
-
case
|
|
202
|
+
case 21:
|
|
250
203
|
message.totalPins = reader.uint64();
|
|
251
204
|
break;
|
|
252
|
-
case
|
|
205
|
+
case 22:
|
|
253
206
|
message.upheldPins = reader.uint64();
|
|
254
207
|
break;
|
|
255
|
-
case
|
|
208
|
+
case 23:
|
|
256
209
|
message.overturnedPins = reader.uint64();
|
|
257
210
|
break;
|
|
258
|
-
case
|
|
211
|
+
case 24:
|
|
259
212
|
message.epochPins = reader.uint64();
|
|
260
213
|
break;
|
|
261
|
-
case
|
|
214
|
+
case 25:
|
|
262
215
|
message.totalProposals = reader.uint64();
|
|
263
216
|
break;
|
|
264
|
-
case
|
|
217
|
+
case 26:
|
|
265
218
|
message.confirmedProposals = reader.uint64();
|
|
266
219
|
break;
|
|
267
|
-
case
|
|
220
|
+
case 27:
|
|
268
221
|
message.rejectedProposals = reader.uint64();
|
|
269
222
|
break;
|
|
270
|
-
case
|
|
223
|
+
case 28:
|
|
271
224
|
message.epochCurations = reader.uint64();
|
|
272
225
|
break;
|
|
273
|
-
case 35:
|
|
274
|
-
message.lastActiveEpoch = reader.int64();
|
|
275
|
-
break;
|
|
276
|
-
case 36:
|
|
277
|
-
message.consecutiveInactiveEpochs = reader.uint64();
|
|
278
|
-
break;
|
|
279
226
|
default:
|
|
280
227
|
reader.skipType(tag & 7);
|
|
281
228
|
break;
|
|
@@ -292,16 +239,10 @@ exports.SentinelActivity = {
|
|
|
292
239
|
message.unchallengedHides = object.unchallengedHides !== undefined && object.unchallengedHides !== null ? BigInt(object.unchallengedHides.toString()) : BigInt(0);
|
|
293
240
|
message.epochHides = object.epochHides !== undefined && object.epochHides !== null ? BigInt(object.epochHides.toString()) : BigInt(0);
|
|
294
241
|
message.epochAppealsResolved = object.epochAppealsResolved !== undefined && object.epochAppealsResolved !== null ? BigInt(object.epochAppealsResolved.toString()) : BigInt(0);
|
|
295
|
-
message.lastRewardEpoch = object.lastRewardEpoch !== undefined && object.lastRewardEpoch !== null ? BigInt(object.lastRewardEpoch.toString()) : BigInt(0);
|
|
296
|
-
message.cumulativeRewards = object.cumulativeRewards ?? "";
|
|
297
242
|
message.overturnCooldownUntil = object.overturnCooldownUntil !== undefined && object.overturnCooldownUntil !== null ? BigInt(object.overturnCooldownUntil.toString()) : BigInt(0);
|
|
298
243
|
message.consecutiveOverturns = object.consecutiveOverturns !== undefined && object.consecutiveOverturns !== null ? BigInt(object.consecutiveOverturns.toString()) : BigInt(0);
|
|
299
|
-
message.bondStatus = object.bondStatus ?? 0;
|
|
300
|
-
message.currentBond = object.currentBond ?? "";
|
|
301
|
-
message.totalCommittedBond = object.totalCommittedBond ?? "";
|
|
302
244
|
message.pendingHideCount = object.pendingHideCount !== undefined && object.pendingHideCount !== null ? BigInt(object.pendingHideCount.toString()) : BigInt(0);
|
|
303
245
|
message.consecutiveUpheld = object.consecutiveUpheld !== undefined && object.consecutiveUpheld !== null ? BigInt(object.consecutiveUpheld.toString()) : BigInt(0);
|
|
304
|
-
message.demotionCooldownUntil = object.demotionCooldownUntil !== undefined && object.demotionCooldownUntil !== null ? BigInt(object.demotionCooldownUntil.toString()) : BigInt(0);
|
|
305
246
|
message.epochAppealsFiled = object.epochAppealsFiled !== undefined && object.epochAppealsFiled !== null ? BigInt(object.epochAppealsFiled.toString()) : BigInt(0);
|
|
306
247
|
message.totalLocks = object.totalLocks !== undefined && object.totalLocks !== null ? BigInt(object.totalLocks.toString()) : BigInt(0);
|
|
307
248
|
message.upheldLocks = object.upheldLocks !== undefined && object.upheldLocks !== null ? BigInt(object.upheldLocks.toString()) : BigInt(0);
|
|
@@ -319,8 +260,6 @@ exports.SentinelActivity = {
|
|
|
319
260
|
message.confirmedProposals = object.confirmedProposals !== undefined && object.confirmedProposals !== null ? BigInt(object.confirmedProposals.toString()) : BigInt(0);
|
|
320
261
|
message.rejectedProposals = object.rejectedProposals !== undefined && object.rejectedProposals !== null ? BigInt(object.rejectedProposals.toString()) : BigInt(0);
|
|
321
262
|
message.epochCurations = object.epochCurations !== undefined && object.epochCurations !== null ? BigInt(object.epochCurations.toString()) : BigInt(0);
|
|
322
|
-
message.lastActiveEpoch = object.lastActiveEpoch !== undefined && object.lastActiveEpoch !== null ? BigInt(object.lastActiveEpoch.toString()) : BigInt(0);
|
|
323
|
-
message.consecutiveInactiveEpochs = object.consecutiveInactiveEpochs !== undefined && object.consecutiveInactiveEpochs !== null ? BigInt(object.consecutiveInactiveEpochs.toString()) : BigInt(0);
|
|
324
263
|
return message;
|
|
325
264
|
},
|
|
326
265
|
fromAmino(object) {
|
|
@@ -346,36 +285,18 @@ exports.SentinelActivity = {
|
|
|
346
285
|
if (object.epoch_appeals_resolved !== undefined && object.epoch_appeals_resolved !== null) {
|
|
347
286
|
message.epochAppealsResolved = BigInt(object.epoch_appeals_resolved);
|
|
348
287
|
}
|
|
349
|
-
if (object.last_reward_epoch !== undefined && object.last_reward_epoch !== null) {
|
|
350
|
-
message.lastRewardEpoch = BigInt(object.last_reward_epoch);
|
|
351
|
-
}
|
|
352
|
-
if (object.cumulative_rewards !== undefined && object.cumulative_rewards !== null) {
|
|
353
|
-
message.cumulativeRewards = object.cumulative_rewards;
|
|
354
|
-
}
|
|
355
288
|
if (object.overturn_cooldown_until !== undefined && object.overturn_cooldown_until !== null) {
|
|
356
289
|
message.overturnCooldownUntil = BigInt(object.overturn_cooldown_until);
|
|
357
290
|
}
|
|
358
291
|
if (object.consecutive_overturns !== undefined && object.consecutive_overturns !== null) {
|
|
359
292
|
message.consecutiveOverturns = BigInt(object.consecutive_overturns);
|
|
360
293
|
}
|
|
361
|
-
if (object.bond_status !== undefined && object.bond_status !== null) {
|
|
362
|
-
message.bondStatus = object.bond_status;
|
|
363
|
-
}
|
|
364
|
-
if (object.current_bond !== undefined && object.current_bond !== null) {
|
|
365
|
-
message.currentBond = object.current_bond;
|
|
366
|
-
}
|
|
367
|
-
if (object.total_committed_bond !== undefined && object.total_committed_bond !== null) {
|
|
368
|
-
message.totalCommittedBond = object.total_committed_bond;
|
|
369
|
-
}
|
|
370
294
|
if (object.pending_hide_count !== undefined && object.pending_hide_count !== null) {
|
|
371
295
|
message.pendingHideCount = BigInt(object.pending_hide_count);
|
|
372
296
|
}
|
|
373
297
|
if (object.consecutive_upheld !== undefined && object.consecutive_upheld !== null) {
|
|
374
298
|
message.consecutiveUpheld = BigInt(object.consecutive_upheld);
|
|
375
299
|
}
|
|
376
|
-
if (object.demotion_cooldown_until !== undefined && object.demotion_cooldown_until !== null) {
|
|
377
|
-
message.demotionCooldownUntil = BigInt(object.demotion_cooldown_until);
|
|
378
|
-
}
|
|
379
300
|
if (object.epoch_appeals_filed !== undefined && object.epoch_appeals_filed !== null) {
|
|
380
301
|
message.epochAppealsFiled = BigInt(object.epoch_appeals_filed);
|
|
381
302
|
}
|
|
@@ -427,12 +348,6 @@ exports.SentinelActivity = {
|
|
|
427
348
|
if (object.epoch_curations !== undefined && object.epoch_curations !== null) {
|
|
428
349
|
message.epochCurations = BigInt(object.epoch_curations);
|
|
429
350
|
}
|
|
430
|
-
if (object.last_active_epoch !== undefined && object.last_active_epoch !== null) {
|
|
431
|
-
message.lastActiveEpoch = BigInt(object.last_active_epoch);
|
|
432
|
-
}
|
|
433
|
-
if (object.consecutive_inactive_epochs !== undefined && object.consecutive_inactive_epochs !== null) {
|
|
434
|
-
message.consecutiveInactiveEpochs = BigInt(object.consecutive_inactive_epochs);
|
|
435
|
-
}
|
|
436
351
|
return message;
|
|
437
352
|
},
|
|
438
353
|
toAmino(message) {
|
|
@@ -444,16 +359,10 @@ exports.SentinelActivity = {
|
|
|
444
359
|
obj.unchallenged_hides = message.unchallengedHides !== BigInt(0) ? message.unchallengedHides?.toString() : undefined;
|
|
445
360
|
obj.epoch_hides = message.epochHides !== BigInt(0) ? message.epochHides?.toString() : undefined;
|
|
446
361
|
obj.epoch_appeals_resolved = message.epochAppealsResolved !== BigInt(0) ? message.epochAppealsResolved?.toString() : undefined;
|
|
447
|
-
obj.last_reward_epoch = message.lastRewardEpoch !== BigInt(0) ? message.lastRewardEpoch?.toString() : undefined;
|
|
448
|
-
obj.cumulative_rewards = message.cumulativeRewards === "" ? undefined : message.cumulativeRewards;
|
|
449
362
|
obj.overturn_cooldown_until = message.overturnCooldownUntil !== BigInt(0) ? message.overturnCooldownUntil?.toString() : undefined;
|
|
450
363
|
obj.consecutive_overturns = message.consecutiveOverturns !== BigInt(0) ? message.consecutiveOverturns?.toString() : undefined;
|
|
451
|
-
obj.bond_status = message.bondStatus === 0 ? undefined : message.bondStatus;
|
|
452
|
-
obj.current_bond = message.currentBond === "" ? undefined : message.currentBond;
|
|
453
|
-
obj.total_committed_bond = message.totalCommittedBond === "" ? undefined : message.totalCommittedBond;
|
|
454
364
|
obj.pending_hide_count = message.pendingHideCount !== BigInt(0) ? message.pendingHideCount?.toString() : undefined;
|
|
455
365
|
obj.consecutive_upheld = message.consecutiveUpheld !== BigInt(0) ? message.consecutiveUpheld?.toString() : undefined;
|
|
456
|
-
obj.demotion_cooldown_until = message.demotionCooldownUntil !== BigInt(0) ? message.demotionCooldownUntil?.toString() : undefined;
|
|
457
366
|
obj.epoch_appeals_filed = message.epochAppealsFiled !== BigInt(0) ? message.epochAppealsFiled?.toString() : undefined;
|
|
458
367
|
obj.total_locks = message.totalLocks !== BigInt(0) ? message.totalLocks?.toString() : undefined;
|
|
459
368
|
obj.upheld_locks = message.upheldLocks !== BigInt(0) ? message.upheldLocks?.toString() : undefined;
|
|
@@ -471,8 +380,6 @@ exports.SentinelActivity = {
|
|
|
471
380
|
obj.confirmed_proposals = message.confirmedProposals !== BigInt(0) ? message.confirmedProposals?.toString() : undefined;
|
|
472
381
|
obj.rejected_proposals = message.rejectedProposals !== BigInt(0) ? message.rejectedProposals?.toString() : undefined;
|
|
473
382
|
obj.epoch_curations = message.epochCurations !== BigInt(0) ? message.epochCurations?.toString() : undefined;
|
|
474
|
-
obj.last_active_epoch = message.lastActiveEpoch !== BigInt(0) ? message.lastActiveEpoch?.toString() : undefined;
|
|
475
|
-
obj.consecutive_inactive_epochs = message.consecutiveInactiveEpochs !== BigInt(0) ? message.consecutiveInactiveEpochs?.toString() : undefined;
|
|
476
383
|
return obj;
|
|
477
384
|
},
|
|
478
385
|
fromAminoMsg(object) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgUpdateParams, MsgUpdateOperationalParams,
|
|
1
|
+
import { MsgUpdateParams, MsgUpdateOperationalParams, MsgCreatePost, MsgEditPost, MsgDeletePost, MsgFreezeThread, MsgUnarchiveThread, MsgPinPost, MsgUnpinPost, MsgLockThread, MsgUnlockThread, MsgMoveThread, MsgFollowThread, MsgUnfollowThread, MsgUpvotePost, MsgDownvotePost, MsgFlagPost, MsgDismissFlags, MsgHidePost, MsgAppealPost, MsgAppealThreadLock, MsgAppealThreadMove, MsgCreateBounty, MsgAwardBounty, MsgIncreaseBounty, MsgCancelBounty, MsgAssignBountyToReply, MsgPinReply, MsgUnpinReply, MsgDisputePin, MsgMarkAcceptedReply, MsgConfirmProposedReply, MsgRejectProposedReply, MsgSetForumPaused, MsgSetModerationPaused } from "./tx";
|
|
2
2
|
export declare const AminoConverter: {
|
|
3
3
|
"/sparkdream.forum.v1.MsgUpdateParams": {
|
|
4
4
|
aminoType: string;
|
|
@@ -10,11 +10,6 @@ export declare const AminoConverter: {
|
|
|
10
10
|
toAmino: (message: MsgUpdateOperationalParams) => import("./tx").MsgUpdateOperationalParamsAmino;
|
|
11
11
|
fromAmino: (object: import("./tx").MsgUpdateOperationalParamsAmino) => MsgUpdateOperationalParams;
|
|
12
12
|
};
|
|
13
|
-
"/sparkdream.forum.v1.MsgCreateCategory": {
|
|
14
|
-
aminoType: string;
|
|
15
|
-
toAmino: (message: MsgCreateCategory) => import("./tx").MsgCreateCategoryAmino;
|
|
16
|
-
fromAmino: (object: import("./tx").MsgCreateCategoryAmino) => MsgCreateCategory;
|
|
17
|
-
};
|
|
18
13
|
"/sparkdream.forum.v1.MsgCreatePost": {
|
|
19
14
|
aminoType: string;
|
|
20
15
|
toAmino: (message: MsgCreatePost) => import("./tx").MsgCreatePostAmino;
|
|
@@ -140,31 +135,6 @@ export declare const AminoConverter: {
|
|
|
140
135
|
toAmino: (message: MsgAssignBountyToReply) => import("./tx").MsgAssignBountyToReplyAmino;
|
|
141
136
|
fromAmino: (object: import("./tx").MsgAssignBountyToReplyAmino) => MsgAssignBountyToReply;
|
|
142
137
|
};
|
|
143
|
-
"/sparkdream.forum.v1.MsgCreateTagBudget": {
|
|
144
|
-
aminoType: string;
|
|
145
|
-
toAmino: (message: MsgCreateTagBudget) => import("./tx").MsgCreateTagBudgetAmino;
|
|
146
|
-
fromAmino: (object: import("./tx").MsgCreateTagBudgetAmino) => MsgCreateTagBudget;
|
|
147
|
-
};
|
|
148
|
-
"/sparkdream.forum.v1.MsgAwardFromTagBudget": {
|
|
149
|
-
aminoType: string;
|
|
150
|
-
toAmino: (message: MsgAwardFromTagBudget) => import("./tx").MsgAwardFromTagBudgetAmino;
|
|
151
|
-
fromAmino: (object: import("./tx").MsgAwardFromTagBudgetAmino) => MsgAwardFromTagBudget;
|
|
152
|
-
};
|
|
153
|
-
"/sparkdream.forum.v1.MsgTopUpTagBudget": {
|
|
154
|
-
aminoType: string;
|
|
155
|
-
toAmino: (message: MsgTopUpTagBudget) => import("./tx").MsgTopUpTagBudgetAmino;
|
|
156
|
-
fromAmino: (object: import("./tx").MsgTopUpTagBudgetAmino) => MsgTopUpTagBudget;
|
|
157
|
-
};
|
|
158
|
-
"/sparkdream.forum.v1.MsgToggleTagBudget": {
|
|
159
|
-
aminoType: string;
|
|
160
|
-
toAmino: (message: MsgToggleTagBudget) => import("./tx").MsgToggleTagBudgetAmino;
|
|
161
|
-
fromAmino: (object: import("./tx").MsgToggleTagBudgetAmino) => MsgToggleTagBudget;
|
|
162
|
-
};
|
|
163
|
-
"/sparkdream.forum.v1.MsgWithdrawTagBudget": {
|
|
164
|
-
aminoType: string;
|
|
165
|
-
toAmino: (message: MsgWithdrawTagBudget) => import("./tx").MsgWithdrawTagBudgetAmino;
|
|
166
|
-
fromAmino: (object: import("./tx").MsgWithdrawTagBudgetAmino) => MsgWithdrawTagBudget;
|
|
167
|
-
};
|
|
168
138
|
"/sparkdream.forum.v1.MsgPinReply": {
|
|
169
139
|
aminoType: string;
|
|
170
140
|
toAmino: (message: MsgPinReply) => import("./tx").MsgPinReplyAmino;
|
|
@@ -205,49 +175,4 @@ export declare const AminoConverter: {
|
|
|
205
175
|
toAmino: (message: MsgSetModerationPaused) => import("./tx").MsgSetModerationPausedAmino;
|
|
206
176
|
fromAmino: (object: import("./tx").MsgSetModerationPausedAmino) => MsgSetModerationPaused;
|
|
207
177
|
};
|
|
208
|
-
"/sparkdream.forum.v1.MsgReportTag": {
|
|
209
|
-
aminoType: string;
|
|
210
|
-
toAmino: (message: MsgReportTag) => import("./tx").MsgReportTagAmino;
|
|
211
|
-
fromAmino: (object: import("./tx").MsgReportTagAmino) => MsgReportTag;
|
|
212
|
-
};
|
|
213
|
-
"/sparkdream.forum.v1.MsgResolveTagReport": {
|
|
214
|
-
aminoType: string;
|
|
215
|
-
toAmino: (message: MsgResolveTagReport) => import("./tx").MsgResolveTagReportAmino;
|
|
216
|
-
fromAmino: (object: import("./tx").MsgResolveTagReportAmino) => MsgResolveTagReport;
|
|
217
|
-
};
|
|
218
|
-
"/sparkdream.forum.v1.MsgBondSentinel": {
|
|
219
|
-
aminoType: string;
|
|
220
|
-
toAmino: (message: MsgBondSentinel) => import("./tx").MsgBondSentinelAmino;
|
|
221
|
-
fromAmino: (object: import("./tx").MsgBondSentinelAmino) => MsgBondSentinel;
|
|
222
|
-
};
|
|
223
|
-
"/sparkdream.forum.v1.MsgUnbondSentinel": {
|
|
224
|
-
aminoType: string;
|
|
225
|
-
toAmino: (message: MsgUnbondSentinel) => import("./tx").MsgUnbondSentinelAmino;
|
|
226
|
-
fromAmino: (object: import("./tx").MsgUnbondSentinelAmino) => MsgUnbondSentinel;
|
|
227
|
-
};
|
|
228
|
-
"/sparkdream.forum.v1.MsgReportMember": {
|
|
229
|
-
aminoType: string;
|
|
230
|
-
toAmino: (message: MsgReportMember) => import("./tx").MsgReportMemberAmino;
|
|
231
|
-
fromAmino: (object: import("./tx").MsgReportMemberAmino) => MsgReportMember;
|
|
232
|
-
};
|
|
233
|
-
"/sparkdream.forum.v1.MsgCosignMemberReport": {
|
|
234
|
-
aminoType: string;
|
|
235
|
-
toAmino: (message: MsgCosignMemberReport) => import("./tx").MsgCosignMemberReportAmino;
|
|
236
|
-
fromAmino: (object: import("./tx").MsgCosignMemberReportAmino) => MsgCosignMemberReport;
|
|
237
|
-
};
|
|
238
|
-
"/sparkdream.forum.v1.MsgResolveMemberReport": {
|
|
239
|
-
aminoType: string;
|
|
240
|
-
toAmino: (message: MsgResolveMemberReport) => import("./tx").MsgResolveMemberReportAmino;
|
|
241
|
-
fromAmino: (object: import("./tx").MsgResolveMemberReportAmino) => MsgResolveMemberReport;
|
|
242
|
-
};
|
|
243
|
-
"/sparkdream.forum.v1.MsgDefendMemberReport": {
|
|
244
|
-
aminoType: string;
|
|
245
|
-
toAmino: (message: MsgDefendMemberReport) => import("./tx").MsgDefendMemberReportAmino;
|
|
246
|
-
fromAmino: (object: import("./tx").MsgDefendMemberReportAmino) => MsgDefendMemberReport;
|
|
247
|
-
};
|
|
248
|
-
"/sparkdream.forum.v1.MsgAppealGovAction": {
|
|
249
|
-
aminoType: string;
|
|
250
|
-
toAmino: (message: MsgAppealGovAction) => import("./tx").MsgAppealGovActionAmino;
|
|
251
|
-
fromAmino: (object: import("./tx").MsgAppealGovActionAmino) => MsgAppealGovAction;
|
|
252
|
-
};
|
|
253
178
|
};
|
|
@@ -14,11 +14,6 @@ exports.AminoConverter = {
|
|
|
14
14
|
toAmino: tx_1.MsgUpdateOperationalParams.toAmino,
|
|
15
15
|
fromAmino: tx_1.MsgUpdateOperationalParams.fromAmino
|
|
16
16
|
},
|
|
17
|
-
"/sparkdream.forum.v1.MsgCreateCategory": {
|
|
18
|
-
aminoType: "/sparkdream.forum.v1.MsgCreateCategory",
|
|
19
|
-
toAmino: tx_1.MsgCreateCategory.toAmino,
|
|
20
|
-
fromAmino: tx_1.MsgCreateCategory.fromAmino
|
|
21
|
-
},
|
|
22
17
|
"/sparkdream.forum.v1.MsgCreatePost": {
|
|
23
18
|
aminoType: "/sparkdream.forum.v1.MsgCreatePost",
|
|
24
19
|
toAmino: tx_1.MsgCreatePost.toAmino,
|
|
@@ -144,31 +139,6 @@ exports.AminoConverter = {
|
|
|
144
139
|
toAmino: tx_1.MsgAssignBountyToReply.toAmino,
|
|
145
140
|
fromAmino: tx_1.MsgAssignBountyToReply.fromAmino
|
|
146
141
|
},
|
|
147
|
-
"/sparkdream.forum.v1.MsgCreateTagBudget": {
|
|
148
|
-
aminoType: "/sparkdream.forum.v1.MsgCreateTagBudget",
|
|
149
|
-
toAmino: tx_1.MsgCreateTagBudget.toAmino,
|
|
150
|
-
fromAmino: tx_1.MsgCreateTagBudget.fromAmino
|
|
151
|
-
},
|
|
152
|
-
"/sparkdream.forum.v1.MsgAwardFromTagBudget": {
|
|
153
|
-
aminoType: "/sparkdream.forum.v1.MsgAwardFromTagBudget",
|
|
154
|
-
toAmino: tx_1.MsgAwardFromTagBudget.toAmino,
|
|
155
|
-
fromAmino: tx_1.MsgAwardFromTagBudget.fromAmino
|
|
156
|
-
},
|
|
157
|
-
"/sparkdream.forum.v1.MsgTopUpTagBudget": {
|
|
158
|
-
aminoType: "/sparkdream.forum.v1.MsgTopUpTagBudget",
|
|
159
|
-
toAmino: tx_1.MsgTopUpTagBudget.toAmino,
|
|
160
|
-
fromAmino: tx_1.MsgTopUpTagBudget.fromAmino
|
|
161
|
-
},
|
|
162
|
-
"/sparkdream.forum.v1.MsgToggleTagBudget": {
|
|
163
|
-
aminoType: "/sparkdream.forum.v1.MsgToggleTagBudget",
|
|
164
|
-
toAmino: tx_1.MsgToggleTagBudget.toAmino,
|
|
165
|
-
fromAmino: tx_1.MsgToggleTagBudget.fromAmino
|
|
166
|
-
},
|
|
167
|
-
"/sparkdream.forum.v1.MsgWithdrawTagBudget": {
|
|
168
|
-
aminoType: "/sparkdream.forum.v1.MsgWithdrawTagBudget",
|
|
169
|
-
toAmino: tx_1.MsgWithdrawTagBudget.toAmino,
|
|
170
|
-
fromAmino: tx_1.MsgWithdrawTagBudget.fromAmino
|
|
171
|
-
},
|
|
172
142
|
"/sparkdream.forum.v1.MsgPinReply": {
|
|
173
143
|
aminoType: "/sparkdream.forum.v1.MsgPinReply",
|
|
174
144
|
toAmino: tx_1.MsgPinReply.toAmino,
|
|
@@ -208,50 +178,5 @@ exports.AminoConverter = {
|
|
|
208
178
|
aminoType: "/sparkdream.forum.v1.MsgSetModerationPaused",
|
|
209
179
|
toAmino: tx_1.MsgSetModerationPaused.toAmino,
|
|
210
180
|
fromAmino: tx_1.MsgSetModerationPaused.fromAmino
|
|
211
|
-
},
|
|
212
|
-
"/sparkdream.forum.v1.MsgReportTag": {
|
|
213
|
-
aminoType: "/sparkdream.forum.v1.MsgReportTag",
|
|
214
|
-
toAmino: tx_1.MsgReportTag.toAmino,
|
|
215
|
-
fromAmino: tx_1.MsgReportTag.fromAmino
|
|
216
|
-
},
|
|
217
|
-
"/sparkdream.forum.v1.MsgResolveTagReport": {
|
|
218
|
-
aminoType: "/sparkdream.forum.v1.MsgResolveTagReport",
|
|
219
|
-
toAmino: tx_1.MsgResolveTagReport.toAmino,
|
|
220
|
-
fromAmino: tx_1.MsgResolveTagReport.fromAmino
|
|
221
|
-
},
|
|
222
|
-
"/sparkdream.forum.v1.MsgBondSentinel": {
|
|
223
|
-
aminoType: "/sparkdream.forum.v1.MsgBondSentinel",
|
|
224
|
-
toAmino: tx_1.MsgBondSentinel.toAmino,
|
|
225
|
-
fromAmino: tx_1.MsgBondSentinel.fromAmino
|
|
226
|
-
},
|
|
227
|
-
"/sparkdream.forum.v1.MsgUnbondSentinel": {
|
|
228
|
-
aminoType: "/sparkdream.forum.v1.MsgUnbondSentinel",
|
|
229
|
-
toAmino: tx_1.MsgUnbondSentinel.toAmino,
|
|
230
|
-
fromAmino: tx_1.MsgUnbondSentinel.fromAmino
|
|
231
|
-
},
|
|
232
|
-
"/sparkdream.forum.v1.MsgReportMember": {
|
|
233
|
-
aminoType: "/sparkdream.forum.v1.MsgReportMember",
|
|
234
|
-
toAmino: tx_1.MsgReportMember.toAmino,
|
|
235
|
-
fromAmino: tx_1.MsgReportMember.fromAmino
|
|
236
|
-
},
|
|
237
|
-
"/sparkdream.forum.v1.MsgCosignMemberReport": {
|
|
238
|
-
aminoType: "/sparkdream.forum.v1.MsgCosignMemberReport",
|
|
239
|
-
toAmino: tx_1.MsgCosignMemberReport.toAmino,
|
|
240
|
-
fromAmino: tx_1.MsgCosignMemberReport.fromAmino
|
|
241
|
-
},
|
|
242
|
-
"/sparkdream.forum.v1.MsgResolveMemberReport": {
|
|
243
|
-
aminoType: "/sparkdream.forum.v1.MsgResolveMemberReport",
|
|
244
|
-
toAmino: tx_1.MsgResolveMemberReport.toAmino,
|
|
245
|
-
fromAmino: tx_1.MsgResolveMemberReport.fromAmino
|
|
246
|
-
},
|
|
247
|
-
"/sparkdream.forum.v1.MsgDefendMemberReport": {
|
|
248
|
-
aminoType: "/sparkdream.forum.v1.MsgDefendMemberReport",
|
|
249
|
-
toAmino: tx_1.MsgDefendMemberReport.toAmino,
|
|
250
|
-
fromAmino: tx_1.MsgDefendMemberReport.fromAmino
|
|
251
|
-
},
|
|
252
|
-
"/sparkdream.forum.v1.MsgAppealGovAction": {
|
|
253
|
-
aminoType: "/sparkdream.forum.v1.MsgAppealGovAction",
|
|
254
|
-
toAmino: tx_1.MsgAppealGovAction.toAmino,
|
|
255
|
-
fromAmino: tx_1.MsgAppealGovAction.fromAmino
|
|
256
181
|
}
|
|
257
182
|
};
|