@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,397 @@
|
|
|
1
|
+
import { TagReputation, TagReputationAmino } from "./types";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* FederationPacketData defines the Federation IBC data packet.
|
|
6
|
+
* @name FederationPacketData
|
|
7
|
+
* @package sparkdream.federation.v1
|
|
8
|
+
* @see proto type: sparkdream.federation.v1.FederationPacketData
|
|
9
|
+
*/
|
|
10
|
+
export interface FederationPacketData {
|
|
11
|
+
reputationQuery?: ReputationQueryPacket;
|
|
12
|
+
content?: ContentPacket;
|
|
13
|
+
identityVerification?: IdentityVerificationPacket;
|
|
14
|
+
identityConfirmation?: IdentityVerificationConfirmPacket;
|
|
15
|
+
}
|
|
16
|
+
export interface FederationPacketDataProtoMsg {
|
|
17
|
+
typeUrl: "/sparkdream.federation.v1.FederationPacketData";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* FederationPacketData defines the Federation IBC data packet.
|
|
22
|
+
* @name FederationPacketDataAmino
|
|
23
|
+
* @package sparkdream.federation.v1
|
|
24
|
+
* @see proto type: sparkdream.federation.v1.FederationPacketData
|
|
25
|
+
*/
|
|
26
|
+
export interface FederationPacketDataAmino {
|
|
27
|
+
reputation_query?: ReputationQueryPacketAmino;
|
|
28
|
+
content?: ContentPacketAmino;
|
|
29
|
+
identity_verification?: IdentityVerificationPacketAmino;
|
|
30
|
+
identity_confirmation?: IdentityVerificationConfirmPacketAmino;
|
|
31
|
+
}
|
|
32
|
+
export interface FederationPacketDataAminoMsg {
|
|
33
|
+
type: "/sparkdream.federation.v1.FederationPacketData";
|
|
34
|
+
value: FederationPacketDataAmino;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* ReputationQueryPacket requests reputation data from a remote chain.
|
|
38
|
+
* @name ReputationQueryPacket
|
|
39
|
+
* @package sparkdream.federation.v1
|
|
40
|
+
* @see proto type: sparkdream.federation.v1.ReputationQueryPacket
|
|
41
|
+
*/
|
|
42
|
+
export interface ReputationQueryPacket {
|
|
43
|
+
queriedAddress: string;
|
|
44
|
+
requester: string;
|
|
45
|
+
}
|
|
46
|
+
export interface ReputationQueryPacketProtoMsg {
|
|
47
|
+
typeUrl: "/sparkdream.federation.v1.ReputationQueryPacket";
|
|
48
|
+
value: Uint8Array;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* ReputationQueryPacket requests reputation data from a remote chain.
|
|
52
|
+
* @name ReputationQueryPacketAmino
|
|
53
|
+
* @package sparkdream.federation.v1
|
|
54
|
+
* @see proto type: sparkdream.federation.v1.ReputationQueryPacket
|
|
55
|
+
*/
|
|
56
|
+
export interface ReputationQueryPacketAmino {
|
|
57
|
+
queried_address?: string;
|
|
58
|
+
requester?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface ReputationQueryPacketAminoMsg {
|
|
61
|
+
type: "/sparkdream.federation.v1.ReputationQueryPacket";
|
|
62
|
+
value: ReputationQueryPacketAmino;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* ReputationResponseData is returned in the acknowledgement for a ReputationQueryPacket.
|
|
66
|
+
* @name ReputationResponseData
|
|
67
|
+
* @package sparkdream.federation.v1
|
|
68
|
+
* @see proto type: sparkdream.federation.v1.ReputationResponseData
|
|
69
|
+
*/
|
|
70
|
+
export interface ReputationResponseData {
|
|
71
|
+
address: string;
|
|
72
|
+
trustLevel: number;
|
|
73
|
+
isActive: boolean;
|
|
74
|
+
memberSince: bigint;
|
|
75
|
+
reputations: TagReputation[];
|
|
76
|
+
}
|
|
77
|
+
export interface ReputationResponseDataProtoMsg {
|
|
78
|
+
typeUrl: "/sparkdream.federation.v1.ReputationResponseData";
|
|
79
|
+
value: Uint8Array;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* ReputationResponseData is returned in the acknowledgement for a ReputationQueryPacket.
|
|
83
|
+
* @name ReputationResponseDataAmino
|
|
84
|
+
* @package sparkdream.federation.v1
|
|
85
|
+
* @see proto type: sparkdream.federation.v1.ReputationResponseData
|
|
86
|
+
*/
|
|
87
|
+
export interface ReputationResponseDataAmino {
|
|
88
|
+
address?: string;
|
|
89
|
+
trust_level?: number;
|
|
90
|
+
is_active?: boolean;
|
|
91
|
+
member_since?: string;
|
|
92
|
+
reputations?: TagReputationAmino[];
|
|
93
|
+
}
|
|
94
|
+
export interface ReputationResponseDataAminoMsg {
|
|
95
|
+
type: "/sparkdream.federation.v1.ReputationResponseData";
|
|
96
|
+
value: ReputationResponseDataAmino;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* ContentPacket sends federated content to a remote chain.
|
|
100
|
+
* @name ContentPacket
|
|
101
|
+
* @package sparkdream.federation.v1
|
|
102
|
+
* @see proto type: sparkdream.federation.v1.ContentPacket
|
|
103
|
+
*/
|
|
104
|
+
export interface ContentPacket {
|
|
105
|
+
contentType: string;
|
|
106
|
+
remoteContentId: string;
|
|
107
|
+
creator: string;
|
|
108
|
+
creatorName: string;
|
|
109
|
+
title: string;
|
|
110
|
+
body: string;
|
|
111
|
+
contentUri: string;
|
|
112
|
+
createdAt: bigint;
|
|
113
|
+
contentHash: Uint8Array;
|
|
114
|
+
protocolMetadata: Uint8Array;
|
|
115
|
+
}
|
|
116
|
+
export interface ContentPacketProtoMsg {
|
|
117
|
+
typeUrl: "/sparkdream.federation.v1.ContentPacket";
|
|
118
|
+
value: Uint8Array;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* ContentPacket sends federated content to a remote chain.
|
|
122
|
+
* @name ContentPacketAmino
|
|
123
|
+
* @package sparkdream.federation.v1
|
|
124
|
+
* @see proto type: sparkdream.federation.v1.ContentPacket
|
|
125
|
+
*/
|
|
126
|
+
export interface ContentPacketAmino {
|
|
127
|
+
content_type?: string;
|
|
128
|
+
remote_content_id?: string;
|
|
129
|
+
creator?: string;
|
|
130
|
+
creator_name?: string;
|
|
131
|
+
title?: string;
|
|
132
|
+
body?: string;
|
|
133
|
+
content_uri?: string;
|
|
134
|
+
created_at?: string;
|
|
135
|
+
content_hash?: string;
|
|
136
|
+
protocol_metadata?: string;
|
|
137
|
+
}
|
|
138
|
+
export interface ContentPacketAminoMsg {
|
|
139
|
+
type: "/sparkdream.federation.v1.ContentPacket";
|
|
140
|
+
value: ContentPacketAmino;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* IdentityVerificationPacket initiates identity verification on a remote chain (Phase 1).
|
|
144
|
+
* @name IdentityVerificationPacket
|
|
145
|
+
* @package sparkdream.federation.v1
|
|
146
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationPacket
|
|
147
|
+
*/
|
|
148
|
+
export interface IdentityVerificationPacket {
|
|
149
|
+
claimedAddress: string;
|
|
150
|
+
claimantAddress: string;
|
|
151
|
+
challenge: Uint8Array;
|
|
152
|
+
}
|
|
153
|
+
export interface IdentityVerificationPacketProtoMsg {
|
|
154
|
+
typeUrl: "/sparkdream.federation.v1.IdentityVerificationPacket";
|
|
155
|
+
value: Uint8Array;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* IdentityVerificationPacket initiates identity verification on a remote chain (Phase 1).
|
|
159
|
+
* @name IdentityVerificationPacketAmino
|
|
160
|
+
* @package sparkdream.federation.v1
|
|
161
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationPacket
|
|
162
|
+
*/
|
|
163
|
+
export interface IdentityVerificationPacketAmino {
|
|
164
|
+
claimed_address?: string;
|
|
165
|
+
claimant_address?: string;
|
|
166
|
+
challenge?: string;
|
|
167
|
+
}
|
|
168
|
+
export interface IdentityVerificationPacketAminoMsg {
|
|
169
|
+
type: "/sparkdream.federation.v1.IdentityVerificationPacket";
|
|
170
|
+
value: IdentityVerificationPacketAmino;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* IdentityVerificationAck acknowledges an identity verification request.
|
|
174
|
+
* @name IdentityVerificationAck
|
|
175
|
+
* @package sparkdream.federation.v1
|
|
176
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationAck
|
|
177
|
+
*/
|
|
178
|
+
export interface IdentityVerificationAck {
|
|
179
|
+
exists: boolean;
|
|
180
|
+
}
|
|
181
|
+
export interface IdentityVerificationAckProtoMsg {
|
|
182
|
+
typeUrl: "/sparkdream.federation.v1.IdentityVerificationAck";
|
|
183
|
+
value: Uint8Array;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* IdentityVerificationAck acknowledges an identity verification request.
|
|
187
|
+
* @name IdentityVerificationAckAmino
|
|
188
|
+
* @package sparkdream.federation.v1
|
|
189
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationAck
|
|
190
|
+
*/
|
|
191
|
+
export interface IdentityVerificationAckAmino {
|
|
192
|
+
exists?: boolean;
|
|
193
|
+
}
|
|
194
|
+
export interface IdentityVerificationAckAminoMsg {
|
|
195
|
+
type: "/sparkdream.federation.v1.IdentityVerificationAck";
|
|
196
|
+
value: IdentityVerificationAckAmino;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* IdentityVerificationConfirmPacket confirms identity ownership (Phase 2).
|
|
200
|
+
* @name IdentityVerificationConfirmPacket
|
|
201
|
+
* @package sparkdream.federation.v1
|
|
202
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationConfirmPacket
|
|
203
|
+
*/
|
|
204
|
+
export interface IdentityVerificationConfirmPacket {
|
|
205
|
+
claimedAddress: string;
|
|
206
|
+
claimantAddress: string;
|
|
207
|
+
challenge: Uint8Array;
|
|
208
|
+
confirmed: boolean;
|
|
209
|
+
}
|
|
210
|
+
export interface IdentityVerificationConfirmPacketProtoMsg {
|
|
211
|
+
typeUrl: "/sparkdream.federation.v1.IdentityVerificationConfirmPacket";
|
|
212
|
+
value: Uint8Array;
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* IdentityVerificationConfirmPacket confirms identity ownership (Phase 2).
|
|
216
|
+
* @name IdentityVerificationConfirmPacketAmino
|
|
217
|
+
* @package sparkdream.federation.v1
|
|
218
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationConfirmPacket
|
|
219
|
+
*/
|
|
220
|
+
export interface IdentityVerificationConfirmPacketAmino {
|
|
221
|
+
claimed_address?: string;
|
|
222
|
+
claimant_address?: string;
|
|
223
|
+
challenge?: string;
|
|
224
|
+
confirmed?: boolean;
|
|
225
|
+
}
|
|
226
|
+
export interface IdentityVerificationConfirmPacketAminoMsg {
|
|
227
|
+
type: "/sparkdream.federation.v1.IdentityVerificationConfirmPacket";
|
|
228
|
+
value: IdentityVerificationConfirmPacketAmino;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* NoData defines an empty data packet (placeholder for IBC scaffolding).
|
|
232
|
+
* @name NoData
|
|
233
|
+
* @package sparkdream.federation.v1
|
|
234
|
+
* @see proto type: sparkdream.federation.v1.NoData
|
|
235
|
+
*/
|
|
236
|
+
export interface NoData {
|
|
237
|
+
}
|
|
238
|
+
export interface NoDataProtoMsg {
|
|
239
|
+
typeUrl: "/sparkdream.federation.v1.NoData";
|
|
240
|
+
value: Uint8Array;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* NoData defines an empty data packet (placeholder for IBC scaffolding).
|
|
244
|
+
* @name NoDataAmino
|
|
245
|
+
* @package sparkdream.federation.v1
|
|
246
|
+
* @see proto type: sparkdream.federation.v1.NoData
|
|
247
|
+
*/
|
|
248
|
+
export interface NoDataAmino {
|
|
249
|
+
}
|
|
250
|
+
export interface NoDataAminoMsg {
|
|
251
|
+
type: "/sparkdream.federation.v1.NoData";
|
|
252
|
+
value: NoDataAmino;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* FederationPacketData defines the Federation IBC data packet.
|
|
256
|
+
* @name FederationPacketData
|
|
257
|
+
* @package sparkdream.federation.v1
|
|
258
|
+
* @see proto type: sparkdream.federation.v1.FederationPacketData
|
|
259
|
+
*/
|
|
260
|
+
export declare const FederationPacketData: {
|
|
261
|
+
typeUrl: string;
|
|
262
|
+
encode(message: FederationPacketData, writer?: BinaryWriter): BinaryWriter;
|
|
263
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FederationPacketData;
|
|
264
|
+
fromPartial(object: DeepPartial<FederationPacketData>): FederationPacketData;
|
|
265
|
+
fromAmino(object: FederationPacketDataAmino): FederationPacketData;
|
|
266
|
+
toAmino(message: FederationPacketData): FederationPacketDataAmino;
|
|
267
|
+
fromAminoMsg(object: FederationPacketDataAminoMsg): FederationPacketData;
|
|
268
|
+
fromProtoMsg(message: FederationPacketDataProtoMsg): FederationPacketData;
|
|
269
|
+
toProto(message: FederationPacketData): Uint8Array;
|
|
270
|
+
toProtoMsg(message: FederationPacketData): FederationPacketDataProtoMsg;
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* ReputationQueryPacket requests reputation data from a remote chain.
|
|
274
|
+
* @name ReputationQueryPacket
|
|
275
|
+
* @package sparkdream.federation.v1
|
|
276
|
+
* @see proto type: sparkdream.federation.v1.ReputationQueryPacket
|
|
277
|
+
*/
|
|
278
|
+
export declare const ReputationQueryPacket: {
|
|
279
|
+
typeUrl: string;
|
|
280
|
+
encode(message: ReputationQueryPacket, writer?: BinaryWriter): BinaryWriter;
|
|
281
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ReputationQueryPacket;
|
|
282
|
+
fromPartial(object: DeepPartial<ReputationQueryPacket>): ReputationQueryPacket;
|
|
283
|
+
fromAmino(object: ReputationQueryPacketAmino): ReputationQueryPacket;
|
|
284
|
+
toAmino(message: ReputationQueryPacket): ReputationQueryPacketAmino;
|
|
285
|
+
fromAminoMsg(object: ReputationQueryPacketAminoMsg): ReputationQueryPacket;
|
|
286
|
+
fromProtoMsg(message: ReputationQueryPacketProtoMsg): ReputationQueryPacket;
|
|
287
|
+
toProto(message: ReputationQueryPacket): Uint8Array;
|
|
288
|
+
toProtoMsg(message: ReputationQueryPacket): ReputationQueryPacketProtoMsg;
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* ReputationResponseData is returned in the acknowledgement for a ReputationQueryPacket.
|
|
292
|
+
* @name ReputationResponseData
|
|
293
|
+
* @package sparkdream.federation.v1
|
|
294
|
+
* @see proto type: sparkdream.federation.v1.ReputationResponseData
|
|
295
|
+
*/
|
|
296
|
+
export declare const ReputationResponseData: {
|
|
297
|
+
typeUrl: string;
|
|
298
|
+
encode(message: ReputationResponseData, writer?: BinaryWriter): BinaryWriter;
|
|
299
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ReputationResponseData;
|
|
300
|
+
fromPartial(object: DeepPartial<ReputationResponseData>): ReputationResponseData;
|
|
301
|
+
fromAmino(object: ReputationResponseDataAmino): ReputationResponseData;
|
|
302
|
+
toAmino(message: ReputationResponseData): ReputationResponseDataAmino;
|
|
303
|
+
fromAminoMsg(object: ReputationResponseDataAminoMsg): ReputationResponseData;
|
|
304
|
+
fromProtoMsg(message: ReputationResponseDataProtoMsg): ReputationResponseData;
|
|
305
|
+
toProto(message: ReputationResponseData): Uint8Array;
|
|
306
|
+
toProtoMsg(message: ReputationResponseData): ReputationResponseDataProtoMsg;
|
|
307
|
+
};
|
|
308
|
+
/**
|
|
309
|
+
* ContentPacket sends federated content to a remote chain.
|
|
310
|
+
* @name ContentPacket
|
|
311
|
+
* @package sparkdream.federation.v1
|
|
312
|
+
* @see proto type: sparkdream.federation.v1.ContentPacket
|
|
313
|
+
*/
|
|
314
|
+
export declare const ContentPacket: {
|
|
315
|
+
typeUrl: string;
|
|
316
|
+
encode(message: ContentPacket, writer?: BinaryWriter): BinaryWriter;
|
|
317
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ContentPacket;
|
|
318
|
+
fromPartial(object: DeepPartial<ContentPacket>): ContentPacket;
|
|
319
|
+
fromAmino(object: ContentPacketAmino): ContentPacket;
|
|
320
|
+
toAmino(message: ContentPacket): ContentPacketAmino;
|
|
321
|
+
fromAminoMsg(object: ContentPacketAminoMsg): ContentPacket;
|
|
322
|
+
fromProtoMsg(message: ContentPacketProtoMsg): ContentPacket;
|
|
323
|
+
toProto(message: ContentPacket): Uint8Array;
|
|
324
|
+
toProtoMsg(message: ContentPacket): ContentPacketProtoMsg;
|
|
325
|
+
};
|
|
326
|
+
/**
|
|
327
|
+
* IdentityVerificationPacket initiates identity verification on a remote chain (Phase 1).
|
|
328
|
+
* @name IdentityVerificationPacket
|
|
329
|
+
* @package sparkdream.federation.v1
|
|
330
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationPacket
|
|
331
|
+
*/
|
|
332
|
+
export declare const IdentityVerificationPacket: {
|
|
333
|
+
typeUrl: string;
|
|
334
|
+
encode(message: IdentityVerificationPacket, writer?: BinaryWriter): BinaryWriter;
|
|
335
|
+
decode(input: BinaryReader | Uint8Array, length?: number): IdentityVerificationPacket;
|
|
336
|
+
fromPartial(object: DeepPartial<IdentityVerificationPacket>): IdentityVerificationPacket;
|
|
337
|
+
fromAmino(object: IdentityVerificationPacketAmino): IdentityVerificationPacket;
|
|
338
|
+
toAmino(message: IdentityVerificationPacket): IdentityVerificationPacketAmino;
|
|
339
|
+
fromAminoMsg(object: IdentityVerificationPacketAminoMsg): IdentityVerificationPacket;
|
|
340
|
+
fromProtoMsg(message: IdentityVerificationPacketProtoMsg): IdentityVerificationPacket;
|
|
341
|
+
toProto(message: IdentityVerificationPacket): Uint8Array;
|
|
342
|
+
toProtoMsg(message: IdentityVerificationPacket): IdentityVerificationPacketProtoMsg;
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* IdentityVerificationAck acknowledges an identity verification request.
|
|
346
|
+
* @name IdentityVerificationAck
|
|
347
|
+
* @package sparkdream.federation.v1
|
|
348
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationAck
|
|
349
|
+
*/
|
|
350
|
+
export declare const IdentityVerificationAck: {
|
|
351
|
+
typeUrl: string;
|
|
352
|
+
encode(message: IdentityVerificationAck, writer?: BinaryWriter): BinaryWriter;
|
|
353
|
+
decode(input: BinaryReader | Uint8Array, length?: number): IdentityVerificationAck;
|
|
354
|
+
fromPartial(object: DeepPartial<IdentityVerificationAck>): IdentityVerificationAck;
|
|
355
|
+
fromAmino(object: IdentityVerificationAckAmino): IdentityVerificationAck;
|
|
356
|
+
toAmino(message: IdentityVerificationAck): IdentityVerificationAckAmino;
|
|
357
|
+
fromAminoMsg(object: IdentityVerificationAckAminoMsg): IdentityVerificationAck;
|
|
358
|
+
fromProtoMsg(message: IdentityVerificationAckProtoMsg): IdentityVerificationAck;
|
|
359
|
+
toProto(message: IdentityVerificationAck): Uint8Array;
|
|
360
|
+
toProtoMsg(message: IdentityVerificationAck): IdentityVerificationAckProtoMsg;
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* IdentityVerificationConfirmPacket confirms identity ownership (Phase 2).
|
|
364
|
+
* @name IdentityVerificationConfirmPacket
|
|
365
|
+
* @package sparkdream.federation.v1
|
|
366
|
+
* @see proto type: sparkdream.federation.v1.IdentityVerificationConfirmPacket
|
|
367
|
+
*/
|
|
368
|
+
export declare const IdentityVerificationConfirmPacket: {
|
|
369
|
+
typeUrl: string;
|
|
370
|
+
encode(message: IdentityVerificationConfirmPacket, writer?: BinaryWriter): BinaryWriter;
|
|
371
|
+
decode(input: BinaryReader | Uint8Array, length?: number): IdentityVerificationConfirmPacket;
|
|
372
|
+
fromPartial(object: DeepPartial<IdentityVerificationConfirmPacket>): IdentityVerificationConfirmPacket;
|
|
373
|
+
fromAmino(object: IdentityVerificationConfirmPacketAmino): IdentityVerificationConfirmPacket;
|
|
374
|
+
toAmino(message: IdentityVerificationConfirmPacket): IdentityVerificationConfirmPacketAmino;
|
|
375
|
+
fromAminoMsg(object: IdentityVerificationConfirmPacketAminoMsg): IdentityVerificationConfirmPacket;
|
|
376
|
+
fromProtoMsg(message: IdentityVerificationConfirmPacketProtoMsg): IdentityVerificationConfirmPacket;
|
|
377
|
+
toProto(message: IdentityVerificationConfirmPacket): Uint8Array;
|
|
378
|
+
toProtoMsg(message: IdentityVerificationConfirmPacket): IdentityVerificationConfirmPacketProtoMsg;
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* NoData defines an empty data packet (placeholder for IBC scaffolding).
|
|
382
|
+
* @name NoData
|
|
383
|
+
* @package sparkdream.federation.v1
|
|
384
|
+
* @see proto type: sparkdream.federation.v1.NoData
|
|
385
|
+
*/
|
|
386
|
+
export declare const NoData: {
|
|
387
|
+
typeUrl: string;
|
|
388
|
+
encode(_: NoData, writer?: BinaryWriter): BinaryWriter;
|
|
389
|
+
decode(input: BinaryReader | Uint8Array, length?: number): NoData;
|
|
390
|
+
fromPartial(_: DeepPartial<NoData>): NoData;
|
|
391
|
+
fromAmino(_: NoDataAmino): NoData;
|
|
392
|
+
toAmino(_: NoData): NoDataAmino;
|
|
393
|
+
fromAminoMsg(object: NoDataAminoMsg): NoData;
|
|
394
|
+
fromProtoMsg(message: NoDataProtoMsg): NoData;
|
|
395
|
+
toProto(message: NoData): Uint8Array;
|
|
396
|
+
toProtoMsg(message: NoData): NoDataProtoMsg;
|
|
397
|
+
};
|