@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +182 -182
  3. package/esm/cosmos/bundle.js +182 -182
  4. package/esm/ibc/bundle.js +106 -106
  5. package/esm/sparkdream/bundle.js +368 -332
  6. package/esm/sparkdream/client.js +4 -1
  7. package/esm/sparkdream/{forum → commons}/v1/category.js +7 -5
  8. package/esm/sparkdream/commons/v1/genesis.js +29 -1
  9. package/esm/sparkdream/commons/v1/query.js +292 -0
  10. package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
  11. package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
  12. package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
  13. package/esm/sparkdream/commons/v1/tx.js +193 -0
  14. package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
  15. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
  16. package/esm/sparkdream/federation/module/v1/module.js +71 -0
  17. package/esm/sparkdream/federation/v1/genesis.js +244 -0
  18. package/esm/sparkdream/federation/v1/packet.js +810 -0
  19. package/esm/sparkdream/federation/v1/params.js +789 -0
  20. package/esm/sparkdream/federation/v1/query.js +2629 -0
  21. package/esm/sparkdream/federation/v1/query.lcd.js +152 -0
  22. package/esm/sparkdream/federation/v1/query.rpc.Query.js +189 -0
  23. package/esm/sparkdream/federation/v1/tx.amino.js +139 -0
  24. package/esm/sparkdream/federation/v1/tx.js +4199 -0
  25. package/esm/sparkdream/federation/v1/tx.registry.js +501 -0
  26. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +173 -0
  27. package/esm/sparkdream/federation/v1/types.js +2571 -0
  28. package/esm/sparkdream/forum/v1/genesis.js +26 -250
  29. package/esm/sparkdream/forum/v1/query.js +2084 -7387
  30. package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
  31. package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
  32. package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
  33. package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
  34. package/esm/sparkdream/forum/v1/tx.js +333 -2628
  35. package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
  36. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
  37. package/esm/sparkdream/forum/v1/types.js +0 -216
  38. package/esm/sparkdream/lcd.js +5 -0
  39. package/esm/sparkdream/rep/v1/accountability.js +172 -0
  40. package/esm/sparkdream/rep/v1/genesis.js +209 -1
  41. package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  42. package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  43. package/esm/sparkdream/rep/v1/member.js +25 -1
  44. package/esm/sparkdream/{forum → rep}/v1/member_report.js +4 -4
  45. package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  46. package/esm/sparkdream/rep/v1/params.js +782 -254
  47. package/esm/sparkdream/rep/v1/project.js +13 -1
  48. package/esm/sparkdream/rep/v1/query.js +5260 -0
  49. package/esm/sparkdream/rep/v1/query.lcd.js +286 -0
  50. package/esm/sparkdream/rep/v1/query.rpc.Query.js +333 -1
  51. package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  52. package/esm/sparkdream/rep/v1/sentinel_activity.js +214 -0
  53. package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
  54. package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  55. package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  56. package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  57. package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
  58. package/esm/sparkdream/rep/v1/tx.js +2439 -0
  59. package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
  60. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +102 -1
  61. package/esm/sparkdream/rpc.query.js +3 -0
  62. package/esm/sparkdream/rpc.tx.js +3 -0
  63. package/esm/sparkdream/season/v1/params.js +94 -46
  64. package/esm/sparkdream/shield/v1/types.js +47 -5
  65. package/esm/tendermint/bundle.js +20 -20
  66. package/ibc/bundle.d.ts +90 -90
  67. package/ibc/bundle.js +106 -106
  68. package/package.json +1 -1
  69. package/sparkdream/bundle.d.ts +13210 -11120
  70. package/sparkdream/bundle.js +368 -332
  71. package/sparkdream/client.d.ts +202 -57
  72. package/sparkdream/client.js +4 -1
  73. package/sparkdream/{forum → commons}/v1/category.d.ts +17 -11
  74. package/sparkdream/{forum → commons}/v1/category.js +7 -5
  75. package/sparkdream/commons/v1/genesis.d.ts +17 -0
  76. package/sparkdream/commons/v1/genesis.js +29 -1
  77. package/sparkdream/commons/v1/query.d.ts +179 -0
  78. package/sparkdream/commons/v1/query.js +293 -1
  79. package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
  80. package/sparkdream/commons/v1/query.lcd.js +18 -0
  81. package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
  82. package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
  83. package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
  84. package/sparkdream/commons/v1/tx.amino.js +5 -0
  85. package/sparkdream/commons/v1/tx.d.ts +98 -0
  86. package/sparkdream/commons/v1/tx.js +194 -1
  87. package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
  88. package/sparkdream/commons/v1/tx.registry.js +19 -1
  89. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
  90. package/sparkdream/commons/v1/tx.rpc.msg.js +7 -0
  91. package/sparkdream/federation/module/v1/module.d.ts +54 -0
  92. package/sparkdream/federation/module/v1/module.js +74 -0
  93. package/sparkdream/federation/v1/genesis.d.ts +78 -0
  94. package/sparkdream/federation/v1/genesis.js +247 -0
  95. package/sparkdream/federation/v1/packet.d.ts +397 -0
  96. package/sparkdream/federation/v1/packet.js +813 -0
  97. package/sparkdream/federation/v1/params.d.ts +272 -0
  98. package/sparkdream/federation/v1/params.js +792 -0
  99. package/sparkdream/federation/v1/query.d.ts +1541 -0
  100. package/sparkdream/federation/v1/query.js +2632 -0
  101. package/sparkdream/federation/v1/query.lcd.d.ts +26 -0
  102. package/sparkdream/federation/v1/query.lcd.js +156 -0
  103. package/sparkdream/federation/v1/query.rpc.Query.d.ts +66 -0
  104. package/sparkdream/federation/v1/query.rpc.Query.js +194 -0
  105. package/sparkdream/federation/v1/tx.amino.d.ts +138 -0
  106. package/sparkdream/federation/v1/tx.amino.js +142 -0
  107. package/sparkdream/federation/v1/tx.d.ts +2311 -0
  108. package/sparkdream/federation/v1/tx.js +4203 -0
  109. package/sparkdream/federation/v1/tx.registry.d.ts +337 -0
  110. package/sparkdream/federation/v1/tx.registry.js +505 -0
  111. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +64 -0
  112. package/sparkdream/federation/v1/tx.rpc.msg.js +178 -0
  113. package/sparkdream/federation/v1/types.d.ts +906 -0
  114. package/sparkdream/federation/v1/types.js +2588 -0
  115. package/sparkdream/forum/v1/genesis.d.ts +0 -41
  116. package/sparkdream/forum/v1/genesis.js +26 -250
  117. package/sparkdream/forum/v1/query.d.ts +65 -3164
  118. package/sparkdream/forum/v1/query.js +2086 -7391
  119. package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
  120. package/sparkdream/forum/v1/query.lcd.js +0 -310
  121. package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
  122. package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
  123. package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
  124. package/sparkdream/forum/v1/sentinel_activity.js +46 -139
  125. package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
  126. package/sparkdream/forum/v1/tx.amino.js +0 -75
  127. package/sparkdream/forum/v1/tx.d.ts +85 -1445
  128. package/sparkdream/forum/v1/tx.js +335 -2630
  129. package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
  130. package/sparkdream/forum/v1/tx.registry.js +1 -271
  131. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
  132. package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
  133. package/sparkdream/forum/v1/types.d.ts +0 -50
  134. package/sparkdream/forum/v1/types.js +1 -225
  135. package/sparkdream/lcd.d.ts +3 -0
  136. package/sparkdream/lcd.js +5 -0
  137. package/sparkdream/rep/v1/accountability.d.ts +39 -0
  138. package/sparkdream/rep/v1/accountability.js +181 -0
  139. package/sparkdream/rep/v1/genesis.d.ts +68 -0
  140. package/sparkdream/rep/v1/genesis.js +209 -1
  141. package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
  142. package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  143. package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
  144. package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  145. package/sparkdream/rep/v1/member.d.ts +16 -0
  146. package/sparkdream/rep/v1/member.js +25 -1
  147. package/sparkdream/{forum → rep}/v1/member_report.d.ts +9 -9
  148. package/sparkdream/{forum → rep}/v1/member_report.js +4 -4
  149. package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
  150. package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  151. package/sparkdream/rep/v1/params.d.ts +352 -8
  152. package/sparkdream/rep/v1/params.js +782 -254
  153. package/sparkdream/rep/v1/project.d.ts +10 -0
  154. package/sparkdream/rep/v1/project.js +13 -1
  155. package/sparkdream/rep/v1/query.d.ts +4197 -1129
  156. package/sparkdream/rep/v1/query.js +5263 -1
  157. package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
  158. package/sparkdream/rep/v1/query.lcd.js +286 -0
  159. package/sparkdream/rep/v1/query.rpc.Query.d.ts +137 -1
  160. package/sparkdream/rep/v1/query.rpc.Query.js +332 -0
  161. package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
  162. package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  163. package/sparkdream/rep/v1/sentinel_activity.d.ts +79 -0
  164. package/sparkdream/rep/v1/sentinel_activity.js +219 -0
  165. package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
  166. package/sparkdream/{common → rep}/v1/tag.js +6 -6
  167. package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
  168. package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  169. package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
  170. package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  171. package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
  172. package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  173. package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
  174. package/sparkdream/rep/v1/tx.amino.js +80 -0
  175. package/sparkdream/rep/v1/tx.d.ts +1467 -0
  176. package/sparkdream/rep/v1/tx.js +2440 -1
  177. package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
  178. package/sparkdream/rep/v1/tx.registry.js +289 -1
  179. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +62 -1
  180. package/sparkdream/rep/v1/tx.rpc.msg.js +101 -0
  181. package/sparkdream/rpc.query.d.ts +58 -34
  182. package/sparkdream/rpc.query.js +3 -0
  183. package/sparkdream/rpc.tx.d.ts +3 -0
  184. package/sparkdream/rpc.tx.js +3 -0
  185. package/sparkdream/season/v1/params.d.ts +36 -4
  186. package/sparkdream/season/v1/params.js +94 -46
  187. package/sparkdream/shield/v1/types.d.ts +28 -0
  188. package/sparkdream/shield/v1/types.js +47 -5
  189. package/tendermint/bundle.d.ts +844 -844
  190. package/tendermint/bundle.js +20 -20
  191. package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
  192. package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
  193. package/sparkdream/forum/v1/member_salvation_status.js +0 -122
