@sparkdreamnft/sparkdreamjs 0.0.9 → 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 (138) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +182 -182
  3. package/esm/cosmos/bundle.js +182 -182
  4. package/esm/ibc/bundle.js +106 -106
  5. package/esm/sparkdream/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 +343 -339
  12. package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
  13. package/esm/sparkdream/collect/v1/genesis.js +12 -11
  14. package/esm/sparkdream/collect/v1/params.js +37 -1
  15. package/esm/sparkdream/collect/v1/query.js +201 -186
  16. package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
  17. package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
  18. package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
  19. package/esm/sparkdream/collect/v1/tx.js +0 -258
  20. package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
  21. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
  22. package/esm/sparkdream/collect/v1/types.js +50 -143
  23. package/esm/sparkdream/federation/v1/genesis.js +12 -11
  24. package/esm/sparkdream/federation/v1/query.js +37 -187
  25. package/esm/sparkdream/federation/v1/query.lcd.js +6 -16
  26. package/esm/sparkdream/federation/v1/query.rpc.Query.js +11 -19
  27. package/esm/sparkdream/federation/v1/tx.amino.js +1 -11
  28. package/esm/sparkdream/federation/v1/tx.js +0 -270
  29. package/esm/sparkdream/federation/v1/tx.registry.js +2 -38
  30. package/esm/sparkdream/federation/v1/tx.rpc.msg.js +4 -14
  31. package/esm/sparkdream/federation/v1/types.js +13 -318
  32. package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
  33. package/esm/sparkdream/forum/v1/params.js +146 -2
  34. package/esm/sparkdream/futarchy/v1/market.js +13 -1
  35. package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
  36. package/esm/sparkdream/rep/v1/genesis.js +32 -17
  37. package/esm/sparkdream/rep/v1/member_report.js +98 -1
  38. package/esm/sparkdream/rep/v1/query.js +297 -306
  39. package/esm/sparkdream/rep/v1/query.lcd.js +23 -16
  40. package/esm/sparkdream/rep/v1/query.rpc.Query.js +36 -35
  41. package/esm/sparkdream/rep/v1/tx.amino.js +9 -9
  42. package/esm/sparkdream/rep/v1/tx.js +86 -58
  43. package/esm/sparkdream/rep/v1/tx.registry.js +18 -18
  44. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +16 -14
  45. package/esm/sparkdream/season/v1/enums.js +10 -0
  46. package/esm/tendermint/bundle.js +18 -18
  47. package/ibc/bundle.d.ts +90 -90
  48. package/ibc/bundle.js +106 -106
  49. package/package.json +1 -1
  50. package/sparkdream/blog/v1/params.d.ts +16 -0
  51. package/sparkdream/blog/v1/params.js +25 -1
  52. package/sparkdream/blog/v1/post.d.ts +8 -0
  53. package/sparkdream/blog/v1/post.js +16 -1
  54. package/sparkdream/blog/v1/query.d.ts +92 -0
  55. package/sparkdream/blog/v1/query.js +166 -1
  56. package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
  57. package/sparkdream/blog/v1/query.lcd.js +11 -0
  58. package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
  59. package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
  60. package/sparkdream/blog/v1/tx.d.ts +16 -0
  61. package/sparkdream/blog/v1/tx.js +32 -2
  62. package/sparkdream/bundle.d.ts +14376 -14514
  63. package/sparkdream/bundle.js +343 -339
  64. package/sparkdream/client.d.ts +6 -26
  65. package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
  66. package/sparkdream/collect/v1/curator_activity.js +161 -0
  67. package/sparkdream/collect/v1/genesis.d.ts +4 -3
  68. package/sparkdream/collect/v1/genesis.js +11 -10
  69. package/sparkdream/collect/v1/params.d.ts +32 -0
  70. package/sparkdream/collect/v1/params.js +37 -1
  71. package/sparkdream/collect/v1/query.d.ts +142 -133
  72. package/sparkdream/collect/v1/query.js +201 -186
  73. package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
  74. package/sparkdream/collect/v1/query.lcd.js +16 -16
  75. package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
  76. package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
  77. package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
  78. package/sparkdream/collect/v1/tx.amino.js +0 -10
  79. package/sparkdream/collect/v1/tx.d.ts +0 -162
  80. package/sparkdream/collect/v1/tx.js +2 -260
  81. package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
  82. package/sparkdream/collect/v1/tx.registry.js +1 -37
  83. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
  84. package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
  85. package/sparkdream/collect/v1/types.d.ts +26 -56
  86. package/sparkdream/collect/v1/types.js +51 -144
  87. package/sparkdream/federation/v1/genesis.d.ts +4 -3
  88. package/sparkdream/federation/v1/genesis.js +11 -10
  89. package/sparkdream/federation/v1/query.d.ts +53 -136
  90. package/sparkdream/federation/v1/query.js +37 -187
  91. package/sparkdream/federation/v1/query.lcd.d.ts +2 -3
  92. package/sparkdream/federation/v1/query.lcd.js +6 -16
  93. package/sparkdream/federation/v1/query.rpc.Query.d.ts +10 -7
  94. package/sparkdream/federation/v1/query.rpc.Query.js +10 -18
  95. package/sparkdream/federation/v1/tx.amino.d.ts +1 -11
  96. package/sparkdream/federation/v1/tx.amino.js +0 -10
  97. package/sparkdream/federation/v1/tx.d.ts +0 -164
  98. package/sparkdream/federation/v1/tx.js +1 -272
  99. package/sparkdream/federation/v1/tx.registry.d.ts +1 -25
  100. package/sparkdream/federation/v1/tx.registry.js +1 -37
  101. package/sparkdream/federation/v1/tx.rpc.msg.d.ts +6 -5
  102. package/sparkdream/federation/v1/tx.rpc.msg.js +3 -13
  103. package/sparkdream/federation/v1/types.d.ts +10 -106
  104. package/sparkdream/federation/v1/types.js +14 -321
  105. package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
  106. package/sparkdream/federation/v1/verifier_activity.js +197 -0
  107. package/sparkdream/forum/v1/params.d.ts +112 -0
  108. package/sparkdream/forum/v1/params.js +146 -2
  109. package/sparkdream/futarchy/v1/market.d.ts +14 -0
  110. package/sparkdream/futarchy/v1/market.js +13 -1
  111. package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
  112. package/sparkdream/rep/v1/bonded_role.js +453 -0
  113. package/sparkdream/rep/v1/genesis.d.ts +11 -9
  114. package/sparkdream/rep/v1/genesis.js +32 -17
  115. package/sparkdream/rep/v1/member_report.d.ts +61 -0
  116. package/sparkdream/rep/v1/member_report.js +99 -2
  117. package/sparkdream/rep/v1/query.d.ts +259 -261
  118. package/sparkdream/rep/v1/query.js +299 -308
  119. package/sparkdream/rep/v1/query.lcd.d.ts +5 -5
  120. package/sparkdream/rep/v1/query.lcd.js +23 -16
  121. package/sparkdream/rep/v1/query.rpc.Query.d.ts +20 -17
  122. package/sparkdream/rep/v1/query.rpc.Query.js +35 -34
  123. package/sparkdream/rep/v1/tx.amino.d.ts +7 -7
  124. package/sparkdream/rep/v1/tx.amino.js +9 -9
  125. package/sparkdream/rep/v1/tx.d.ts +121 -104
  126. package/sparkdream/rep/v1/tx.js +87 -59
  127. package/sparkdream/rep/v1/tx.registry.d.ts +11 -11
  128. package/sparkdream/rep/v1/tx.registry.js +17 -17
  129. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +11 -9
  130. package/sparkdream/rep/v1/tx.rpc.msg.js +15 -13
  131. package/sparkdream/rpc.query.d.ts +8 -8
  132. package/sparkdream/season/v1/enums.d.ts +5 -0
  133. package/sparkdream/season/v1/enums.js +10 -0
  134. package/tendermint/bundle.d.ts +844 -844
  135. package/tendermint/bundle.js +18 -18
  136. package/esm/sparkdream/rep/v1/sentinel_activity.js +0 -214
  137. package/sparkdream/rep/v1/sentinel_activity.d.ts +0 -79
  138. package/sparkdream/rep/v1/sentinel_activity.js +0 -219
