@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.
Files changed (257) 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 +76 -76
  5. package/esm/sparkdream/blog/v1/params.js +25 -1
  6. package/esm/sparkdream/blog/v1/post.js +16 -1
  7. package/esm/sparkdream/blog/v1/query.js +165 -0
  8. package/esm/sparkdream/blog/v1/query.lcd.js +11 -0
  9. package/esm/sparkdream/blog/v1/query.rpc.Query.js +10 -1
  10. package/esm/sparkdream/blog/v1/tx.js +32 -2
  11. package/esm/sparkdream/bundle.js +367 -327
  12. package/esm/sparkdream/client.js +4 -1
  13. package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
  14. package/esm/sparkdream/collect/v1/genesis.js +12 -11
  15. package/esm/sparkdream/collect/v1/params.js +37 -1
  16. package/esm/sparkdream/collect/v1/query.js +201 -186
  17. package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
  18. package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
  19. package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
  20. package/esm/sparkdream/collect/v1/tx.js +0 -258
  21. package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
  22. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
  23. package/esm/sparkdream/collect/v1/types.js +50 -143
  24. package/esm/sparkdream/{forum → commons}/v1/category.js +7 -5
  25. package/esm/sparkdream/commons/v1/genesis.js +29 -1
  26. package/esm/sparkdream/commons/v1/query.js +292 -0
  27. package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
  28. package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
  29. package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
  30. package/esm/sparkdream/commons/v1/tx.js +193 -0
  31. package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
  32. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
  33. package/esm/sparkdream/federation/module/v1/module.js +71 -0
  34. package/esm/sparkdream/federation/v1/genesis.js +245 -0
  35. package/esm/sparkdream/federation/v1/packet.js +810 -0
  36. package/esm/sparkdream/federation/v1/params.js +789 -0
  37. package/esm/sparkdream/federation/v1/query.js +2479 -0
  38. package/esm/sparkdream/federation/v1/query.lcd.js +142 -0
  39. package/esm/sparkdream/federation/v1/query.rpc.Query.js +181 -0
  40. package/esm/sparkdream/federation/v1/tx.amino.js +129 -0
  41. package/esm/sparkdream/federation/v1/tx.js +3929 -0
  42. package/esm/sparkdream/federation/v1/tx.registry.js +465 -0
  43. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +163 -0
  44. package/esm/sparkdream/federation/v1/types.js +2266 -0
  45. package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
  46. package/esm/sparkdream/forum/v1/genesis.js +26 -250
  47. package/esm/sparkdream/forum/v1/params.js +146 -2
  48. package/esm/sparkdream/forum/v1/query.js +2084 -7387
  49. package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
  50. package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
  51. package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
  52. package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
  53. package/esm/sparkdream/forum/v1/tx.js +333 -2628
  54. package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
  55. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
  56. package/esm/sparkdream/forum/v1/types.js +0 -216
  57. package/esm/sparkdream/futarchy/v1/market.js +13 -1
  58. package/esm/sparkdream/lcd.js +5 -0
  59. package/esm/sparkdream/rep/v1/accountability.js +172 -0
  60. package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
  61. package/esm/sparkdream/rep/v1/genesis.js +224 -1
  62. package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  63. package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  64. package/esm/sparkdream/rep/v1/member.js +25 -1
  65. package/esm/sparkdream/{forum → rep}/v1/member_report.js +102 -5
  66. package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  67. package/esm/sparkdream/rep/v1/params.js +782 -254
  68. package/esm/sparkdream/rep/v1/project.js +13 -1
  69. package/esm/sparkdream/rep/v1/query.js +5251 -0
  70. package/esm/sparkdream/rep/v1/query.lcd.js +293 -0
  71. package/esm/sparkdream/rep/v1/query.rpc.Query.js +334 -1
  72. package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  73. package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
  74. package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  75. package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  76. package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  77. package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
  78. package/esm/sparkdream/rep/v1/tx.js +2467 -0
  79. package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
  80. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +104 -1
  81. package/esm/sparkdream/rpc.query.js +3 -0
  82. package/esm/sparkdream/rpc.tx.js +3 -0
  83. package/esm/sparkdream/season/v1/enums.js +10 -0
  84. package/esm/sparkdream/season/v1/params.js +94 -46
  85. package/esm/sparkdream/shield/v1/types.js +47 -5
  86. package/esm/tendermint/bundle.js +20 -20
  87. package/ibc/bundle.d.ts +90 -90
  88. package/ibc/bundle.js +76 -76
  89. package/package.json +1 -1
  90. package/sparkdream/blog/v1/params.d.ts +16 -0
  91. package/sparkdream/blog/v1/params.js +25 -1
  92. package/sparkdream/blog/v1/post.d.ts +8 -0
  93. package/sparkdream/blog/v1/post.js +16 -1
  94. package/sparkdream/blog/v1/query.d.ts +92 -0
  95. package/sparkdream/blog/v1/query.js +166 -1
  96. package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
  97. package/sparkdream/blog/v1/query.lcd.js +11 -0
  98. package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
  99. package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
  100. package/sparkdream/blog/v1/tx.d.ts +16 -0
  101. package/sparkdream/blog/v1/tx.js +32 -2
  102. package/sparkdream/bundle.d.ts +14529 -12577
  103. package/sparkdream/bundle.js +367 -327
  104. package/sparkdream/client.d.ts +192 -67
  105. package/sparkdream/client.js +4 -1
  106. package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
  107. package/sparkdream/collect/v1/curator_activity.js +161 -0
  108. package/sparkdream/collect/v1/genesis.d.ts +4 -3
  109. package/sparkdream/collect/v1/genesis.js +11 -10
  110. package/sparkdream/collect/v1/params.d.ts +32 -0
  111. package/sparkdream/collect/v1/params.js +37 -1
  112. package/sparkdream/collect/v1/query.d.ts +142 -133
  113. package/sparkdream/collect/v1/query.js +201 -186
  114. package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
  115. package/sparkdream/collect/v1/query.lcd.js +16 -16
  116. package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
  117. package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
  118. package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
  119. package/sparkdream/collect/v1/tx.amino.js +0 -10
  120. package/sparkdream/collect/v1/tx.d.ts +0 -162
  121. package/sparkdream/collect/v1/tx.js +2 -260
  122. package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
  123. package/sparkdream/collect/v1/tx.registry.js +1 -37
  124. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
  125. package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
  126. package/sparkdream/collect/v1/types.d.ts +26 -56
  127. package/sparkdream/collect/v1/types.js +51 -144
  128. package/sparkdream/{forum → commons}/v1/category.d.ts +17 -11
  129. package/sparkdream/{forum → commons}/v1/category.js +7 -5
  130. package/sparkdream/commons/v1/genesis.d.ts +17 -0
  131. package/sparkdream/commons/v1/genesis.js +29 -1
  132. package/sparkdream/commons/v1/query.d.ts +179 -0
  133. package/sparkdream/commons/v1/query.js +293 -1
  134. package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
  135. package/sparkdream/commons/v1/query.lcd.js +18 -0
  136. package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
  137. package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
  138. package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
  139. package/sparkdream/commons/v1/tx.amino.js +5 -0
  140. package/sparkdream/commons/v1/tx.d.ts +98 -0
  141. package/sparkdream/commons/v1/tx.js +194 -1
  142. package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
  143. package/sparkdream/commons/v1/tx.registry.js +19 -1
  144. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
  145. package/sparkdream/commons/v1/tx.rpc.msg.js +7 -0
  146. package/sparkdream/federation/module/v1/module.d.ts +54 -0
  147. package/sparkdream/federation/module/v1/module.js +74 -0
  148. package/sparkdream/federation/v1/genesis.d.ts +79 -0
  149. package/sparkdream/federation/v1/genesis.js +248 -0
  150. package/sparkdream/federation/v1/packet.d.ts +397 -0
  151. package/sparkdream/federation/v1/packet.js +813 -0
  152. package/sparkdream/federation/v1/params.d.ts +272 -0
  153. package/sparkdream/federation/v1/params.js +792 -0
  154. package/sparkdream/federation/v1/query.d.ts +1458 -0
  155. package/sparkdream/federation/v1/query.js +2482 -0
  156. package/sparkdream/federation/v1/query.lcd.d.ts +25 -0
  157. package/sparkdream/federation/v1/query.lcd.js +146 -0
  158. package/sparkdream/federation/v1/query.rpc.Query.d.ts +69 -0
  159. package/sparkdream/federation/v1/query.rpc.Query.js +186 -0
  160. package/sparkdream/federation/v1/tx.amino.d.ts +128 -0
  161. package/sparkdream/federation/v1/tx.amino.js +132 -0
  162. package/sparkdream/federation/v1/tx.d.ts +2147 -0
  163. package/sparkdream/federation/v1/tx.js +3932 -0
  164. package/sparkdream/federation/v1/tx.registry.d.ts +313 -0
  165. package/sparkdream/federation/v1/tx.registry.js +469 -0
  166. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +65 -0
  167. package/sparkdream/federation/v1/tx.rpc.msg.js +168 -0
  168. package/sparkdream/federation/v1/types.d.ts +810 -0
  169. package/sparkdream/federation/v1/types.js +2281 -0
  170. package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
  171. package/sparkdream/federation/v1/verifier_activity.js +197 -0
  172. package/sparkdream/forum/v1/genesis.d.ts +0 -41
  173. package/sparkdream/forum/v1/genesis.js +26 -250
  174. package/sparkdream/forum/v1/params.d.ts +112 -0
  175. package/sparkdream/forum/v1/params.js +146 -2
  176. package/sparkdream/forum/v1/query.d.ts +65 -3164
  177. package/sparkdream/forum/v1/query.js +2086 -7391
  178. package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
  179. package/sparkdream/forum/v1/query.lcd.js +0 -310
  180. package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
  181. package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
  182. package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
  183. package/sparkdream/forum/v1/sentinel_activity.js +46 -139
  184. package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
  185. package/sparkdream/forum/v1/tx.amino.js +0 -75
  186. package/sparkdream/forum/v1/tx.d.ts +85 -1445
  187. package/sparkdream/forum/v1/tx.js +335 -2630
  188. package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
  189. package/sparkdream/forum/v1/tx.registry.js +1 -271
  190. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
  191. package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
  192. package/sparkdream/forum/v1/types.d.ts +0 -50
  193. package/sparkdream/forum/v1/types.js +1 -225
  194. package/sparkdream/futarchy/v1/market.d.ts +14 -0
  195. package/sparkdream/futarchy/v1/market.js +13 -1
  196. package/sparkdream/lcd.d.ts +3 -0
  197. package/sparkdream/lcd.js +5 -0
  198. package/sparkdream/rep/v1/accountability.d.ts +39 -0
  199. package/sparkdream/rep/v1/accountability.js +181 -0
  200. package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
  201. package/sparkdream/rep/v1/bonded_role.js +453 -0
  202. package/sparkdream/rep/v1/genesis.d.ts +70 -0
  203. package/sparkdream/rep/v1/genesis.js +224 -1
  204. package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
  205. package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
  206. package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
  207. package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
  208. package/sparkdream/rep/v1/member.d.ts +16 -0
  209. package/sparkdream/rep/v1/member.js +25 -1
  210. package/sparkdream/rep/v1/member_report.d.ts +128 -0
  211. package/sparkdream/{forum → rep}/v1/member_report.js +103 -6
  212. package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
  213. package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
  214. package/sparkdream/rep/v1/params.d.ts +352 -8
  215. package/sparkdream/rep/v1/params.js +782 -254
  216. package/sparkdream/rep/v1/project.d.ts +10 -0
  217. package/sparkdream/rep/v1/project.js +13 -1
  218. package/sparkdream/rep/v1/query.d.ts +4222 -1156
  219. package/sparkdream/rep/v1/query.js +5254 -1
  220. package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
  221. package/sparkdream/rep/v1/query.lcd.js +293 -0
  222. package/sparkdream/rep/v1/query.rpc.Query.d.ts +140 -1
  223. package/sparkdream/rep/v1/query.rpc.Query.js +333 -0
  224. package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
  225. package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
  226. package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
  227. package/sparkdream/{common → rep}/v1/tag.js +6 -6
  228. package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
  229. package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
  230. package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
  231. package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
  232. package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
  233. package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
  234. package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
  235. package/sparkdream/rep/v1/tx.amino.js +80 -0
  236. package/sparkdream/rep/v1/tx.d.ts +1484 -0
  237. package/sparkdream/rep/v1/tx.js +2468 -1
  238. package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
  239. package/sparkdream/rep/v1/tx.registry.js +289 -1
  240. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +64 -1
  241. package/sparkdream/rep/v1/tx.rpc.msg.js +103 -0
  242. package/sparkdream/rpc.query.d.ts +60 -36
  243. package/sparkdream/rpc.query.js +3 -0
  244. package/sparkdream/rpc.tx.d.ts +3 -0
  245. package/sparkdream/rpc.tx.js +3 -0
  246. package/sparkdream/season/v1/enums.d.ts +5 -0
  247. package/sparkdream/season/v1/enums.js +10 -0
  248. package/sparkdream/season/v1/params.d.ts +36 -4
  249. package/sparkdream/season/v1/params.js +94 -46
  250. package/sparkdream/shield/v1/types.d.ts +28 -0
  251. package/sparkdream/shield/v1/types.js +47 -5
  252. package/tendermint/bundle.d.ts +844 -844
  253. package/tendermint/bundle.js +20 -20
  254. package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
  255. package/sparkdream/forum/v1/member_report.d.ts +0 -67
  256. package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
  257. package/sparkdream/forum/v1/member_salvation_status.js +0 -122