@@ -0,0 +1,906 @@
1
+ import { Coin, CoinAmino } from "../../../cosmos/base/v1beta1/coin";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary";
3
+ import { DeepPartial } from "../../../helpers";
4
+ export declare enum PeerType {
5
+ PEER_TYPE_UNSPECIFIED = 0,
6
+ PEER_TYPE_SPARK_DREAM = 1,
7
+ PEER_TYPE_ACTIVITYPUB = 2,
8
+ PEER_TYPE_ATPROTO = 3,
9
+ UNRECOGNIZED = -1
10
+ }
11
+ export declare const PeerTypeAmino: typeof PeerType;
12
+ export declare function peerTypeFromJSON(object: any): PeerType;
13
+ export declare function peerTypeToJSON(object: PeerType): string;
14
+ export declare enum PeerStatus {
15
+ PEER_STATUS_PENDING = 0,
16
+ PEER_STATUS_ACTIVE = 1,
17
+ PEER_STATUS_SUSPENDED = 2,
18
+ PEER_STATUS_REMOVED = 3,
19
+ UNRECOGNIZED = -1
20
+ }
21
+ export declare const PeerStatusAmino: typeof PeerStatus;
22
+ export declare function peerStatusFromJSON(object: any): PeerStatus;
23
+ export declare function peerStatusToJSON(object: PeerStatus): string;
24
+ export declare enum BridgeStatus {
25
+ BRIDGE_STATUS_UNSPECIFIED = 0,
26
+ BRIDGE_STATUS_ACTIVE = 1,
27
+ BRIDGE_STATUS_SUSPENDED = 2,
28
+ BRIDGE_STATUS_UNBONDING = 3,
29
+ BRIDGE_STATUS_REVOKED = 4,
30
+ UNRECOGNIZED = -1
31
+ }
32
+ export declare const BridgeStatusAmino: typeof BridgeStatus;
33
+ export declare function bridgeStatusFromJSON(object: any): BridgeStatus;
34
+ export declare function bridgeStatusToJSON(object: BridgeStatus): string;
35
+ export declare enum FederatedContentStatus {
36
+ FEDERATED_CONTENT_STATUS_PENDING_VERIFICATION = 0,
37
+ FEDERATED_CONTENT_STATUS_VERIFIED = 1,
38
+ FEDERATED_CONTENT_STATUS_ACTIVE = 2,
39
+ FEDERATED_CONTENT_STATUS_HIDDEN = 3,
40
+ FEDERATED_CONTENT_STATUS_DISPUTED = 4,
41
+ FEDERATED_CONTENT_STATUS_CHALLENGED = 5,
42
+ FEDERATED_CONTENT_STATUS_REJECTED = 6,
43
+ UNRECOGNIZED = -1
44
+ }
45
+ export declare const FederatedContentStatusAmino: typeof FederatedContentStatus;
46
+ export declare function federatedContentStatusFromJSON(object: any): FederatedContentStatus;
47
+ export declare function federatedContentStatusToJSON(object: FederatedContentStatus): string;
48
+ export declare enum IdentityLinkStatus {
49
+ IDENTITY_LINK_STATUS_UNVERIFIED = 0,
50
+ IDENTITY_LINK_STATUS_VERIFIED = 1,
51
+ IDENTITY_LINK_STATUS_REVOKED = 2,
52
+ UNRECOGNIZED = -1
53
+ }
54
+ export declare const IdentityLinkStatusAmino: typeof IdentityLinkStatus;
55
+ export declare function identityLinkStatusFromJSON(object: any): IdentityLinkStatus;
56
+ export declare function identityLinkStatusToJSON(object: IdentityLinkStatus): string;
57
+ export declare enum VerifierBondStatus {
58
+ VERIFIER_BOND_STATUS_UNSPECIFIED = 0,
59
+ VERIFIER_BOND_STATUS_NORMAL = 1,
60
+ VERIFIER_BOND_STATUS_RECOVERY = 2,
61
+ VERIFIER_BOND_STATUS_DEMOTED = 3,
62
+ UNRECOGNIZED = -1
63
+ }
64
+ export declare const VerifierBondStatusAmino: typeof VerifierBondStatus;
65
+ export declare function verifierBondStatusFromJSON(object: any): VerifierBondStatus;
66
+ export declare function verifierBondStatusToJSON(object: VerifierBondStatus): string;
67
+ export declare enum VerificationOutcome {
68
+ VERIFICATION_OUTCOME_UNSPECIFIED = 0,
69
+ VERIFICATION_OUTCOME_PENDING = 1,
70
+ VERIFICATION_OUTCOME_CONFIRMED = 2,
71
+ VERIFICATION_OUTCOME_CHALLENGED = 3,
72
+ VERIFICATION_OUTCOME_UPHELD = 4,
73
+ VERIFICATION_OUTCOME_OVERTURNED = 5,
74
+ UNRECOGNIZED = -1
75
+ }
76
+ export declare const VerificationOutcomeAmino: typeof VerificationOutcome;
77
+ export declare function verificationOutcomeFromJSON(object: any): VerificationOutcome;
78
+ export declare function verificationOutcomeToJSON(object: VerificationOutcome): string;
79
+ /**
80
+ * Peer represents a federation peer (another Spark Dream chain or external protocol).
81
+ * @name Peer
82
+ * @package sparkdream.federation.v1
83
+ * @see proto type: sparkdream.federation.v1.Peer
84
+ */
85
+ export interface Peer {
86
+ id: string;
87
+ displayName: string;
88
+ type: PeerType;
89
+ status: PeerStatus;
90
+ ibcChannelId: string;
91
+ registeredAt: bigint;
92
+ lastActivity: bigint;
93
+ registeredBy: string;
94
+ metadata: string;
95
+ removedAt: bigint;
96
+ }
97
+ export interface PeerProtoMsg {
98
+ typeUrl: "/sparkdream.federation.v1.Peer";
99
+ value: Uint8Array;
100
+ }
101
+ /**
102
+ * Peer represents a federation peer (another Spark Dream chain or external protocol).
103
+ * @name PeerAmino
104
+ * @package sparkdream.federation.v1
105
+ * @see proto type: sparkdream.federation.v1.Peer
106
+ */
107
+ export interface PeerAmino {
108
+ id?: string;
109
+ display_name?: string;
110
+ type?: PeerType;
111
+ status?: PeerStatus;
112
+ ibc_channel_id?: string;
113
+ registered_at?: string;
114
+ last_activity?: string;
115
+ registered_by?: string;
116
+ metadata?: string;
117
+ removed_at?: string;
118
+ }
119
+ export interface PeerAminoMsg {
120
+ type: "/sparkdream.federation.v1.Peer";
121
+ value: PeerAmino;
122
+ }
123
+ /**
124
+ * PeerPolicy defines per-peer federation policies.
125
+ * @name PeerPolicy
126
+ * @package sparkdream.federation.v1
127
+ * @see proto type: sparkdream.federation.v1.PeerPolicy
128
+ */
129
+ export interface PeerPolicy {
130
+ peerId: string;
131
+ /**
132
+ * Content federation
133
+ */
134
+ outboundContentTypes: string[];
135
+ inboundContentTypes: string[];
136
+ minOutboundTrustLevel: number;
137
+ inboundRateLimitPerEpoch: bigint;
138
+ outboundRateLimitPerEpoch: bigint;
139
+ /**
140
+ * Reputation (Spark Dream peers only)
141
+ */
142
+ allowReputationQueries: boolean;
143
+ acceptReputationAttestations: boolean;
144
+ maxTrustCredit: number;
145
+ /**
146
+ * Moderation
147
+ */
148
+ requireReview: boolean;
149
+ blockedIdentities: string[];
150
+ }
151
+ export interface PeerPolicyProtoMsg {
152
+ typeUrl: "/sparkdream.federation.v1.PeerPolicy";
153
+ value: Uint8Array;
154
+ }
155
+ /**
156
+ * PeerPolicy defines per-peer federation policies.
157
+ * @name PeerPolicyAmino
158
+ * @package sparkdream.federation.v1
159
+ * @see proto type: sparkdream.federation.v1.PeerPolicy
160
+ */
161
+ export interface PeerPolicyAmino {
162
+ peer_id?: string;
163
+ /**
164
+ * Content federation
165
+ */
166
+ outbound_content_types?: string[];
167
+ inbound_content_types?: string[];
168
+ min_outbound_trust_level?: number;
169
+ inbound_rate_limit_per_epoch?: string;
170
+ outbound_rate_limit_per_epoch?: string;
171
+ /**
172
+ * Reputation (Spark Dream peers only)
173
+ */
174
+ allow_reputation_queries?: boolean;
175
+ accept_reputation_attestations?: boolean;
176
+ max_trust_credit?: number;
177
+ /**
178
+ * Moderation
179
+ */
180
+ require_review?: boolean;
181
+ blocked_identities?: string[];
182
+ }
183
+ export interface PeerPolicyAminoMsg {
184
+ type: "/sparkdream.federation.v1.PeerPolicy";
185
+ value: PeerPolicyAmino;
186
+ }
187
+ /**
188
+ * BridgeOperator represents an off-chain bridge operator.
189
+ * @name BridgeOperator
190
+ * @package sparkdream.federation.v1
191
+ * @see proto type: sparkdream.federation.v1.BridgeOperator
192
+ */
193
+ export interface BridgeOperator {
194
+ address: string;
195
+ peerId: string;
196
+ protocol: string;
197
+ endpoint: string;
198
+ stake: Coin;
199
+ registeredAt: bigint;
200
+ status: BridgeStatus;
201
+ contentSubmitted: bigint;
202
+ contentRejected: bigint;
203
+ slashCount: bigint;
204
+ revokedAt: bigint;
205
+ lastSubmissionAt: bigint;
206
+ unbondingEndTime: bigint;
207
+ contentVerified: bigint;
208
+ contentUnverified: bigint;
209
+ }
210
+ export interface BridgeOperatorProtoMsg {
211
+ typeUrl: "/sparkdream.federation.v1.BridgeOperator";
212
+ value: Uint8Array;
213
+ }
214
+ /**
215
+ * BridgeOperator represents an off-chain bridge operator.
216
+ * @name BridgeOperatorAmino
217
+ * @package sparkdream.federation.v1
218
+ * @see proto type: sparkdream.federation.v1.BridgeOperator
219
+ */
220
+ export interface BridgeOperatorAmino {
221
+ address?: string;
222
+ peer_id?: string;
223
+ protocol?: string;
224
+ endpoint?: string;
225
+ stake?: CoinAmino;
226
+ registered_at?: string;
227
+ status?: BridgeStatus;
228
+ content_submitted?: string;
229
+ content_rejected?: string;
230
+ slash_count?: string;
231
+ revoked_at?: string;
232
+ last_submission_at?: string;
233
+ unbonding_end_time?: string;
234
+ content_verified?: string;
235
+ content_unverified?: string;
236
+ }
237
+ export interface BridgeOperatorAminoMsg {
238
+ type: "/sparkdream.federation.v1.BridgeOperator";
239
+ value: BridgeOperatorAmino;
240
+ }
241
+ /**
242
+ * FederationVerifier represents a community member who verifies bridged content.
243
+ * @name FederationVerifier
244
+ * @package sparkdream.federation.v1
245
+ * @see proto type: sparkdream.federation.v1.FederationVerifier
246
+ */
247
+ export interface FederationVerifier {
248
+ address: string;
249
+ currentBond: string;
250
+ totalCommittedBond: string;
251
+ bondStatus: VerifierBondStatus;
252
+ bondedAt: bigint;
253
+ demotionCooldownUntil: bigint;
254
+ /**
255
+ * Lifetime metrics
256
+ */
257
+ totalVerifications: bigint;
258
+ upheldVerifications: bigint;
259
+ overturnedVerifications: bigint;
260
+ unchallengedVerifications: bigint;
261
+ /**
262
+ * Epoch metrics
263
+ */
264
+ epochVerifications: bigint;
265
+ epochChallengesResolved: bigint;
266
+ lastRewardEpoch: bigint;
267
+ lastActiveEpoch: bigint;
268
+ /**
269
+ * Cooldown tracking
270
+ */
271
+ consecutiveOverturns: bigint;
272
+ consecutiveUpheld: bigint;
273
+ overturnCooldownUntil: bigint;
274
+ slashCount: bigint;
275
+ }
276
+ export interface FederationVerifierProtoMsg {
277
+ typeUrl: "/sparkdream.federation.v1.FederationVerifier";
278
+ value: Uint8Array;
279
+ }
280
+ /**
281
+ * FederationVerifier represents a community member who verifies bridged content.
282
+ * @name FederationVerifierAmino
283
+ * @package sparkdream.federation.v1
284
+ * @see proto type: sparkdream.federation.v1.FederationVerifier
285
+ */
286
+ export interface FederationVerifierAmino {
287
+ address?: string;
288
+ current_bond?: string;
289
+ total_committed_bond?: string;
290
+ bond_status?: VerifierBondStatus;
291
+ bonded_at?: string;
292
+ demotion_cooldown_until?: string;
293
+ /**
294
+ * Lifetime metrics
295
+ */
296
+ total_verifications?: string;
297
+ upheld_verifications?: string;
298
+ overturned_verifications?: string;
299
+ unchallenged_verifications?: string;
300
+ /**
301
+ * Epoch metrics
302
+ */
303
+ epoch_verifications?: string;
304
+ epoch_challenges_resolved?: string;
305
+ last_reward_epoch?: string;
306
+ last_active_epoch?: string;
307
+ /**
308
+ * Cooldown tracking
309
+ */
310
+ consecutive_overturns?: string;
311
+ consecutive_upheld?: string;
312
+ overturn_cooldown_until?: string;
313
+ slash_count?: string;
314
+ }
315
+ export interface FederationVerifierAminoMsg {
316
+ type: "/sparkdream.federation.v1.FederationVerifier";
317
+ value: FederationVerifierAmino;
318
+ }
319
+ /**
320
+ * VerificationRecord tracks a verifier's verification of specific content.
321
+ * @name VerificationRecord
322
+ * @package sparkdream.federation.v1
323
+ * @see proto type: sparkdream.federation.v1.VerificationRecord
324
+ */
325
+ export interface VerificationRecord {
326
+ contentId: bigint;
327
+ verifier: string;
328
+ verifierHash: Uint8Array;
329
+ verifiedAt: bigint;
330
+ challengeWindowEnds: bigint;
331
+ committedAmount: string;
332
+ verifierBondSnapshot: string;
333
+ outcome: VerificationOutcome;
334
+ priorRejectedChallenges: number;
335
+ lastChallengeResolvedAt: bigint;
336
+ challenger: string;
337
+ }
338
+ export interface VerificationRecordProtoMsg {
339
+ typeUrl: "/sparkdream.federation.v1.VerificationRecord";
340
+ value: Uint8Array;
341
+ }
342
+ /**
343
+ * VerificationRecord tracks a verifier's verification of specific content.
344
+ * @name VerificationRecordAmino
345
+ * @package sparkdream.federation.v1
346
+ * @see proto type: sparkdream.federation.v1.VerificationRecord
347
+ */
348
+ export interface VerificationRecordAmino {
349
+ content_id?: string;
350
+ verifier?: string;
351
+ verifier_hash?: string;
352
+ verified_at?: string;
353
+ challenge_window_ends?: string;
354
+ committed_amount?: string;
355
+ verifier_bond_snapshot?: string;
356
+ outcome?: VerificationOutcome;
357
+ prior_rejected_challenges?: number;
358
+ last_challenge_resolved_at?: string;
359
+ challenger?: string;
360
+ }
361
+ export interface VerificationRecordAminoMsg {
362
+ type: "/sparkdream.federation.v1.VerificationRecord";
363
+ value: VerificationRecordAmino;
364
+ }
365
+ /**
366
+ * ArbiterHashSubmission stores an arbiter's hash for quorum-based challenge resolution.
367
+ * @name ArbiterHashSubmission
368
+ * @package sparkdream.federation.v1
369
+ * @see proto type: sparkdream.federation.v1.ArbiterHashSubmission
370
+ */
371
+ export interface ArbiterHashSubmission {
372
+ contentId: bigint;
373
+ contentHash: Uint8Array;
374
+ submittedAt: bigint;
375
+ operator: string;
376
+ nullifier: Uint8Array;
377
+ }
378
+ export interface ArbiterHashSubmissionProtoMsg {
379
+ typeUrl: "/sparkdream.federation.v1.ArbiterHashSubmission";
380
+ value: Uint8Array;
381
+ }
382
+ /**
383
+ * ArbiterHashSubmission stores an arbiter's hash for quorum-based challenge resolution.
384
+ * @name ArbiterHashSubmissionAmino
385
+ * @package sparkdream.federation.v1
386
+ * @see proto type: sparkdream.federation.v1.ArbiterHashSubmission
387
+ */
388
+ export interface ArbiterHashSubmissionAmino {
389
+ content_id?: string;
390
+ content_hash?: string;
391
+ submitted_at?: string;
392
+ operator?: string;
393
+ nullifier?: string;
394
+ }
395
+ export interface ArbiterHashSubmissionAminoMsg {
396
+ type: "/sparkdream.federation.v1.ArbiterHashSubmission";
397
+ value: ArbiterHashSubmissionAmino;
398
+ }
399
+ /**
400
+ * FederatedContent represents inbound content from a federation peer.
401
+ * @name FederatedContent
402
+ * @package sparkdream.federation.v1
403
+ * @see proto type: sparkdream.federation.v1.FederatedContent
404
+ */
405
+ export interface FederatedContent {
406
+ id: bigint;
407
+ peerId: string;
408
+ remoteContentId: string;
409
+ contentType: string;
410
+ creatorIdentity: string;
411
+ creatorName: string;
412
+ title: string;
413
+ body: string;
414
+ contentUri: string;
415
+ protocolMetadata: Uint8Array;
416
+ remoteCreatedAt: bigint;
417
+ receivedAt: bigint;
418
+ submittedBy: string;
419
+ status: FederatedContentStatus;
420
+ expiresAt: bigint;
421
+ contentHash: Uint8Array;
422
+ }
423
+ export interface FederatedContentProtoMsg {
424
+ typeUrl: "/sparkdream.federation.v1.FederatedContent";
425
+ value: Uint8Array;
426
+ }
427
+ /**
428
+ * FederatedContent represents inbound content from a federation peer.
429
+ * @name FederatedContentAmino
430
+ * @package sparkdream.federation.v1
431
+ * @see proto type: sparkdream.federation.v1.FederatedContent
432
+ */
433
+ export interface FederatedContentAmino {
434
+ id?: string;
435
+ peer_id?: string;
436
+ remote_content_id?: string;
437
+ content_type?: string;
438
+ creator_identity?: string;
439
+ creator_name?: string;
440
+ title?: string;
441
+ body?: string;
442
+ content_uri?: string;
443
+ protocol_metadata?: string;
444
+ remote_created_at?: string;
445
+ received_at?: string;
446
+ submitted_by?: string;
447
+ status?: FederatedContentStatus;
448
+ expires_at?: string;
449
+ content_hash?: string;
450
+ }
451
+ export interface FederatedContentAminoMsg {
452
+ type: "/sparkdream.federation.v1.FederatedContent";
453
+ value: FederatedContentAmino;
454
+ }
455
+ /**
456
+ * IdentityLink maps a local address to a remote identity on a federation peer.
457
+ * @name IdentityLink
458
+ * @package sparkdream.federation.v1
459
+ * @see proto type: sparkdream.federation.v1.IdentityLink
460
+ */
461
+ export interface IdentityLink {
462
+ localAddress: string;
463
+ peerId: string;
464
+ remoteIdentity: string;
465
+ status: IdentityLinkStatus;
466
+ linkedAt: bigint;
467
+ verifiedAt: bigint;
468
+ }
469
+ export interface IdentityLinkProtoMsg {
470
+ typeUrl: "/sparkdream.federation.v1.IdentityLink";
471
+ value: Uint8Array;
472
+ }
473
+ /**
474
+ * IdentityLink maps a local address to a remote identity on a federation peer.
475
+ * @name IdentityLinkAmino
476
+ * @package sparkdream.federation.v1
477
+ * @see proto type: sparkdream.federation.v1.IdentityLink
478
+ */
479
+ export interface IdentityLinkAmino {
480
+ local_address?: string;
481
+ peer_id?: string;
482
+ remote_identity?: string;
483
+ status?: IdentityLinkStatus;
484
+ linked_at?: string;
485
+ verified_at?: string;
486
+ }
487
+ export interface IdentityLinkAminoMsg {
488
+ type: "/sparkdream.federation.v1.IdentityLink";
489
+ value: IdentityLinkAmino;
490
+ }
491
+ /**
492
+ * PendingIdentityChallenge stores an IBC identity verification challenge.
493
+ * @name PendingIdentityChallenge
494
+ * @package sparkdream.federation.v1
495
+ * @see proto type: sparkdream.federation.v1.PendingIdentityChallenge
496
+ */
497
+ export interface PendingIdentityChallenge {
498
+ claimedAddress: string;
499
+ claimantChainPeerId: string;
500
+ claimantAddress: string;
501
+ challenge: Uint8Array;
502
+ receivedAt: bigint;
503
+ expiresAt: bigint;
504
+ }
505
+ export interface PendingIdentityChallengeProtoMsg {
506
+ typeUrl: "/sparkdream.federation.v1.PendingIdentityChallenge";
507
+ value: Uint8Array;
508
+ }
509
+ /**
510
+ * PendingIdentityChallenge stores an IBC identity verification challenge.
511
+ * @name PendingIdentityChallengeAmino
512
+ * @package sparkdream.federation.v1
513
+ * @see proto type: sparkdream.federation.v1.PendingIdentityChallenge
514
+ */
515
+ export interface PendingIdentityChallengeAmino {
516
+ claimed_address?: string;
517
+ claimant_chain_peer_id?: string;
518
+ claimant_address?: string;
519
+ challenge?: string;
520
+ received_at?: string;
521
+ expires_at?: string;
522
+ }
523
+ export interface PendingIdentityChallengeAminoMsg {
524
+ type: "/sparkdream.federation.v1.PendingIdentityChallenge";
525
+ value: PendingIdentityChallengeAmino;
526
+ }
527
+ /**
528
+ * ReputationAttestation caches cross-chain reputation data.
529
+ * @name ReputationAttestation
530
+ * @package sparkdream.federation.v1
531
+ * @see proto type: sparkdream.federation.v1.ReputationAttestation
532
+ */
533
+ export interface ReputationAttestation {
534
+ localAddress: string;
535
+ peerId: string;
536
+ remoteAddress: string;
537
+ remoteTrustLevel: number;
538
+ localTrustCredit: number;
539
+ remoteReputations: TagReputation[];
540
+ attestedAt: bigint;
541
+ expiresAt: bigint;
542
+ }
543
+ export interface ReputationAttestationProtoMsg {
544
+ typeUrl: "/sparkdream.federation.v1.ReputationAttestation";
545
+ value: Uint8Array;
546
+ }
547
+ /**
548
+ * ReputationAttestation caches cross-chain reputation data.
549
+ * @name ReputationAttestationAmino
550
+ * @package sparkdream.federation.v1
551
+ * @see proto type: sparkdream.federation.v1.ReputationAttestation
552
+ */
553
+ export interface ReputationAttestationAmino {
554
+ local_address?: string;
555
+ peer_id?: string;
556
+ remote_address?: string;
557
+ remote_trust_level?: number;
558
+ local_trust_credit?: number;
559
+ remote_reputations?: TagReputationAmino[];
560
+ attested_at?: string;
561
+ expires_at?: string;
562
+ }
563
+ export interface ReputationAttestationAminoMsg {
564
+ type: "/sparkdream.federation.v1.ReputationAttestation";
565
+ value: ReputationAttestationAmino;
566
+ }
567
+ /**
568
+ * TagReputation stores a per-tag reputation score.
569
+ * @name TagReputation
570
+ * @package sparkdream.federation.v1
571
+ * @see proto type: sparkdream.federation.v1.TagReputation
572
+ */
573
+ export interface TagReputation {
574
+ tag: string;
575
+ score: string;
576
+ }
577
+ export interface TagReputationProtoMsg {
578
+ typeUrl: "/sparkdream.federation.v1.TagReputation";
579
+ value: Uint8Array;
580
+ }
581
+ /**
582
+ * TagReputation stores a per-tag reputation score.
583
+ * @name TagReputationAmino
584
+ * @package sparkdream.federation.v1
585
+ * @see proto type: sparkdream.federation.v1.TagReputation
586
+ */
587
+ export interface TagReputationAmino {
588
+ tag?: string;
589
+ score?: string;
590
+ }
591
+ export interface TagReputationAminoMsg {
592
+ type: "/sparkdream.federation.v1.TagReputation";
593
+ value: TagReputationAmino;
594
+ }
595
+ /**
596
+ * OutboundAttestation records content published to a federation peer.
597
+ * @name OutboundAttestation
598
+ * @package sparkdream.federation.v1
599
+ * @see proto type: sparkdream.federation.v1.OutboundAttestation
600
+ */
601
+ export interface OutboundAttestation {
602
+ id: bigint;
603
+ peerId: string;
604
+ contentType: string;
605
+ localContentId: string;
606
+ creator: string;
607
+ submittedBy: string;
608
+ publishedAt: bigint;
609
+ }
610
+ export interface OutboundAttestationProtoMsg {
611
+ typeUrl: "/sparkdream.federation.v1.OutboundAttestation";
612
+ value: Uint8Array;
613
+ }
614
+ /**
615
+ * OutboundAttestation records content published to a federation peer.
616
+ * @name OutboundAttestationAmino
617
+ * @package sparkdream.federation.v1
618
+ * @see proto type: sparkdream.federation.v1.OutboundAttestation
619
+ */
620
+ export interface OutboundAttestationAmino {
621
+ id?: string;
622
+ peer_id?: string;
623
+ content_type?: string;
624
+ local_content_id?: string;
625
+ creator?: string;
626
+ submitted_by?: string;
627
+ published_at?: string;
628
+ }
629
+ export interface OutboundAttestationAminoMsg {
630
+ type: "/sparkdream.federation.v1.OutboundAttestation";
631
+ value: OutboundAttestationAmino;
632
+ }
633
+ /**
634
+ * PeerRemovalState tracks cleanup progress for a removed peer.
635
+ * @name PeerRemovalState
636
+ * @package sparkdream.federation.v1
637
+ * @see proto type: sparkdream.federation.v1.PeerRemovalState
638
+ */
639
+ export interface PeerRemovalState {
640
+ removedAt: bigint;
641
+ lastPrunedContentId: bigint;
642
+ contentDone: boolean;
643
+ linksDone: boolean;
644
+ attestationsDone: boolean;
645
+ outboundDone: boolean;
646
+ bridgesDone: boolean;
647
+ policyDone: boolean;
648
+ }
649
+ export interface PeerRemovalStateProtoMsg {
650
+ typeUrl: "/sparkdream.federation.v1.PeerRemovalState";
651
+ value: Uint8Array;
652
+ }
653
+ /**
654
+ * PeerRemovalState tracks cleanup progress for a removed peer.
655
+ * @name PeerRemovalStateAmino
656
+ * @package sparkdream.federation.v1
657
+ * @see proto type: sparkdream.federation.v1.PeerRemovalState
658
+ */
659
+ export interface PeerRemovalStateAmino {
660
+ removed_at?: string;
661
+ last_pruned_content_id?: string;
662
+ content_done?: boolean;
663
+ links_done?: boolean;
664
+ attestations_done?: boolean;
665
+ outbound_done?: boolean;
666
+ bridges_done?: boolean;
667
+ policy_done?: boolean;
668
+ }
669
+ export interface PeerRemovalStateAminoMsg {
670
+ type: "/sparkdream.federation.v1.PeerRemovalState";
671
+ value: PeerRemovalStateAmino;
672
+ }
673
+ /**
674
+ * Peer represents a federation peer (another Spark Dream chain or external protocol).
675
+ * @name Peer
676
+ * @package sparkdream.federation.v1
677
+ * @see proto type: sparkdream.federation.v1.Peer
678
+ */
679
+ export declare const Peer: {
680
+ typeUrl: string;
681
+ encode(message: Peer, writer?: BinaryWriter): BinaryWriter;
682
+ decode(input: BinaryReader | Uint8Array, length?: number): Peer;
683
+ fromPartial(object: DeepPartial<Peer>): Peer;
684
+ fromAmino(object: PeerAmino): Peer;
685
+ toAmino(message: Peer): PeerAmino;
686
+ fromAminoMsg(object: PeerAminoMsg): Peer;
687
+ fromProtoMsg(message: PeerProtoMsg): Peer;
688
+ toProto(message: Peer): Uint8Array;
689
+ toProtoMsg(message: Peer): PeerProtoMsg;
690
+ };
691
+ /**
692
+ * PeerPolicy defines per-peer federation policies.
693
+ * @name PeerPolicy
694
+ * @package sparkdream.federation.v1
695
+ * @see proto type: sparkdream.federation.v1.PeerPolicy
696
+ */
697
+ export declare const PeerPolicy: {
698
+ typeUrl: string;
699
+ encode(message: PeerPolicy, writer?: BinaryWriter): BinaryWriter;
700
+ decode(input: BinaryReader | Uint8Array, length?: number): PeerPolicy;
701
+ fromPartial(object: DeepPartial<PeerPolicy>): PeerPolicy;
702
+ fromAmino(object: PeerPolicyAmino): PeerPolicy;
703
+ toAmino(message: PeerPolicy): PeerPolicyAmino;
704
+ fromAminoMsg(object: PeerPolicyAminoMsg): PeerPolicy;
705
+ fromProtoMsg(message: PeerPolicyProtoMsg): PeerPolicy;
706
+ toProto(message: PeerPolicy): Uint8Array;
707
+ toProtoMsg(message: PeerPolicy): PeerPolicyProtoMsg;
708
+ };
709
+ /**
710
+ * BridgeOperator represents an off-chain bridge operator.
711
+ * @name BridgeOperator
712
+ * @package sparkdream.federation.v1
713
+ * @see proto type: sparkdream.federation.v1.BridgeOperator
714
+ */
715
+ export declare const BridgeOperator: {
716
+ typeUrl: string;
717
+ encode(message: BridgeOperator, writer?: BinaryWriter): BinaryWriter;
718
+ decode(input: BinaryReader | Uint8Array, length?: number): BridgeOperator;
719
+ fromPartial(object: DeepPartial<BridgeOperator>): BridgeOperator;
720
+ fromAmino(object: BridgeOperatorAmino): BridgeOperator;
721
+ toAmino(message: BridgeOperator): BridgeOperatorAmino;
722
+ fromAminoMsg(object: BridgeOperatorAminoMsg): BridgeOperator;
723
+ fromProtoMsg(message: BridgeOperatorProtoMsg): BridgeOperator;
724
+ toProto(message: BridgeOperator): Uint8Array;
725
+ toProtoMsg(message: BridgeOperator): BridgeOperatorProtoMsg;
726
+ };
727
+ /**
728
+ * FederationVerifier represents a community member who verifies bridged content.
729
+ * @name FederationVerifier
730
+ * @package sparkdream.federation.v1
731
+ * @see proto type: sparkdream.federation.v1.FederationVerifier
732
+ */
733
+ export declare const FederationVerifier: {
734
+ typeUrl: string;
735
+ encode(message: FederationVerifier, writer?: BinaryWriter): BinaryWriter;
736
+ decode(input: BinaryReader | Uint8Array, length?: number): FederationVerifier;
737
+ fromPartial(object: DeepPartial<FederationVerifier>): FederationVerifier;
738
+ fromAmino(object: FederationVerifierAmino): FederationVerifier;
739
+ toAmino(message: FederationVerifier): FederationVerifierAmino;
740
+ fromAminoMsg(object: FederationVerifierAminoMsg): FederationVerifier;
741
+ fromProtoMsg(message: FederationVerifierProtoMsg): FederationVerifier;
742
+ toProto(message: FederationVerifier): Uint8Array;
743
+ toProtoMsg(message: FederationVerifier): FederationVerifierProtoMsg;
744
+ };
745
+ /**
746
+ * VerificationRecord tracks a verifier's verification of specific content.
747
+ * @name VerificationRecord
748
+ * @package sparkdream.federation.v1
749
+ * @see proto type: sparkdream.federation.v1.VerificationRecord
750
+ */
751
+ export declare const VerificationRecord: {
752
+ typeUrl: string;
753
+ encode(message: VerificationRecord, writer?: BinaryWriter): BinaryWriter;
754
+ decode(input: BinaryReader | Uint8Array, length?: number): VerificationRecord;
755
+ fromPartial(object: DeepPartial<VerificationRecord>): VerificationRecord;
756
+ fromAmino(object: VerificationRecordAmino): VerificationRecord;
757
+ toAmino(message: VerificationRecord): VerificationRecordAmino;
758
+ fromAminoMsg(object: VerificationRecordAminoMsg): VerificationRecord;
759
+ fromProtoMsg(message: VerificationRecordProtoMsg): VerificationRecord;
760
+ toProto(message: VerificationRecord): Uint8Array;
761
+ toProtoMsg(message: VerificationRecord): VerificationRecordProtoMsg;
762
+ };
763
+ /**
764
+ * ArbiterHashSubmission stores an arbiter's hash for quorum-based challenge resolution.
765
+ * @name ArbiterHashSubmission
766
+ * @package sparkdream.federation.v1
767
+ * @see proto type: sparkdream.federation.v1.ArbiterHashSubmission
768
+ */
769
+ export declare const ArbiterHashSubmission: {
770
+ typeUrl: string;
771
+ encode(message: ArbiterHashSubmission, writer?: BinaryWriter): BinaryWriter;
772
+ decode(input: BinaryReader | Uint8Array, length?: number): ArbiterHashSubmission;
773
+ fromPartial(object: DeepPartial<ArbiterHashSubmission>): ArbiterHashSubmission;
774
+ fromAmino(object: ArbiterHashSubmissionAmino): ArbiterHashSubmission;
775
+ toAmino(message: ArbiterHashSubmission): ArbiterHashSubmissionAmino;
776
+ fromAminoMsg(object: ArbiterHashSubmissionAminoMsg): ArbiterHashSubmission;
777
+ fromProtoMsg(message: ArbiterHashSubmissionProtoMsg): ArbiterHashSubmission;
778
+ toProto(message: ArbiterHashSubmission): Uint8Array;
779
+ toProtoMsg(message: ArbiterHashSubmission): ArbiterHashSubmissionProtoMsg;
780
+ };
781
+ /**
782
+ * FederatedContent represents inbound content from a federation peer.
783
+ * @name FederatedContent
784
+ * @package sparkdream.federation.v1
785
+ * @see proto type: sparkdream.federation.v1.FederatedContent
786
+ */
787
+ export declare const FederatedContent: {
788
+ typeUrl: string;
789
+ encode(message: FederatedContent, writer?: BinaryWriter): BinaryWriter;
790
+ decode(input: BinaryReader | Uint8Array, length?: number): FederatedContent;
791
+ fromPartial(object: DeepPartial<FederatedContent>): FederatedContent;
792
+ fromAmino(object: FederatedContentAmino): FederatedContent;
793
+ toAmino(message: FederatedContent): FederatedContentAmino;
794
+ fromAminoMsg(object: FederatedContentAminoMsg): FederatedContent;
795
+ fromProtoMsg(message: FederatedContentProtoMsg): FederatedContent;
796
+ toProto(message: FederatedContent): Uint8Array;
797
+ toProtoMsg(message: FederatedContent): FederatedContentProtoMsg;
798
+ };
799
+ /**
800
+ * IdentityLink maps a local address to a remote identity on a federation peer.
801
+ * @name IdentityLink
802
+ * @package sparkdream.federation.v1
803
+ * @see proto type: sparkdream.federation.v1.IdentityLink
804
+ */
805
+ export declare const IdentityLink: {
806
+ typeUrl: string;
807
+ encode(message: IdentityLink, writer?: BinaryWriter): BinaryWriter;
808
+ decode(input: BinaryReader | Uint8Array, length?: number): IdentityLink;
809
+ fromPartial(object: DeepPartial<IdentityLink>): IdentityLink;
810
+ fromAmino(object: IdentityLinkAmino): IdentityLink;
811
+ toAmino(message: IdentityLink): IdentityLinkAmino;
812
+ fromAminoMsg(object: IdentityLinkAminoMsg): IdentityLink;
813
+ fromProtoMsg(message: IdentityLinkProtoMsg): IdentityLink;
814
+ toProto(message: IdentityLink): Uint8Array;
815
+ toProtoMsg(message: IdentityLink): IdentityLinkProtoMsg;
816
+ };
817
+ /**
818
+ * PendingIdentityChallenge stores an IBC identity verification challenge.
819
+ * @name PendingIdentityChallenge
820
+ * @package sparkdream.federation.v1
821
+ * @see proto type: sparkdream.federation.v1.PendingIdentityChallenge
822
+ */
823
+ export declare const PendingIdentityChallenge: {
824
+ typeUrl: string;
825
+ encode(message: PendingIdentityChallenge, writer?: BinaryWriter): BinaryWriter;
826
+ decode(input: BinaryReader | Uint8Array, length?: number): PendingIdentityChallenge;
827
+ fromPartial(object: DeepPartial<PendingIdentityChallenge>): PendingIdentityChallenge;
828
+ fromAmino(object: PendingIdentityChallengeAmino): PendingIdentityChallenge;
829
+ toAmino(message: PendingIdentityChallenge): PendingIdentityChallengeAmino;
830
+ fromAminoMsg(object: PendingIdentityChallengeAminoMsg): PendingIdentityChallenge;
831
+ fromProtoMsg(message: PendingIdentityChallengeProtoMsg): PendingIdentityChallenge;
832
+ toProto(message: PendingIdentityChallenge): Uint8Array;
833
+ toProtoMsg(message: PendingIdentityChallenge): PendingIdentityChallengeProtoMsg;
834
+ };
835
+ /**
836
+ * ReputationAttestation caches cross-chain reputation data.
837
+ * @name ReputationAttestation
838
+ * @package sparkdream.federation.v1
839
+ * @see proto type: sparkdream.federation.v1.ReputationAttestation
840
+ */
841
+ export declare const ReputationAttestation: {
842
+ typeUrl: string;
843
+ encode(message: ReputationAttestation, writer?: BinaryWriter): BinaryWriter;
844
+ decode(input: BinaryReader | Uint8Array, length?: number): ReputationAttestation;
845
+ fromPartial(object: DeepPartial<ReputationAttestation>): ReputationAttestation;
846
+ fromAmino(object: ReputationAttestationAmino): ReputationAttestation;
847
+ toAmino(message: ReputationAttestation): ReputationAttestationAmino;
848
+ fromAminoMsg(object: ReputationAttestationAminoMsg): ReputationAttestation;
849
+ fromProtoMsg(message: ReputationAttestationProtoMsg): ReputationAttestation;
850
+ toProto(message: ReputationAttestation): Uint8Array;
851
+ toProtoMsg(message: ReputationAttestation): ReputationAttestationProtoMsg;
852
+ };
853
+ /**
854
+ * TagReputation stores a per-tag reputation score.
855
+ * @name TagReputation
856
+ * @package sparkdream.federation.v1
857
+ * @see proto type: sparkdream.federation.v1.TagReputation
858
+ */
859
+ export declare const TagReputation: {
860
+ typeUrl: string;
861
+ encode(message: TagReputation, writer?: BinaryWriter): BinaryWriter;
862
+ decode(input: BinaryReader | Uint8Array, length?: number): TagReputation;
863
+ fromPartial(object: DeepPartial<TagReputation>): TagReputation;
864
+ fromAmino(object: TagReputationAmino): TagReputation;
865
+ toAmino(message: TagReputation): TagReputationAmino;
866
+ fromAminoMsg(object: TagReputationAminoMsg): TagReputation;
867
+ fromProtoMsg(message: TagReputationProtoMsg): TagReputation;
868
+ toProto(message: TagReputation): Uint8Array;
869
+ toProtoMsg(message: TagReputation): TagReputationProtoMsg;
870
+ };
871
+ /**
872
+ * OutboundAttestation records content published to a federation peer.
873
+ * @name OutboundAttestation
874
+ * @package sparkdream.federation.v1
875
+ * @see proto type: sparkdream.federation.v1.OutboundAttestation
876
+ */
877
+ export declare const OutboundAttestation: {
878
+ typeUrl: string;
879
+ encode(message: OutboundAttestation, writer?: BinaryWriter): BinaryWriter;
880
+ decode(input: BinaryReader | Uint8Array, length?: number): OutboundAttestation;
881
+ fromPartial(object: DeepPartial<OutboundAttestation>): OutboundAttestation;
882
+ fromAmino(object: OutboundAttestationAmino): OutboundAttestation;
883
+ toAmino(message: OutboundAttestation): OutboundAttestationAmino;
884
+ fromAminoMsg(object: OutboundAttestationAminoMsg): OutboundAttestation;
885
+ fromProtoMsg(message: OutboundAttestationProtoMsg): OutboundAttestation;
886
+ toProto(message: OutboundAttestation): Uint8Array;
887
+ toProtoMsg(message: OutboundAttestation): OutboundAttestationProtoMsg;
888
+ };
889
+ /**
890
+ * PeerRemovalState tracks cleanup progress for a removed peer.
891
+ * @name PeerRemovalState
892
+ * @package sparkdream.federation.v1
893
+ * @see proto type: sparkdream.federation.v1.PeerRemovalState
894
+ */
895
+ export declare const PeerRemovalState: {
896
+ typeUrl: string;
897
+ encode(message: PeerRemovalState, writer?: BinaryWriter): BinaryWriter;
898
+ decode(input: BinaryReader | Uint8Array, length?: number): PeerRemovalState;
899
+ fromPartial(object: DeepPartial<PeerRemovalState>): PeerRemovalState;
900
+ fromAmino(object: PeerRemovalStateAmino): PeerRemovalState;
901
+ toAmino(message: PeerRemovalState): PeerRemovalStateAmino;
902
+ fromAminoMsg(object: PeerRemovalStateAminoMsg): PeerRemovalState;
903
+ fromProtoMsg(message: PeerRemovalStateProtoMsg): PeerRemovalState;
904
+ toProto(message: PeerRemovalState): Uint8Array;
905
+ toProtoMsg(message: PeerRemovalState): PeerRemovalStateProtoMsg;
906
+ };