@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
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import { Coin, CoinAmino } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { Duration, DurationAmino } from "../../../google/protobuf/duration";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
/**
|
|
6
|
+
* Params defines the parameters for the federation module.
|
|
7
|
+
* @name Params
|
|
8
|
+
* @package sparkdream.federation.v1
|
|
9
|
+
* @see proto type: sparkdream.federation.v1.Params
|
|
10
|
+
*/
|
|
11
|
+
export interface Params {
|
|
12
|
+
/**
|
|
13
|
+
* Bridge operator requirements
|
|
14
|
+
*/
|
|
15
|
+
minBridgeStake: Coin;
|
|
16
|
+
maxBridgesPerPeer: bigint;
|
|
17
|
+
bridgeRevocationCooldown: Duration;
|
|
18
|
+
bridgeUnbondingPeriod: Duration;
|
|
19
|
+
/**
|
|
20
|
+
* Content types
|
|
21
|
+
*/
|
|
22
|
+
knownContentTypes: string[];
|
|
23
|
+
/**
|
|
24
|
+
* Content federation
|
|
25
|
+
*/
|
|
26
|
+
maxInboundPerBlock: bigint;
|
|
27
|
+
maxContentBodySize: bigint;
|
|
28
|
+
maxContentUriSize: bigint;
|
|
29
|
+
maxProtocolMetadataSize: bigint;
|
|
30
|
+
contentTtl: Duration;
|
|
31
|
+
/**
|
|
32
|
+
* Reputation
|
|
33
|
+
*/
|
|
34
|
+
attestationTtl: Duration;
|
|
35
|
+
globalMaxTrustCredit: number;
|
|
36
|
+
trustDiscountRate: string;
|
|
37
|
+
/**
|
|
38
|
+
* Identity
|
|
39
|
+
*/
|
|
40
|
+
maxIdentityLinksPerUser: number;
|
|
41
|
+
unverifiedLinkTtl: Duration;
|
|
42
|
+
challengeTtl: Duration;
|
|
43
|
+
/**
|
|
44
|
+
* Bridge monitoring
|
|
45
|
+
*/
|
|
46
|
+
bridgeInactivityThreshold: bigint;
|
|
47
|
+
/**
|
|
48
|
+
* IBC
|
|
49
|
+
*/
|
|
50
|
+
ibcPort: string;
|
|
51
|
+
ibcChannelVersion: string;
|
|
52
|
+
ibcPacketTimeout: Duration;
|
|
53
|
+
/**
|
|
54
|
+
* Pruning
|
|
55
|
+
*/
|
|
56
|
+
maxPrunePerBlock: bigint;
|
|
57
|
+
/**
|
|
58
|
+
* Outbound rate limiting
|
|
59
|
+
*/
|
|
60
|
+
maxOutboundPerBlock: bigint;
|
|
61
|
+
/**
|
|
62
|
+
* Rate limiting
|
|
63
|
+
*/
|
|
64
|
+
rateLimitWindow: Duration;
|
|
65
|
+
/**
|
|
66
|
+
* Verification (sentinel-style)
|
|
67
|
+
*/
|
|
68
|
+
minVerifierTrustLevel: number;
|
|
69
|
+
minVerifierBond: string;
|
|
70
|
+
verifierRecoveryThreshold: string;
|
|
71
|
+
verifierSlashAmount: string;
|
|
72
|
+
verificationWindow: Duration;
|
|
73
|
+
challengeWindow: Duration;
|
|
74
|
+
challengeFee: Coin;
|
|
75
|
+
challengeJuryDeadline: Duration;
|
|
76
|
+
verifierDemotionCooldown: Duration;
|
|
77
|
+
verifierOverturnBaseCooldown: Duration;
|
|
78
|
+
upheldToResetOverturns: number;
|
|
79
|
+
minEpochVerifications: number;
|
|
80
|
+
minVerifierAccuracy: string;
|
|
81
|
+
operatorRewardShare: string;
|
|
82
|
+
verifierDreamReward: string;
|
|
83
|
+
maxVerifierDreamMintPerEpoch: string;
|
|
84
|
+
/**
|
|
85
|
+
* Anonymous challenge resolution
|
|
86
|
+
*/
|
|
87
|
+
arbiterQuorum: number;
|
|
88
|
+
arbiterResolutionWindow: Duration;
|
|
89
|
+
arbiterEscalationWindow: Duration;
|
|
90
|
+
escalationFee: Coin;
|
|
91
|
+
challengeCooldown: Duration;
|
|
92
|
+
}
|
|
93
|
+
export interface ParamsProtoMsg {
|
|
94
|
+
typeUrl: "/sparkdream.federation.v1.Params";
|
|
95
|
+
value: Uint8Array;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Params defines the parameters for the federation module.
|
|
99
|
+
* @name ParamsAmino
|
|
100
|
+
* @package sparkdream.federation.v1
|
|
101
|
+
* @see proto type: sparkdream.federation.v1.Params
|
|
102
|
+
*/
|
|
103
|
+
export interface ParamsAmino {
|
|
104
|
+
/**
|
|
105
|
+
* Bridge operator requirements
|
|
106
|
+
*/
|
|
107
|
+
min_bridge_stake?: CoinAmino;
|
|
108
|
+
max_bridges_per_peer?: string;
|
|
109
|
+
bridge_revocation_cooldown?: DurationAmino;
|
|
110
|
+
bridge_unbonding_period?: DurationAmino;
|
|
111
|
+
/**
|
|
112
|
+
* Content types
|
|
113
|
+
*/
|
|
114
|
+
known_content_types?: string[];
|
|
115
|
+
/**
|
|
116
|
+
* Content federation
|
|
117
|
+
*/
|
|
118
|
+
max_inbound_per_block?: string;
|
|
119
|
+
max_content_body_size?: string;
|
|
120
|
+
max_content_uri_size?: string;
|
|
121
|
+
max_protocol_metadata_size?: string;
|
|
122
|
+
content_ttl?: DurationAmino;
|
|
123
|
+
/**
|
|
124
|
+
* Reputation
|
|
125
|
+
*/
|
|
126
|
+
attestation_ttl?: DurationAmino;
|
|
127
|
+
global_max_trust_credit?: number;
|
|
128
|
+
trust_discount_rate?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Identity
|
|
131
|
+
*/
|
|
132
|
+
max_identity_links_per_user?: number;
|
|
133
|
+
unverified_link_ttl?: DurationAmino;
|
|
134
|
+
challenge_ttl?: DurationAmino;
|
|
135
|
+
/**
|
|
136
|
+
* Bridge monitoring
|
|
137
|
+
*/
|
|
138
|
+
bridge_inactivity_threshold?: string;
|
|
139
|
+
/**
|
|
140
|
+
* IBC
|
|
141
|
+
*/
|
|
142
|
+
ibc_port?: string;
|
|
143
|
+
ibc_channel_version?: string;
|
|
144
|
+
ibc_packet_timeout?: DurationAmino;
|
|
145
|
+
/**
|
|
146
|
+
* Pruning
|
|
147
|
+
*/
|
|
148
|
+
max_prune_per_block?: string;
|
|
149
|
+
/**
|
|
150
|
+
* Outbound rate limiting
|
|
151
|
+
*/
|
|
152
|
+
max_outbound_per_block?: string;
|
|
153
|
+
/**
|
|
154
|
+
* Rate limiting
|
|
155
|
+
*/
|
|
156
|
+
rate_limit_window?: DurationAmino;
|
|
157
|
+
/**
|
|
158
|
+
* Verification (sentinel-style)
|
|
159
|
+
*/
|
|
160
|
+
min_verifier_trust_level?: number;
|
|
161
|
+
min_verifier_bond?: string;
|
|
162
|
+
verifier_recovery_threshold?: string;
|
|
163
|
+
verifier_slash_amount?: string;
|
|
164
|
+
verification_window?: DurationAmino;
|
|
165
|
+
challenge_window?: DurationAmino;
|
|
166
|
+
challenge_fee?: CoinAmino;
|
|
167
|
+
challenge_jury_deadline?: DurationAmino;
|
|
168
|
+
verifier_demotion_cooldown?: DurationAmino;
|
|
169
|
+
verifier_overturn_base_cooldown?: DurationAmino;
|
|
170
|
+
upheld_to_reset_overturns?: number;
|
|
171
|
+
min_epoch_verifications?: number;
|
|
172
|
+
min_verifier_accuracy?: string;
|
|
173
|
+
operator_reward_share?: string;
|
|
174
|
+
verifier_dream_reward?: string;
|
|
175
|
+
max_verifier_dream_mint_per_epoch?: string;
|
|
176
|
+
/**
|
|
177
|
+
* Anonymous challenge resolution
|
|
178
|
+
*/
|
|
179
|
+
arbiter_quorum?: number;
|
|
180
|
+
arbiter_resolution_window?: DurationAmino;
|
|
181
|
+
arbiter_escalation_window?: DurationAmino;
|
|
182
|
+
escalation_fee?: CoinAmino;
|
|
183
|
+
challenge_cooldown?: DurationAmino;
|
|
184
|
+
}
|
|
185
|
+
export interface ParamsAminoMsg {
|
|
186
|
+
type: "sparkdream/x/federation/Params";
|
|
187
|
+
value: ParamsAmino;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* FederationOperationalParams is the subset of Params updateable by Operations Committee.
|
|
191
|
+
* @name FederationOperationalParams
|
|
192
|
+
* @package sparkdream.federation.v1
|
|
193
|
+
* @see proto type: sparkdream.federation.v1.FederationOperationalParams
|
|
194
|
+
*/
|
|
195
|
+
export interface FederationOperationalParams {
|
|
196
|
+
maxInboundPerBlock: bigint;
|
|
197
|
+
maxOutboundPerBlock: bigint;
|
|
198
|
+
maxContentBodySize: bigint;
|
|
199
|
+
maxContentUriSize: bigint;
|
|
200
|
+
maxProtocolMetadataSize: bigint;
|
|
201
|
+
contentTtl: Duration;
|
|
202
|
+
attestationTtl: Duration;
|
|
203
|
+
globalMaxTrustCredit: number;
|
|
204
|
+
trustDiscountRate: string;
|
|
205
|
+
bridgeInactivityThreshold: bigint;
|
|
206
|
+
maxPrunePerBlock: bigint;
|
|
207
|
+
}
|
|
208
|
+
export interface FederationOperationalParamsProtoMsg {
|
|
209
|
+
typeUrl: "/sparkdream.federation.v1.FederationOperationalParams";
|
|
210
|
+
value: Uint8Array;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* FederationOperationalParams is the subset of Params updateable by Operations Committee.
|
|
214
|
+
* @name FederationOperationalParamsAmino
|
|
215
|
+
* @package sparkdream.federation.v1
|
|
216
|
+
* @see proto type: sparkdream.federation.v1.FederationOperationalParams
|
|
217
|
+
*/
|
|
218
|
+
export interface FederationOperationalParamsAmino {
|
|
219
|
+
max_inbound_per_block?: string;
|
|
220
|
+
max_outbound_per_block?: string;
|
|
221
|
+
max_content_body_size?: string;
|
|
222
|
+
max_content_uri_size?: string;
|
|
223
|
+
max_protocol_metadata_size?: string;
|
|
224
|
+
content_ttl?: DurationAmino;
|
|
225
|
+
attestation_ttl?: DurationAmino;
|
|
226
|
+
global_max_trust_credit?: number;
|
|
227
|
+
trust_discount_rate?: string;
|
|
228
|
+
bridge_inactivity_threshold?: string;
|
|
229
|
+
max_prune_per_block?: string;
|
|
230
|
+
}
|
|
231
|
+
export interface FederationOperationalParamsAminoMsg {
|
|
232
|
+
type: "/sparkdream.federation.v1.FederationOperationalParams";
|
|
233
|
+
value: FederationOperationalParamsAmino;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Params defines the parameters for the federation module.
|
|
237
|
+
* @name Params
|
|
238
|
+
* @package sparkdream.federation.v1
|
|
239
|
+
* @see proto type: sparkdream.federation.v1.Params
|
|
240
|
+
*/
|
|
241
|
+
export declare const Params: {
|
|
242
|
+
typeUrl: string;
|
|
243
|
+
aminoType: string;
|
|
244
|
+
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
245
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
246
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
247
|
+
fromAmino(object: ParamsAmino): Params;
|
|
248
|
+
toAmino(message: Params): ParamsAmino;
|
|
249
|
+
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
250
|
+
toAminoMsg(message: Params): ParamsAminoMsg;
|
|
251
|
+
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
252
|
+
toProto(message: Params): Uint8Array;
|
|
253
|
+
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* FederationOperationalParams is the subset of Params updateable by Operations Committee.
|
|
257
|
+
* @name FederationOperationalParams
|
|
258
|
+
* @package sparkdream.federation.v1
|
|
259
|
+
* @see proto type: sparkdream.federation.v1.FederationOperationalParams
|
|
260
|
+
*/
|
|
261
|
+
export declare const FederationOperationalParams: {
|
|
262
|
+
typeUrl: string;
|
|
263
|
+
encode(message: FederationOperationalParams, writer?: BinaryWriter): BinaryWriter;
|
|
264
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FederationOperationalParams;
|
|
265
|
+
fromPartial(object: DeepPartial<FederationOperationalParams>): FederationOperationalParams;
|
|
266
|
+
fromAmino(object: FederationOperationalParamsAmino): FederationOperationalParams;
|
|
267
|
+
toAmino(message: FederationOperationalParams): FederationOperationalParamsAmino;
|
|
268
|
+
fromAminoMsg(object: FederationOperationalParamsAminoMsg): FederationOperationalParams;
|
|
269
|
+
fromProtoMsg(message: FederationOperationalParamsProtoMsg): FederationOperationalParams;
|
|
270
|
+
toProto(message: FederationOperationalParams): Uint8Array;
|
|
271
|
+
toProtoMsg(message: FederationOperationalParams): FederationOperationalParamsProtoMsg;
|
|
272
|
+
};
|