@@ -0,0 +1,2147 @@
1
+ import { Params, ParamsAmino, FederationOperationalParams, FederationOperationalParamsAmino } from "./params";
2
+ import { PeerType, PeerPolicy, PeerPolicyAmino, FederatedContentStatus } from "./types";
3
+ import { Coin, CoinAmino } from "../../../cosmos/base/v1beta1/coin";
4
+ import { BinaryReader, BinaryWriter } from "../../../binary";
5
+ import { DeepPartial } from "../../../helpers";
6
+ /**
7
+ * @name MsgUpdateParams
8
+ * @package sparkdream.federation.v1
9
+ * @see proto type: sparkdream.federation.v1.MsgUpdateParams
10
+ */
11
+ export interface MsgUpdateParams {
12
+ authority: string;
13
+ params: Params;
14
+ }
15
+ export interface MsgUpdateParamsProtoMsg {
16
+ typeUrl: "/sparkdream.federation.v1.MsgUpdateParams";
17
+ value: Uint8Array;
18
+ }
19
+ /**
20
+ * @name MsgUpdateParamsAmino
21
+ * @package sparkdream.federation.v1
22
+ * @see proto type: sparkdream.federation.v1.MsgUpdateParams
23
+ */
24
+ export interface MsgUpdateParamsAmino {
25
+ authority?: string;
26
+ params: ParamsAmino;
27
+ }
28
+ export interface MsgUpdateParamsAminoMsg {
29
+ type: "sparkdream/x/federation/MsgUpdateParams";
30
+ value: MsgUpdateParamsAmino;
31
+ }
32
+ /**
33
+ * @name MsgUpdateParamsResponse
34
+ * @package sparkdream.federation.v1
35
+ * @see proto type: sparkdream.federation.v1.MsgUpdateParamsResponse
36
+ */
37
+ export interface MsgUpdateParamsResponse {
38
+ }
39
+ export interface MsgUpdateParamsResponseProtoMsg {
40
+ typeUrl: "/sparkdream.federation.v1.MsgUpdateParamsResponse";
41
+ value: Uint8Array;
42
+ }
43
+ /**
44
+ * @name MsgUpdateParamsResponseAmino
45
+ * @package sparkdream.federation.v1
46
+ * @see proto type: sparkdream.federation.v1.MsgUpdateParamsResponse
47
+ */
48
+ export interface MsgUpdateParamsResponseAmino {
49
+ }
50
+ export interface MsgUpdateParamsResponseAminoMsg {
51
+ type: "/sparkdream.federation.v1.MsgUpdateParamsResponse";
52
+ value: MsgUpdateParamsResponseAmino;
53
+ }
54
+ /**
55
+ * @name MsgRegisterPeer
56
+ * @package sparkdream.federation.v1
57
+ * @see proto type: sparkdream.federation.v1.MsgRegisterPeer
58
+ */
59
+ export interface MsgRegisterPeer {
60
+ authority: string;
61
+ peerId: string;
62
+ displayName: string;
63
+ type: PeerType;
64
+ ibcChannelId: string;
65
+ metadata: string;
66
+ }
67
+ export interface MsgRegisterPeerProtoMsg {
68
+ typeUrl: "/sparkdream.federation.v1.MsgRegisterPeer";
69
+ value: Uint8Array;
70
+ }
71
+ /**
72
+ * @name MsgRegisterPeerAmino
73
+ * @package sparkdream.federation.v1
74
+ * @see proto type: sparkdream.federation.v1.MsgRegisterPeer
75
+ */
76
+ export interface MsgRegisterPeerAmino {
77
+ authority?: string;
78
+ peer_id?: string;
79
+ display_name?: string;
80
+ type?: PeerType;
81
+ ibc_channel_id?: string;
82
+ metadata?: string;
83
+ }
84
+ export interface MsgRegisterPeerAminoMsg {
85
+ type: "/sparkdream.federation.v1.MsgRegisterPeer";
86
+ value: MsgRegisterPeerAmino;
87
+ }
88
+ /**
89
+ * @name MsgRegisterPeerResponse
90
+ * @package sparkdream.federation.v1
91
+ * @see proto type: sparkdream.federation.v1.MsgRegisterPeerResponse
92
+ */
93
+ export interface MsgRegisterPeerResponse {
94
+ }
95
+ export interface MsgRegisterPeerResponseProtoMsg {
96
+ typeUrl: "/sparkdream.federation.v1.MsgRegisterPeerResponse";
97
+ value: Uint8Array;
98
+ }
99
+ /**
100
+ * @name MsgRegisterPeerResponseAmino
101
+ * @package sparkdream.federation.v1
102
+ * @see proto type: sparkdream.federation.v1.MsgRegisterPeerResponse
103
+ */
104
+ export interface MsgRegisterPeerResponseAmino {
105
+ }
106
+ export interface MsgRegisterPeerResponseAminoMsg {
107
+ type: "/sparkdream.federation.v1.MsgRegisterPeerResponse";
108
+ value: MsgRegisterPeerResponseAmino;
109
+ }
110
+ /**
111
+ * @name MsgRemovePeer
112
+ * @package sparkdream.federation.v1
113
+ * @see proto type: sparkdream.federation.v1.MsgRemovePeer
114
+ */
115
+ export interface MsgRemovePeer {
116
+ authority: string;
117
+ peerId: string;
118
+ reason: string;
119
+ }
120
+ export interface MsgRemovePeerProtoMsg {
121
+ typeUrl: "/sparkdream.federation.v1.MsgRemovePeer";
122
+ value: Uint8Array;
123
+ }
124
+ /**
125
+ * @name MsgRemovePeerAmino
126
+ * @package sparkdream.federation.v1
127
+ * @see proto type: sparkdream.federation.v1.MsgRemovePeer
128
+ */
129
+ export interface MsgRemovePeerAmino {
130
+ authority?: string;
131
+ peer_id?: string;
132
+ reason?: string;
133
+ }
134
+ export interface MsgRemovePeerAminoMsg {
135
+ type: "/sparkdream.federation.v1.MsgRemovePeer";
136
+ value: MsgRemovePeerAmino;
137
+ }
138
+ /**
139
+ * @name MsgRemovePeerResponse
140
+ * @package sparkdream.federation.v1
141
+ * @see proto type: sparkdream.federation.v1.MsgRemovePeerResponse
142
+ */
143
+ export interface MsgRemovePeerResponse {
144
+ }
145
+ export interface MsgRemovePeerResponseProtoMsg {
146
+ typeUrl: "/sparkdream.federation.v1.MsgRemovePeerResponse";
147
+ value: Uint8Array;
148
+ }
149
+ /**
150
+ * @name MsgRemovePeerResponseAmino
151
+ * @package sparkdream.federation.v1
152
+ * @see proto type: sparkdream.federation.v1.MsgRemovePeerResponse
153
+ */
154
+ export interface MsgRemovePeerResponseAmino {
155
+ }
156
+ export interface MsgRemovePeerResponseAminoMsg {
157
+ type: "/sparkdream.federation.v1.MsgRemovePeerResponse";
158
+ value: MsgRemovePeerResponseAmino;
159
+ }
160
+ /**
161
+ * @name MsgSuspendPeer
162
+ * @package sparkdream.federation.v1
163
+ * @see proto type: sparkdream.federation.v1.MsgSuspendPeer
164
+ */
165
+ export interface MsgSuspendPeer {
166
+ authority: string;
167
+ peerId: string;
168
+ reason: string;
169
+ }
170
+ export interface MsgSuspendPeerProtoMsg {
171
+ typeUrl: "/sparkdream.federation.v1.MsgSuspendPeer";
172
+ value: Uint8Array;
173
+ }
174
+ /**
175
+ * @name MsgSuspendPeerAmino
176
+ * @package sparkdream.federation.v1
177
+ * @see proto type: sparkdream.federation.v1.MsgSuspendPeer
178
+ */
179
+ export interface MsgSuspendPeerAmino {
180
+ authority?: string;
181
+ peer_id?: string;
182
+ reason?: string;
183
+ }
184
+ export interface MsgSuspendPeerAminoMsg {
185
+ type: "/sparkdream.federation.v1.MsgSuspendPeer";
186
+ value: MsgSuspendPeerAmino;
187
+ }
188
+ /**
189
+ * @name MsgSuspendPeerResponse
190
+ * @package sparkdream.federation.v1
191
+ * @see proto type: sparkdream.federation.v1.MsgSuspendPeerResponse
192
+ */
193
+ export interface MsgSuspendPeerResponse {
194
+ }
195
+ export interface MsgSuspendPeerResponseProtoMsg {
196
+ typeUrl: "/sparkdream.federation.v1.MsgSuspendPeerResponse";
197
+ value: Uint8Array;
198
+ }
199
+ /**
200
+ * @name MsgSuspendPeerResponseAmino
201
+ * @package sparkdream.federation.v1
202
+ * @see proto type: sparkdream.federation.v1.MsgSuspendPeerResponse
203
+ */
204
+ export interface MsgSuspendPeerResponseAmino {
205
+ }
206
+ export interface MsgSuspendPeerResponseAminoMsg {
207
+ type: "/sparkdream.federation.v1.MsgSuspendPeerResponse";
208
+ value: MsgSuspendPeerResponseAmino;
209
+ }
210
+ /**
211
+ * @name MsgResumePeer
212
+ * @package sparkdream.federation.v1
213
+ * @see proto type: sparkdream.federation.v1.MsgResumePeer
214
+ */
215
+ export interface MsgResumePeer {
216
+ authority: string;
217
+ peerId: string;
218
+ }
219
+ export interface MsgResumePeerProtoMsg {
220
+ typeUrl: "/sparkdream.federation.v1.MsgResumePeer";
221
+ value: Uint8Array;
222
+ }
223
+ /**
224
+ * @name MsgResumePeerAmino
225
+ * @package sparkdream.federation.v1
226
+ * @see proto type: sparkdream.federation.v1.MsgResumePeer
227
+ */
228
+ export interface MsgResumePeerAmino {
229
+ authority?: string;
230
+ peer_id?: string;
231
+ }
232
+ export interface MsgResumePeerAminoMsg {
233
+ type: "/sparkdream.federation.v1.MsgResumePeer";
234
+ value: MsgResumePeerAmino;
235
+ }
236
+ /**
237
+ * @name MsgResumePeerResponse
238
+ * @package sparkdream.federation.v1
239
+ * @see proto type: sparkdream.federation.v1.MsgResumePeerResponse
240
+ */
241
+ export interface MsgResumePeerResponse {
242
+ }
243
+ export interface MsgResumePeerResponseProtoMsg {
244
+ typeUrl: "/sparkdream.federation.v1.MsgResumePeerResponse";
245
+ value: Uint8Array;
246
+ }
247
+ /**
248
+ * @name MsgResumePeerResponseAmino
249
+ * @package sparkdream.federation.v1
250
+ * @see proto type: sparkdream.federation.v1.MsgResumePeerResponse
251
+ */
252
+ export interface MsgResumePeerResponseAmino {
253
+ }
254
+ export interface MsgResumePeerResponseAminoMsg {
255
+ type: "/sparkdream.federation.v1.MsgResumePeerResponse";
256
+ value: MsgResumePeerResponseAmino;
257
+ }
258
+ /**
259
+ * @name MsgUpdatePeerPolicy
260
+ * @package sparkdream.federation.v1
261
+ * @see proto type: sparkdream.federation.v1.MsgUpdatePeerPolicy
262
+ */
263
+ export interface MsgUpdatePeerPolicy {
264
+ authority: string;
265
+ peerId: string;
266
+ policy: PeerPolicy;
267
+ }
268
+ export interface MsgUpdatePeerPolicyProtoMsg {
269
+ typeUrl: "/sparkdream.federation.v1.MsgUpdatePeerPolicy";
270
+ value: Uint8Array;
271
+ }
272
+ /**
273
+ * @name MsgUpdatePeerPolicyAmino
274
+ * @package sparkdream.federation.v1
275
+ * @see proto type: sparkdream.federation.v1.MsgUpdatePeerPolicy
276
+ */
277
+ export interface MsgUpdatePeerPolicyAmino {
278
+ authority?: string;
279
+ peer_id?: string;
280
+ policy?: PeerPolicyAmino;
281
+ }
282
+ export interface MsgUpdatePeerPolicyAminoMsg {
283
+ type: "/sparkdream.federation.v1.MsgUpdatePeerPolicy";
284
+ value: MsgUpdatePeerPolicyAmino;
285
+ }
286
+ /**
287
+ * @name MsgUpdatePeerPolicyResponse
288
+ * @package sparkdream.federation.v1
289
+ * @see proto type: sparkdream.federation.v1.MsgUpdatePeerPolicyResponse
290
+ */
291
+ export interface MsgUpdatePeerPolicyResponse {
292
+ }
293
+ export interface MsgUpdatePeerPolicyResponseProtoMsg {
294
+ typeUrl: "/sparkdream.federation.v1.MsgUpdatePeerPolicyResponse";
295
+ value: Uint8Array;
296
+ }
297
+ /**
298
+ * @name MsgUpdatePeerPolicyResponseAmino
299
+ * @package sparkdream.federation.v1
300
+ * @see proto type: sparkdream.federation.v1.MsgUpdatePeerPolicyResponse
301
+ */
302
+ export interface MsgUpdatePeerPolicyResponseAmino {
303
+ }
304
+ export interface MsgUpdatePeerPolicyResponseAminoMsg {
305
+ type: "/sparkdream.federation.v1.MsgUpdatePeerPolicyResponse";
306
+ value: MsgUpdatePeerPolicyResponseAmino;
307
+ }
308
+ /**
309
+ * @name MsgRegisterBridge
310
+ * @package sparkdream.federation.v1
311
+ * @see proto type: sparkdream.federation.v1.MsgRegisterBridge
312
+ */
313
+ export interface MsgRegisterBridge {
314
+ authority: string;
315
+ operator: string;
316
+ peerId: string;
317
+ protocol: string;
318
+ endpoint: string;
319
+ }
320
+ export interface MsgRegisterBridgeProtoMsg {
321
+ typeUrl: "/sparkdream.federation.v1.MsgRegisterBridge";
322
+ value: Uint8Array;
323
+ }
324
+ /**
325
+ * @name MsgRegisterBridgeAmino
326
+ * @package sparkdream.federation.v1
327
+ * @see proto type: sparkdream.federation.v1.MsgRegisterBridge
328
+ */
329
+ export interface MsgRegisterBridgeAmino {
330
+ authority?: string;
331
+ operator?: string;
332
+ peer_id?: string;
333
+ protocol?: string;
334
+ endpoint?: string;
335
+ }
336
+ export interface MsgRegisterBridgeAminoMsg {
337
+ type: "/sparkdream.federation.v1.MsgRegisterBridge";
338
+ value: MsgRegisterBridgeAmino;
339
+ }
340
+ /**
341
+ * @name MsgRegisterBridgeResponse
342
+ * @package sparkdream.federation.v1
343
+ * @see proto type: sparkdream.federation.v1.MsgRegisterBridgeResponse
344
+ */
345
+ export interface MsgRegisterBridgeResponse {
346
+ }
347
+ export interface MsgRegisterBridgeResponseProtoMsg {
348
+ typeUrl: "/sparkdream.federation.v1.MsgRegisterBridgeResponse";
349
+ value: Uint8Array;
350
+ }
351
+ /**
352
+ * @name MsgRegisterBridgeResponseAmino
353
+ * @package sparkdream.federation.v1
354
+ * @see proto type: sparkdream.federation.v1.MsgRegisterBridgeResponse
355
+ */
356
+ export interface MsgRegisterBridgeResponseAmino {
357
+ }
358
+ export interface MsgRegisterBridgeResponseAminoMsg {
359
+ type: "/sparkdream.federation.v1.MsgRegisterBridgeResponse";
360
+ value: MsgRegisterBridgeResponseAmino;
361
+ }
362
+ /**
363
+ * @name MsgRevokeBridge
364
+ * @package sparkdream.federation.v1
365
+ * @see proto type: sparkdream.federation.v1.MsgRevokeBridge
366
+ */
367
+ export interface MsgRevokeBridge {
368
+ authority: string;
369
+ operator: string;
370
+ peerId: string;
371
+ reason: string;
372
+ }
373
+ export interface MsgRevokeBridgeProtoMsg {
374
+ typeUrl: "/sparkdream.federation.v1.MsgRevokeBridge";
375
+ value: Uint8Array;
376
+ }
377
+ /**
378
+ * @name MsgRevokeBridgeAmino
379
+ * @package sparkdream.federation.v1
380
+ * @see proto type: sparkdream.federation.v1.MsgRevokeBridge
381
+ */
382
+ export interface MsgRevokeBridgeAmino {
383
+ authority?: string;
384
+ operator?: string;
385
+ peer_id?: string;
386
+ reason?: string;
387
+ }
388
+ export interface MsgRevokeBridgeAminoMsg {
389
+ type: "/sparkdream.federation.v1.MsgRevokeBridge";
390
+ value: MsgRevokeBridgeAmino;
391
+ }
392
+ /**
393
+ * @name MsgRevokeBridgeResponse
394
+ * @package sparkdream.federation.v1
395
+ * @see proto type: sparkdream.federation.v1.MsgRevokeBridgeResponse
396
+ */
397
+ export interface MsgRevokeBridgeResponse {
398
+ }
399
+ export interface MsgRevokeBridgeResponseProtoMsg {
400
+ typeUrl: "/sparkdream.federation.v1.MsgRevokeBridgeResponse";
401
+ value: Uint8Array;
402
+ }
403
+ /**
404
+ * @name MsgRevokeBridgeResponseAmino
405
+ * @package sparkdream.federation.v1
406
+ * @see proto type: sparkdream.federation.v1.MsgRevokeBridgeResponse
407
+ */
408
+ export interface MsgRevokeBridgeResponseAmino {
409
+ }
410
+ export interface MsgRevokeBridgeResponseAminoMsg {
411
+ type: "/sparkdream.federation.v1.MsgRevokeBridgeResponse";
412
+ value: MsgRevokeBridgeResponseAmino;
413
+ }
414
+ /**
415
+ * @name MsgSlashBridge
416
+ * @package sparkdream.federation.v1
417
+ * @see proto type: sparkdream.federation.v1.MsgSlashBridge
418
+ */
419
+ export interface MsgSlashBridge {
420
+ authority: string;
421
+ operator: string;
422
+ peerId: string;
423
+ amount: string;
424
+ reason: string;
425
+ }
426
+ export interface MsgSlashBridgeProtoMsg {
427
+ typeUrl: "/sparkdream.federation.v1.MsgSlashBridge";
428
+ value: Uint8Array;
429
+ }
430
+ /**
431
+ * @name MsgSlashBridgeAmino
432
+ * @package sparkdream.federation.v1
433
+ * @see proto type: sparkdream.federation.v1.MsgSlashBridge
434
+ */
435
+ export interface MsgSlashBridgeAmino {
436
+ authority?: string;
437
+ operator?: string;
438
+ peer_id?: string;
439
+ amount?: string;
440
+ reason?: string;
441
+ }
442
+ export interface MsgSlashBridgeAminoMsg {
443
+ type: "/sparkdream.federation.v1.MsgSlashBridge";
444
+ value: MsgSlashBridgeAmino;
445
+ }
446
+ /**
447
+ * @name MsgSlashBridgeResponse
448
+ * @package sparkdream.federation.v1
449
+ * @see proto type: sparkdream.federation.v1.MsgSlashBridgeResponse
450
+ */
451
+ export interface MsgSlashBridgeResponse {
452
+ }
453
+ export interface MsgSlashBridgeResponseProtoMsg {
454
+ typeUrl: "/sparkdream.federation.v1.MsgSlashBridgeResponse";
455
+ value: Uint8Array;
456
+ }
457
+ /**
458
+ * @name MsgSlashBridgeResponseAmino
459
+ * @package sparkdream.federation.v1
460
+ * @see proto type: sparkdream.federation.v1.MsgSlashBridgeResponse
461
+ */
462
+ export interface MsgSlashBridgeResponseAmino {
463
+ }
464
+ export interface MsgSlashBridgeResponseAminoMsg {
465
+ type: "/sparkdream.federation.v1.MsgSlashBridgeResponse";
466
+ value: MsgSlashBridgeResponseAmino;
467
+ }
468
+ /**
469
+ * @name MsgUpdateBridge
470
+ * @package sparkdream.federation.v1
471
+ * @see proto type: sparkdream.federation.v1.MsgUpdateBridge
472
+ */
473
+ export interface MsgUpdateBridge {
474
+ authority: string;
475
+ operator: string;
476
+ peerId: string;
477
+ endpoint: string;
478
+ }
479
+ export interface MsgUpdateBridgeProtoMsg {
480
+ typeUrl: "/sparkdream.federation.v1.MsgUpdateBridge";
481
+ value: Uint8Array;
482
+ }
483
+ /**
484
+ * @name MsgUpdateBridgeAmino
485
+ * @package sparkdream.federation.v1
486
+ * @see proto type: sparkdream.federation.v1.MsgUpdateBridge
487
+ */
488
+ export interface MsgUpdateBridgeAmino {
489
+ authority?: string;
490
+ operator?: string;
491
+ peer_id?: string;
492
+ endpoint?: string;
493
+ }
494
+ export interface MsgUpdateBridgeAminoMsg {
495
+ type: "/sparkdream.federation.v1.MsgUpdateBridge";
496
+ value: MsgUpdateBridgeAmino;
497
+ }
498
+ /**
499
+ * @name MsgUpdateBridgeResponse
500
+ * @package sparkdream.federation.v1
501
+ * @see proto type: sparkdream.federation.v1.MsgUpdateBridgeResponse
502
+ */
503
+ export interface MsgUpdateBridgeResponse {
504
+ }
505
+ export interface MsgUpdateBridgeResponseProtoMsg {
506
+ typeUrl: "/sparkdream.federation.v1.MsgUpdateBridgeResponse";
507
+ value: Uint8Array;
508
+ }
509
+ /**
510
+ * @name MsgUpdateBridgeResponseAmino
511
+ * @package sparkdream.federation.v1
512
+ * @see proto type: sparkdream.federation.v1.MsgUpdateBridgeResponse
513
+ */
514
+ export interface MsgUpdateBridgeResponseAmino {
515
+ }
516
+ export interface MsgUpdateBridgeResponseAminoMsg {
517
+ type: "/sparkdream.federation.v1.MsgUpdateBridgeResponse";
518
+ value: MsgUpdateBridgeResponseAmino;
519
+ }
520
+ /**
521
+ * @name MsgUnbondBridge
522
+ * @package sparkdream.federation.v1
523
+ * @see proto type: sparkdream.federation.v1.MsgUnbondBridge
524
+ */
525
+ export interface MsgUnbondBridge {
526
+ operator: string;
527
+ peerId: string;
528
+ }
529
+ export interface MsgUnbondBridgeProtoMsg {
530
+ typeUrl: "/sparkdream.federation.v1.MsgUnbondBridge";
531
+ value: Uint8Array;
532
+ }
533
+ /**
534
+ * @name MsgUnbondBridgeAmino
535
+ * @package sparkdream.federation.v1
536
+ * @see proto type: sparkdream.federation.v1.MsgUnbondBridge
537
+ */
538
+ export interface MsgUnbondBridgeAmino {
539
+ operator?: string;
540
+ peer_id?: string;
541
+ }
542
+ export interface MsgUnbondBridgeAminoMsg {
543
+ type: "/sparkdream.federation.v1.MsgUnbondBridge";
544
+ value: MsgUnbondBridgeAmino;
545
+ }
546
+ /**
547
+ * @name MsgUnbondBridgeResponse
548
+ * @package sparkdream.federation.v1
549
+ * @see proto type: sparkdream.federation.v1.MsgUnbondBridgeResponse
550
+ */
551
+ export interface MsgUnbondBridgeResponse {
552
+ }
553
+ export interface MsgUnbondBridgeResponseProtoMsg {
554
+ typeUrl: "/sparkdream.federation.v1.MsgUnbondBridgeResponse";
555
+ value: Uint8Array;
556
+ }
557
+ /**
558
+ * @name MsgUnbondBridgeResponseAmino
559
+ * @package sparkdream.federation.v1
560
+ * @see proto type: sparkdream.federation.v1.MsgUnbondBridgeResponse
561
+ */
562
+ export interface MsgUnbondBridgeResponseAmino {
563
+ }
564
+ export interface MsgUnbondBridgeResponseAminoMsg {
565
+ type: "/sparkdream.federation.v1.MsgUnbondBridgeResponse";
566
+ value: MsgUnbondBridgeResponseAmino;
567
+ }
568
+ /**
569
+ * @name MsgTopUpBridgeStake
570
+ * @package sparkdream.federation.v1
571
+ * @see proto type: sparkdream.federation.v1.MsgTopUpBridgeStake
572
+ */
573
+ export interface MsgTopUpBridgeStake {
574
+ operator: string;
575
+ peerId: string;
576
+ amount: Coin;
577
+ }
578
+ export interface MsgTopUpBridgeStakeProtoMsg {
579
+ typeUrl: "/sparkdream.federation.v1.MsgTopUpBridgeStake";
580
+ value: Uint8Array;
581
+ }
582
+ /**
583
+ * @name MsgTopUpBridgeStakeAmino
584
+ * @package sparkdream.federation.v1
585
+ * @see proto type: sparkdream.federation.v1.MsgTopUpBridgeStake
586
+ */
587
+ export interface MsgTopUpBridgeStakeAmino {
588
+ operator?: string;
589
+ peer_id?: string;
590
+ amount?: CoinAmino;
591
+ }
592
+ export interface MsgTopUpBridgeStakeAminoMsg {
593
+ type: "/sparkdream.federation.v1.MsgTopUpBridgeStake";
594
+ value: MsgTopUpBridgeStakeAmino;
595
+ }
596
+ /**
597
+ * @name MsgTopUpBridgeStakeResponse
598
+ * @package sparkdream.federation.v1
599
+ * @see proto type: sparkdream.federation.v1.MsgTopUpBridgeStakeResponse
600
+ */
601
+ export interface MsgTopUpBridgeStakeResponse {
602
+ }
603
+ export interface MsgTopUpBridgeStakeResponseProtoMsg {
604
+ typeUrl: "/sparkdream.federation.v1.MsgTopUpBridgeStakeResponse";
605
+ value: Uint8Array;
606
+ }
607
+ /**
608
+ * @name MsgTopUpBridgeStakeResponseAmino
609
+ * @package sparkdream.federation.v1
610
+ * @see proto type: sparkdream.federation.v1.MsgTopUpBridgeStakeResponse
611
+ */
612
+ export interface MsgTopUpBridgeStakeResponseAmino {
613
+ }
614
+ export interface MsgTopUpBridgeStakeResponseAminoMsg {
615
+ type: "/sparkdream.federation.v1.MsgTopUpBridgeStakeResponse";
616
+ value: MsgTopUpBridgeStakeResponseAmino;
617
+ }
618
+ /**
619
+ * @name MsgSubmitFederatedContent
620
+ * @package sparkdream.federation.v1
621
+ * @see proto type: sparkdream.federation.v1.MsgSubmitFederatedContent
622
+ */
623
+ export interface MsgSubmitFederatedContent {
624
+ operator: string;
625
+ peerId: string;
626
+ remoteContentId: string;
627
+ contentType: string;
628
+ creatorIdentity: string;
629
+ creatorName: string;
630
+ title: string;
631
+ body: string;
632
+ contentUri: string;
633
+ protocolMetadata: Uint8Array;
634
+ remoteCreatedAt: bigint;
635
+ contentHash: Uint8Array;
636
+ }
637
+ export interface MsgSubmitFederatedContentProtoMsg {
638
+ typeUrl: "/sparkdream.federation.v1.MsgSubmitFederatedContent";
639
+ value: Uint8Array;
640
+ }
641
+ /**
642
+ * @name MsgSubmitFederatedContentAmino
643
+ * @package sparkdream.federation.v1
644
+ * @see proto type: sparkdream.federation.v1.MsgSubmitFederatedContent
645
+ */
646
+ export interface MsgSubmitFederatedContentAmino {
647
+ operator?: string;
648
+ peer_id?: string;
649
+ remote_content_id?: string;
650
+ content_type?: string;
651
+ creator_identity?: string;
652
+ creator_name?: string;
653
+ title?: string;
654
+ body?: string;
655
+ content_uri?: string;
656
+ protocol_metadata?: string;
657
+ remote_created_at?: string;
658
+ content_hash?: string;
659
+ }
660
+ export interface MsgSubmitFederatedContentAminoMsg {
661
+ type: "/sparkdream.federation.v1.MsgSubmitFederatedContent";
662
+ value: MsgSubmitFederatedContentAmino;
663
+ }
664
+ /**
665
+ * @name MsgSubmitFederatedContentResponse
666
+ * @package sparkdream.federation.v1
667
+ * @see proto type: sparkdream.federation.v1.MsgSubmitFederatedContentResponse
668
+ */
669
+ export interface MsgSubmitFederatedContentResponse {
670
+ contentId: bigint;
671
+ }
672
+ export interface MsgSubmitFederatedContentResponseProtoMsg {
673
+ typeUrl: "/sparkdream.federation.v1.MsgSubmitFederatedContentResponse";
674
+ value: Uint8Array;
675
+ }
676
+ /**
677
+ * @name MsgSubmitFederatedContentResponseAmino
678
+ * @package sparkdream.federation.v1
679
+ * @see proto type: sparkdream.federation.v1.MsgSubmitFederatedContentResponse
680
+ */
681
+ export interface MsgSubmitFederatedContentResponseAmino {
682
+ content_id?: string;
683
+ }
684
+ export interface MsgSubmitFederatedContentResponseAminoMsg {
685
+ type: "/sparkdream.federation.v1.MsgSubmitFederatedContentResponse";
686
+ value: MsgSubmitFederatedContentResponseAmino;
687
+ }
688
+ /**
689
+ * @name MsgFederateContent
690
+ * @package sparkdream.federation.v1
691
+ * @see proto type: sparkdream.federation.v1.MsgFederateContent
692
+ */
693
+ export interface MsgFederateContent {
694
+ creator: string;
695
+ peerId: string;
696
+ contentType: string;
697
+ localContentId: string;
698
+ title: string;
699
+ body: string;
700
+ contentUri: string;
701
+ contentHash: Uint8Array;
702
+ }
703
+ export interface MsgFederateContentProtoMsg {
704
+ typeUrl: "/sparkdream.federation.v1.MsgFederateContent";
705
+ value: Uint8Array;
706
+ }
707
+ /**
708
+ * @name MsgFederateContentAmino
709
+ * @package sparkdream.federation.v1
710
+ * @see proto type: sparkdream.federation.v1.MsgFederateContent
711
+ */
712
+ export interface MsgFederateContentAmino {
713
+ creator?: string;
714
+ peer_id?: string;
715
+ content_type?: string;
716
+ local_content_id?: string;
717
+ title?: string;
718
+ body?: string;
719
+ content_uri?: string;
720
+ content_hash?: string;
721
+ }
722
+ export interface MsgFederateContentAminoMsg {
723
+ type: "/sparkdream.federation.v1.MsgFederateContent";
724
+ value: MsgFederateContentAmino;
725
+ }
726
+ /**
727
+ * @name MsgFederateContentResponse
728
+ * @package sparkdream.federation.v1
729
+ * @see proto type: sparkdream.federation.v1.MsgFederateContentResponse
730
+ */
731
+ export interface MsgFederateContentResponse {
732
+ }
733
+ export interface MsgFederateContentResponseProtoMsg {
734
+ typeUrl: "/sparkdream.federation.v1.MsgFederateContentResponse";
735
+ value: Uint8Array;
736
+ }
737
+ /**
738
+ * @name MsgFederateContentResponseAmino
739
+ * @package sparkdream.federation.v1
740
+ * @see proto type: sparkdream.federation.v1.MsgFederateContentResponse
741
+ */
742
+ export interface MsgFederateContentResponseAmino {
743
+ }
744
+ export interface MsgFederateContentResponseAminoMsg {
745
+ type: "/sparkdream.federation.v1.MsgFederateContentResponse";
746
+ value: MsgFederateContentResponseAmino;
747
+ }
748
+ /**
749
+ * @name MsgAttestOutbound
750
+ * @package sparkdream.federation.v1
751
+ * @see proto type: sparkdream.federation.v1.MsgAttestOutbound
752
+ */
753
+ export interface MsgAttestOutbound {
754
+ operator: string;
755
+ peerId: string;
756
+ contentType: string;
757
+ localContentId: string;
758
+ }
759
+ export interface MsgAttestOutboundProtoMsg {
760
+ typeUrl: "/sparkdream.federation.v1.MsgAttestOutbound";
761
+ value: Uint8Array;
762
+ }
763
+ /**
764
+ * @name MsgAttestOutboundAmino
765
+ * @package sparkdream.federation.v1
766
+ * @see proto type: sparkdream.federation.v1.MsgAttestOutbound
767
+ */
768
+ export interface MsgAttestOutboundAmino {
769
+ operator?: string;
770
+ peer_id?: string;
771
+ content_type?: string;
772
+ local_content_id?: string;
773
+ }
774
+ export interface MsgAttestOutboundAminoMsg {
775
+ type: "/sparkdream.federation.v1.MsgAttestOutbound";
776
+ value: MsgAttestOutboundAmino;
777
+ }
778
+ /**
779
+ * @name MsgAttestOutboundResponse
780
+ * @package sparkdream.federation.v1
781
+ * @see proto type: sparkdream.federation.v1.MsgAttestOutboundResponse
782
+ */
783
+ export interface MsgAttestOutboundResponse {
784
+ }
785
+ export interface MsgAttestOutboundResponseProtoMsg {
786
+ typeUrl: "/sparkdream.federation.v1.MsgAttestOutboundResponse";
787
+ value: Uint8Array;
788
+ }
789
+ /**
790
+ * @name MsgAttestOutboundResponseAmino
791
+ * @package sparkdream.federation.v1
792
+ * @see proto type: sparkdream.federation.v1.MsgAttestOutboundResponse
793
+ */
794
+ export interface MsgAttestOutboundResponseAmino {
795
+ }
796
+ export interface MsgAttestOutboundResponseAminoMsg {
797
+ type: "/sparkdream.federation.v1.MsgAttestOutboundResponse";
798
+ value: MsgAttestOutboundResponseAmino;
799
+ }
800
+ /**
801
+ * @name MsgModerateContent
802
+ * @package sparkdream.federation.v1
803
+ * @see proto type: sparkdream.federation.v1.MsgModerateContent
804
+ */
805
+ export interface MsgModerateContent {
806
+ authority: string;
807
+ contentId: bigint;
808
+ newStatus: FederatedContentStatus;
809
+ reason: string;
810
+ }
811
+ export interface MsgModerateContentProtoMsg {
812
+ typeUrl: "/sparkdream.federation.v1.MsgModerateContent";
813
+ value: Uint8Array;
814
+ }
815
+ /**
816
+ * @name MsgModerateContentAmino
817
+ * @package sparkdream.federation.v1
818
+ * @see proto type: sparkdream.federation.v1.MsgModerateContent
819
+ */
820
+ export interface MsgModerateContentAmino {
821
+ authority?: string;
822
+ content_id?: string;
823
+ new_status?: FederatedContentStatus;
824
+ reason?: string;
825
+ }
826
+ export interface MsgModerateContentAminoMsg {
827
+ type: "/sparkdream.federation.v1.MsgModerateContent";
828
+ value: MsgModerateContentAmino;
829
+ }
830
+ /**
831
+ * @name MsgModerateContentResponse
832
+ * @package sparkdream.federation.v1
833
+ * @see proto type: sparkdream.federation.v1.MsgModerateContentResponse
834
+ */
835
+ export interface MsgModerateContentResponse {
836
+ }
837
+ export interface MsgModerateContentResponseProtoMsg {
838
+ typeUrl: "/sparkdream.federation.v1.MsgModerateContentResponse";
839
+ value: Uint8Array;
840
+ }
841
+ /**
842
+ * @name MsgModerateContentResponseAmino
843
+ * @package sparkdream.federation.v1
844
+ * @see proto type: sparkdream.federation.v1.MsgModerateContentResponse
845
+ */
846
+ export interface MsgModerateContentResponseAmino {
847
+ }
848
+ export interface MsgModerateContentResponseAminoMsg {
849
+ type: "/sparkdream.federation.v1.MsgModerateContentResponse";
850
+ value: MsgModerateContentResponseAmino;
851
+ }
852
+ /**
853
+ * @name MsgLinkIdentity
854
+ * @package sparkdream.federation.v1
855
+ * @see proto type: sparkdream.federation.v1.MsgLinkIdentity
856
+ */
857
+ export interface MsgLinkIdentity {
858
+ creator: string;
859
+ peerId: string;
860
+ remoteIdentity: string;
861
+ }
862
+ export interface MsgLinkIdentityProtoMsg {
863
+ typeUrl: "/sparkdream.federation.v1.MsgLinkIdentity";
864
+ value: Uint8Array;
865
+ }
866
+ /**
867
+ * @name MsgLinkIdentityAmino
868
+ * @package sparkdream.federation.v1
869
+ * @see proto type: sparkdream.federation.v1.MsgLinkIdentity
870
+ */
871
+ export interface MsgLinkIdentityAmino {
872
+ creator?: string;
873
+ peer_id?: string;
874
+ remote_identity?: string;
875
+ }
876
+ export interface MsgLinkIdentityAminoMsg {
877
+ type: "/sparkdream.federation.v1.MsgLinkIdentity";
878
+ value: MsgLinkIdentityAmino;
879
+ }
880
+ /**
881
+ * @name MsgLinkIdentityResponse
882
+ * @package sparkdream.federation.v1
883
+ * @see proto type: sparkdream.federation.v1.MsgLinkIdentityResponse
884
+ */
885
+ export interface MsgLinkIdentityResponse {
886
+ }
887
+ export interface MsgLinkIdentityResponseProtoMsg {
888
+ typeUrl: "/sparkdream.federation.v1.MsgLinkIdentityResponse";
889
+ value: Uint8Array;
890
+ }
891
+ /**
892
+ * @name MsgLinkIdentityResponseAmino
893
+ * @package sparkdream.federation.v1
894
+ * @see proto type: sparkdream.federation.v1.MsgLinkIdentityResponse
895
+ */
896
+ export interface MsgLinkIdentityResponseAmino {
897
+ }
898
+ export interface MsgLinkIdentityResponseAminoMsg {
899
+ type: "/sparkdream.federation.v1.MsgLinkIdentityResponse";
900
+ value: MsgLinkIdentityResponseAmino;
901
+ }
902
+ /**
903
+ * @name MsgUnlinkIdentity
904
+ * @package sparkdream.federation.v1
905
+ * @see proto type: sparkdream.federation.v1.MsgUnlinkIdentity
906
+ */
907
+ export interface MsgUnlinkIdentity {
908
+ creator: string;
909
+ peerId: string;
910
+ }
911
+ export interface MsgUnlinkIdentityProtoMsg {
912
+ typeUrl: "/sparkdream.federation.v1.MsgUnlinkIdentity";
913
+ value: Uint8Array;
914
+ }
915
+ /**
916
+ * @name MsgUnlinkIdentityAmino
917
+ * @package sparkdream.federation.v1
918
+ * @see proto type: sparkdream.federation.v1.MsgUnlinkIdentity
919
+ */
920
+ export interface MsgUnlinkIdentityAmino {
921
+ creator?: string;
922
+ peer_id?: string;
923
+ }
924
+ export interface MsgUnlinkIdentityAminoMsg {
925
+ type: "/sparkdream.federation.v1.MsgUnlinkIdentity";
926
+ value: MsgUnlinkIdentityAmino;
927
+ }
928
+ /**
929
+ * @name MsgUnlinkIdentityResponse
930
+ * @package sparkdream.federation.v1
931
+ * @see proto type: sparkdream.federation.v1.MsgUnlinkIdentityResponse
932
+ */
933
+ export interface MsgUnlinkIdentityResponse {
934
+ }
935
+ export interface MsgUnlinkIdentityResponseProtoMsg {
936
+ typeUrl: "/sparkdream.federation.v1.MsgUnlinkIdentityResponse";
937
+ value: Uint8Array;
938
+ }
939
+ /**
940
+ * @name MsgUnlinkIdentityResponseAmino
941
+ * @package sparkdream.federation.v1
942
+ * @see proto type: sparkdream.federation.v1.MsgUnlinkIdentityResponse
943
+ */
944
+ export interface MsgUnlinkIdentityResponseAmino {
945
+ }
946
+ export interface MsgUnlinkIdentityResponseAminoMsg {
947
+ type: "/sparkdream.federation.v1.MsgUnlinkIdentityResponse";
948
+ value: MsgUnlinkIdentityResponseAmino;
949
+ }
950
+ /**
951
+ * @name MsgConfirmIdentityLink
952
+ * @package sparkdream.federation.v1
953
+ * @see proto type: sparkdream.federation.v1.MsgConfirmIdentityLink
954
+ */
955
+ export interface MsgConfirmIdentityLink {
956
+ creator: string;
957
+ claimantChainPeerId: string;
958
+ }
959
+ export interface MsgConfirmIdentityLinkProtoMsg {
960
+ typeUrl: "/sparkdream.federation.v1.MsgConfirmIdentityLink";
961
+ value: Uint8Array;
962
+ }
963
+ /**
964
+ * @name MsgConfirmIdentityLinkAmino
965
+ * @package sparkdream.federation.v1
966
+ * @see proto type: sparkdream.federation.v1.MsgConfirmIdentityLink
967
+ */
968
+ export interface MsgConfirmIdentityLinkAmino {
969
+ creator?: string;
970
+ claimant_chain_peer_id?: string;
971
+ }
972
+ export interface MsgConfirmIdentityLinkAminoMsg {
973
+ type: "/sparkdream.federation.v1.MsgConfirmIdentityLink";
974
+ value: MsgConfirmIdentityLinkAmino;
975
+ }
976
+ /**
977
+ * @name MsgConfirmIdentityLinkResponse
978
+ * @package sparkdream.federation.v1
979
+ * @see proto type: sparkdream.federation.v1.MsgConfirmIdentityLinkResponse
980
+ */
981
+ export interface MsgConfirmIdentityLinkResponse {
982
+ }
983
+ export interface MsgConfirmIdentityLinkResponseProtoMsg {
984
+ typeUrl: "/sparkdream.federation.v1.MsgConfirmIdentityLinkResponse";
985
+ value: Uint8Array;
986
+ }
987
+ /**
988
+ * @name MsgConfirmIdentityLinkResponseAmino
989
+ * @package sparkdream.federation.v1
990
+ * @see proto type: sparkdream.federation.v1.MsgConfirmIdentityLinkResponse
991
+ */
992
+ export interface MsgConfirmIdentityLinkResponseAmino {
993
+ }
994
+ export interface MsgConfirmIdentityLinkResponseAminoMsg {
995
+ type: "/sparkdream.federation.v1.MsgConfirmIdentityLinkResponse";
996
+ value: MsgConfirmIdentityLinkResponseAmino;
997
+ }
998
+ /**
999
+ * @name MsgRequestReputationAttestation
1000
+ * @package sparkdream.federation.v1
1001
+ * @see proto type: sparkdream.federation.v1.MsgRequestReputationAttestation
1002
+ */
1003
+ export interface MsgRequestReputationAttestation {
1004
+ creator: string;
1005
+ peerId: string;
1006
+ remoteAddress: string;
1007
+ }
1008
+ export interface MsgRequestReputationAttestationProtoMsg {
1009
+ typeUrl: "/sparkdream.federation.v1.MsgRequestReputationAttestation";
1010
+ value: Uint8Array;
1011
+ }
1012
+ /**
1013
+ * @name MsgRequestReputationAttestationAmino
1014
+ * @package sparkdream.federation.v1
1015
+ * @see proto type: sparkdream.federation.v1.MsgRequestReputationAttestation
1016
+ */
1017
+ export interface MsgRequestReputationAttestationAmino {
1018
+ creator?: string;
1019
+ peer_id?: string;
1020
+ remote_address?: string;
1021
+ }
1022
+ export interface MsgRequestReputationAttestationAminoMsg {
1023
+ type: "/sparkdream.federation.v1.MsgRequestReputationAttestation";
1024
+ value: MsgRequestReputationAttestationAmino;
1025
+ }
1026
+ /**
1027
+ * @name MsgRequestReputationAttestationResponse
1028
+ * @package sparkdream.federation.v1
1029
+ * @see proto type: sparkdream.federation.v1.MsgRequestReputationAttestationResponse
1030
+ */
1031
+ export interface MsgRequestReputationAttestationResponse {
1032
+ }
1033
+ export interface MsgRequestReputationAttestationResponseProtoMsg {
1034
+ typeUrl: "/sparkdream.federation.v1.MsgRequestReputationAttestationResponse";
1035
+ value: Uint8Array;
1036
+ }
1037
+ /**
1038
+ * @name MsgRequestReputationAttestationResponseAmino
1039
+ * @package sparkdream.federation.v1
1040
+ * @see proto type: sparkdream.federation.v1.MsgRequestReputationAttestationResponse
1041
+ */
1042
+ export interface MsgRequestReputationAttestationResponseAmino {
1043
+ }
1044
+ export interface MsgRequestReputationAttestationResponseAminoMsg {
1045
+ type: "/sparkdream.federation.v1.MsgRequestReputationAttestationResponse";
1046
+ value: MsgRequestReputationAttestationResponseAmino;
1047
+ }
1048
+ /**
1049
+ * @name MsgVerifyContent
1050
+ * @package sparkdream.federation.v1
1051
+ * @see proto type: sparkdream.federation.v1.MsgVerifyContent
1052
+ */
1053
+ export interface MsgVerifyContent {
1054
+ creator: string;
1055
+ contentId: bigint;
1056
+ contentHash: Uint8Array;
1057
+ }
1058
+ export interface MsgVerifyContentProtoMsg {
1059
+ typeUrl: "/sparkdream.federation.v1.MsgVerifyContent";
1060
+ value: Uint8Array;
1061
+ }
1062
+ /**
1063
+ * @name MsgVerifyContentAmino
1064
+ * @package sparkdream.federation.v1
1065
+ * @see proto type: sparkdream.federation.v1.MsgVerifyContent
1066
+ */
1067
+ export interface MsgVerifyContentAmino {
1068
+ creator?: string;
1069
+ content_id?: string;
1070
+ content_hash?: string;
1071
+ }
1072
+ export interface MsgVerifyContentAminoMsg {
1073
+ type: "/sparkdream.federation.v1.MsgVerifyContent";
1074
+ value: MsgVerifyContentAmino;
1075
+ }
1076
+ /**
1077
+ * @name MsgVerifyContentResponse
1078
+ * @package sparkdream.federation.v1
1079
+ * @see proto type: sparkdream.federation.v1.MsgVerifyContentResponse
1080
+ */
1081
+ export interface MsgVerifyContentResponse {
1082
+ }
1083
+ export interface MsgVerifyContentResponseProtoMsg {
1084
+ typeUrl: "/sparkdream.federation.v1.MsgVerifyContentResponse";
1085
+ value: Uint8Array;
1086
+ }
1087
+ /**
1088
+ * @name MsgVerifyContentResponseAmino
1089
+ * @package sparkdream.federation.v1
1090
+ * @see proto type: sparkdream.federation.v1.MsgVerifyContentResponse
1091
+ */
1092
+ export interface MsgVerifyContentResponseAmino {
1093
+ }
1094
+ export interface MsgVerifyContentResponseAminoMsg {
1095
+ type: "/sparkdream.federation.v1.MsgVerifyContentResponse";
1096
+ value: MsgVerifyContentResponseAmino;
1097
+ }
1098
+ /**
1099
+ * @name MsgChallengeVerification
1100
+ * @package sparkdream.federation.v1
1101
+ * @see proto type: sparkdream.federation.v1.MsgChallengeVerification
1102
+ */
1103
+ export interface MsgChallengeVerification {
1104
+ creator: string;
1105
+ contentId: bigint;
1106
+ contentHash: Uint8Array;
1107
+ evidence: string;
1108
+ }
1109
+ export interface MsgChallengeVerificationProtoMsg {
1110
+ typeUrl: "/sparkdream.federation.v1.MsgChallengeVerification";
1111
+ value: Uint8Array;
1112
+ }
1113
+ /**
1114
+ * @name MsgChallengeVerificationAmino
1115
+ * @package sparkdream.federation.v1
1116
+ * @see proto type: sparkdream.federation.v1.MsgChallengeVerification
1117
+ */
1118
+ export interface MsgChallengeVerificationAmino {
1119
+ creator?: string;
1120
+ content_id?: string;
1121
+ content_hash?: string;
1122
+ evidence?: string;
1123
+ }
1124
+ export interface MsgChallengeVerificationAminoMsg {
1125
+ type: "/sparkdream.federation.v1.MsgChallengeVerification";
1126
+ value: MsgChallengeVerificationAmino;
1127
+ }
1128
+ /**
1129
+ * @name MsgChallengeVerificationResponse
1130
+ * @package sparkdream.federation.v1
1131
+ * @see proto type: sparkdream.federation.v1.MsgChallengeVerificationResponse
1132
+ */
1133
+ export interface MsgChallengeVerificationResponse {
1134
+ }
1135
+ export interface MsgChallengeVerificationResponseProtoMsg {
1136
+ typeUrl: "/sparkdream.federation.v1.MsgChallengeVerificationResponse";
1137
+ value: Uint8Array;
1138
+ }
1139
+ /**
1140
+ * @name MsgChallengeVerificationResponseAmino
1141
+ * @package sparkdream.federation.v1
1142
+ * @see proto type: sparkdream.federation.v1.MsgChallengeVerificationResponse
1143
+ */
1144
+ export interface MsgChallengeVerificationResponseAmino {
1145
+ }
1146
+ export interface MsgChallengeVerificationResponseAminoMsg {
1147
+ type: "/sparkdream.federation.v1.MsgChallengeVerificationResponse";
1148
+ value: MsgChallengeVerificationResponseAmino;
1149
+ }
1150
+ /**
1151
+ * @name MsgSubmitArbiterHash
1152
+ * @package sparkdream.federation.v1
1153
+ * @see proto type: sparkdream.federation.v1.MsgSubmitArbiterHash
1154
+ */
1155
+ export interface MsgSubmitArbiterHash {
1156
+ creator: string;
1157
+ contentId: bigint;
1158
+ contentHash: Uint8Array;
1159
+ }
1160
+ export interface MsgSubmitArbiterHashProtoMsg {
1161
+ typeUrl: "/sparkdream.federation.v1.MsgSubmitArbiterHash";
1162
+ value: Uint8Array;
1163
+ }
1164
+ /**
1165
+ * @name MsgSubmitArbiterHashAmino
1166
+ * @package sparkdream.federation.v1
1167
+ * @see proto type: sparkdream.federation.v1.MsgSubmitArbiterHash
1168
+ */
1169
+ export interface MsgSubmitArbiterHashAmino {
1170
+ creator?: string;
1171
+ content_id?: string;
1172
+ content_hash?: string;
1173
+ }
1174
+ export interface MsgSubmitArbiterHashAminoMsg {
1175
+ type: "/sparkdream.federation.v1.MsgSubmitArbiterHash";
1176
+ value: MsgSubmitArbiterHashAmino;
1177
+ }
1178
+ /**
1179
+ * @name MsgSubmitArbiterHashResponse
1180
+ * @package sparkdream.federation.v1
1181
+ * @see proto type: sparkdream.federation.v1.MsgSubmitArbiterHashResponse
1182
+ */
1183
+ export interface MsgSubmitArbiterHashResponse {
1184
+ }
1185
+ export interface MsgSubmitArbiterHashResponseProtoMsg {
1186
+ typeUrl: "/sparkdream.federation.v1.MsgSubmitArbiterHashResponse";
1187
+ value: Uint8Array;
1188
+ }
1189
+ /**
1190
+ * @name MsgSubmitArbiterHashResponseAmino
1191
+ * @package sparkdream.federation.v1
1192
+ * @see proto type: sparkdream.federation.v1.MsgSubmitArbiterHashResponse
1193
+ */
1194
+ export interface MsgSubmitArbiterHashResponseAmino {
1195
+ }
1196
+ export interface MsgSubmitArbiterHashResponseAminoMsg {
1197
+ type: "/sparkdream.federation.v1.MsgSubmitArbiterHashResponse";
1198
+ value: MsgSubmitArbiterHashResponseAmino;
1199
+ }
1200
+ /**
1201
+ * @name MsgEscalateChallenge
1202
+ * @package sparkdream.federation.v1
1203
+ * @see proto type: sparkdream.federation.v1.MsgEscalateChallenge
1204
+ */
1205
+ export interface MsgEscalateChallenge {
1206
+ creator: string;
1207
+ contentId: bigint;
1208
+ }
1209
+ export interface MsgEscalateChallengeProtoMsg {
1210
+ typeUrl: "/sparkdream.federation.v1.MsgEscalateChallenge";
1211
+ value: Uint8Array;
1212
+ }
1213
+ /**
1214
+ * @name MsgEscalateChallengeAmino
1215
+ * @package sparkdream.federation.v1
1216
+ * @see proto type: sparkdream.federation.v1.MsgEscalateChallenge
1217
+ */
1218
+ export interface MsgEscalateChallengeAmino {
1219
+ creator?: string;
1220
+ content_id?: string;
1221
+ }
1222
+ export interface MsgEscalateChallengeAminoMsg {
1223
+ type: "/sparkdream.federation.v1.MsgEscalateChallenge";
1224
+ value: MsgEscalateChallengeAmino;
1225
+ }
1226
+ /**
1227
+ * @name MsgEscalateChallengeResponse
1228
+ * @package sparkdream.federation.v1
1229
+ * @see proto type: sparkdream.federation.v1.MsgEscalateChallengeResponse
1230
+ */
1231
+ export interface MsgEscalateChallengeResponse {
1232
+ }
1233
+ export interface MsgEscalateChallengeResponseProtoMsg {
1234
+ typeUrl: "/sparkdream.federation.v1.MsgEscalateChallengeResponse";
1235
+ value: Uint8Array;
1236
+ }
1237
+ /**
1238
+ * @name MsgEscalateChallengeResponseAmino
1239
+ * @package sparkdream.federation.v1
1240
+ * @see proto type: sparkdream.federation.v1.MsgEscalateChallengeResponse
1241
+ */
1242
+ export interface MsgEscalateChallengeResponseAmino {
1243
+ }
1244
+ export interface MsgEscalateChallengeResponseAminoMsg {
1245
+ type: "/sparkdream.federation.v1.MsgEscalateChallengeResponse";
1246
+ value: MsgEscalateChallengeResponseAmino;
1247
+ }
1248
+ /**
1249
+ * @name MsgUpdateOperationalParams
1250
+ * @package sparkdream.federation.v1
1251
+ * @see proto type: sparkdream.federation.v1.MsgUpdateOperationalParams
1252
+ */
1253
+ export interface MsgUpdateOperationalParams {
1254
+ authority: string;
1255
+ operationalParams: FederationOperationalParams;
1256
+ }
1257
+ export interface MsgUpdateOperationalParamsProtoMsg {
1258
+ typeUrl: "/sparkdream.federation.v1.MsgUpdateOperationalParams";
1259
+ value: Uint8Array;
1260
+ }
1261
+ /**
1262
+ * @name MsgUpdateOperationalParamsAmino
1263
+ * @package sparkdream.federation.v1
1264
+ * @see proto type: sparkdream.federation.v1.MsgUpdateOperationalParams
1265
+ */
1266
+ export interface MsgUpdateOperationalParamsAmino {
1267
+ authority?: string;
1268
+ operational_params?: FederationOperationalParamsAmino;
1269
+ }
1270
+ export interface MsgUpdateOperationalParamsAminoMsg {
1271
+ type: "/sparkdream.federation.v1.MsgUpdateOperationalParams";
1272
+ value: MsgUpdateOperationalParamsAmino;
1273
+ }
1274
+ /**
1275
+ * @name MsgUpdateOperationalParamsResponse
1276
+ * @package sparkdream.federation.v1
1277
+ * @see proto type: sparkdream.federation.v1.MsgUpdateOperationalParamsResponse
1278
+ */
1279
+ export interface MsgUpdateOperationalParamsResponse {
1280
+ }
1281
+ export interface MsgUpdateOperationalParamsResponseProtoMsg {
1282
+ typeUrl: "/sparkdream.federation.v1.MsgUpdateOperationalParamsResponse";
1283
+ value: Uint8Array;
1284
+ }
1285
+ /**
1286
+ * @name MsgUpdateOperationalParamsResponseAmino
1287
+ * @package sparkdream.federation.v1
1288
+ * @see proto type: sparkdream.federation.v1.MsgUpdateOperationalParamsResponse
1289
+ */
1290
+ export interface MsgUpdateOperationalParamsResponseAmino {
1291
+ }
1292
+ export interface MsgUpdateOperationalParamsResponseAminoMsg {
1293
+ type: "/sparkdream.federation.v1.MsgUpdateOperationalParamsResponse";
1294
+ value: MsgUpdateOperationalParamsResponseAmino;
1295
+ }
1296
+ /**
1297
+ * @name MsgUpdateParams
1298
+ * @package sparkdream.federation.v1
1299
+ * @see proto type: sparkdream.federation.v1.MsgUpdateParams
1300
+ */
1301
+ export declare const MsgUpdateParams: {
1302
+ typeUrl: string;
1303
+ aminoType: string;
1304
+ encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
1305
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
1306
+ fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
1307
+ fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
1308
+ toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
1309
+ fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
1310
+ toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
1311
+ fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
1312
+ toProto(message: MsgUpdateParams): Uint8Array;
1313
+ toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
1314
+ };
1315
+ /**
1316
+ * @name MsgUpdateParamsResponse
1317
+ * @package sparkdream.federation.v1
1318
+ * @see proto type: sparkdream.federation.v1.MsgUpdateParamsResponse
1319
+ */
1320
+ export declare const MsgUpdateParamsResponse: {
1321
+ typeUrl: string;
1322
+ encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
1323
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
1324
+ fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
1325
+ fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
1326
+ toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
1327
+ fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
1328
+ fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
1329
+ toProto(message: MsgUpdateParamsResponse): Uint8Array;
1330
+ toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
1331
+ };
1332
+ /**
1333
+ * @name MsgRegisterPeer
1334
+ * @package sparkdream.federation.v1
1335
+ * @see proto type: sparkdream.federation.v1.MsgRegisterPeer
1336
+ */
1337
+ export declare const MsgRegisterPeer: {
1338
+ typeUrl: string;
1339
+ encode(message: MsgRegisterPeer, writer?: BinaryWriter): BinaryWriter;
1340
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterPeer;
1341
+ fromPartial(object: DeepPartial<MsgRegisterPeer>): MsgRegisterPeer;
1342
+ fromAmino(object: MsgRegisterPeerAmino): MsgRegisterPeer;
1343
+ toAmino(message: MsgRegisterPeer): MsgRegisterPeerAmino;
1344
+ fromAminoMsg(object: MsgRegisterPeerAminoMsg): MsgRegisterPeer;
1345
+ fromProtoMsg(message: MsgRegisterPeerProtoMsg): MsgRegisterPeer;
1346
+ toProto(message: MsgRegisterPeer): Uint8Array;
1347
+ toProtoMsg(message: MsgRegisterPeer): MsgRegisterPeerProtoMsg;
1348
+ };
1349
+ /**
1350
+ * @name MsgRegisterPeerResponse
1351
+ * @package sparkdream.federation.v1
1352
+ * @see proto type: sparkdream.federation.v1.MsgRegisterPeerResponse
1353
+ */
1354
+ export declare const MsgRegisterPeerResponse: {
1355
+ typeUrl: string;
1356
+ encode(_: MsgRegisterPeerResponse, writer?: BinaryWriter): BinaryWriter;
1357
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterPeerResponse;
1358
+ fromPartial(_: DeepPartial<MsgRegisterPeerResponse>): MsgRegisterPeerResponse;
1359
+ fromAmino(_: MsgRegisterPeerResponseAmino): MsgRegisterPeerResponse;
1360
+ toAmino(_: MsgRegisterPeerResponse): MsgRegisterPeerResponseAmino;
1361
+ fromAminoMsg(object: MsgRegisterPeerResponseAminoMsg): MsgRegisterPeerResponse;
1362
+ fromProtoMsg(message: MsgRegisterPeerResponseProtoMsg): MsgRegisterPeerResponse;
1363
+ toProto(message: MsgRegisterPeerResponse): Uint8Array;
1364
+ toProtoMsg(message: MsgRegisterPeerResponse): MsgRegisterPeerResponseProtoMsg;
1365
+ };
1366
+ /**
1367
+ * @name MsgRemovePeer
1368
+ * @package sparkdream.federation.v1
1369
+ * @see proto type: sparkdream.federation.v1.MsgRemovePeer
1370
+ */
1371
+ export declare const MsgRemovePeer: {
1372
+ typeUrl: string;
1373
+ encode(message: MsgRemovePeer, writer?: BinaryWriter): BinaryWriter;
1374
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRemovePeer;
1375
+ fromPartial(object: DeepPartial<MsgRemovePeer>): MsgRemovePeer;
1376
+ fromAmino(object: MsgRemovePeerAmino): MsgRemovePeer;
1377
+ toAmino(message: MsgRemovePeer): MsgRemovePeerAmino;
1378
+ fromAminoMsg(object: MsgRemovePeerAminoMsg): MsgRemovePeer;
1379
+ fromProtoMsg(message: MsgRemovePeerProtoMsg): MsgRemovePeer;
1380
+ toProto(message: MsgRemovePeer): Uint8Array;
1381
+ toProtoMsg(message: MsgRemovePeer): MsgRemovePeerProtoMsg;
1382
+ };
1383
+ /**
1384
+ * @name MsgRemovePeerResponse
1385
+ * @package sparkdream.federation.v1
1386
+ * @see proto type: sparkdream.federation.v1.MsgRemovePeerResponse
1387
+ */
1388
+ export declare const MsgRemovePeerResponse: {
1389
+ typeUrl: string;
1390
+ encode(_: MsgRemovePeerResponse, writer?: BinaryWriter): BinaryWriter;
1391
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRemovePeerResponse;
1392
+ fromPartial(_: DeepPartial<MsgRemovePeerResponse>): MsgRemovePeerResponse;
1393
+ fromAmino(_: MsgRemovePeerResponseAmino): MsgRemovePeerResponse;
1394
+ toAmino(_: MsgRemovePeerResponse): MsgRemovePeerResponseAmino;
1395
+ fromAminoMsg(object: MsgRemovePeerResponseAminoMsg): MsgRemovePeerResponse;
1396
+ fromProtoMsg(message: MsgRemovePeerResponseProtoMsg): MsgRemovePeerResponse;
1397
+ toProto(message: MsgRemovePeerResponse): Uint8Array;
1398
+ toProtoMsg(message: MsgRemovePeerResponse): MsgRemovePeerResponseProtoMsg;
1399
+ };
1400
+ /**
1401
+ * @name MsgSuspendPeer
1402
+ * @package sparkdream.federation.v1
1403
+ * @see proto type: sparkdream.federation.v1.MsgSuspendPeer
1404
+ */
1405
+ export declare const MsgSuspendPeer: {
1406
+ typeUrl: string;
1407
+ encode(message: MsgSuspendPeer, writer?: BinaryWriter): BinaryWriter;
1408
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSuspendPeer;
1409
+ fromPartial(object: DeepPartial<MsgSuspendPeer>): MsgSuspendPeer;
1410
+ fromAmino(object: MsgSuspendPeerAmino): MsgSuspendPeer;
1411
+ toAmino(message: MsgSuspendPeer): MsgSuspendPeerAmino;
1412
+ fromAminoMsg(object: MsgSuspendPeerAminoMsg): MsgSuspendPeer;
1413
+ fromProtoMsg(message: MsgSuspendPeerProtoMsg): MsgSuspendPeer;
1414
+ toProto(message: MsgSuspendPeer): Uint8Array;
1415
+ toProtoMsg(message: MsgSuspendPeer): MsgSuspendPeerProtoMsg;
1416
+ };
1417
+ /**
1418
+ * @name MsgSuspendPeerResponse
1419
+ * @package sparkdream.federation.v1
1420
+ * @see proto type: sparkdream.federation.v1.MsgSuspendPeerResponse
1421
+ */
1422
+ export declare const MsgSuspendPeerResponse: {
1423
+ typeUrl: string;
1424
+ encode(_: MsgSuspendPeerResponse, writer?: BinaryWriter): BinaryWriter;
1425
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSuspendPeerResponse;
1426
+ fromPartial(_: DeepPartial<MsgSuspendPeerResponse>): MsgSuspendPeerResponse;
1427
+ fromAmino(_: MsgSuspendPeerResponseAmino): MsgSuspendPeerResponse;
1428
+ toAmino(_: MsgSuspendPeerResponse): MsgSuspendPeerResponseAmino;
1429
+ fromAminoMsg(object: MsgSuspendPeerResponseAminoMsg): MsgSuspendPeerResponse;
1430
+ fromProtoMsg(message: MsgSuspendPeerResponseProtoMsg): MsgSuspendPeerResponse;
1431
+ toProto(message: MsgSuspendPeerResponse): Uint8Array;
1432
+ toProtoMsg(message: MsgSuspendPeerResponse): MsgSuspendPeerResponseProtoMsg;
1433
+ };
1434
+ /**
1435
+ * @name MsgResumePeer
1436
+ * @package sparkdream.federation.v1
1437
+ * @see proto type: sparkdream.federation.v1.MsgResumePeer
1438
+ */
1439
+ export declare const MsgResumePeer: {
1440
+ typeUrl: string;
1441
+ encode(message: MsgResumePeer, writer?: BinaryWriter): BinaryWriter;
1442
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResumePeer;
1443
+ fromPartial(object: DeepPartial<MsgResumePeer>): MsgResumePeer;
1444
+ fromAmino(object: MsgResumePeerAmino): MsgResumePeer;
1445
+ toAmino(message: MsgResumePeer): MsgResumePeerAmino;
1446
+ fromAminoMsg(object: MsgResumePeerAminoMsg): MsgResumePeer;
1447
+ fromProtoMsg(message: MsgResumePeerProtoMsg): MsgResumePeer;
1448
+ toProto(message: MsgResumePeer): Uint8Array;
1449
+ toProtoMsg(message: MsgResumePeer): MsgResumePeerProtoMsg;
1450
+ };
1451
+ /**
1452
+ * @name MsgResumePeerResponse
1453
+ * @package sparkdream.federation.v1
1454
+ * @see proto type: sparkdream.federation.v1.MsgResumePeerResponse
1455
+ */
1456
+ export declare const MsgResumePeerResponse: {
1457
+ typeUrl: string;
1458
+ encode(_: MsgResumePeerResponse, writer?: BinaryWriter): BinaryWriter;
1459
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResumePeerResponse;
1460
+ fromPartial(_: DeepPartial<MsgResumePeerResponse>): MsgResumePeerResponse;
1461
+ fromAmino(_: MsgResumePeerResponseAmino): MsgResumePeerResponse;
1462
+ toAmino(_: MsgResumePeerResponse): MsgResumePeerResponseAmino;
1463
+ fromAminoMsg(object: MsgResumePeerResponseAminoMsg): MsgResumePeerResponse;
1464
+ fromProtoMsg(message: MsgResumePeerResponseProtoMsg): MsgResumePeerResponse;
1465
+ toProto(message: MsgResumePeerResponse): Uint8Array;
1466
+ toProtoMsg(message: MsgResumePeerResponse): MsgResumePeerResponseProtoMsg;
1467
+ };
1468
+ /**
1469
+ * @name MsgUpdatePeerPolicy
1470
+ * @package sparkdream.federation.v1
1471
+ * @see proto type: sparkdream.federation.v1.MsgUpdatePeerPolicy
1472
+ */
1473
+ export declare const MsgUpdatePeerPolicy: {
1474
+ typeUrl: string;
1475
+ encode(message: MsgUpdatePeerPolicy, writer?: BinaryWriter): BinaryWriter;
1476
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdatePeerPolicy;
1477
+ fromPartial(object: DeepPartial<MsgUpdatePeerPolicy>): MsgUpdatePeerPolicy;
1478
+ fromAmino(object: MsgUpdatePeerPolicyAmino): MsgUpdatePeerPolicy;
1479
+ toAmino(message: MsgUpdatePeerPolicy): MsgUpdatePeerPolicyAmino;
1480
+ fromAminoMsg(object: MsgUpdatePeerPolicyAminoMsg): MsgUpdatePeerPolicy;
1481
+ fromProtoMsg(message: MsgUpdatePeerPolicyProtoMsg): MsgUpdatePeerPolicy;
1482
+ toProto(message: MsgUpdatePeerPolicy): Uint8Array;
1483
+ toProtoMsg(message: MsgUpdatePeerPolicy): MsgUpdatePeerPolicyProtoMsg;
1484
+ };
1485
+ /**
1486
+ * @name MsgUpdatePeerPolicyResponse
1487
+ * @package sparkdream.federation.v1
1488
+ * @see proto type: sparkdream.federation.v1.MsgUpdatePeerPolicyResponse
1489
+ */
1490
+ export declare const MsgUpdatePeerPolicyResponse: {
1491
+ typeUrl: string;
1492
+ encode(_: MsgUpdatePeerPolicyResponse, writer?: BinaryWriter): BinaryWriter;
1493
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdatePeerPolicyResponse;
1494
+ fromPartial(_: DeepPartial<MsgUpdatePeerPolicyResponse>): MsgUpdatePeerPolicyResponse;
1495
+ fromAmino(_: MsgUpdatePeerPolicyResponseAmino): MsgUpdatePeerPolicyResponse;
1496
+ toAmino(_: MsgUpdatePeerPolicyResponse): MsgUpdatePeerPolicyResponseAmino;
1497
+ fromAminoMsg(object: MsgUpdatePeerPolicyResponseAminoMsg): MsgUpdatePeerPolicyResponse;
1498
+ fromProtoMsg(message: MsgUpdatePeerPolicyResponseProtoMsg): MsgUpdatePeerPolicyResponse;
1499
+ toProto(message: MsgUpdatePeerPolicyResponse): Uint8Array;
1500
+ toProtoMsg(message: MsgUpdatePeerPolicyResponse): MsgUpdatePeerPolicyResponseProtoMsg;
1501
+ };
1502
+ /**
1503
+ * @name MsgRegisterBridge
1504
+ * @package sparkdream.federation.v1
1505
+ * @see proto type: sparkdream.federation.v1.MsgRegisterBridge
1506
+ */
1507
+ export declare const MsgRegisterBridge: {
1508
+ typeUrl: string;
1509
+ encode(message: MsgRegisterBridge, writer?: BinaryWriter): BinaryWriter;
1510
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterBridge;
1511
+ fromPartial(object: DeepPartial<MsgRegisterBridge>): MsgRegisterBridge;
1512
+ fromAmino(object: MsgRegisterBridgeAmino): MsgRegisterBridge;
1513
+ toAmino(message: MsgRegisterBridge): MsgRegisterBridgeAmino;
1514
+ fromAminoMsg(object: MsgRegisterBridgeAminoMsg): MsgRegisterBridge;
1515
+ fromProtoMsg(message: MsgRegisterBridgeProtoMsg): MsgRegisterBridge;
1516
+ toProto(message: MsgRegisterBridge): Uint8Array;
1517
+ toProtoMsg(message: MsgRegisterBridge): MsgRegisterBridgeProtoMsg;
1518
+ };
1519
+ /**
1520
+ * @name MsgRegisterBridgeResponse
1521
+ * @package sparkdream.federation.v1
1522
+ * @see proto type: sparkdream.federation.v1.MsgRegisterBridgeResponse
1523
+ */
1524
+ export declare const MsgRegisterBridgeResponse: {
1525
+ typeUrl: string;
1526
+ encode(_: MsgRegisterBridgeResponse, writer?: BinaryWriter): BinaryWriter;
1527
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterBridgeResponse;
1528
+ fromPartial(_: DeepPartial<MsgRegisterBridgeResponse>): MsgRegisterBridgeResponse;
1529
+ fromAmino(_: MsgRegisterBridgeResponseAmino): MsgRegisterBridgeResponse;
1530
+ toAmino(_: MsgRegisterBridgeResponse): MsgRegisterBridgeResponseAmino;
1531
+ fromAminoMsg(object: MsgRegisterBridgeResponseAminoMsg): MsgRegisterBridgeResponse;
1532
+ fromProtoMsg(message: MsgRegisterBridgeResponseProtoMsg): MsgRegisterBridgeResponse;
1533
+ toProto(message: MsgRegisterBridgeResponse): Uint8Array;
1534
+ toProtoMsg(message: MsgRegisterBridgeResponse): MsgRegisterBridgeResponseProtoMsg;
1535
+ };
1536
+ /**
1537
+ * @name MsgRevokeBridge
1538
+ * @package sparkdream.federation.v1
1539
+ * @see proto type: sparkdream.federation.v1.MsgRevokeBridge
1540
+ */
1541
+ export declare const MsgRevokeBridge: {
1542
+ typeUrl: string;
1543
+ encode(message: MsgRevokeBridge, writer?: BinaryWriter): BinaryWriter;
1544
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeBridge;
1545
+ fromPartial(object: DeepPartial<MsgRevokeBridge>): MsgRevokeBridge;
1546
+ fromAmino(object: MsgRevokeBridgeAmino): MsgRevokeBridge;
1547
+ toAmino(message: MsgRevokeBridge): MsgRevokeBridgeAmino;
1548
+ fromAminoMsg(object: MsgRevokeBridgeAminoMsg): MsgRevokeBridge;
1549
+ fromProtoMsg(message: MsgRevokeBridgeProtoMsg): MsgRevokeBridge;
1550
+ toProto(message: MsgRevokeBridge): Uint8Array;
1551
+ toProtoMsg(message: MsgRevokeBridge): MsgRevokeBridgeProtoMsg;
1552
+ };
1553
+ /**
1554
+ * @name MsgRevokeBridgeResponse
1555
+ * @package sparkdream.federation.v1
1556
+ * @see proto type: sparkdream.federation.v1.MsgRevokeBridgeResponse
1557
+ */
1558
+ export declare const MsgRevokeBridgeResponse: {
1559
+ typeUrl: string;
1560
+ encode(_: MsgRevokeBridgeResponse, writer?: BinaryWriter): BinaryWriter;
1561
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeBridgeResponse;
1562
+ fromPartial(_: DeepPartial<MsgRevokeBridgeResponse>): MsgRevokeBridgeResponse;
1563
+ fromAmino(_: MsgRevokeBridgeResponseAmino): MsgRevokeBridgeResponse;
1564
+ toAmino(_: MsgRevokeBridgeResponse): MsgRevokeBridgeResponseAmino;
1565
+ fromAminoMsg(object: MsgRevokeBridgeResponseAminoMsg): MsgRevokeBridgeResponse;
1566
+ fromProtoMsg(message: MsgRevokeBridgeResponseProtoMsg): MsgRevokeBridgeResponse;
1567
+ toProto(message: MsgRevokeBridgeResponse): Uint8Array;
1568
+ toProtoMsg(message: MsgRevokeBridgeResponse): MsgRevokeBridgeResponseProtoMsg;
1569
+ };
1570
+ /**
1571
+ * @name MsgSlashBridge
1572
+ * @package sparkdream.federation.v1
1573
+ * @see proto type: sparkdream.federation.v1.MsgSlashBridge
1574
+ */
1575
+ export declare const MsgSlashBridge: {
1576
+ typeUrl: string;
1577
+ encode(message: MsgSlashBridge, writer?: BinaryWriter): BinaryWriter;
1578
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSlashBridge;
1579
+ fromPartial(object: DeepPartial<MsgSlashBridge>): MsgSlashBridge;
1580
+ fromAmino(object: MsgSlashBridgeAmino): MsgSlashBridge;
1581
+ toAmino(message: MsgSlashBridge): MsgSlashBridgeAmino;
1582
+ fromAminoMsg(object: MsgSlashBridgeAminoMsg): MsgSlashBridge;
1583
+ fromProtoMsg(message: MsgSlashBridgeProtoMsg): MsgSlashBridge;
1584
+ toProto(message: MsgSlashBridge): Uint8Array;
1585
+ toProtoMsg(message: MsgSlashBridge): MsgSlashBridgeProtoMsg;
1586
+ };
1587
+ /**
1588
+ * @name MsgSlashBridgeResponse
1589
+ * @package sparkdream.federation.v1
1590
+ * @see proto type: sparkdream.federation.v1.MsgSlashBridgeResponse
1591
+ */
1592
+ export declare const MsgSlashBridgeResponse: {
1593
+ typeUrl: string;
1594
+ encode(_: MsgSlashBridgeResponse, writer?: BinaryWriter): BinaryWriter;
1595
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSlashBridgeResponse;
1596
+ fromPartial(_: DeepPartial<MsgSlashBridgeResponse>): MsgSlashBridgeResponse;
1597
+ fromAmino(_: MsgSlashBridgeResponseAmino): MsgSlashBridgeResponse;
1598
+ toAmino(_: MsgSlashBridgeResponse): MsgSlashBridgeResponseAmino;
1599
+ fromAminoMsg(object: MsgSlashBridgeResponseAminoMsg): MsgSlashBridgeResponse;
1600
+ fromProtoMsg(message: MsgSlashBridgeResponseProtoMsg): MsgSlashBridgeResponse;
1601
+ toProto(message: MsgSlashBridgeResponse): Uint8Array;
1602
+ toProtoMsg(message: MsgSlashBridgeResponse): MsgSlashBridgeResponseProtoMsg;
1603
+ };
1604
+ /**
1605
+ * @name MsgUpdateBridge
1606
+ * @package sparkdream.federation.v1
1607
+ * @see proto type: sparkdream.federation.v1.MsgUpdateBridge
1608
+ */
1609
+ export declare const MsgUpdateBridge: {
1610
+ typeUrl: string;
1611
+ encode(message: MsgUpdateBridge, writer?: BinaryWriter): BinaryWriter;
1612
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateBridge;
1613
+ fromPartial(object: DeepPartial<MsgUpdateBridge>): MsgUpdateBridge;
1614
+ fromAmino(object: MsgUpdateBridgeAmino): MsgUpdateBridge;
1615
+ toAmino(message: MsgUpdateBridge): MsgUpdateBridgeAmino;
1616
+ fromAminoMsg(object: MsgUpdateBridgeAminoMsg): MsgUpdateBridge;
1617
+ fromProtoMsg(message: MsgUpdateBridgeProtoMsg): MsgUpdateBridge;
1618
+ toProto(message: MsgUpdateBridge): Uint8Array;
1619
+ toProtoMsg(message: MsgUpdateBridge): MsgUpdateBridgeProtoMsg;
1620
+ };
1621
+ /**
1622
+ * @name MsgUpdateBridgeResponse
1623
+ * @package sparkdream.federation.v1
1624
+ * @see proto type: sparkdream.federation.v1.MsgUpdateBridgeResponse
1625
+ */
1626
+ export declare const MsgUpdateBridgeResponse: {
1627
+ typeUrl: string;
1628
+ encode(_: MsgUpdateBridgeResponse, writer?: BinaryWriter): BinaryWriter;
1629
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateBridgeResponse;
1630
+ fromPartial(_: DeepPartial<MsgUpdateBridgeResponse>): MsgUpdateBridgeResponse;
1631
+ fromAmino(_: MsgUpdateBridgeResponseAmino): MsgUpdateBridgeResponse;
1632
+ toAmino(_: MsgUpdateBridgeResponse): MsgUpdateBridgeResponseAmino;
1633
+ fromAminoMsg(object: MsgUpdateBridgeResponseAminoMsg): MsgUpdateBridgeResponse;
1634
+ fromProtoMsg(message: MsgUpdateBridgeResponseProtoMsg): MsgUpdateBridgeResponse;
1635
+ toProto(message: MsgUpdateBridgeResponse): Uint8Array;
1636
+ toProtoMsg(message: MsgUpdateBridgeResponse): MsgUpdateBridgeResponseProtoMsg;
1637
+ };
1638
+ /**
1639
+ * @name MsgUnbondBridge
1640
+ * @package sparkdream.federation.v1
1641
+ * @see proto type: sparkdream.federation.v1.MsgUnbondBridge
1642
+ */
1643
+ export declare const MsgUnbondBridge: {
1644
+ typeUrl: string;
1645
+ encode(message: MsgUnbondBridge, writer?: BinaryWriter): BinaryWriter;
1646
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnbondBridge;
1647
+ fromPartial(object: DeepPartial<MsgUnbondBridge>): MsgUnbondBridge;
1648
+ fromAmino(object: MsgUnbondBridgeAmino): MsgUnbondBridge;
1649
+ toAmino(message: MsgUnbondBridge): MsgUnbondBridgeAmino;
1650
+ fromAminoMsg(object: MsgUnbondBridgeAminoMsg): MsgUnbondBridge;
1651
+ fromProtoMsg(message: MsgUnbondBridgeProtoMsg): MsgUnbondBridge;
1652
+ toProto(message: MsgUnbondBridge): Uint8Array;
1653
+ toProtoMsg(message: MsgUnbondBridge): MsgUnbondBridgeProtoMsg;
1654
+ };
1655
+ /**
1656
+ * @name MsgUnbondBridgeResponse
1657
+ * @package sparkdream.federation.v1
1658
+ * @see proto type: sparkdream.federation.v1.MsgUnbondBridgeResponse
1659
+ */
1660
+ export declare const MsgUnbondBridgeResponse: {
1661
+ typeUrl: string;
1662
+ encode(_: MsgUnbondBridgeResponse, writer?: BinaryWriter): BinaryWriter;
1663
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnbondBridgeResponse;
1664
+ fromPartial(_: DeepPartial<MsgUnbondBridgeResponse>): MsgUnbondBridgeResponse;
1665
+ fromAmino(_: MsgUnbondBridgeResponseAmino): MsgUnbondBridgeResponse;
1666
+ toAmino(_: MsgUnbondBridgeResponse): MsgUnbondBridgeResponseAmino;
1667
+ fromAminoMsg(object: MsgUnbondBridgeResponseAminoMsg): MsgUnbondBridgeResponse;
1668
+ fromProtoMsg(message: MsgUnbondBridgeResponseProtoMsg): MsgUnbondBridgeResponse;
1669
+ toProto(message: MsgUnbondBridgeResponse): Uint8Array;
1670
+ toProtoMsg(message: MsgUnbondBridgeResponse): MsgUnbondBridgeResponseProtoMsg;
1671
+ };
1672
+ /**
1673
+ * @name MsgTopUpBridgeStake
1674
+ * @package sparkdream.federation.v1
1675
+ * @see proto type: sparkdream.federation.v1.MsgTopUpBridgeStake
1676
+ */
1677
+ export declare const MsgTopUpBridgeStake: {
1678
+ typeUrl: string;
1679
+ encode(message: MsgTopUpBridgeStake, writer?: BinaryWriter): BinaryWriter;
1680
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgTopUpBridgeStake;
1681
+ fromPartial(object: DeepPartial<MsgTopUpBridgeStake>): MsgTopUpBridgeStake;
1682
+ fromAmino(object: MsgTopUpBridgeStakeAmino): MsgTopUpBridgeStake;
1683
+ toAmino(message: MsgTopUpBridgeStake): MsgTopUpBridgeStakeAmino;
1684
+ fromAminoMsg(object: MsgTopUpBridgeStakeAminoMsg): MsgTopUpBridgeStake;
1685
+ fromProtoMsg(message: MsgTopUpBridgeStakeProtoMsg): MsgTopUpBridgeStake;
1686
+ toProto(message: MsgTopUpBridgeStake): Uint8Array;
1687
+ toProtoMsg(message: MsgTopUpBridgeStake): MsgTopUpBridgeStakeProtoMsg;
1688
+ };
1689
+ /**
1690
+ * @name MsgTopUpBridgeStakeResponse
1691
+ * @package sparkdream.federation.v1
1692
+ * @see proto type: sparkdream.federation.v1.MsgTopUpBridgeStakeResponse
1693
+ */
1694
+ export declare const MsgTopUpBridgeStakeResponse: {
1695
+ typeUrl: string;
1696
+ encode(_: MsgTopUpBridgeStakeResponse, writer?: BinaryWriter): BinaryWriter;
1697
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgTopUpBridgeStakeResponse;
1698
+ fromPartial(_: DeepPartial<MsgTopUpBridgeStakeResponse>): MsgTopUpBridgeStakeResponse;
1699
+ fromAmino(_: MsgTopUpBridgeStakeResponseAmino): MsgTopUpBridgeStakeResponse;
1700
+ toAmino(_: MsgTopUpBridgeStakeResponse): MsgTopUpBridgeStakeResponseAmino;
1701
+ fromAminoMsg(object: MsgTopUpBridgeStakeResponseAminoMsg): MsgTopUpBridgeStakeResponse;
1702
+ fromProtoMsg(message: MsgTopUpBridgeStakeResponseProtoMsg): MsgTopUpBridgeStakeResponse;
1703
+ toProto(message: MsgTopUpBridgeStakeResponse): Uint8Array;
1704
+ toProtoMsg(message: MsgTopUpBridgeStakeResponse): MsgTopUpBridgeStakeResponseProtoMsg;
1705
+ };
1706
+ /**
1707
+ * @name MsgSubmitFederatedContent
1708
+ * @package sparkdream.federation.v1
1709
+ * @see proto type: sparkdream.federation.v1.MsgSubmitFederatedContent
1710
+ */
1711
+ export declare const MsgSubmitFederatedContent: {
1712
+ typeUrl: string;
1713
+ encode(message: MsgSubmitFederatedContent, writer?: BinaryWriter): BinaryWriter;
1714
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitFederatedContent;
1715
+ fromPartial(object: DeepPartial<MsgSubmitFederatedContent>): MsgSubmitFederatedContent;
1716
+ fromAmino(object: MsgSubmitFederatedContentAmino): MsgSubmitFederatedContent;
1717
+ toAmino(message: MsgSubmitFederatedContent): MsgSubmitFederatedContentAmino;
1718
+ fromAminoMsg(object: MsgSubmitFederatedContentAminoMsg): MsgSubmitFederatedContent;
1719
+ fromProtoMsg(message: MsgSubmitFederatedContentProtoMsg): MsgSubmitFederatedContent;
1720
+ toProto(message: MsgSubmitFederatedContent): Uint8Array;
1721
+ toProtoMsg(message: MsgSubmitFederatedContent): MsgSubmitFederatedContentProtoMsg;
1722
+ };
1723
+ /**
1724
+ * @name MsgSubmitFederatedContentResponse
1725
+ * @package sparkdream.federation.v1
1726
+ * @see proto type: sparkdream.federation.v1.MsgSubmitFederatedContentResponse
1727
+ */
1728
+ export declare const MsgSubmitFederatedContentResponse: {
1729
+ typeUrl: string;
1730
+ encode(message: MsgSubmitFederatedContentResponse, writer?: BinaryWriter): BinaryWriter;
1731
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitFederatedContentResponse;
1732
+ fromPartial(object: DeepPartial<MsgSubmitFederatedContentResponse>): MsgSubmitFederatedContentResponse;
1733
+ fromAmino(object: MsgSubmitFederatedContentResponseAmino): MsgSubmitFederatedContentResponse;
1734
+ toAmino(message: MsgSubmitFederatedContentResponse): MsgSubmitFederatedContentResponseAmino;
1735
+ fromAminoMsg(object: MsgSubmitFederatedContentResponseAminoMsg): MsgSubmitFederatedContentResponse;
1736
+ fromProtoMsg(message: MsgSubmitFederatedContentResponseProtoMsg): MsgSubmitFederatedContentResponse;
1737
+ toProto(message: MsgSubmitFederatedContentResponse): Uint8Array;
1738
+ toProtoMsg(message: MsgSubmitFederatedContentResponse): MsgSubmitFederatedContentResponseProtoMsg;
1739
+ };
1740
+ /**
1741
+ * @name MsgFederateContent
1742
+ * @package sparkdream.federation.v1
1743
+ * @see proto type: sparkdream.federation.v1.MsgFederateContent
1744
+ */
1745
+ export declare const MsgFederateContent: {
1746
+ typeUrl: string;
1747
+ encode(message: MsgFederateContent, writer?: BinaryWriter): BinaryWriter;
1748
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFederateContent;
1749
+ fromPartial(object: DeepPartial<MsgFederateContent>): MsgFederateContent;
1750
+ fromAmino(object: MsgFederateContentAmino): MsgFederateContent;
1751
+ toAmino(message: MsgFederateContent): MsgFederateContentAmino;
1752
+ fromAminoMsg(object: MsgFederateContentAminoMsg): MsgFederateContent;
1753
+ fromProtoMsg(message: MsgFederateContentProtoMsg): MsgFederateContent;
1754
+ toProto(message: MsgFederateContent): Uint8Array;
1755
+ toProtoMsg(message: MsgFederateContent): MsgFederateContentProtoMsg;
1756
+ };
1757
+ /**
1758
+ * @name MsgFederateContentResponse
1759
+ * @package sparkdream.federation.v1
1760
+ * @see proto type: sparkdream.federation.v1.MsgFederateContentResponse
1761
+ */
1762
+ export declare const MsgFederateContentResponse: {
1763
+ typeUrl: string;
1764
+ encode(_: MsgFederateContentResponse, writer?: BinaryWriter): BinaryWriter;
1765
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgFederateContentResponse;
1766
+ fromPartial(_: DeepPartial<MsgFederateContentResponse>): MsgFederateContentResponse;
1767
+ fromAmino(_: MsgFederateContentResponseAmino): MsgFederateContentResponse;
1768
+ toAmino(_: MsgFederateContentResponse): MsgFederateContentResponseAmino;
1769
+ fromAminoMsg(object: MsgFederateContentResponseAminoMsg): MsgFederateContentResponse;
1770
+ fromProtoMsg(message: MsgFederateContentResponseProtoMsg): MsgFederateContentResponse;
1771
+ toProto(message: MsgFederateContentResponse): Uint8Array;
1772
+ toProtoMsg(message: MsgFederateContentResponse): MsgFederateContentResponseProtoMsg;
1773
+ };
1774
+ /**
1775
+ * @name MsgAttestOutbound
1776
+ * @package sparkdream.federation.v1
1777
+ * @see proto type: sparkdream.federation.v1.MsgAttestOutbound
1778
+ */
1779
+ export declare const MsgAttestOutbound: {
1780
+ typeUrl: string;
1781
+ encode(message: MsgAttestOutbound, writer?: BinaryWriter): BinaryWriter;
1782
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAttestOutbound;
1783
+ fromPartial(object: DeepPartial<MsgAttestOutbound>): MsgAttestOutbound;
1784
+ fromAmino(object: MsgAttestOutboundAmino): MsgAttestOutbound;
1785
+ toAmino(message: MsgAttestOutbound): MsgAttestOutboundAmino;
1786
+ fromAminoMsg(object: MsgAttestOutboundAminoMsg): MsgAttestOutbound;
1787
+ fromProtoMsg(message: MsgAttestOutboundProtoMsg): MsgAttestOutbound;
1788
+ toProto(message: MsgAttestOutbound): Uint8Array;
1789
+ toProtoMsg(message: MsgAttestOutbound): MsgAttestOutboundProtoMsg;
1790
+ };
1791
+ /**
1792
+ * @name MsgAttestOutboundResponse
1793
+ * @package sparkdream.federation.v1
1794
+ * @see proto type: sparkdream.federation.v1.MsgAttestOutboundResponse
1795
+ */
1796
+ export declare const MsgAttestOutboundResponse: {
1797
+ typeUrl: string;
1798
+ encode(_: MsgAttestOutboundResponse, writer?: BinaryWriter): BinaryWriter;
1799
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAttestOutboundResponse;
1800
+ fromPartial(_: DeepPartial<MsgAttestOutboundResponse>): MsgAttestOutboundResponse;
1801
+ fromAmino(_: MsgAttestOutboundResponseAmino): MsgAttestOutboundResponse;
1802
+ toAmino(_: MsgAttestOutboundResponse): MsgAttestOutboundResponseAmino;
1803
+ fromAminoMsg(object: MsgAttestOutboundResponseAminoMsg): MsgAttestOutboundResponse;
1804
+ fromProtoMsg(message: MsgAttestOutboundResponseProtoMsg): MsgAttestOutboundResponse;
1805
+ toProto(message: MsgAttestOutboundResponse): Uint8Array;
1806
+ toProtoMsg(message: MsgAttestOutboundResponse): MsgAttestOutboundResponseProtoMsg;
1807
+ };
1808
+ /**
1809
+ * @name MsgModerateContent
1810
+ * @package sparkdream.federation.v1
1811
+ * @see proto type: sparkdream.federation.v1.MsgModerateContent
1812
+ */
1813
+ export declare const MsgModerateContent: {
1814
+ typeUrl: string;
1815
+ encode(message: MsgModerateContent, writer?: BinaryWriter): BinaryWriter;
1816
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgModerateContent;
1817
+ fromPartial(object: DeepPartial<MsgModerateContent>): MsgModerateContent;
1818
+ fromAmino(object: MsgModerateContentAmino): MsgModerateContent;
1819
+ toAmino(message: MsgModerateContent): MsgModerateContentAmino;
1820
+ fromAminoMsg(object: MsgModerateContentAminoMsg): MsgModerateContent;
1821
+ fromProtoMsg(message: MsgModerateContentProtoMsg): MsgModerateContent;
1822
+ toProto(message: MsgModerateContent): Uint8Array;
1823
+ toProtoMsg(message: MsgModerateContent): MsgModerateContentProtoMsg;
1824
+ };
1825
+ /**
1826
+ * @name MsgModerateContentResponse
1827
+ * @package sparkdream.federation.v1
1828
+ * @see proto type: sparkdream.federation.v1.MsgModerateContentResponse
1829
+ */
1830
+ export declare const MsgModerateContentResponse: {
1831
+ typeUrl: string;
1832
+ encode(_: MsgModerateContentResponse, writer?: BinaryWriter): BinaryWriter;
1833
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgModerateContentResponse;
1834
+ fromPartial(_: DeepPartial<MsgModerateContentResponse>): MsgModerateContentResponse;
1835
+ fromAmino(_: MsgModerateContentResponseAmino): MsgModerateContentResponse;
1836
+ toAmino(_: MsgModerateContentResponse): MsgModerateContentResponseAmino;
1837
+ fromAminoMsg(object: MsgModerateContentResponseAminoMsg): MsgModerateContentResponse;
1838
+ fromProtoMsg(message: MsgModerateContentResponseProtoMsg): MsgModerateContentResponse;
1839
+ toProto(message: MsgModerateContentResponse): Uint8Array;
1840
+ toProtoMsg(message: MsgModerateContentResponse): MsgModerateContentResponseProtoMsg;
1841
+ };
1842
+ /**
1843
+ * @name MsgLinkIdentity
1844
+ * @package sparkdream.federation.v1
1845
+ * @see proto type: sparkdream.federation.v1.MsgLinkIdentity
1846
+ */
1847
+ export declare const MsgLinkIdentity: {
1848
+ typeUrl: string;
1849
+ encode(message: MsgLinkIdentity, writer?: BinaryWriter): BinaryWriter;
1850
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLinkIdentity;
1851
+ fromPartial(object: DeepPartial<MsgLinkIdentity>): MsgLinkIdentity;
1852
+ fromAmino(object: MsgLinkIdentityAmino): MsgLinkIdentity;
1853
+ toAmino(message: MsgLinkIdentity): MsgLinkIdentityAmino;
1854
+ fromAminoMsg(object: MsgLinkIdentityAminoMsg): MsgLinkIdentity;
1855
+ fromProtoMsg(message: MsgLinkIdentityProtoMsg): MsgLinkIdentity;
1856
+ toProto(message: MsgLinkIdentity): Uint8Array;
1857
+ toProtoMsg(message: MsgLinkIdentity): MsgLinkIdentityProtoMsg;
1858
+ };
1859
+ /**
1860
+ * @name MsgLinkIdentityResponse
1861
+ * @package sparkdream.federation.v1
1862
+ * @see proto type: sparkdream.federation.v1.MsgLinkIdentityResponse
1863
+ */
1864
+ export declare const MsgLinkIdentityResponse: {
1865
+ typeUrl: string;
1866
+ encode(_: MsgLinkIdentityResponse, writer?: BinaryWriter): BinaryWriter;
1867
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLinkIdentityResponse;
1868
+ fromPartial(_: DeepPartial<MsgLinkIdentityResponse>): MsgLinkIdentityResponse;
1869
+ fromAmino(_: MsgLinkIdentityResponseAmino): MsgLinkIdentityResponse;
1870
+ toAmino(_: MsgLinkIdentityResponse): MsgLinkIdentityResponseAmino;
1871
+ fromAminoMsg(object: MsgLinkIdentityResponseAminoMsg): MsgLinkIdentityResponse;
1872
+ fromProtoMsg(message: MsgLinkIdentityResponseProtoMsg): MsgLinkIdentityResponse;
1873
+ toProto(message: MsgLinkIdentityResponse): Uint8Array;
1874
+ toProtoMsg(message: MsgLinkIdentityResponse): MsgLinkIdentityResponseProtoMsg;
1875
+ };
1876
+ /**
1877
+ * @name MsgUnlinkIdentity
1878
+ * @package sparkdream.federation.v1
1879
+ * @see proto type: sparkdream.federation.v1.MsgUnlinkIdentity
1880
+ */
1881
+ export declare const MsgUnlinkIdentity: {
1882
+ typeUrl: string;
1883
+ encode(message: MsgUnlinkIdentity, writer?: BinaryWriter): BinaryWriter;
1884
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnlinkIdentity;
1885
+ fromPartial(object: DeepPartial<MsgUnlinkIdentity>): MsgUnlinkIdentity;
1886
+ fromAmino(object: MsgUnlinkIdentityAmino): MsgUnlinkIdentity;
1887
+ toAmino(message: MsgUnlinkIdentity): MsgUnlinkIdentityAmino;
1888
+ fromAminoMsg(object: MsgUnlinkIdentityAminoMsg): MsgUnlinkIdentity;
1889
+ fromProtoMsg(message: MsgUnlinkIdentityProtoMsg): MsgUnlinkIdentity;
1890
+ toProto(message: MsgUnlinkIdentity): Uint8Array;
1891
+ toProtoMsg(message: MsgUnlinkIdentity): MsgUnlinkIdentityProtoMsg;
1892
+ };
1893
+ /**
1894
+ * @name MsgUnlinkIdentityResponse
1895
+ * @package sparkdream.federation.v1
1896
+ * @see proto type: sparkdream.federation.v1.MsgUnlinkIdentityResponse
1897
+ */
1898
+ export declare const MsgUnlinkIdentityResponse: {
1899
+ typeUrl: string;
1900
+ encode(_: MsgUnlinkIdentityResponse, writer?: BinaryWriter): BinaryWriter;
1901
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUnlinkIdentityResponse;
1902
+ fromPartial(_: DeepPartial<MsgUnlinkIdentityResponse>): MsgUnlinkIdentityResponse;
1903
+ fromAmino(_: MsgUnlinkIdentityResponseAmino): MsgUnlinkIdentityResponse;
1904
+ toAmino(_: MsgUnlinkIdentityResponse): MsgUnlinkIdentityResponseAmino;
1905
+ fromAminoMsg(object: MsgUnlinkIdentityResponseAminoMsg): MsgUnlinkIdentityResponse;
1906
+ fromProtoMsg(message: MsgUnlinkIdentityResponseProtoMsg): MsgUnlinkIdentityResponse;
1907
+ toProto(message: MsgUnlinkIdentityResponse): Uint8Array;
1908
+ toProtoMsg(message: MsgUnlinkIdentityResponse): MsgUnlinkIdentityResponseProtoMsg;
1909
+ };
1910
+ /**
1911
+ * @name MsgConfirmIdentityLink
1912
+ * @package sparkdream.federation.v1
1913
+ * @see proto type: sparkdream.federation.v1.MsgConfirmIdentityLink
1914
+ */
1915
+ export declare const MsgConfirmIdentityLink: {
1916
+ typeUrl: string;
1917
+ encode(message: MsgConfirmIdentityLink, writer?: BinaryWriter): BinaryWriter;
1918
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmIdentityLink;
1919
+ fromPartial(object: DeepPartial<MsgConfirmIdentityLink>): MsgConfirmIdentityLink;
1920
+ fromAmino(object: MsgConfirmIdentityLinkAmino): MsgConfirmIdentityLink;
1921
+ toAmino(message: MsgConfirmIdentityLink): MsgConfirmIdentityLinkAmino;
1922
+ fromAminoMsg(object: MsgConfirmIdentityLinkAminoMsg): MsgConfirmIdentityLink;
1923
+ fromProtoMsg(message: MsgConfirmIdentityLinkProtoMsg): MsgConfirmIdentityLink;
1924
+ toProto(message: MsgConfirmIdentityLink): Uint8Array;
1925
+ toProtoMsg(message: MsgConfirmIdentityLink): MsgConfirmIdentityLinkProtoMsg;
1926
+ };
1927
+ /**
1928
+ * @name MsgConfirmIdentityLinkResponse
1929
+ * @package sparkdream.federation.v1
1930
+ * @see proto type: sparkdream.federation.v1.MsgConfirmIdentityLinkResponse
1931
+ */
1932
+ export declare const MsgConfirmIdentityLinkResponse: {
1933
+ typeUrl: string;
1934
+ encode(_: MsgConfirmIdentityLinkResponse, writer?: BinaryWriter): BinaryWriter;
1935
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgConfirmIdentityLinkResponse;
1936
+ fromPartial(_: DeepPartial<MsgConfirmIdentityLinkResponse>): MsgConfirmIdentityLinkResponse;
1937
+ fromAmino(_: MsgConfirmIdentityLinkResponseAmino): MsgConfirmIdentityLinkResponse;
1938
+ toAmino(_: MsgConfirmIdentityLinkResponse): MsgConfirmIdentityLinkResponseAmino;
1939
+ fromAminoMsg(object: MsgConfirmIdentityLinkResponseAminoMsg): MsgConfirmIdentityLinkResponse;
1940
+ fromProtoMsg(message: MsgConfirmIdentityLinkResponseProtoMsg): MsgConfirmIdentityLinkResponse;
1941
+ toProto(message: MsgConfirmIdentityLinkResponse): Uint8Array;
1942
+ toProtoMsg(message: MsgConfirmIdentityLinkResponse): MsgConfirmIdentityLinkResponseProtoMsg;
1943
+ };
1944
+ /**
1945
+ * @name MsgRequestReputationAttestation
1946
+ * @package sparkdream.federation.v1
1947
+ * @see proto type: sparkdream.federation.v1.MsgRequestReputationAttestation
1948
+ */
1949
+ export declare const MsgRequestReputationAttestation: {
1950
+ typeUrl: string;
1951
+ encode(message: MsgRequestReputationAttestation, writer?: BinaryWriter): BinaryWriter;
1952
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRequestReputationAttestation;
1953
+ fromPartial(object: DeepPartial<MsgRequestReputationAttestation>): MsgRequestReputationAttestation;
1954
+ fromAmino(object: MsgRequestReputationAttestationAmino): MsgRequestReputationAttestation;
1955
+ toAmino(message: MsgRequestReputationAttestation): MsgRequestReputationAttestationAmino;
1956
+ fromAminoMsg(object: MsgRequestReputationAttestationAminoMsg): MsgRequestReputationAttestation;
1957
+ fromProtoMsg(message: MsgRequestReputationAttestationProtoMsg): MsgRequestReputationAttestation;
1958
+ toProto(message: MsgRequestReputationAttestation): Uint8Array;
1959
+ toProtoMsg(message: MsgRequestReputationAttestation): MsgRequestReputationAttestationProtoMsg;
1960
+ };
1961
+ /**
1962
+ * @name MsgRequestReputationAttestationResponse
1963
+ * @package sparkdream.federation.v1
1964
+ * @see proto type: sparkdream.federation.v1.MsgRequestReputationAttestationResponse
1965
+ */
1966
+ export declare const MsgRequestReputationAttestationResponse: {
1967
+ typeUrl: string;
1968
+ encode(_: MsgRequestReputationAttestationResponse, writer?: BinaryWriter): BinaryWriter;
1969
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRequestReputationAttestationResponse;
1970
+ fromPartial(_: DeepPartial<MsgRequestReputationAttestationResponse>): MsgRequestReputationAttestationResponse;
1971
+ fromAmino(_: MsgRequestReputationAttestationResponseAmino): MsgRequestReputationAttestationResponse;
1972
+ toAmino(_: MsgRequestReputationAttestationResponse): MsgRequestReputationAttestationResponseAmino;
1973
+ fromAminoMsg(object: MsgRequestReputationAttestationResponseAminoMsg): MsgRequestReputationAttestationResponse;
1974
+ fromProtoMsg(message: MsgRequestReputationAttestationResponseProtoMsg): MsgRequestReputationAttestationResponse;
1975
+ toProto(message: MsgRequestReputationAttestationResponse): Uint8Array;
1976
+ toProtoMsg(message: MsgRequestReputationAttestationResponse): MsgRequestReputationAttestationResponseProtoMsg;
1977
+ };
1978
+ /**
1979
+ * @name MsgVerifyContent
1980
+ * @package sparkdream.federation.v1
1981
+ * @see proto type: sparkdream.federation.v1.MsgVerifyContent
1982
+ */
1983
+ export declare const MsgVerifyContent: {
1984
+ typeUrl: string;
1985
+ encode(message: MsgVerifyContent, writer?: BinaryWriter): BinaryWriter;
1986
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgVerifyContent;
1987
+ fromPartial(object: DeepPartial<MsgVerifyContent>): MsgVerifyContent;
1988
+ fromAmino(object: MsgVerifyContentAmino): MsgVerifyContent;
1989
+ toAmino(message: MsgVerifyContent): MsgVerifyContentAmino;
1990
+ fromAminoMsg(object: MsgVerifyContentAminoMsg): MsgVerifyContent;
1991
+ fromProtoMsg(message: MsgVerifyContentProtoMsg): MsgVerifyContent;
1992
+ toProto(message: MsgVerifyContent): Uint8Array;
1993
+ toProtoMsg(message: MsgVerifyContent): MsgVerifyContentProtoMsg;
1994
+ };
1995
+ /**
1996
+ * @name MsgVerifyContentResponse
1997
+ * @package sparkdream.federation.v1
1998
+ * @see proto type: sparkdream.federation.v1.MsgVerifyContentResponse
1999
+ */
2000
+ export declare const MsgVerifyContentResponse: {
2001
+ typeUrl: string;
2002
+ encode(_: MsgVerifyContentResponse, writer?: BinaryWriter): BinaryWriter;
2003
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgVerifyContentResponse;
2004
+ fromPartial(_: DeepPartial<MsgVerifyContentResponse>): MsgVerifyContentResponse;
2005
+ fromAmino(_: MsgVerifyContentResponseAmino): MsgVerifyContentResponse;
2006
+ toAmino(_: MsgVerifyContentResponse): MsgVerifyContentResponseAmino;
2007
+ fromAminoMsg(object: MsgVerifyContentResponseAminoMsg): MsgVerifyContentResponse;
2008
+ fromProtoMsg(message: MsgVerifyContentResponseProtoMsg): MsgVerifyContentResponse;
2009
+ toProto(message: MsgVerifyContentResponse): Uint8Array;
2010
+ toProtoMsg(message: MsgVerifyContentResponse): MsgVerifyContentResponseProtoMsg;
2011
+ };
2012
+ /**
2013
+ * @name MsgChallengeVerification
2014
+ * @package sparkdream.federation.v1
2015
+ * @see proto type: sparkdream.federation.v1.MsgChallengeVerification
2016
+ */
2017
+ export declare const MsgChallengeVerification: {
2018
+ typeUrl: string;
2019
+ encode(message: MsgChallengeVerification, writer?: BinaryWriter): BinaryWriter;
2020
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgChallengeVerification;
2021
+ fromPartial(object: DeepPartial<MsgChallengeVerification>): MsgChallengeVerification;
2022
+ fromAmino(object: MsgChallengeVerificationAmino): MsgChallengeVerification;
2023
+ toAmino(message: MsgChallengeVerification): MsgChallengeVerificationAmino;
2024
+ fromAminoMsg(object: MsgChallengeVerificationAminoMsg): MsgChallengeVerification;
2025
+ fromProtoMsg(message: MsgChallengeVerificationProtoMsg): MsgChallengeVerification;
2026
+ toProto(message: MsgChallengeVerification): Uint8Array;
2027
+ toProtoMsg(message: MsgChallengeVerification): MsgChallengeVerificationProtoMsg;
2028
+ };
2029
+ /**
2030
+ * @name MsgChallengeVerificationResponse
2031
+ * @package sparkdream.federation.v1
2032
+ * @see proto type: sparkdream.federation.v1.MsgChallengeVerificationResponse
2033
+ */
2034
+ export declare const MsgChallengeVerificationResponse: {
2035
+ typeUrl: string;
2036
+ encode(_: MsgChallengeVerificationResponse, writer?: BinaryWriter): BinaryWriter;
2037
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgChallengeVerificationResponse;
2038
+ fromPartial(_: DeepPartial<MsgChallengeVerificationResponse>): MsgChallengeVerificationResponse;
2039
+ fromAmino(_: MsgChallengeVerificationResponseAmino): MsgChallengeVerificationResponse;
2040
+ toAmino(_: MsgChallengeVerificationResponse): MsgChallengeVerificationResponseAmino;
2041
+ fromAminoMsg(object: MsgChallengeVerificationResponseAminoMsg): MsgChallengeVerificationResponse;
2042
+ fromProtoMsg(message: MsgChallengeVerificationResponseProtoMsg): MsgChallengeVerificationResponse;
2043
+ toProto(message: MsgChallengeVerificationResponse): Uint8Array;
2044
+ toProtoMsg(message: MsgChallengeVerificationResponse): MsgChallengeVerificationResponseProtoMsg;
2045
+ };
2046
+ /**
2047
+ * @name MsgSubmitArbiterHash
2048
+ * @package sparkdream.federation.v1
2049
+ * @see proto type: sparkdream.federation.v1.MsgSubmitArbiterHash
2050
+ */
2051
+ export declare const MsgSubmitArbiterHash: {
2052
+ typeUrl: string;
2053
+ encode(message: MsgSubmitArbiterHash, writer?: BinaryWriter): BinaryWriter;
2054
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitArbiterHash;
2055
+ fromPartial(object: DeepPartial<MsgSubmitArbiterHash>): MsgSubmitArbiterHash;
2056
+ fromAmino(object: MsgSubmitArbiterHashAmino): MsgSubmitArbiterHash;
2057
+ toAmino(message: MsgSubmitArbiterHash): MsgSubmitArbiterHashAmino;
2058
+ fromAminoMsg(object: MsgSubmitArbiterHashAminoMsg): MsgSubmitArbiterHash;
2059
+ fromProtoMsg(message: MsgSubmitArbiterHashProtoMsg): MsgSubmitArbiterHash;
2060
+ toProto(message: MsgSubmitArbiterHash): Uint8Array;
2061
+ toProtoMsg(message: MsgSubmitArbiterHash): MsgSubmitArbiterHashProtoMsg;
2062
+ };
2063
+ /**
2064
+ * @name MsgSubmitArbiterHashResponse
2065
+ * @package sparkdream.federation.v1
2066
+ * @see proto type: sparkdream.federation.v1.MsgSubmitArbiterHashResponse
2067
+ */
2068
+ export declare const MsgSubmitArbiterHashResponse: {
2069
+ typeUrl: string;
2070
+ encode(_: MsgSubmitArbiterHashResponse, writer?: BinaryWriter): BinaryWriter;
2071
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitArbiterHashResponse;
2072
+ fromPartial(_: DeepPartial<MsgSubmitArbiterHashResponse>): MsgSubmitArbiterHashResponse;
2073
+ fromAmino(_: MsgSubmitArbiterHashResponseAmino): MsgSubmitArbiterHashResponse;
2074
+ toAmino(_: MsgSubmitArbiterHashResponse): MsgSubmitArbiterHashResponseAmino;
2075
+ fromAminoMsg(object: MsgSubmitArbiterHashResponseAminoMsg): MsgSubmitArbiterHashResponse;
2076
+ fromProtoMsg(message: MsgSubmitArbiterHashResponseProtoMsg): MsgSubmitArbiterHashResponse;
2077
+ toProto(message: MsgSubmitArbiterHashResponse): Uint8Array;
2078
+ toProtoMsg(message: MsgSubmitArbiterHashResponse): MsgSubmitArbiterHashResponseProtoMsg;
2079
+ };
2080
+ /**
2081
+ * @name MsgEscalateChallenge
2082
+ * @package sparkdream.federation.v1
2083
+ * @see proto type: sparkdream.federation.v1.MsgEscalateChallenge
2084
+ */
2085
+ export declare const MsgEscalateChallenge: {
2086
+ typeUrl: string;
2087
+ encode(message: MsgEscalateChallenge, writer?: BinaryWriter): BinaryWriter;
2088
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgEscalateChallenge;
2089
+ fromPartial(object: DeepPartial<MsgEscalateChallenge>): MsgEscalateChallenge;
2090
+ fromAmino(object: MsgEscalateChallengeAmino): MsgEscalateChallenge;
2091
+ toAmino(message: MsgEscalateChallenge): MsgEscalateChallengeAmino;
2092
+ fromAminoMsg(object: MsgEscalateChallengeAminoMsg): MsgEscalateChallenge;
2093
+ fromProtoMsg(message: MsgEscalateChallengeProtoMsg): MsgEscalateChallenge;
2094
+ toProto(message: MsgEscalateChallenge): Uint8Array;
2095
+ toProtoMsg(message: MsgEscalateChallenge): MsgEscalateChallengeProtoMsg;
2096
+ };
2097
+ /**
2098
+ * @name MsgEscalateChallengeResponse
2099
+ * @package sparkdream.federation.v1
2100
+ * @see proto type: sparkdream.federation.v1.MsgEscalateChallengeResponse
2101
+ */
2102
+ export declare const MsgEscalateChallengeResponse: {
2103
+ typeUrl: string;
2104
+ encode(_: MsgEscalateChallengeResponse, writer?: BinaryWriter): BinaryWriter;
2105
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgEscalateChallengeResponse;
2106
+ fromPartial(_: DeepPartial<MsgEscalateChallengeResponse>): MsgEscalateChallengeResponse;
2107
+ fromAmino(_: MsgEscalateChallengeResponseAmino): MsgEscalateChallengeResponse;
2108
+ toAmino(_: MsgEscalateChallengeResponse): MsgEscalateChallengeResponseAmino;
2109
+ fromAminoMsg(object: MsgEscalateChallengeResponseAminoMsg): MsgEscalateChallengeResponse;
2110
+ fromProtoMsg(message: MsgEscalateChallengeResponseProtoMsg): MsgEscalateChallengeResponse;
2111
+ toProto(message: MsgEscalateChallengeResponse): Uint8Array;
2112
+ toProtoMsg(message: MsgEscalateChallengeResponse): MsgEscalateChallengeResponseProtoMsg;
2113
+ };
2114
+ /**
2115
+ * @name MsgUpdateOperationalParams
2116
+ * @package sparkdream.federation.v1
2117
+ * @see proto type: sparkdream.federation.v1.MsgUpdateOperationalParams
2118
+ */
2119
+ export declare const MsgUpdateOperationalParams: {
2120
+ typeUrl: string;
2121
+ encode(message: MsgUpdateOperationalParams, writer?: BinaryWriter): BinaryWriter;
2122
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParams;
2123
+ fromPartial(object: DeepPartial<MsgUpdateOperationalParams>): MsgUpdateOperationalParams;
2124
+ fromAmino(object: MsgUpdateOperationalParamsAmino): MsgUpdateOperationalParams;
2125
+ toAmino(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsAmino;
2126
+ fromAminoMsg(object: MsgUpdateOperationalParamsAminoMsg): MsgUpdateOperationalParams;
2127
+ fromProtoMsg(message: MsgUpdateOperationalParamsProtoMsg): MsgUpdateOperationalParams;
2128
+ toProto(message: MsgUpdateOperationalParams): Uint8Array;
2129
+ toProtoMsg(message: MsgUpdateOperationalParams): MsgUpdateOperationalParamsProtoMsg;
2130
+ };
2131
+ /**
2132
+ * @name MsgUpdateOperationalParamsResponse
2133
+ * @package sparkdream.federation.v1
2134
+ * @see proto type: sparkdream.federation.v1.MsgUpdateOperationalParamsResponse
2135
+ */
2136
+ export declare const MsgUpdateOperationalParamsResponse: {
2137
+ typeUrl: string;
2138
+ encode(_: MsgUpdateOperationalParamsResponse, writer?: BinaryWriter): BinaryWriter;
2139
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateOperationalParamsResponse;
2140
+ fromPartial(_: DeepPartial<MsgUpdateOperationalParamsResponse>): MsgUpdateOperationalParamsResponse;
2141
+ fromAmino(_: MsgUpdateOperationalParamsResponseAmino): MsgUpdateOperationalParamsResponse;
2142
+ toAmino(_: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseAmino;
2143
+ fromAminoMsg(object: MsgUpdateOperationalParamsResponseAminoMsg): MsgUpdateOperationalParamsResponse;
2144
+ fromProtoMsg(message: MsgUpdateOperationalParamsResponseProtoMsg): MsgUpdateOperationalParamsResponse;
2145
+ toProto(message: MsgUpdateOperationalParamsResponse): Uint8Array;
2146
+ toProtoMsg(message: MsgUpdateOperationalParamsResponse): MsgUpdateOperationalParamsResponseProtoMsg;
2147
+ };