@@ -0,0 +1,330 @@
1
+ import { BinaryReader, BinaryWriter } from "../../../binary";
2
+ import { DeepPartial } from "../../../helpers";
3
+ /**
4
+ * RoleType identifies a kind of bonded role across the chain. Values are
5
+ * module-scoped: naming convention is ROLE_TYPE_<OWNING_MODULE>_<ROLE>. A role
6
+ * is owned by exactly one module, which is the sole writer of its
7
+ * BondedRoleConfig. Independent bond pools, configs, and slashing surfaces per
8
+ * role; cross-role coupling (if ever needed) belongs in the gaining module, not
9
+ * in this primitive.
10
+ */
11
+ export declare enum RoleType {
12
+ ROLE_TYPE_UNSPECIFIED = 0,
13
+ ROLE_TYPE_FORUM_SENTINEL = 1,
14
+ ROLE_TYPE_COLLECT_CURATOR = 2,
15
+ ROLE_TYPE_FEDERATION_VERIFIER = 3,
16
+ UNRECOGNIZED = -1
17
+ }
18
+ export declare const RoleTypeAmino: typeof RoleType;
19
+ export declare function roleTypeFromJSON(object: any): RoleType;
20
+ export declare function roleTypeToJSON(object: RoleType): string;
21
+ /**
22
+ * BondedRoleStatus represents the lifecycle status of a bonded role record.
23
+ * NORMAL: full privileges; bond at or above min_bond.
24
+ * RECOVERY: bond dropped below min_bond but at or above demotion_threshold;
25
+ * reduced privileges depending on role, rewards may auto-bond.
26
+ * DEMOTED: bond below demotion_threshold; privileges revoked; cooldown
27
+ * enforced before re-bonding.
28
+ */
29
+ export declare enum BondedRoleStatus {
30
+ BONDED_ROLE_STATUS_UNSPECIFIED = 0,
31
+ BONDED_ROLE_STATUS_NORMAL = 1,
32
+ BONDED_ROLE_STATUS_RECOVERY = 2,
33
+ BONDED_ROLE_STATUS_DEMOTED = 3,
34
+ UNRECOGNIZED = -1
35
+ }
36
+ export declare const BondedRoleStatusAmino: typeof BondedRoleStatus;
37
+ export declare function bondedRoleStatusFromJSON(object: any): BondedRoleStatus;
38
+ export declare function bondedRoleStatusToJSON(object: BondedRoleStatus): string;
39
+ /**
40
+ * BondedRole is the generic accountability record for a role-playing member:
41
+ * identity, bond, bond status, and activity stamps. Module-specific action
42
+ * counters (hides, reviews, verifications, etc.) live in per-module activity
43
+ * protos owned by the role's module.
44
+ * @name BondedRole
45
+ * @package sparkdream.rep.v1
46
+ * @see proto type: sparkdream.rep.v1.BondedRole
47
+ */
48
+ export interface BondedRole {
49
+ /**
50
+ * address is the bech32 address of the member holding this role.
51
+ */
52
+ address: string;
53
+ /**
54
+ * role_type identifies which role this record represents. The composite key
55
+ * (role_type, address) allows a single address to hold multiple roles.
56
+ */
57
+ roleType: RoleType;
58
+ /**
59
+ * bond_status is the current lifecycle status (NORMAL / RECOVERY / DEMOTED).
60
+ */
61
+ bondStatus: BondedRoleStatus;
62
+ /**
63
+ * current_bond is the total DREAM locked as this role's bond (math.Int string).
64
+ */
65
+ currentBond: string;
66
+ /**
67
+ * total_committed_bond is the portion of current_bond reserved against
68
+ * pending actions (math.Int string). Available bond = current_bond -
69
+ * total_committed_bond.
70
+ */
71
+ totalCommittedBond: string;
72
+ /**
73
+ * registered_at is the block height at which this role was first bonded.
74
+ */
75
+ registeredAt: bigint;
76
+ /**
77
+ * last_active_epoch is the most recent epoch in which the role performed a
78
+ * tracked action. Used for inactivity cleanup.
79
+ */
80
+ lastActiveEpoch: bigint;
81
+ /**
82
+ * consecutive_inactive_epochs counts epochs since last activity, reset to 0
83
+ * when RecordActivity fires.
84
+ */
85
+ consecutiveInactiveEpochs: bigint;
86
+ /**
87
+ * demotion_cooldown_until is the unix timestamp until which a demoted role
88
+ * cannot re-bond.
89
+ */
90
+ demotionCooldownUntil: bigint;
91
+ /**
92
+ * cumulative_rewards tracks DREAM rewards earned in this role (math.Int
93
+ * string). Module-specific reward distributors write here.
94
+ */
95
+ cumulativeRewards: string;
96
+ /**
97
+ * last_reward_epoch is the most recent epoch in which rewards were paid for
98
+ * this role.
99
+ */
100
+ lastRewardEpoch: bigint;
101
+ }
102
+ export interface BondedRoleProtoMsg {
103
+ typeUrl: "/sparkdream.rep.v1.BondedRole";
104
+ value: Uint8Array;
105
+ }
106
+ /**
107
+ * BondedRole is the generic accountability record for a role-playing member:
108
+ * identity, bond, bond status, and activity stamps. Module-specific action
109
+ * counters (hides, reviews, verifications, etc.) live in per-module activity
110
+ * protos owned by the role's module.
111
+ * @name BondedRoleAmino
112
+ * @package sparkdream.rep.v1
113
+ * @see proto type: sparkdream.rep.v1.BondedRole
114
+ */
115
+ export interface BondedRoleAmino {
116
+ /**
117
+ * address is the bech32 address of the member holding this role.
118
+ */
119
+ address?: string;
120
+ /**
121
+ * role_type identifies which role this record represents. The composite key
122
+ * (role_type, address) allows a single address to hold multiple roles.
123
+ */
124
+ role_type?: RoleType;
125
+ /**
126
+ * bond_status is the current lifecycle status (NORMAL / RECOVERY / DEMOTED).
127
+ */
128
+ bond_status?: BondedRoleStatus;
129
+ /**
130
+ * current_bond is the total DREAM locked as this role's bond (math.Int string).
131
+ */
132
+ current_bond?: string;
133
+ /**
134
+ * total_committed_bond is the portion of current_bond reserved against
135
+ * pending actions (math.Int string). Available bond = current_bond -
136
+ * total_committed_bond.
137
+ */
138
+ total_committed_bond?: string;
139
+ /**
140
+ * registered_at is the block height at which this role was first bonded.
141
+ */
142
+ registered_at?: string;
143
+ /**
144
+ * last_active_epoch is the most recent epoch in which the role performed a
145
+ * tracked action. Used for inactivity cleanup.
146
+ */
147
+ last_active_epoch?: string;
148
+ /**
149
+ * consecutive_inactive_epochs counts epochs since last activity, reset to 0
150
+ * when RecordActivity fires.
151
+ */
152
+ consecutive_inactive_epochs?: string;
153
+ /**
154
+ * demotion_cooldown_until is the unix timestamp until which a demoted role
155
+ * cannot re-bond.
156
+ */
157
+ demotion_cooldown_until?: string;
158
+ /**
159
+ * cumulative_rewards tracks DREAM rewards earned in this role (math.Int
160
+ * string). Module-specific reward distributors write here.
161
+ */
162
+ cumulative_rewards?: string;
163
+ /**
164
+ * last_reward_epoch is the most recent epoch in which rewards were paid for
165
+ * this role.
166
+ */
167
+ last_reward_epoch?: string;
168
+ }
169
+ export interface BondedRoleAminoMsg {
170
+ type: "/sparkdream.rep.v1.BondedRole";
171
+ value: BondedRoleAmino;
172
+ }
173
+ /**
174
+ * BondedRoleConfig holds the per-role policy knobs enforced by x/rep at
175
+ * MsgBondRole time. The source-of-truth field values live on the owning
176
+ * module's operational params (flattened); the owning module write-throughs
177
+ * the full config via SetBondedRoleConfig on change and at InitGenesis.
178
+ *
179
+ * Every field is mutable via the owning module's operational-params flow. No
180
+ * chain-upgrade gates — these are operational accountability knobs, not
181
+ * monetary policy.
182
+ * @name BondedRoleConfig
183
+ * @package sparkdream.rep.v1
184
+ * @see proto type: sparkdream.rep.v1.BondedRoleConfig
185
+ */
186
+ export interface BondedRoleConfig {
187
+ /**
188
+ * role_type is the key this config applies to.
189
+ */
190
+ roleType: RoleType;
191
+ /**
192
+ * min_bond is the minimum DREAM required to bond this role (math.Int
193
+ * string). Bonds at or above this amount are NORMAL.
194
+ */
195
+ minBond: string;
196
+ /**
197
+ * min_rep_tier is the minimum reputation tier required to bond the role.
198
+ * Zero = no rep-tier gate.
199
+ */
200
+ minRepTier: bigint;
201
+ /**
202
+ * min_trust_level is the minimum trust level required to bond the role, as
203
+ * a string enum name (e.g. "TRUST_LEVEL_ESTABLISHED"). Empty = no
204
+ * trust-level gate.
205
+ */
206
+ minTrustLevel: string;
207
+ /**
208
+ * min_age_blocks is a shared policy knob: the minimum block-age the role
209
+ * must have been bonded before the owning module will let the role take
210
+ * action. Enforced by the role's owning module at action time (read via
211
+ * GetBondedRoleConfig), NOT by x/rep at bond time. Zero = no age gate.
212
+ */
213
+ minAgeBlocks: bigint;
214
+ /**
215
+ * demotion_cooldown is the number of seconds a DEMOTED role must wait
216
+ * before re-bonding.
217
+ */
218
+ demotionCooldown: bigint;
219
+ /**
220
+ * demotion_threshold is the bond floor below which the role transitions
221
+ * from RECOVERY to DEMOTED (math.Int string).
222
+ */
223
+ demotionThreshold: string;
224
+ }
225
+ export interface BondedRoleConfigProtoMsg {
226
+ typeUrl: "/sparkdream.rep.v1.BondedRoleConfig";
227
+ value: Uint8Array;
228
+ }
229
+ /**
230
+ * BondedRoleConfig holds the per-role policy knobs enforced by x/rep at
231
+ * MsgBondRole time. The source-of-truth field values live on the owning
232
+ * module's operational params (flattened); the owning module write-throughs
233
+ * the full config via SetBondedRoleConfig on change and at InitGenesis.
234
+ *
235
+ * Every field is mutable via the owning module's operational-params flow. No
236
+ * chain-upgrade gates — these are operational accountability knobs, not
237
+ * monetary policy.
238
+ * @name BondedRoleConfigAmino
239
+ * @package sparkdream.rep.v1
240
+ * @see proto type: sparkdream.rep.v1.BondedRoleConfig
241
+ */
242
+ export interface BondedRoleConfigAmino {
243
+ /**
244
+ * role_type is the key this config applies to.
245
+ */
246
+ role_type?: RoleType;
247
+ /**
248
+ * min_bond is the minimum DREAM required to bond this role (math.Int
249
+ * string). Bonds at or above this amount are NORMAL.
250
+ */
251
+ min_bond?: string;
252
+ /**
253
+ * min_rep_tier is the minimum reputation tier required to bond the role.
254
+ * Zero = no rep-tier gate.
255
+ */
256
+ min_rep_tier?: string;
257
+ /**
258
+ * min_trust_level is the minimum trust level required to bond the role, as
259
+ * a string enum name (e.g. "TRUST_LEVEL_ESTABLISHED"). Empty = no
260
+ * trust-level gate.
261
+ */
262
+ min_trust_level?: string;
263
+ /**
264
+ * min_age_blocks is a shared policy knob: the minimum block-age the role
265
+ * must have been bonded before the owning module will let the role take
266
+ * action. Enforced by the role's owning module at action time (read via
267
+ * GetBondedRoleConfig), NOT by x/rep at bond time. Zero = no age gate.
268
+ */
269
+ min_age_blocks?: string;
270
+ /**
271
+ * demotion_cooldown is the number of seconds a DEMOTED role must wait
272
+ * before re-bonding.
273
+ */
274
+ demotion_cooldown?: string;
275
+ /**
276
+ * demotion_threshold is the bond floor below which the role transitions
277
+ * from RECOVERY to DEMOTED (math.Int string).
278
+ */
279
+ demotion_threshold?: string;
280
+ }
281
+ export interface BondedRoleConfigAminoMsg {
282
+ type: "/sparkdream.rep.v1.BondedRoleConfig";
283
+ value: BondedRoleConfigAmino;
284
+ }
285
+ /**
286
+ * BondedRole is the generic accountability record for a role-playing member:
287
+ * identity, bond, bond status, and activity stamps. Module-specific action
288
+ * counters (hides, reviews, verifications, etc.) live in per-module activity
289
+ * protos owned by the role's module.
290
+ * @name BondedRole
291
+ * @package sparkdream.rep.v1
292
+ * @see proto type: sparkdream.rep.v1.BondedRole
293
+ */
294
+ export declare const BondedRole: {
295
+ typeUrl: string;
296
+ encode(message: BondedRole, writer?: BinaryWriter): BinaryWriter;
297
+ decode(input: BinaryReader | Uint8Array, length?: number): BondedRole;
298
+ fromPartial(object: DeepPartial<BondedRole>): BondedRole;
299
+ fromAmino(object: BondedRoleAmino): BondedRole;
300
+ toAmino(message: BondedRole): BondedRoleAmino;
301
+ fromAminoMsg(object: BondedRoleAminoMsg): BondedRole;
302
+ fromProtoMsg(message: BondedRoleProtoMsg): BondedRole;
303
+ toProto(message: BondedRole): Uint8Array;
304
+ toProtoMsg(message: BondedRole): BondedRoleProtoMsg;
305
+ };
306
+ /**
307
+ * BondedRoleConfig holds the per-role policy knobs enforced by x/rep at
308
+ * MsgBondRole time. The source-of-truth field values live on the owning
309
+ * module's operational params (flattened); the owning module write-throughs
310
+ * the full config via SetBondedRoleConfig on change and at InitGenesis.
311
+ *
312
+ * Every field is mutable via the owning module's operational-params flow. No
313
+ * chain-upgrade gates — these are operational accountability knobs, not
314
+ * monetary policy.
315
+ * @name BondedRoleConfig
316
+ * @package sparkdream.rep.v1
317
+ * @see proto type: sparkdream.rep.v1.BondedRoleConfig
318
+ */
319
+ export declare const BondedRoleConfig: {
320
+ typeUrl: string;
321
+ encode(message: BondedRoleConfig, writer?: BinaryWriter): BinaryWriter;
322
+ decode(input: BinaryReader | Uint8Array, length?: number): BondedRoleConfig;
323
+ fromPartial(object: DeepPartial<BondedRoleConfig>): BondedRoleConfig;
324
+ fromAmino(object: BondedRoleConfigAmino): BondedRoleConfig;
325
+ toAmino(message: BondedRoleConfig): BondedRoleConfigAmino;
326
+ fromAminoMsg(object: BondedRoleConfigAminoMsg): BondedRoleConfig;
327
+ fromProtoMsg(message: BondedRoleConfigProtoMsg): BondedRoleConfig;
328
+ toProto(message: BondedRoleConfig): Uint8Array;
329
+ toProtoMsg(message: BondedRoleConfig): BondedRoleConfigProtoMsg;
330
+ };