@argonprotocol/mainchain 1.0.18 → 1.1.0-rc.2

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 (156) hide show
  1. package/README.md +110 -3
  2. package/lib/cli.cjs +3078 -0
  3. package/lib/cli.cjs.map +1 -0
  4. package/lib/cli.d.cts +1 -0
  5. package/lib/cli.d.ts +1 -0
  6. package/lib/cli.js +3073 -0
  7. package/lib/cli.js.map +1 -0
  8. package/lib/clis/index.cjs +3097 -0
  9. package/lib/clis/index.cjs.map +1 -0
  10. package/lib/clis/index.d.cts +26 -0
  11. package/lib/clis/index.d.ts +26 -0
  12. package/lib/clis/index.js +3077 -0
  13. package/lib/clis/index.js.map +1 -0
  14. package/lib/index.cjs +2402 -0
  15. package/lib/index.cjs.map +1 -0
  16. package/lib/index.d.cts +11542 -0
  17. package/lib/index.d.ts +11542 -0
  18. package/lib/index.js +2333 -0
  19. package/lib/index.js.map +1 -0
  20. package/lib/test-utils/index.cjs +2933 -0
  21. package/lib/test-utils/index.cjs.map +1 -0
  22. package/lib/test-utils/index.d.cts +180 -0
  23. package/lib/test-utils/index.d.ts +180 -0
  24. package/lib/test-utils/index.js +2915 -0
  25. package/lib/test-utils/index.js.map +1 -0
  26. package/package.json +50 -45
  27. package/lib/cjs/WageProtector.d.ts +0 -37
  28. package/lib/cjs/WageProtector.js +0 -64
  29. package/lib/cjs/WageProtector.js.map +0 -1
  30. package/lib/cjs/__test__/WageProtector.test.d.ts +0 -1
  31. package/lib/cjs/__test__/WageProtector.test.js +0 -28
  32. package/lib/cjs/__test__/WageProtector.test.js.map +0 -1
  33. package/lib/cjs/examples/decodePkcs.d.ts +0 -1
  34. package/lib/cjs/examples/decodePkcs.js +0 -48
  35. package/lib/cjs/examples/decodePkcs.js.map +0 -1
  36. package/lib/cjs/examples/findSs58Formats.d.ts +0 -1
  37. package/lib/cjs/examples/findSs58Formats.js +0 -42
  38. package/lib/cjs/examples/findSs58Formats.js.map +0 -1
  39. package/lib/cjs/index.d.ts +0 -32
  40. package/lib/cjs/index.js +0 -60
  41. package/lib/cjs/index.js.map +0 -1
  42. package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -442
  43. package/lib/cjs/interfaces/augment-api-consts.js +0 -8
  44. package/lib/cjs/interfaces/augment-api-consts.js.map +0 -1
  45. package/lib/cjs/interfaces/augment-api-errors.d.ts +0 -919
  46. package/lib/cjs/interfaces/augment-api-errors.js +0 -8
  47. package/lib/cjs/interfaces/augment-api-errors.js.map +0 -1
  48. package/lib/cjs/interfaces/augment-api-events.d.ts +0 -1675
  49. package/lib/cjs/interfaces/augment-api-events.js +0 -8
  50. package/lib/cjs/interfaces/augment-api-events.js.map +0 -1
  51. package/lib/cjs/interfaces/augment-api-query.d.ts +0 -988
  52. package/lib/cjs/interfaces/augment-api-query.js +0 -8
  53. package/lib/cjs/interfaces/augment-api-query.js.map +0 -1
  54. package/lib/cjs/interfaces/augment-api-rpc.d.ts +0 -683
  55. package/lib/cjs/interfaces/augment-api-rpc.js +0 -8
  56. package/lib/cjs/interfaces/augment-api-rpc.js.map +0 -1
  57. package/lib/cjs/interfaces/augment-api-runtime.d.ts +0 -204
  58. package/lib/cjs/interfaces/augment-api-runtime.js +0 -8
  59. package/lib/cjs/interfaces/augment-api-runtime.js.map +0 -1
  60. package/lib/cjs/interfaces/augment-api-tx.d.ts +0 -1605
  61. package/lib/cjs/interfaces/augment-api-tx.js +0 -8
  62. package/lib/cjs/interfaces/augment-api-tx.js.map +0 -1
  63. package/lib/cjs/interfaces/augment-api.d.ts +0 -7
  64. package/lib/cjs/interfaces/augment-api.js +0 -12
  65. package/lib/cjs/interfaces/augment-api.js.map +0 -1
  66. package/lib/cjs/interfaces/augment-types.d.ts +0 -1316
  67. package/lib/cjs/interfaces/augment-types.js +0 -8
  68. package/lib/cjs/interfaces/augment-types.js.map +0 -1
  69. package/lib/cjs/interfaces/definitions.d.ts +0 -0
  70. package/lib/cjs/interfaces/definitions.js +0 -2
  71. package/lib/cjs/interfaces/definitions.js.map +0 -1
  72. package/lib/cjs/interfaces/lookup.d.ts +0 -2999
  73. package/lib/cjs/interfaces/lookup.js +0 -3262
  74. package/lib/cjs/interfaces/lookup.js.map +0 -1
  75. package/lib/cjs/interfaces/registry.d.ts +0 -250
  76. package/lib/cjs/interfaces/registry.js +0 -8
  77. package/lib/cjs/interfaces/registry.js.map +0 -1
  78. package/lib/cjs/interfaces/types-lookup.d.ts +0 -2974
  79. package/lib/cjs/interfaces/types-lookup.js +0 -8
  80. package/lib/cjs/interfaces/types-lookup.js.map +0 -1
  81. package/lib/cjs/package.json +0 -3
  82. package/lib/esm/WageProtector.d.ts +0 -37
  83. package/lib/esm/WageProtector.js +0 -60
  84. package/lib/esm/WageProtector.js.map +0 -1
  85. package/lib/esm/__test__/WageProtector.test.d.ts +0 -1
  86. package/lib/esm/__test__/WageProtector.test.js +0 -26
  87. package/lib/esm/__test__/WageProtector.test.js.map +0 -1
  88. package/lib/esm/examples/decodePkcs.d.ts +0 -1
  89. package/lib/esm/examples/decodePkcs.js +0 -45
  90. package/lib/esm/examples/decodePkcs.js.map +0 -1
  91. package/lib/esm/examples/findSs58Formats.d.ts +0 -1
  92. package/lib/esm/examples/findSs58Formats.js +0 -39
  93. package/lib/esm/examples/findSs58Formats.js.map +0 -1
  94. package/lib/esm/index.d.ts +0 -32
  95. package/lib/esm/index.js +0 -50
  96. package/lib/esm/index.js.map +0 -1
  97. package/lib/esm/interfaces/augment-api-consts.d.ts +0 -442
  98. package/lib/esm/interfaces/augment-api-consts.js +0 -6
  99. package/lib/esm/interfaces/augment-api-consts.js.map +0 -1
  100. package/lib/esm/interfaces/augment-api-errors.d.ts +0 -919
  101. package/lib/esm/interfaces/augment-api-errors.js +0 -6
  102. package/lib/esm/interfaces/augment-api-errors.js.map +0 -1
  103. package/lib/esm/interfaces/augment-api-events.d.ts +0 -1675
  104. package/lib/esm/interfaces/augment-api-events.js +0 -6
  105. package/lib/esm/interfaces/augment-api-events.js.map +0 -1
  106. package/lib/esm/interfaces/augment-api-query.d.ts +0 -988
  107. package/lib/esm/interfaces/augment-api-query.js +0 -6
  108. package/lib/esm/interfaces/augment-api-query.js.map +0 -1
  109. package/lib/esm/interfaces/augment-api-rpc.d.ts +0 -683
  110. package/lib/esm/interfaces/augment-api-rpc.js +0 -6
  111. package/lib/esm/interfaces/augment-api-rpc.js.map +0 -1
  112. package/lib/esm/interfaces/augment-api-runtime.d.ts +0 -204
  113. package/lib/esm/interfaces/augment-api-runtime.js +0 -6
  114. package/lib/esm/interfaces/augment-api-runtime.js.map +0 -1
  115. package/lib/esm/interfaces/augment-api-tx.d.ts +0 -1605
  116. package/lib/esm/interfaces/augment-api-tx.js +0 -6
  117. package/lib/esm/interfaces/augment-api-tx.js.map +0 -1
  118. package/lib/esm/interfaces/augment-api.d.ts +0 -7
  119. package/lib/esm/interfaces/augment-api.js +0 -10
  120. package/lib/esm/interfaces/augment-api.js.map +0 -1
  121. package/lib/esm/interfaces/augment-types.d.ts +0 -1316
  122. package/lib/esm/interfaces/augment-types.js +0 -6
  123. package/lib/esm/interfaces/augment-types.js.map +0 -1
  124. package/lib/esm/interfaces/definitions.d.ts +0 -0
  125. package/lib/esm/interfaces/definitions.js +0 -2
  126. package/lib/esm/interfaces/definitions.js.map +0 -1
  127. package/lib/esm/interfaces/lookup.d.ts +0 -2999
  128. package/lib/esm/interfaces/lookup.js +0 -3260
  129. package/lib/esm/interfaces/lookup.js.map +0 -1
  130. package/lib/esm/interfaces/registry.d.ts +0 -250
  131. package/lib/esm/interfaces/registry.js +0 -6
  132. package/lib/esm/interfaces/registry.js.map +0 -1
  133. package/lib/esm/interfaces/types-lookup.d.ts +0 -2974
  134. package/lib/esm/interfaces/types-lookup.js +0 -6
  135. package/lib/esm/interfaces/types-lookup.js.map +0 -1
  136. package/lib/tsconfig-cjs.tsbuildinfo +0 -1
  137. package/lib/tsconfig-types.tsbuildinfo +0 -1
  138. package/lib/tsconfig.tsbuildinfo +0 -1
  139. package/lib/types/WageProtector.d.ts +0 -37
  140. package/lib/types/__test__/WageProtector.test.d.ts +0 -1
  141. package/lib/types/examples/decodePkcs.d.ts +0 -1
  142. package/lib/types/examples/findSs58Formats.d.ts +0 -1
  143. package/lib/types/index.d.ts +0 -32
  144. package/lib/types/interfaces/augment-api-consts.d.ts +0 -442
  145. package/lib/types/interfaces/augment-api-errors.d.ts +0 -919
  146. package/lib/types/interfaces/augment-api-events.d.ts +0 -1675
  147. package/lib/types/interfaces/augment-api-query.d.ts +0 -988
  148. package/lib/types/interfaces/augment-api-rpc.d.ts +0 -683
  149. package/lib/types/interfaces/augment-api-runtime.d.ts +0 -204
  150. package/lib/types/interfaces/augment-api-tx.d.ts +0 -1605
  151. package/lib/types/interfaces/augment-api.d.ts +0 -7
  152. package/lib/types/interfaces/augment-types.d.ts +0 -1316
  153. package/lib/types/interfaces/definitions.d.ts +0 -0
  154. package/lib/types/interfaces/lookup.d.ts +0 -2999
  155. package/lib/types/interfaces/registry.d.ts +0 -250
  156. package/lib/types/interfaces/types-lookup.d.ts +0 -2974
@@ -1,3262 +0,0 @@
1
- "use strict";
2
- // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
3
- /* eslint-disable */
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- /* eslint-disable sort-keys */
6
- exports.default = {
7
- /**
8
- * Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>>
9
- **/
10
- FrameSystemAccountInfo: {
11
- nonce: 'u32',
12
- consumers: 'u32',
13
- providers: 'u32',
14
- sufficients: 'u32',
15
- data: 'PalletBalancesAccountData',
16
- },
17
- /**
18
- * Lookup5: pallet_balances::types::AccountData<Balance>
19
- **/
20
- PalletBalancesAccountData: {
21
- free: 'u128',
22
- reserved: 'u128',
23
- frozen: 'u128',
24
- flags: 'u128',
25
- },
26
- /**
27
- * Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28
- **/
29
- FrameSupportDispatchPerDispatchClassWeight: {
30
- normal: 'SpWeightsWeightV2Weight',
31
- operational: 'SpWeightsWeightV2Weight',
32
- mandatory: 'SpWeightsWeightV2Weight',
33
- },
34
- /**
35
- * Lookup10: sp_weights::weight_v2::Weight
36
- **/
37
- SpWeightsWeightV2Weight: {
38
- refTime: 'Compact<u64>',
39
- proofSize: 'Compact<u64>',
40
- },
41
- /**
42
- * Lookup15: sp_runtime::generic::digest::Digest
43
- **/
44
- SpRuntimeDigest: {
45
- logs: 'Vec<SpRuntimeDigestDigestItem>',
46
- },
47
- /**
48
- * Lookup17: sp_runtime::generic::digest::DigestItem
49
- **/
50
- SpRuntimeDigestDigestItem: {
51
- _enum: {
52
- Other: 'Bytes',
53
- __Unused1: 'Null',
54
- __Unused2: 'Null',
55
- __Unused3: 'Null',
56
- Consensus: '([u8;4],Bytes)',
57
- Seal: '([u8;4],Bytes)',
58
- PreRuntime: '([u8;4],Bytes)',
59
- __Unused7: 'Null',
60
- RuntimeEnvironmentUpdated: 'Null',
61
- },
62
- },
63
- /**
64
- * Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
65
- **/
66
- FrameSystemEventRecord: {
67
- phase: 'FrameSystemPhase',
68
- event: 'Event',
69
- topics: 'Vec<H256>',
70
- },
71
- /**
72
- * Lookup22: frame_system::pallet::Event<T>
73
- **/
74
- FrameSystemEvent: {
75
- _enum: {
76
- ExtrinsicSuccess: {
77
- dispatchInfo: 'FrameSupportDispatchDispatchInfo',
78
- },
79
- ExtrinsicFailed: {
80
- dispatchError: 'SpRuntimeDispatchError',
81
- dispatchInfo: 'FrameSupportDispatchDispatchInfo',
82
- },
83
- CodeUpdated: 'Null',
84
- NewAccount: {
85
- account: 'AccountId32',
86
- },
87
- KilledAccount: {
88
- account: 'AccountId32',
89
- },
90
- Remarked: {
91
- _alias: {
92
- hash_: 'hash',
93
- },
94
- sender: 'AccountId32',
95
- hash_: 'H256',
96
- },
97
- UpgradeAuthorized: {
98
- codeHash: 'H256',
99
- checkVersion: 'bool',
100
- },
101
- },
102
- },
103
- /**
104
- * Lookup23: frame_support::dispatch::DispatchInfo
105
- **/
106
- FrameSupportDispatchDispatchInfo: {
107
- weight: 'SpWeightsWeightV2Weight',
108
- class: 'FrameSupportDispatchDispatchClass',
109
- paysFee: 'FrameSupportDispatchPays',
110
- },
111
- /**
112
- * Lookup24: frame_support::dispatch::DispatchClass
113
- **/
114
- FrameSupportDispatchDispatchClass: {
115
- _enum: ['Normal', 'Operational', 'Mandatory'],
116
- },
117
- /**
118
- * Lookup25: frame_support::dispatch::Pays
119
- **/
120
- FrameSupportDispatchPays: {
121
- _enum: ['Yes', 'No'],
122
- },
123
- /**
124
- * Lookup26: sp_runtime::DispatchError
125
- **/
126
- SpRuntimeDispatchError: {
127
- _enum: {
128
- Other: 'Null',
129
- CannotLookup: 'Null',
130
- BadOrigin: 'Null',
131
- Module: 'SpRuntimeModuleError',
132
- ConsumerRemaining: 'Null',
133
- NoProviders: 'Null',
134
- TooManyConsumers: 'Null',
135
- Token: 'SpRuntimeTokenError',
136
- Arithmetic: 'SpArithmeticArithmeticError',
137
- Transactional: 'SpRuntimeTransactionalError',
138
- Exhausted: 'Null',
139
- Corruption: 'Null',
140
- Unavailable: 'Null',
141
- RootNotAllowed: 'Null',
142
- },
143
- },
144
- /**
145
- * Lookup27: sp_runtime::ModuleError
146
- **/
147
- SpRuntimeModuleError: {
148
- index: 'u8',
149
- error: '[u8;4]',
150
- },
151
- /**
152
- * Lookup28: sp_runtime::TokenError
153
- **/
154
- SpRuntimeTokenError: {
155
- _enum: [
156
- 'FundsUnavailable',
157
- 'OnlyProvider',
158
- 'BelowMinimum',
159
- 'CannotCreate',
160
- 'UnknownAsset',
161
- 'Frozen',
162
- 'Unsupported',
163
- 'CannotCreateHold',
164
- 'NotExpendable',
165
- 'Blocked',
166
- ],
167
- },
168
- /**
169
- * Lookup29: sp_arithmetic::ArithmeticError
170
- **/
171
- SpArithmeticArithmeticError: {
172
- _enum: ['Underflow', 'Overflow', 'DivisionByZero'],
173
- },
174
- /**
175
- * Lookup30: sp_runtime::TransactionalError
176
- **/
177
- SpRuntimeTransactionalError: {
178
- _enum: ['LimitReached', 'NoLayer'],
179
- },
180
- /**
181
- * Lookup31: pallet_digests::pallet::Event<T>
182
- **/
183
- PalletDigestsEvent: 'Null',
184
- /**
185
- * Lookup32: pallet_multisig::pallet::Event<T>
186
- **/
187
- PalletMultisigEvent: {
188
- _enum: {
189
- NewMultisig: {
190
- approving: 'AccountId32',
191
- multisig: 'AccountId32',
192
- callHash: '[u8;32]',
193
- },
194
- MultisigApproval: {
195
- approving: 'AccountId32',
196
- timepoint: 'PalletMultisigTimepoint',
197
- multisig: 'AccountId32',
198
- callHash: '[u8;32]',
199
- },
200
- MultisigExecuted: {
201
- approving: 'AccountId32',
202
- timepoint: 'PalletMultisigTimepoint',
203
- multisig: 'AccountId32',
204
- callHash: '[u8;32]',
205
- result: 'Result<Null, SpRuntimeDispatchError>',
206
- },
207
- MultisigCancelled: {
208
- cancelling: 'AccountId32',
209
- timepoint: 'PalletMultisigTimepoint',
210
- multisig: 'AccountId32',
211
- callHash: '[u8;32]',
212
- },
213
- },
214
- },
215
- /**
216
- * Lookup33: pallet_multisig::Timepoint<BlockNumber>
217
- **/
218
- PalletMultisigTimepoint: {
219
- height: 'u32',
220
- index: 'u32',
221
- },
222
- /**
223
- * Lookup36: pallet_proxy::pallet::Event<T>
224
- **/
225
- PalletProxyEvent: {
226
- _enum: {
227
- ProxyExecuted: {
228
- result: 'Result<Null, SpRuntimeDispatchError>',
229
- },
230
- PureCreated: {
231
- pure: 'AccountId32',
232
- who: 'AccountId32',
233
- proxyType: 'ArgonRuntimeProxyType',
234
- disambiguationIndex: 'u16',
235
- },
236
- Announced: {
237
- real: 'AccountId32',
238
- proxy: 'AccountId32',
239
- callHash: 'H256',
240
- },
241
- ProxyAdded: {
242
- delegator: 'AccountId32',
243
- delegatee: 'AccountId32',
244
- proxyType: 'ArgonRuntimeProxyType',
245
- delay: 'u32',
246
- },
247
- ProxyRemoved: {
248
- delegator: 'AccountId32',
249
- delegatee: 'AccountId32',
250
- proxyType: 'ArgonRuntimeProxyType',
251
- delay: 'u32',
252
- },
253
- },
254
- },
255
- /**
256
- * Lookup37: argon_runtime::ProxyType
257
- **/
258
- ArgonRuntimeProxyType: {
259
- _enum: [
260
- 'Any',
261
- 'NonTransfer',
262
- 'PriceIndex',
263
- 'MiningBid',
264
- 'BitcoinCosign',
265
- 'VaultAdmin',
266
- ],
267
- },
268
- /**
269
- * Lookup39: pallet_mining_slot::pallet::Event<T>
270
- **/
271
- PalletMiningSlotEvent: {
272
- _enum: {
273
- NewMiners: {
274
- startIndex: 'u32',
275
- newMiners: 'Vec<ArgonPrimitivesBlockSealMiningRegistration>',
276
- releasedMiners: 'u32',
277
- cohortId: 'u64',
278
- },
279
- SlotBidderAdded: {
280
- accountId: 'AccountId32',
281
- bidAmount: 'u128',
282
- index: 'u32',
283
- },
284
- SlotBidderDropped: {
285
- accountId: 'AccountId32',
286
- preservedArgonotHold: 'bool',
287
- },
288
- ReleaseMinerSeatError: {
289
- accountId: 'AccountId32',
290
- error: 'SpRuntimeDispatchError',
291
- },
292
- MiningConfigurationUpdated: {
293
- ticksBeforeBidEndForVrfClose: 'u64',
294
- ticksBetweenSlots: 'u64',
295
- slotBiddingStartAfterTicks: 'u64',
296
- },
297
- MiningBidsClosed: {
298
- cohortId: 'u64',
299
- },
300
- ReleaseBidError: {
301
- accountId: 'AccountId32',
302
- error: 'SpRuntimeDispatchError',
303
- },
304
- },
305
- },
306
- /**
307
- * Lookup41: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
308
- **/
309
- ArgonPrimitivesBlockSealMiningRegistration: {
310
- accountId: 'AccountId32',
311
- externalFundingAccount: 'Option<AccountId32>',
312
- rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
313
- bid: 'Compact<u128>',
314
- argonots: 'Compact<u128>',
315
- authorityKeys: 'ArgonRuntimeSessionKeys',
316
- cohortId: 'Compact<u64>',
317
- },
318
- /**
319
- * Lookup42: argon_runtime::SessionKeys
320
- **/
321
- ArgonRuntimeSessionKeys: {
322
- grandpa: 'SpConsensusGrandpaAppPublic',
323
- blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic',
324
- },
325
- /**
326
- * Lookup43: sp_consensus_grandpa::app::Public
327
- **/
328
- SpConsensusGrandpaAppPublic: '[u8;32]',
329
- /**
330
- * Lookup44: argon_primitives::block_seal::app::Public
331
- **/
332
- ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
333
- /**
334
- * Lookup46: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
335
- **/
336
- ArgonPrimitivesBlockSealRewardDestination: {
337
- _enum: {
338
- Owner: 'Null',
339
- Account: 'AccountId32',
340
- },
341
- },
342
- /**
343
- * Lookup49: pallet_bitcoin_utxos::pallet::Event<T>
344
- **/
345
- PalletBitcoinUtxosEvent: {
346
- _enum: {
347
- UtxoVerified: {
348
- utxoId: 'u64',
349
- },
350
- UtxoRejected: {
351
- utxoId: 'u64',
352
- rejectedReason: 'ArgonPrimitivesBitcoinBitcoinRejectedReason',
353
- },
354
- UtxoSpent: {
355
- utxoId: 'u64',
356
- blockHeight: 'u64',
357
- },
358
- UtxoUnwatched: {
359
- utxoId: 'u64',
360
- },
361
- UtxoSpentError: {
362
- utxoId: 'u64',
363
- error: 'SpRuntimeDispatchError',
364
- },
365
- UtxoVerifiedError: {
366
- utxoId: 'u64',
367
- error: 'SpRuntimeDispatchError',
368
- },
369
- UtxoRejectedError: {
370
- utxoId: 'u64',
371
- error: 'SpRuntimeDispatchError',
372
- },
373
- UtxoExpiredError: {
374
- utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
375
- error: 'SpRuntimeDispatchError',
376
- },
377
- },
378
- },
379
- /**
380
- * Lookup50: argon_primitives::bitcoin::BitcoinRejectedReason
381
- **/
382
- ArgonPrimitivesBitcoinBitcoinRejectedReason: {
383
- _enum: ['SatoshisMismatch', 'Spent', 'LookupExpired', 'DuplicateUtxo'],
384
- },
385
- /**
386
- * Lookup51: argon_primitives::bitcoin::UtxoRef
387
- **/
388
- ArgonPrimitivesBitcoinUtxoRef: {
389
- txid: 'ArgonPrimitivesBitcoinH256Le',
390
- outputIndex: 'Compact<u32>',
391
- },
392
- /**
393
- * Lookup52: argon_primitives::bitcoin::H256Le
394
- **/
395
- ArgonPrimitivesBitcoinH256Le: '[u8;32]',
396
- /**
397
- * Lookup54: pallet_vaults::pallet::Event<T>
398
- **/
399
- PalletVaultsEvent: {
400
- _enum: {
401
- VaultCreated: {
402
- vaultId: 'u32',
403
- lockedBitcoinArgons: 'u128',
404
- bondedBitcoinArgons: 'u128',
405
- addedSecuritizationPercent: 'u128',
406
- operatorAccountId: 'AccountId32',
407
- activationTick: 'u64',
408
- },
409
- VaultModified: {
410
- vaultId: 'u32',
411
- lockedBitcoinArgons: 'u128',
412
- bondedBitcoinArgons: 'u128',
413
- addedSecuritizationPercent: 'u128',
414
- },
415
- VaultTermsChangeScheduled: {
416
- vaultId: 'u32',
417
- changeTick: 'u64',
418
- },
419
- VaultTermsChanged: {
420
- vaultId: 'u32',
421
- },
422
- VaultClosed: {
423
- vaultId: 'u32',
424
- lockedBitcoinAmountStillReserved: 'u128',
425
- bondedBitcoinAmountStillReserved: 'u128',
426
- securitizationStillReserved: 'u128',
427
- },
428
- VaultBitcoinXpubChange: {
429
- vaultId: 'u32',
430
- },
431
- ObligationCreated: {
432
- vaultId: 'u32',
433
- obligationId: 'u64',
434
- fundType: 'ArgonPrimitivesVaultFundType',
435
- beneficiary: 'AccountId32',
436
- amount: 'u128',
437
- expiration: 'ArgonPrimitivesVaultObligationExpiration',
438
- },
439
- ObligationCompleted: {
440
- vaultId: 'u32',
441
- obligationId: 'u64',
442
- returnedFee: 'u128',
443
- releasedFee: 'u128',
444
- },
445
- ObligationModified: {
446
- vaultId: 'u32',
447
- obligationId: 'u64',
448
- amount: 'u128',
449
- },
450
- ObligationCanceled: {
451
- vaultId: 'u32',
452
- obligationId: 'u64',
453
- beneficiary: 'AccountId32',
454
- fundType: 'ArgonPrimitivesVaultFundType',
455
- returnedFee: 'u128',
456
- },
457
- ObligationCompletionError: {
458
- obligationId: 'u64',
459
- error: 'SpRuntimeDispatchError',
460
- },
461
- ObligationBaseFeeMaturationError: {
462
- obligationId: 'u64',
463
- baseFee: 'u128',
464
- vaultId: 'u32',
465
- error: 'SpRuntimeDispatchError',
466
- },
467
- CouldNotDistributeBidPool: {
468
- cohortId: 'u64',
469
- vaultId: 'u32',
470
- amount: 'u128',
471
- dispatchError: 'SpRuntimeDispatchError',
472
- },
473
- CouldNotBurnBidPool: {
474
- cohortId: 'u64',
475
- amount: 'u128',
476
- dispatchError: 'SpRuntimeDispatchError',
477
- },
478
- CouldNotAllocateNextBidPool: {
479
- cohortId: 'u64',
480
- dispatchError: 'SpRuntimeDispatchError',
481
- },
482
- BidPoolDistributed: {
483
- cohortId: 'u64',
484
- bidPoolDistributed: 'u128',
485
- bidPoolBurned: 'u128',
486
- bidPoolEntrants: 'u32',
487
- },
488
- NextBidPoolAllocated: {
489
- bondedBitcoinPool: 'u128',
490
- bidPoolEntrants: 'u32',
491
- },
492
- },
493
- },
494
- /**
495
- * Lookup56: argon_primitives::vault::FundType
496
- **/
497
- ArgonPrimitivesVaultFundType: {
498
- _enum: ['LockedBitcoin', 'BondedBitcoin'],
499
- },
500
- /**
501
- * Lookup57: argon_primitives::vault::ObligationExpiration
502
- **/
503
- ArgonPrimitivesVaultObligationExpiration: {
504
- _enum: {
505
- AtTick: 'Compact<u64>',
506
- BitcoinBlock: 'Compact<u64>',
507
- },
508
- },
509
- /**
510
- * Lookup58: pallet_bitcoin_locks::pallet::Event<T>
511
- **/
512
- PalletBitcoinLocksEvent: {
513
- _enum: {
514
- BitcoinLockCreated: {
515
- utxoId: 'u64',
516
- vaultId: 'u32',
517
- obligationId: 'u64',
518
- lockPrice: 'u128',
519
- accountId: 'AccountId32',
520
- },
521
- BitcoinLockBurned: {
522
- utxoId: 'u64',
523
- vaultId: 'u32',
524
- obligationId: 'u64',
525
- amountBurned: 'u128',
526
- amountHeld: 'u128',
527
- wasUtxoSpent: 'bool',
528
- },
529
- BitcoinUtxoCosignRequested: {
530
- utxoId: 'u64',
531
- obligationId: 'u64',
532
- vaultId: 'u32',
533
- },
534
- BitcoinUtxoCosigned: {
535
- utxoId: 'u64',
536
- obligationId: 'u64',
537
- vaultId: 'u32',
538
- signature: 'Bytes',
539
- },
540
- BitcoinCosignPastDue: {
541
- utxoId: 'u64',
542
- obligationId: 'u64',
543
- vaultId: 'u32',
544
- compensationAmount: 'u128',
545
- compensationStillOwed: 'u128',
546
- compensatedAccountId: 'AccountId32',
547
- },
548
- CosignOverdueError: {
549
- utxoId: 'u64',
550
- error: 'SpRuntimeDispatchError',
551
- },
552
- },
553
- },
554
- /**
555
- * Lookup61: pallet_notaries::pallet::Event<T>
556
- **/
557
- PalletNotariesEvent: {
558
- _enum: {
559
- NotaryProposed: {
560
- operatorAccount: 'AccountId32',
561
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
562
- expires: 'u32',
563
- },
564
- NotaryActivated: {
565
- notary: 'ArgonPrimitivesNotaryNotaryRecord',
566
- },
567
- NotaryMetaUpdateQueued: {
568
- notaryId: 'u32',
569
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
570
- effectiveTick: 'u64',
571
- },
572
- NotaryMetaUpdated: {
573
- notaryId: 'u32',
574
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
575
- },
576
- NotaryMetaUpdateError: {
577
- notaryId: 'u32',
578
- error: 'SpRuntimeDispatchError',
579
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
580
- },
581
- },
582
- },
583
- /**
584
- * Lookup62: argon_primitives::notary::NotaryMeta<MaxHosts>
585
- **/
586
- ArgonPrimitivesNotaryNotaryMeta: {
587
- name: 'Bytes',
588
- public: '[u8;32]',
589
- hosts: 'Vec<Bytes>',
590
- },
591
- /**
592
- * Lookup69: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
593
- **/
594
- ArgonPrimitivesNotaryNotaryRecord: {
595
- notaryId: 'Compact<u32>',
596
- operatorAccountId: 'AccountId32',
597
- activatedBlock: 'Compact<u32>',
598
- metaUpdatedBlock: 'Compact<u32>',
599
- metaUpdatedTick: 'Compact<u64>',
600
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
601
- },
602
- /**
603
- * Lookup70: pallet_notebook::pallet::Event<T>
604
- **/
605
- PalletNotebookEvent: {
606
- _enum: {
607
- NotebookSubmitted: {
608
- notaryId: 'u32',
609
- notebookNumber: 'u32',
610
- },
611
- NotebookAuditFailure: {
612
- notaryId: 'u32',
613
- notebookNumber: 'u32',
614
- notebookHash: 'H256',
615
- firstFailureReason: 'ArgonNotaryAuditErrorVerifyError',
616
- },
617
- NotebookReadyForReprocess: {
618
- notaryId: 'u32',
619
- notebookNumber: 'u32',
620
- },
621
- },
622
- },
623
- /**
624
- * Lookup71: argon_notary_audit::error::VerifyError
625
- **/
626
- ArgonNotaryAuditErrorVerifyError: {
627
- _enum: {
628
- MissingAccountOrigin: {
629
- accountId: 'AccountId32',
630
- accountType: 'ArgonPrimitivesAccountAccountType',
631
- },
632
- HistoryLookupError: {
633
- source: 'ArgonNotaryAuditAccountHistoryLookupError',
634
- },
635
- InvalidAccountChangelist: 'Null',
636
- InvalidChainTransfersList: 'Null',
637
- InvalidBalanceChangeRoot: 'Null',
638
- InvalidHeaderTaxRecorded: 'Null',
639
- InvalidPreviousNonce: 'Null',
640
- InvalidPreviousBalance: 'Null',
641
- InvalidPreviousAccountOrigin: 'Null',
642
- InvalidPreviousBalanceChangeNotebook: 'Null',
643
- InvalidBalanceChange: 'Null',
644
- InvalidBalanceChangeSignature: {
645
- changeIndex: 'u16',
646
- },
647
- InvalidNoteRecipients: 'Null',
648
- BalanceChangeError: {
649
- changeIndex: 'u16',
650
- noteIndex: 'u16',
651
- message: 'Text',
652
- },
653
- InvalidNetBalanceChangeset: 'Null',
654
- InsufficientBalance: {
655
- balance: 'u128',
656
- amount: 'u128',
657
- noteIndex: 'u16',
658
- changeIndex: 'u16',
659
- },
660
- ExceededMaxBalance: {
661
- balance: 'u128',
662
- amount: 'u128',
663
- noteIndex: 'u16',
664
- changeIndex: 'u16',
665
- },
666
- BalanceChangeMismatch: {
667
- changeIndex: 'u16',
668
- providedBalance: 'u128',
669
- calculatedBalance: 'i128',
670
- },
671
- BalanceChangeNotNetZero: {
672
- sent: 'u128',
673
- claimed: 'u128',
674
- },
675
- InvalidDomainLeaseAllocation: 'Null',
676
- TaxBalanceChangeNotNetZero: {
677
- sent: 'u128',
678
- claimed: 'u128',
679
- },
680
- MissingBalanceProof: 'Null',
681
- InvalidPreviousBalanceProof: 'Null',
682
- InvalidNotebookHash: 'Null',
683
- InvalidNotebookHeaderHash: 'Null',
684
- DuplicateChainTransfer: 'Null',
685
- DuplicatedAccountOriginUid: 'Null',
686
- InvalidNotarySignature: 'Null',
687
- InvalidSecretProvided: 'Null',
688
- NotebookTooOld: 'Null',
689
- CatchupNotebooksMissing: 'Null',
690
- DecodeError: 'Null',
691
- AccountChannelHoldDoesntExist: 'Null',
692
- AccountAlreadyHasChannelHold: 'Null',
693
- ChannelHoldNotReadyForClaim: {
694
- currentTick: 'u64',
695
- claimTick: 'u64',
696
- },
697
- AccountLocked: 'Null',
698
- MissingChannelHoldNote: 'Null',
699
- InvalidChannelHoldNote: 'Null',
700
- InvalidChannelHoldClaimers: 'Null',
701
- ChannelHoldNoteBelowMinimum: 'Null',
702
- InvalidTaxNoteAccount: 'Null',
703
- InvalidTaxOperation: 'Null',
704
- InsufficientTaxIncluded: {
705
- taxSent: 'u128',
706
- taxOwed: 'u128',
707
- accountId: 'AccountId32',
708
- },
709
- InsufficientBlockVoteTax: 'Null',
710
- IneligibleTaxVoter: 'Null',
711
- BlockVoteInvalidSignature: 'Null',
712
- InvalidBlockVoteAllocation: 'Null',
713
- InvalidBlockVoteRoot: 'Null',
714
- InvalidBlockVotesCount: 'Null',
715
- InvalidBlockVotingPower: 'Null',
716
- InvalidBlockVoteList: 'Null',
717
- InvalidComputeProof: 'Null',
718
- InvalidBlockVoteSource: 'Null',
719
- InsufficientBlockVoteMinimum: 'Null',
720
- InvalidBlockVoteTick: {
721
- tick: 'u64',
722
- notebookTick: 'u64',
723
- },
724
- InvalidDefaultBlockVote: 'Null',
725
- InvalidDefaultBlockVoteAuthor: {
726
- author: 'AccountId32',
727
- expected: 'AccountId32',
728
- },
729
- NoDefaultBlockVote: 'Null',
730
- },
731
- },
732
- /**
733
- * Lookup72: argon_primitives::account::AccountType
734
- **/
735
- ArgonPrimitivesAccountAccountType: {
736
- _enum: ['Tax', 'Deposit'],
737
- },
738
- /**
739
- * Lookup73: argon_notary_audit::AccountHistoryLookupError
740
- **/
741
- ArgonNotaryAuditAccountHistoryLookupError: {
742
- _enum: [
743
- 'RootNotFound',
744
- 'LastChangeNotFound',
745
- 'InvalidTransferToLocalchain',
746
- 'BlockSpecificationNotFound',
747
- ],
748
- },
749
- /**
750
- * Lookup76: pallet_chain_transfer::pallet::Event<T>
751
- **/
752
- PalletChainTransferEvent: {
753
- _enum: {
754
- TransferToLocalchain: {
755
- accountId: 'AccountId32',
756
- amount: 'u128',
757
- transferId: 'u32',
758
- notaryId: 'u32',
759
- expirationTick: 'u64',
760
- },
761
- TransferToLocalchainExpired: {
762
- accountId: 'AccountId32',
763
- transferId: 'u32',
764
- notaryId: 'u32',
765
- },
766
- TransferFromLocalchain: {
767
- accountId: 'AccountId32',
768
- amount: 'u128',
769
- notaryId: 'u32',
770
- },
771
- TransferFromLocalchainError: {
772
- accountId: 'AccountId32',
773
- amount: 'u128',
774
- notaryId: 'u32',
775
- notebookNumber: 'u32',
776
- error: 'SpRuntimeDispatchError',
777
- },
778
- TransferToLocalchainRefundError: {
779
- accountId: 'AccountId32',
780
- transferId: 'u32',
781
- notaryId: 'u32',
782
- notebookNumber: 'u32',
783
- error: 'SpRuntimeDispatchError',
784
- },
785
- PossibleInvalidLocalchainTransferAllowed: {
786
- transferId: 'u32',
787
- notaryId: 'u32',
788
- notebookNumber: 'u32',
789
- },
790
- TaxationError: {
791
- notaryId: 'u32',
792
- notebookNumber: 'u32',
793
- tax: 'u128',
794
- error: 'SpRuntimeDispatchError',
795
- },
796
- },
797
- },
798
- /**
799
- * Lookup77: pallet_block_seal_spec::pallet::Event<T>
800
- **/
801
- PalletBlockSealSpecEvent: {
802
- _enum: {
803
- VoteMinimumAdjusted: {
804
- expectedBlockVotes: 'u128',
805
- actualBlockVotes: 'u128',
806
- startVoteMinimum: 'u128',
807
- newVoteMinimum: 'u128',
808
- },
809
- ComputeDifficultyAdjusted: {
810
- expectedBlockTime: 'u64',
811
- actualBlockTime: 'u64',
812
- startDifficulty: 'u128',
813
- newDifficulty: 'u128',
814
- },
815
- },
816
- },
817
- /**
818
- * Lookup78: pallet_domains::pallet::Event<T>
819
- **/
820
- PalletDomainsEvent: {
821
- _enum: {
822
- ZoneRecordUpdated: {
823
- domainHash: 'H256',
824
- zoneRecord: 'ArgonPrimitivesDomainZoneRecord',
825
- },
826
- DomainRegistered: {
827
- domainHash: 'H256',
828
- registration: 'PalletDomainsDomainRegistration',
829
- },
830
- DomainRenewed: {
831
- domainHash: 'H256',
832
- },
833
- DomainExpired: {
834
- domainHash: 'H256',
835
- },
836
- DomainRegistrationCanceled: {
837
- domainHash: 'H256',
838
- registration: 'PalletDomainsDomainRegistration',
839
- },
840
- DomainRegistrationError: {
841
- domainHash: 'H256',
842
- accountId: 'AccountId32',
843
- error: 'SpRuntimeDispatchError',
844
- },
845
- },
846
- },
847
- /**
848
- * Lookup79: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
849
- **/
850
- ArgonPrimitivesDomainZoneRecord: {
851
- paymentAccount: 'AccountId32',
852
- notaryId: 'u32',
853
- versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>',
854
- },
855
- /**
856
- * Lookup81: argon_primitives::domain::Semver
857
- **/
858
- ArgonPrimitivesDomainSemver: {
859
- major: 'u32',
860
- minor: 'u32',
861
- patch: 'u32',
862
- },
863
- /**
864
- * Lookup82: argon_primitives::domain::VersionHost
865
- **/
866
- ArgonPrimitivesDomainVersionHost: {
867
- datastoreId: 'Bytes',
868
- host: 'Bytes',
869
- },
870
- /**
871
- * Lookup86: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
872
- **/
873
- PalletDomainsDomainRegistration: {
874
- accountId: 'AccountId32',
875
- registeredAtTick: 'u64',
876
- },
877
- /**
878
- * Lookup87: pallet_price_index::pallet::Event<T>
879
- **/
880
- PalletPriceIndexEvent: {
881
- _enum: {
882
- NewIndex: 'Null',
883
- OperatorChanged: {
884
- operatorId: 'AccountId32',
885
- },
886
- },
887
- },
888
- /**
889
- * Lookup88: pallet_grandpa::pallet::Event
890
- **/
891
- PalletGrandpaEvent: {
892
- _enum: {
893
- NewAuthorities: {
894
- authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
895
- },
896
- Paused: 'Null',
897
- Resumed: 'Null',
898
- },
899
- },
900
- /**
901
- * Lookup91: pallet_block_rewards::pallet::Event<T>
902
- **/
903
- PalletBlockRewardsEvent: {
904
- _enum: {
905
- RewardCreated: {
906
- rewards: 'Vec<ArgonPrimitivesBlockSealBlockPayout>',
907
- },
908
- RewardCreateError: {
909
- accountId: 'AccountId32',
910
- argons: 'Option<u128>',
911
- ownership: 'Option<u128>',
912
- error: 'SpRuntimeDispatchError',
913
- },
914
- },
915
- },
916
- /**
917
- * Lookup93: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
918
- **/
919
- ArgonPrimitivesBlockSealBlockPayout: {
920
- accountId: 'AccountId32',
921
- ownership: 'Compact<u128>',
922
- argons: 'Compact<u128>',
923
- rewardType: 'ArgonPrimitivesBlockSealBlockRewardType',
924
- blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
925
- },
926
- /**
927
- * Lookup94: argon_primitives::block_seal::BlockRewardType
928
- **/
929
- ArgonPrimitivesBlockSealBlockRewardType: {
930
- _enum: ['Miner', 'Voter', 'ProfitShare'],
931
- },
932
- /**
933
- * Lookup97: pallet_mint::pallet::Event<T>
934
- **/
935
- PalletMintEvent: {
936
- _enum: {
937
- BitcoinMint: {
938
- accountId: 'AccountId32',
939
- utxoId: 'Option<u64>',
940
- amount: 'u128',
941
- },
942
- MiningMint: {
943
- amount: 'U256',
944
- argonCpi: 'i128',
945
- liquidity: 'u128',
946
- },
947
- MintError: {
948
- mintType: 'PalletMintMintType',
949
- accountId: 'AccountId32',
950
- utxoId: 'Option<u64>',
951
- amount: 'u128',
952
- error: 'SpRuntimeDispatchError',
953
- },
954
- },
955
- },
956
- /**
957
- * Lookup102: pallet_mint::pallet::MintType
958
- **/
959
- PalletMintMintType: {
960
- _enum: ['Bitcoin', 'Mining'],
961
- },
962
- /**
963
- * Lookup103: pallet_balances::pallet::Event<T, I>
964
- **/
965
- PalletBalancesEvent: {
966
- _enum: {
967
- Endowed: {
968
- account: 'AccountId32',
969
- freeBalance: 'u128',
970
- },
971
- DustLost: {
972
- account: 'AccountId32',
973
- amount: 'u128',
974
- },
975
- Transfer: {
976
- from: 'AccountId32',
977
- to: 'AccountId32',
978
- amount: 'u128',
979
- },
980
- BalanceSet: {
981
- who: 'AccountId32',
982
- free: 'u128',
983
- },
984
- Reserved: {
985
- who: 'AccountId32',
986
- amount: 'u128',
987
- },
988
- Unreserved: {
989
- who: 'AccountId32',
990
- amount: 'u128',
991
- },
992
- ReserveRepatriated: {
993
- from: 'AccountId32',
994
- to: 'AccountId32',
995
- amount: 'u128',
996
- destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
997
- },
998
- Deposit: {
999
- who: 'AccountId32',
1000
- amount: 'u128',
1001
- },
1002
- Withdraw: {
1003
- who: 'AccountId32',
1004
- amount: 'u128',
1005
- },
1006
- Slashed: {
1007
- who: 'AccountId32',
1008
- amount: 'u128',
1009
- },
1010
- Minted: {
1011
- who: 'AccountId32',
1012
- amount: 'u128',
1013
- },
1014
- Burned: {
1015
- who: 'AccountId32',
1016
- amount: 'u128',
1017
- },
1018
- Suspended: {
1019
- who: 'AccountId32',
1020
- amount: 'u128',
1021
- },
1022
- Restored: {
1023
- who: 'AccountId32',
1024
- amount: 'u128',
1025
- },
1026
- Upgraded: {
1027
- who: 'AccountId32',
1028
- },
1029
- Issued: {
1030
- amount: 'u128',
1031
- },
1032
- Rescinded: {
1033
- amount: 'u128',
1034
- },
1035
- Locked: {
1036
- who: 'AccountId32',
1037
- amount: 'u128',
1038
- },
1039
- Unlocked: {
1040
- who: 'AccountId32',
1041
- amount: 'u128',
1042
- },
1043
- Frozen: {
1044
- who: 'AccountId32',
1045
- amount: 'u128',
1046
- },
1047
- Thawed: {
1048
- who: 'AccountId32',
1049
- amount: 'u128',
1050
- },
1051
- TotalIssuanceForced: {
1052
- _alias: {
1053
- new_: 'new',
1054
- },
1055
- old: 'u128',
1056
- new_: 'u128',
1057
- },
1058
- },
1059
- },
1060
- /**
1061
- * Lookup104: frame_support::traits::tokens::misc::BalanceStatus
1062
- **/
1063
- FrameSupportTokensMiscBalanceStatus: {
1064
- _enum: ['Free', 'Reserved'],
1065
- },
1066
- /**
1067
- * Lookup106: pallet_tx_pause::pallet::Event<T>
1068
- **/
1069
- PalletTxPauseEvent: {
1070
- _enum: {
1071
- CallPaused: {
1072
- fullName: '(Bytes,Bytes)',
1073
- },
1074
- CallUnpaused: {
1075
- fullName: '(Bytes,Bytes)',
1076
- },
1077
- },
1078
- },
1079
- /**
1080
- * Lookup109: pallet_transaction_payment::pallet::Event<T>
1081
- **/
1082
- PalletTransactionPaymentEvent: {
1083
- _enum: {
1084
- TransactionFeePaid: {
1085
- who: 'AccountId32',
1086
- actualFee: 'u128',
1087
- tip: 'u128',
1088
- },
1089
- },
1090
- },
1091
- /**
1092
- * Lookup110: pallet_utility::pallet::Event
1093
- **/
1094
- PalletUtilityEvent: {
1095
- _enum: {
1096
- BatchInterrupted: {
1097
- index: 'u32',
1098
- error: 'SpRuntimeDispatchError',
1099
- },
1100
- BatchCompleted: 'Null',
1101
- BatchCompletedWithErrors: 'Null',
1102
- ItemCompleted: 'Null',
1103
- ItemFailed: {
1104
- error: 'SpRuntimeDispatchError',
1105
- },
1106
- DispatchedAs: {
1107
- result: 'Result<Null, SpRuntimeDispatchError>',
1108
- },
1109
- },
1110
- },
1111
- /**
1112
- * Lookup111: pallet_sudo::pallet::Event<T>
1113
- **/
1114
- PalletSudoEvent: {
1115
- _enum: {
1116
- Sudid: {
1117
- sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1118
- },
1119
- KeyChanged: {
1120
- _alias: {
1121
- new_: 'new',
1122
- },
1123
- old: 'Option<AccountId32>',
1124
- new_: 'AccountId32',
1125
- },
1126
- KeyRemoved: 'Null',
1127
- SudoAsDone: {
1128
- sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1129
- },
1130
- },
1131
- },
1132
- /**
1133
- * Lookup112: pallet_ismp::pallet::Event<T>
1134
- **/
1135
- PalletIsmpEvent: {
1136
- _enum: {
1137
- StateMachineUpdated: {
1138
- stateMachineId: 'IsmpConsensusStateMachineId',
1139
- latestHeight: 'u64',
1140
- },
1141
- StateCommitmentVetoed: {
1142
- height: 'IsmpConsensusStateMachineHeight',
1143
- fisherman: 'Bytes',
1144
- },
1145
- ConsensusClientCreated: {
1146
- consensusClientId: '[u8;4]',
1147
- },
1148
- ConsensusClientFrozen: {
1149
- consensusClientId: '[u8;4]',
1150
- },
1151
- Response: {
1152
- destChain: 'IsmpHostStateMachine',
1153
- sourceChain: 'IsmpHostStateMachine',
1154
- requestNonce: 'u64',
1155
- commitment: 'H256',
1156
- reqCommitment: 'H256',
1157
- },
1158
- Request: {
1159
- destChain: 'IsmpHostStateMachine',
1160
- sourceChain: 'IsmpHostStateMachine',
1161
- requestNonce: 'u64',
1162
- commitment: 'H256',
1163
- },
1164
- Errors: {
1165
- errors: 'Vec<PalletIsmpErrorsHandlingError>',
1166
- },
1167
- PostRequestHandled: 'IsmpEventsRequestResponseHandled',
1168
- PostResponseHandled: 'IsmpEventsRequestResponseHandled',
1169
- GetRequestHandled: 'IsmpEventsRequestResponseHandled',
1170
- PostRequestTimeoutHandled: 'IsmpEventsTimeoutHandled',
1171
- PostResponseTimeoutHandled: 'IsmpEventsTimeoutHandled',
1172
- GetRequestTimeoutHandled: 'IsmpEventsTimeoutHandled',
1173
- },
1174
- },
1175
- /**
1176
- * Lookup113: ismp::consensus::StateMachineId
1177
- **/
1178
- IsmpConsensusStateMachineId: {
1179
- stateId: 'IsmpHostStateMachine',
1180
- consensusStateId: '[u8;4]',
1181
- },
1182
- /**
1183
- * Lookup114: ismp::host::StateMachine
1184
- **/
1185
- IsmpHostStateMachine: {
1186
- _enum: {
1187
- Evm: 'u32',
1188
- Polkadot: 'u32',
1189
- Kusama: 'u32',
1190
- Substrate: '[u8;4]',
1191
- Tendermint: '[u8;4]',
1192
- },
1193
- },
1194
- /**
1195
- * Lookup115: ismp::consensus::StateMachineHeight
1196
- **/
1197
- IsmpConsensusStateMachineHeight: {
1198
- id: 'IsmpConsensusStateMachineId',
1199
- height: 'u64',
1200
- },
1201
- /**
1202
- * Lookup118: pallet_ismp::errors::HandlingError
1203
- **/
1204
- PalletIsmpErrorsHandlingError: {
1205
- message: 'Bytes',
1206
- },
1207
- /**
1208
- * Lookup120: ismp::events::RequestResponseHandled
1209
- **/
1210
- IsmpEventsRequestResponseHandled: {
1211
- commitment: 'H256',
1212
- relayer: 'Bytes',
1213
- },
1214
- /**
1215
- * Lookup121: ismp::events::TimeoutHandled
1216
- **/
1217
- IsmpEventsTimeoutHandled: {
1218
- commitment: 'H256',
1219
- source: 'IsmpHostStateMachine',
1220
- dest: 'IsmpHostStateMachine',
1221
- },
1222
- /**
1223
- * Lookup122: ismp_grandpa::pallet::Event<T>
1224
- **/
1225
- IsmpGrandpaEvent: {
1226
- _enum: {
1227
- StateMachineAdded: {
1228
- stateMachines: 'Vec<IsmpHostStateMachine>',
1229
- },
1230
- StateMachineRemoved: {
1231
- stateMachines: 'Vec<IsmpHostStateMachine>',
1232
- },
1233
- },
1234
- },
1235
- /**
1236
- * Lookup124: pallet_hyperbridge::pallet::Event<T>
1237
- **/
1238
- PalletHyperbridgeEvent: {
1239
- _enum: {
1240
- HostParamsUpdated: {
1241
- _alias: {
1242
- new_: 'new',
1243
- },
1244
- old: 'PalletHyperbridgeVersionedHostParams',
1245
- new_: 'PalletHyperbridgeVersionedHostParams',
1246
- },
1247
- RelayerFeeWithdrawn: {
1248
- amount: 'u128',
1249
- account: 'AccountId32',
1250
- },
1251
- ProtocolRevenueWithdrawn: {
1252
- amount: 'u128',
1253
- account: 'AccountId32',
1254
- },
1255
- },
1256
- },
1257
- /**
1258
- * Lookup125: pallet_hyperbridge::VersionedHostParams<Balance>
1259
- **/
1260
- PalletHyperbridgeVersionedHostParams: {
1261
- _enum: {
1262
- V1: 'PalletHyperbridgeSubstrateHostParams',
1263
- },
1264
- },
1265
- /**
1266
- * Lookup126: pallet_hyperbridge::SubstrateHostParams<B>
1267
- **/
1268
- PalletHyperbridgeSubstrateHostParams: {
1269
- defaultPerByteFee: 'u128',
1270
- perByteFees: 'BTreeMap<IsmpHostStateMachine, u128>',
1271
- assetRegistrationFee: 'u128',
1272
- },
1273
- /**
1274
- * Lookup130: pallet_token_gateway::pallet::Event<T>
1275
- **/
1276
- PalletTokenGatewayEvent: {
1277
- _enum: {
1278
- AssetTeleported: {
1279
- from: 'AccountId32',
1280
- to: 'H256',
1281
- amount: 'u128',
1282
- dest: 'IsmpHostStateMachine',
1283
- commitment: 'H256',
1284
- },
1285
- AssetReceived: {
1286
- beneficiary: 'AccountId32',
1287
- amount: 'u128',
1288
- source: 'IsmpHostStateMachine',
1289
- },
1290
- AssetRefunded: {
1291
- beneficiary: 'AccountId32',
1292
- amount: 'u128',
1293
- source: 'IsmpHostStateMachine',
1294
- },
1295
- ERC6160AssetRegistrationDispatched: {
1296
- commitment: 'H256',
1297
- },
1298
- },
1299
- },
1300
- /**
1301
- * Lookup131: frame_system::Phase
1302
- **/
1303
- FrameSystemPhase: {
1304
- _enum: {
1305
- ApplyExtrinsic: 'u32',
1306
- Finalization: 'Null',
1307
- Initialization: 'Null',
1308
- },
1309
- },
1310
- /**
1311
- * Lookup135: frame_system::LastRuntimeUpgradeInfo
1312
- **/
1313
- FrameSystemLastRuntimeUpgradeInfo: {
1314
- specVersion: 'Compact<u32>',
1315
- specName: 'Text',
1316
- },
1317
- /**
1318
- * Lookup136: frame_system::CodeUpgradeAuthorization<T>
1319
- **/
1320
- FrameSystemCodeUpgradeAuthorization: {
1321
- codeHash: 'H256',
1322
- checkVersion: 'bool',
1323
- },
1324
- /**
1325
- * Lookup137: frame_system::pallet::Call<T>
1326
- **/
1327
- FrameSystemCall: {
1328
- _enum: {
1329
- remark: {
1330
- remark: 'Bytes',
1331
- },
1332
- set_heap_pages: {
1333
- pages: 'u64',
1334
- },
1335
- set_code: {
1336
- code: 'Bytes',
1337
- },
1338
- set_code_without_checks: {
1339
- code: 'Bytes',
1340
- },
1341
- set_storage: {
1342
- items: 'Vec<(Bytes,Bytes)>',
1343
- },
1344
- kill_storage: {
1345
- _alias: {
1346
- keys_: 'keys',
1347
- },
1348
- keys_: 'Vec<Bytes>',
1349
- },
1350
- kill_prefix: {
1351
- prefix: 'Bytes',
1352
- subkeys: 'u32',
1353
- },
1354
- remark_with_event: {
1355
- remark: 'Bytes',
1356
- },
1357
- __Unused8: 'Null',
1358
- authorize_upgrade: {
1359
- codeHash: 'H256',
1360
- },
1361
- authorize_upgrade_without_checks: {
1362
- codeHash: 'H256',
1363
- },
1364
- apply_authorized_upgrade: {
1365
- code: 'Bytes',
1366
- },
1367
- },
1368
- },
1369
- /**
1370
- * Lookup141: frame_system::limits::BlockWeights
1371
- **/
1372
- FrameSystemLimitsBlockWeights: {
1373
- baseBlock: 'SpWeightsWeightV2Weight',
1374
- maxBlock: 'SpWeightsWeightV2Weight',
1375
- perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
1376
- },
1377
- /**
1378
- * Lookup142: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1379
- **/
1380
- FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1381
- normal: 'FrameSystemLimitsWeightsPerClass',
1382
- operational: 'FrameSystemLimitsWeightsPerClass',
1383
- mandatory: 'FrameSystemLimitsWeightsPerClass',
1384
- },
1385
- /**
1386
- * Lookup143: frame_system::limits::WeightsPerClass
1387
- **/
1388
- FrameSystemLimitsWeightsPerClass: {
1389
- baseExtrinsic: 'SpWeightsWeightV2Weight',
1390
- maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1391
- maxTotal: 'Option<SpWeightsWeightV2Weight>',
1392
- reserved: 'Option<SpWeightsWeightV2Weight>',
1393
- },
1394
- /**
1395
- * Lookup145: frame_system::limits::BlockLength
1396
- **/
1397
- FrameSystemLimitsBlockLength: {
1398
- max: 'FrameSupportDispatchPerDispatchClassU32',
1399
- },
1400
- /**
1401
- * Lookup146: frame_support::dispatch::PerDispatchClass<T>
1402
- **/
1403
- FrameSupportDispatchPerDispatchClassU32: {
1404
- normal: 'u32',
1405
- operational: 'u32',
1406
- mandatory: 'u32',
1407
- },
1408
- /**
1409
- * Lookup147: sp_weights::RuntimeDbWeight
1410
- **/
1411
- SpWeightsRuntimeDbWeight: {
1412
- read: 'u64',
1413
- write: 'u64',
1414
- },
1415
- /**
1416
- * Lookup148: sp_version::RuntimeVersion
1417
- **/
1418
- SpVersionRuntimeVersion: {
1419
- specName: 'Text',
1420
- implName: 'Text',
1421
- authoringVersion: 'u32',
1422
- specVersion: 'u32',
1423
- implVersion: 'u32',
1424
- apis: 'Vec<([u8;8],u32)>',
1425
- transactionVersion: 'u32',
1426
- stateVersion: 'u8',
1427
- },
1428
- /**
1429
- * Lookup153: frame_system::pallet::Error<T>
1430
- **/
1431
- FrameSystemError: {
1432
- _enum: [
1433
- 'InvalidSpecName',
1434
- 'SpecVersionNeedsToIncrease',
1435
- 'FailedToExtractRuntimeVersion',
1436
- 'NonDefaultComposite',
1437
- 'NonZeroRefCount',
1438
- 'CallFiltered',
1439
- 'MultiBlockMigrationsOngoing',
1440
- 'NothingAuthorized',
1441
- 'Unauthorized',
1442
- ],
1443
- },
1444
- /**
1445
- * Lookup154: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1446
- **/
1447
- ArgonPrimitivesDigestsDigestset: {
1448
- author: 'AccountId32',
1449
- blockVote: 'ArgonPrimitivesDigestsBlockVoteDigest',
1450
- votingKey: 'Option<ArgonPrimitivesDigestsParentVotingKeyDigest>',
1451
- forkPower: 'Option<ArgonPrimitivesForkPower>',
1452
- tick: 'u64',
1453
- notebooks: 'ArgonPrimitivesDigestsNotebookDigest',
1454
- },
1455
- /**
1456
- * Lookup155: argon_primitives::digests::BlockVoteDigest
1457
- **/
1458
- ArgonPrimitivesDigestsBlockVoteDigest: {
1459
- votingPower: 'Compact<u128>',
1460
- votesCount: 'Compact<u32>',
1461
- },
1462
- /**
1463
- * Lookup157: argon_primitives::digests::ParentVotingKeyDigest
1464
- **/
1465
- ArgonPrimitivesDigestsParentVotingKeyDigest: {
1466
- parentVotingKey: 'Option<H256>',
1467
- },
1468
- /**
1469
- * Lookup160: argon_primitives::fork_power::ForkPower
1470
- **/
1471
- ArgonPrimitivesForkPower: {
1472
- isLatestVote: 'bool',
1473
- notebooks: 'Compact<u64>',
1474
- votingPower: 'U256',
1475
- sealStrength: 'U256',
1476
- totalComputeDifficulty: 'U256',
1477
- voteCreatedBlocks: 'Compact<u128>',
1478
- },
1479
- /**
1480
- * Lookup162: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1481
- **/
1482
- ArgonPrimitivesDigestsNotebookDigest: {
1483
- notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>',
1484
- },
1485
- /**
1486
- * Lookup164: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1487
- **/
1488
- ArgonPrimitivesNotebookNotebookAuditResult: {
1489
- notaryId: 'Compact<u32>',
1490
- notebookNumber: 'Compact<u32>',
1491
- tick: 'Compact<u64>',
1492
- auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>',
1493
- },
1494
- /**
1495
- * Lookup166: pallet_digests::pallet::Error<T>
1496
- **/
1497
- PalletDigestsError: {
1498
- _enum: [
1499
- 'DuplicateBlockVoteDigest',
1500
- 'DuplicateAuthorDigest',
1501
- 'DuplicateTickDigest',
1502
- 'DuplicateParentVotingKeyDigest',
1503
- 'DuplicateNotebookDigest',
1504
- 'DuplicateForkPowerDigest',
1505
- 'MissingBlockVoteDigest',
1506
- 'MissingAuthorDigest',
1507
- 'MissingTickDigest',
1508
- 'MissingParentVotingKeyDigest',
1509
- 'MissingNotebookDigest',
1510
- 'CouldNotDecodeDigest',
1511
- ],
1512
- },
1513
- /**
1514
- * Lookup167: pallet_timestamp::pallet::Call<T>
1515
- **/
1516
- PalletTimestampCall: {
1517
- _enum: {
1518
- set: {
1519
- now: 'Compact<u64>',
1520
- },
1521
- },
1522
- },
1523
- /**
1524
- * Lookup169: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1525
- **/
1526
- PalletMultisigMultisig: {
1527
- when: 'PalletMultisigTimepoint',
1528
- deposit: 'u128',
1529
- depositor: 'AccountId32',
1530
- approvals: 'Vec<AccountId32>',
1531
- },
1532
- /**
1533
- * Lookup172: pallet_multisig::pallet::Call<T>
1534
- **/
1535
- PalletMultisigCall: {
1536
- _enum: {
1537
- as_multi_threshold_1: {
1538
- otherSignatories: 'Vec<AccountId32>',
1539
- call: 'Call',
1540
- },
1541
- as_multi: {
1542
- threshold: 'u16',
1543
- otherSignatories: 'Vec<AccountId32>',
1544
- maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1545
- call: 'Call',
1546
- maxWeight: 'SpWeightsWeightV2Weight',
1547
- },
1548
- approve_as_multi: {
1549
- threshold: 'u16',
1550
- otherSignatories: 'Vec<AccountId32>',
1551
- maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1552
- callHash: '[u8;32]',
1553
- maxWeight: 'SpWeightsWeightV2Weight',
1554
- },
1555
- cancel_as_multi: {
1556
- threshold: 'u16',
1557
- otherSignatories: 'Vec<AccountId32>',
1558
- timepoint: 'PalletMultisigTimepoint',
1559
- callHash: '[u8;32]',
1560
- },
1561
- },
1562
- },
1563
- /**
1564
- * Lookup174: pallet_proxy::pallet::Call<T>
1565
- **/
1566
- PalletProxyCall: {
1567
- _enum: {
1568
- proxy: {
1569
- real: 'MultiAddress',
1570
- forceProxyType: 'Option<ArgonRuntimeProxyType>',
1571
- call: 'Call',
1572
- },
1573
- add_proxy: {
1574
- delegate: 'MultiAddress',
1575
- proxyType: 'ArgonRuntimeProxyType',
1576
- delay: 'u32',
1577
- },
1578
- remove_proxy: {
1579
- delegate: 'MultiAddress',
1580
- proxyType: 'ArgonRuntimeProxyType',
1581
- delay: 'u32',
1582
- },
1583
- remove_proxies: 'Null',
1584
- create_pure: {
1585
- proxyType: 'ArgonRuntimeProxyType',
1586
- delay: 'u32',
1587
- index: 'u16',
1588
- },
1589
- kill_pure: {
1590
- spawner: 'MultiAddress',
1591
- proxyType: 'ArgonRuntimeProxyType',
1592
- index: 'u16',
1593
- height: 'Compact<u32>',
1594
- extIndex: 'Compact<u32>',
1595
- },
1596
- announce: {
1597
- real: 'MultiAddress',
1598
- callHash: 'H256',
1599
- },
1600
- remove_announcement: {
1601
- real: 'MultiAddress',
1602
- callHash: 'H256',
1603
- },
1604
- reject_announcement: {
1605
- delegate: 'MultiAddress',
1606
- callHash: 'H256',
1607
- },
1608
- proxy_announced: {
1609
- delegate: 'MultiAddress',
1610
- real: 'MultiAddress',
1611
- forceProxyType: 'Option<ArgonRuntimeProxyType>',
1612
- call: 'Call',
1613
- },
1614
- },
1615
- },
1616
- /**
1617
- * Lookup179: pallet_ticks::pallet::Call<T>
1618
- **/
1619
- PalletTicksCall: 'Null',
1620
- /**
1621
- * Lookup180: pallet_mining_slot::pallet::Call<T>
1622
- **/
1623
- PalletMiningSlotCall: {
1624
- _enum: {
1625
- bid: {
1626
- _alias: {
1627
- keys_: 'keys',
1628
- },
1629
- bid: 'u128',
1630
- rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
1631
- keys_: 'ArgonRuntimeSessionKeys',
1632
- miningAccountId: 'Option<AccountId32>',
1633
- },
1634
- configure_mining_slot_delay: {
1635
- miningSlotDelay: 'Option<u64>',
1636
- ticksBeforeBidEndForVrfClose: 'Option<u64>',
1637
- },
1638
- },
1639
- },
1640
- /**
1641
- * Lookup181: pallet_bitcoin_utxos::pallet::Call<T>
1642
- **/
1643
- PalletBitcoinUtxosCall: {
1644
- _enum: {
1645
- sync: {
1646
- utxoSync: 'ArgonPrimitivesInherentsBitcoinUtxoSync',
1647
- },
1648
- set_confirmed_block: {
1649
- bitcoinHeight: 'u64',
1650
- bitcoinBlockHash: 'ArgonPrimitivesBitcoinH256Le',
1651
- },
1652
- set_operator: {
1653
- accountId: 'AccountId32',
1654
- },
1655
- },
1656
- },
1657
- /**
1658
- * Lookup182: argon_primitives::inherents::BitcoinUtxoSync
1659
- **/
1660
- ArgonPrimitivesInherentsBitcoinUtxoSync: {
1661
- spent: 'BTreeMap<u64, u64>',
1662
- verified: 'BTreeMap<u64, ArgonPrimitivesBitcoinUtxoRef>',
1663
- invalid: 'BTreeMap<u64, ArgonPrimitivesBitcoinBitcoinRejectedReason>',
1664
- syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock',
1665
- },
1666
- /**
1667
- * Lookup192: argon_primitives::bitcoin::BitcoinBlock
1668
- **/
1669
- ArgonPrimitivesBitcoinBitcoinBlock: {
1670
- blockHeight: 'Compact<u64>',
1671
- blockHash: 'ArgonPrimitivesBitcoinH256Le',
1672
- },
1673
- /**
1674
- * Lookup193: pallet_vaults::pallet::Call<T>
1675
- **/
1676
- PalletVaultsCall: {
1677
- _enum: {
1678
- create: {
1679
- vaultConfig: 'PalletVaultsVaultConfig',
1680
- },
1681
- modify_funding: {
1682
- vaultId: 'u32',
1683
- totalBondedBitcoinAmountOffered: 'u128',
1684
- totalLockedBitcoinAmountOffered: 'u128',
1685
- addedSecuritizationPercent: 'u128',
1686
- },
1687
- modify_terms: {
1688
- vaultId: 'u32',
1689
- terms: 'ArgonPrimitivesVaultVaultTerms',
1690
- },
1691
- close: {
1692
- vaultId: 'u32',
1693
- },
1694
- replace_bitcoin_xpub: {
1695
- vaultId: 'u32',
1696
- bitcoinXpub: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1697
- },
1698
- },
1699
- },
1700
- /**
1701
- * Lookup194: pallet_vaults::pallet::VaultConfig<Balance>
1702
- **/
1703
- PalletVaultsVaultConfig: {
1704
- terms: 'ArgonPrimitivesVaultVaultTerms',
1705
- lockedBitcoinArgonsAllocated: 'Compact<u128>',
1706
- bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1707
- bondedBitcoinArgonsAllocated: 'Compact<u128>',
1708
- addedSecuritizationPercent: 'Compact<u128>',
1709
- },
1710
- /**
1711
- * Lookup195: argon_primitives::vault::VaultTerms<Balance>
1712
- **/
1713
- ArgonPrimitivesVaultVaultTerms: {
1714
- bitcoinAnnualPercentRate: 'Compact<u128>',
1715
- bitcoinBaseFee: 'Compact<u128>',
1716
- },
1717
- /**
1718
- * Lookup197: argon_primitives::bitcoin::OpaqueBitcoinXpub
1719
- **/
1720
- ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1721
- /**
1722
- * Lookup199: pallet_bitcoin_locks::pallet::Call<T>
1723
- **/
1724
- PalletBitcoinLocksCall: {
1725
- _enum: {
1726
- initialize: {
1727
- vaultId: 'u32',
1728
- satoshis: 'Compact<u64>',
1729
- bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1730
- },
1731
- request_release: {
1732
- utxoId: 'u64',
1733
- toScriptPubkey: 'Bytes',
1734
- bitcoinNetworkFee: 'u64',
1735
- },
1736
- cosign_release: {
1737
- utxoId: 'u64',
1738
- signature: 'Bytes',
1739
- },
1740
- admin_modify_minimum_locked_sats: {
1741
- satoshis: 'u64',
1742
- },
1743
- },
1744
- },
1745
- /**
1746
- * Lookup200: argon_primitives::bitcoin::CompressedBitcoinPubkey
1747
- **/
1748
- ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1749
- /**
1750
- * Lookup204: pallet_notaries::pallet::Call<T>
1751
- **/
1752
- PalletNotariesCall: {
1753
- _enum: {
1754
- propose: {
1755
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
1756
- },
1757
- activate: {
1758
- operatorAccount: 'AccountId32',
1759
- },
1760
- update: {
1761
- notaryId: 'Compact<u32>',
1762
- meta: 'ArgonPrimitivesNotaryNotaryMeta',
1763
- effectiveTick: 'Compact<u64>',
1764
- },
1765
- },
1766
- },
1767
- /**
1768
- * Lookup205: pallet_notebook::pallet::Call<T>
1769
- **/
1770
- PalletNotebookCall: {
1771
- _enum: {
1772
- submit: {
1773
- notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>',
1774
- },
1775
- unlock: {
1776
- notaryId: 'u32',
1777
- },
1778
- },
1779
- },
1780
- /**
1781
- * Lookup207: argon_primitives::notebook::SignedNotebookHeader
1782
- **/
1783
- ArgonPrimitivesNotebookSignedNotebookHeader: {
1784
- header: 'ArgonPrimitivesNotebookNotebookHeader',
1785
- signature: '[u8;64]',
1786
- },
1787
- /**
1788
- * Lookup208: argon_primitives::notebook::NotebookHeader
1789
- **/
1790
- ArgonPrimitivesNotebookNotebookHeader: {
1791
- version: 'Compact<u16>',
1792
- notebookNumber: 'Compact<u32>',
1793
- tick: 'Compact<u64>',
1794
- tax: 'Compact<u128>',
1795
- notaryId: 'Compact<u32>',
1796
- chainTransfers: 'Vec<ArgonPrimitivesNotebookChainTransfer>',
1797
- changedAccountsRoot: 'H256',
1798
- changedAccountOrigins: 'Vec<ArgonPrimitivesBalanceChangeAccountOrigin>',
1799
- blockVotesRoot: 'H256',
1800
- blockVotesCount: 'Compact<u32>',
1801
- blocksWithVotes: 'Vec<H256>',
1802
- blockVotingPower: 'Compact<u128>',
1803
- secretHash: 'H256',
1804
- parentSecret: 'Option<H256>',
1805
- domains: 'Vec<(H256,AccountId32)>',
1806
- },
1807
- /**
1808
- * Lookup211: argon_primitives::notebook::ChainTransfer
1809
- **/
1810
- ArgonPrimitivesNotebookChainTransfer: {
1811
- _enum: {
1812
- ToMainchain: {
1813
- accountId: 'AccountId32',
1814
- amount: 'Compact<u128>',
1815
- },
1816
- ToLocalchain: {
1817
- transferId: 'Compact<u32>',
1818
- },
1819
- },
1820
- },
1821
- /**
1822
- * Lookup214: argon_primitives::balance_change::AccountOrigin
1823
- **/
1824
- ArgonPrimitivesBalanceChangeAccountOrigin: {
1825
- notebookNumber: 'Compact<u32>',
1826
- accountUid: 'Compact<u32>',
1827
- },
1828
- /**
1829
- * Lookup221: pallet_chain_transfer::pallet::Call<T>
1830
- **/
1831
- PalletChainTransferCall: {
1832
- _enum: {
1833
- send_to_localchain: {
1834
- amount: 'Compact<u128>',
1835
- notaryId: 'u32',
1836
- },
1837
- },
1838
- },
1839
- /**
1840
- * Lookup222: pallet_block_seal_spec::pallet::Call<T>
1841
- **/
1842
- PalletBlockSealSpecCall: {
1843
- _enum: {
1844
- configure: {
1845
- voteMinimum: 'Option<u128>',
1846
- computeDifficulty: 'Option<u128>',
1847
- },
1848
- },
1849
- },
1850
- /**
1851
- * Lookup223: pallet_domains::pallet::Call<T>
1852
- **/
1853
- PalletDomainsCall: {
1854
- _enum: {
1855
- set_zone_record: {
1856
- domainHash: 'H256',
1857
- zoneRecord: 'ArgonPrimitivesDomainZoneRecord',
1858
- },
1859
- },
1860
- },
1861
- /**
1862
- * Lookup224: pallet_price_index::pallet::Call<T>
1863
- **/
1864
- PalletPriceIndexCall: {
1865
- _enum: {
1866
- submit: {
1867
- index: 'PalletPriceIndexPriceIndex',
1868
- },
1869
- set_operator: {
1870
- accountId: 'AccountId32',
1871
- },
1872
- },
1873
- },
1874
- /**
1875
- * Lookup225: pallet_price_index::PriceIndex
1876
- **/
1877
- PalletPriceIndexPriceIndex: {
1878
- btcUsdPrice: 'Compact<u128>',
1879
- argonotUsdPrice: 'u128',
1880
- argonUsdPrice: 'Compact<u128>',
1881
- argonUsdTargetPrice: 'u128',
1882
- argonTimeWeightedAverageLiquidity: 'u128',
1883
- tick: 'Compact<u64>',
1884
- },
1885
- /**
1886
- * Lookup226: pallet_grandpa::pallet::Call<T>
1887
- **/
1888
- PalletGrandpaCall: {
1889
- _enum: {
1890
- report_equivocation: {
1891
- equivocationProof: 'SpConsensusGrandpaEquivocationProof',
1892
- keyOwnerProof: 'SpCoreVoid',
1893
- },
1894
- report_equivocation_unsigned: {
1895
- equivocationProof: 'SpConsensusGrandpaEquivocationProof',
1896
- keyOwnerProof: 'SpCoreVoid',
1897
- },
1898
- note_stalled: {
1899
- delay: 'u32',
1900
- bestFinalizedBlockNumber: 'u32',
1901
- },
1902
- },
1903
- },
1904
- /**
1905
- * Lookup227: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1906
- **/
1907
- SpConsensusGrandpaEquivocationProof: {
1908
- setId: 'u64',
1909
- equivocation: 'SpConsensusGrandpaEquivocation',
1910
- },
1911
- /**
1912
- * Lookup228: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1913
- **/
1914
- SpConsensusGrandpaEquivocation: {
1915
- _enum: {
1916
- Prevote: 'FinalityGrandpaEquivocationPrevote',
1917
- Precommit: 'FinalityGrandpaEquivocationPrecommit',
1918
- },
1919
- },
1920
- /**
1921
- * Lookup229: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1922
- **/
1923
- FinalityGrandpaEquivocationPrevote: {
1924
- roundNumber: 'u64',
1925
- identity: 'SpConsensusGrandpaAppPublic',
1926
- first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1927
- second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1928
- },
1929
- /**
1930
- * Lookup230: finality_grandpa::Prevote<primitive_types::H256, N>
1931
- **/
1932
- FinalityGrandpaPrevote: {
1933
- targetHash: 'H256',
1934
- targetNumber: 'u32',
1935
- },
1936
- /**
1937
- * Lookup231: sp_consensus_grandpa::app::Signature
1938
- **/
1939
- SpConsensusGrandpaAppSignature: '[u8;64]',
1940
- /**
1941
- * Lookup233: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1942
- **/
1943
- FinalityGrandpaEquivocationPrecommit: {
1944
- roundNumber: 'u64',
1945
- identity: 'SpConsensusGrandpaAppPublic',
1946
- first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1947
- second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1948
- },
1949
- /**
1950
- * Lookup234: finality_grandpa::Precommit<primitive_types::H256, N>
1951
- **/
1952
- FinalityGrandpaPrecommit: {
1953
- targetHash: 'H256',
1954
- targetNumber: 'u32',
1955
- },
1956
- /**
1957
- * Lookup236: sp_core::Void
1958
- **/
1959
- SpCoreVoid: 'Null',
1960
- /**
1961
- * Lookup237: pallet_block_seal::pallet::Call<T>
1962
- **/
1963
- PalletBlockSealCall: {
1964
- _enum: {
1965
- apply: {
1966
- seal: 'ArgonPrimitivesInherentsBlockSealInherent',
1967
- },
1968
- },
1969
- },
1970
- /**
1971
- * Lookup238: argon_primitives::inherents::BlockSealInherent
1972
- **/
1973
- ArgonPrimitivesInherentsBlockSealInherent: {
1974
- _enum: {
1975
- Vote: {
1976
- sealStrength: 'U256',
1977
- notaryId: 'Compact<u32>',
1978
- sourceNotebookNumber: 'Compact<u32>',
1979
- sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
1980
- blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
1981
- },
1982
- Compute: 'Null',
1983
- },
1984
- },
1985
- /**
1986
- * Lookup239: argon_primitives::balance_change::MerkleProof
1987
- **/
1988
- ArgonPrimitivesBalanceChangeMerkleProof: {
1989
- proof: 'Vec<H256>',
1990
- numberOfLeaves: 'Compact<u32>',
1991
- leafIndex: 'Compact<u32>',
1992
- },
1993
- /**
1994
- * Lookup241: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1995
- **/
1996
- ArgonPrimitivesBlockVoteBlockVoteT: {
1997
- accountId: 'AccountId32',
1998
- blockHash: 'H256',
1999
- index: 'Compact<u32>',
2000
- power: 'Compact<u128>',
2001
- signature: 'SpRuntimeMultiSignature',
2002
- blockRewardsAccountId: 'AccountId32',
2003
- tick: 'Compact<u64>',
2004
- },
2005
- /**
2006
- * Lookup242: sp_runtime::MultiSignature
2007
- **/
2008
- SpRuntimeMultiSignature: {
2009
- _enum: {
2010
- Ed25519: '[u8;64]',
2011
- Sr25519: '[u8;64]',
2012
- Ecdsa: '[u8;65]',
2013
- },
2014
- },
2015
- /**
2016
- * Lookup244: pallet_block_rewards::pallet::Call<T>
2017
- **/
2018
- PalletBlockRewardsCall: {
2019
- _enum: {
2020
- set_block_rewards_paused: {
2021
- paused: 'bool',
2022
- },
2023
- },
2024
- },
2025
- /**
2026
- * Lookup245: pallet_mint::pallet::Call<T>
2027
- **/
2028
- PalletMintCall: 'Null',
2029
- /**
2030
- * Lookup246: pallet_balances::pallet::Call<T, I>
2031
- **/
2032
- PalletBalancesCall: {
2033
- _enum: {
2034
- transfer_allow_death: {
2035
- dest: 'MultiAddress',
2036
- value: 'Compact<u128>',
2037
- },
2038
- __Unused1: 'Null',
2039
- force_transfer: {
2040
- source: 'MultiAddress',
2041
- dest: 'MultiAddress',
2042
- value: 'Compact<u128>',
2043
- },
2044
- transfer_keep_alive: {
2045
- dest: 'MultiAddress',
2046
- value: 'Compact<u128>',
2047
- },
2048
- transfer_all: {
2049
- dest: 'MultiAddress',
2050
- keepAlive: 'bool',
2051
- },
2052
- force_unreserve: {
2053
- who: 'MultiAddress',
2054
- amount: 'u128',
2055
- },
2056
- upgrade_accounts: {
2057
- who: 'Vec<AccountId32>',
2058
- },
2059
- __Unused7: 'Null',
2060
- force_set_balance: {
2061
- who: 'MultiAddress',
2062
- newFree: 'Compact<u128>',
2063
- },
2064
- force_adjust_total_issuance: {
2065
- direction: 'PalletBalancesAdjustmentDirection',
2066
- delta: 'Compact<u128>',
2067
- },
2068
- burn: {
2069
- value: 'Compact<u128>',
2070
- keepAlive: 'bool',
2071
- },
2072
- },
2073
- },
2074
- /**
2075
- * Lookup247: pallet_balances::types::AdjustmentDirection
2076
- **/
2077
- PalletBalancesAdjustmentDirection: {
2078
- _enum: ['Increase', 'Decrease'],
2079
- },
2080
- /**
2081
- * Lookup249: pallet_tx_pause::pallet::Call<T>
2082
- **/
2083
- PalletTxPauseCall: {
2084
- _enum: {
2085
- pause: {
2086
- fullName: '(Bytes,Bytes)',
2087
- },
2088
- unpause: {
2089
- ident: '(Bytes,Bytes)',
2090
- },
2091
- },
2092
- },
2093
- /**
2094
- * Lookup250: pallet_utility::pallet::Call<T>
2095
- **/
2096
- PalletUtilityCall: {
2097
- _enum: {
2098
- batch: {
2099
- calls: 'Vec<Call>',
2100
- },
2101
- as_derivative: {
2102
- index: 'u16',
2103
- call: 'Call',
2104
- },
2105
- batch_all: {
2106
- calls: 'Vec<Call>',
2107
- },
2108
- dispatch_as: {
2109
- asOrigin: 'ArgonRuntimeOriginCaller',
2110
- call: 'Call',
2111
- },
2112
- force_batch: {
2113
- calls: 'Vec<Call>',
2114
- },
2115
- with_weight: {
2116
- call: 'Call',
2117
- weight: 'SpWeightsWeightV2Weight',
2118
- },
2119
- },
2120
- },
2121
- /**
2122
- * Lookup252: argon_runtime::OriginCaller
2123
- **/
2124
- ArgonRuntimeOriginCaller: {
2125
- _enum: {
2126
- system: 'FrameSupportDispatchRawOrigin',
2127
- Void: 'SpCoreVoid',
2128
- },
2129
- },
2130
- /**
2131
- * Lookup253: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
2132
- **/
2133
- FrameSupportDispatchRawOrigin: {
2134
- _enum: {
2135
- Root: 'Null',
2136
- Signed: 'AccountId32',
2137
- None: 'Null',
2138
- },
2139
- },
2140
- /**
2141
- * Lookup254: pallet_sudo::pallet::Call<T>
2142
- **/
2143
- PalletSudoCall: {
2144
- _enum: {
2145
- sudo: {
2146
- call: 'Call',
2147
- },
2148
- sudo_unchecked_weight: {
2149
- call: 'Call',
2150
- weight: 'SpWeightsWeightV2Weight',
2151
- },
2152
- set_key: {
2153
- _alias: {
2154
- new_: 'new',
2155
- },
2156
- new_: 'MultiAddress',
2157
- },
2158
- sudo_as: {
2159
- who: 'MultiAddress',
2160
- call: 'Call',
2161
- },
2162
- remove_key: 'Null',
2163
- },
2164
- },
2165
- /**
2166
- * Lookup255: pallet_ismp::pallet::Call<T>
2167
- **/
2168
- PalletIsmpCall: {
2169
- _enum: {
2170
- handle_unsigned: {
2171
- messages: 'Vec<IsmpMessagingMessage>',
2172
- },
2173
- __Unused1: 'Null',
2174
- create_consensus_client: {
2175
- message: 'IsmpMessagingCreateConsensusState',
2176
- },
2177
- update_consensus_state: {
2178
- message: 'PalletIsmpUtilsUpdateConsensusState',
2179
- },
2180
- fund_message: {
2181
- message: 'PalletIsmpUtilsFundMessageParams',
2182
- },
2183
- },
2184
- },
2185
- /**
2186
- * Lookup257: ismp::messaging::Message
2187
- **/
2188
- IsmpMessagingMessage: {
2189
- _enum: {
2190
- Consensus: 'IsmpMessagingConsensusMessage',
2191
- FraudProof: 'IsmpMessagingFraudProofMessage',
2192
- Request: 'IsmpMessagingRequestMessage',
2193
- Response: 'IsmpMessagingResponseMessage',
2194
- Timeout: 'IsmpMessagingTimeoutMessage',
2195
- },
2196
- },
2197
- /**
2198
- * Lookup258: ismp::messaging::ConsensusMessage
2199
- **/
2200
- IsmpMessagingConsensusMessage: {
2201
- consensusProof: 'Bytes',
2202
- consensusStateId: '[u8;4]',
2203
- signer: 'Bytes',
2204
- },
2205
- /**
2206
- * Lookup259: ismp::messaging::FraudProofMessage
2207
- **/
2208
- IsmpMessagingFraudProofMessage: {
2209
- proof1: 'Bytes',
2210
- proof2: 'Bytes',
2211
- consensusStateId: '[u8;4]',
2212
- },
2213
- /**
2214
- * Lookup260: ismp::messaging::RequestMessage
2215
- **/
2216
- IsmpMessagingRequestMessage: {
2217
- requests: 'Vec<IsmpRouterPostRequest>',
2218
- proof: 'IsmpMessagingProof',
2219
- signer: 'Bytes',
2220
- },
2221
- /**
2222
- * Lookup262: ismp::router::PostRequest
2223
- **/
2224
- IsmpRouterPostRequest: {
2225
- source: 'IsmpHostStateMachine',
2226
- dest: 'IsmpHostStateMachine',
2227
- nonce: 'u64',
2228
- from: 'Bytes',
2229
- to: 'Bytes',
2230
- timeoutTimestamp: 'u64',
2231
- body: 'Bytes',
2232
- },
2233
- /**
2234
- * Lookup263: ismp::messaging::Proof
2235
- **/
2236
- IsmpMessagingProof: {
2237
- height: 'IsmpConsensusStateMachineHeight',
2238
- proof: 'Bytes',
2239
- },
2240
- /**
2241
- * Lookup264: ismp::messaging::ResponseMessage
2242
- **/
2243
- IsmpMessagingResponseMessage: {
2244
- datagram: 'IsmpRouterRequestResponse',
2245
- proof: 'IsmpMessagingProof',
2246
- signer: 'Bytes',
2247
- },
2248
- /**
2249
- * Lookup265: ismp::router::RequestResponse
2250
- **/
2251
- IsmpRouterRequestResponse: {
2252
- _enum: {
2253
- Request: 'Vec<IsmpRouterRequest>',
2254
- Response: 'Vec<IsmpRouterResponse>',
2255
- },
2256
- },
2257
- /**
2258
- * Lookup267: ismp::router::Request
2259
- **/
2260
- IsmpRouterRequest: {
2261
- _enum: {
2262
- Post: 'IsmpRouterPostRequest',
2263
- Get: 'IsmpRouterGetRequest',
2264
- },
2265
- },
2266
- /**
2267
- * Lookup268: ismp::router::GetRequest
2268
- **/
2269
- IsmpRouterGetRequest: {
2270
- _alias: {
2271
- keys_: 'keys',
2272
- },
2273
- source: 'IsmpHostStateMachine',
2274
- dest: 'IsmpHostStateMachine',
2275
- nonce: 'u64',
2276
- from: 'Bytes',
2277
- keys_: 'Vec<Bytes>',
2278
- height: 'u64',
2279
- context: 'Bytes',
2280
- timeoutTimestamp: 'u64',
2281
- },
2282
- /**
2283
- * Lookup270: ismp::router::Response
2284
- **/
2285
- IsmpRouterResponse: {
2286
- _enum: {
2287
- Post: 'IsmpRouterPostResponse',
2288
- Get: 'IsmpRouterGetResponse',
2289
- },
2290
- },
2291
- /**
2292
- * Lookup271: ismp::router::PostResponse
2293
- **/
2294
- IsmpRouterPostResponse: {
2295
- post: 'IsmpRouterPostRequest',
2296
- response: 'Bytes',
2297
- timeoutTimestamp: 'u64',
2298
- },
2299
- /**
2300
- * Lookup272: ismp::router::GetResponse
2301
- **/
2302
- IsmpRouterGetResponse: {
2303
- get: 'IsmpRouterGetRequest',
2304
- values: 'Vec<IsmpRouterStorageValue>',
2305
- },
2306
- /**
2307
- * Lookup274: ismp::router::StorageValue
2308
- **/
2309
- IsmpRouterStorageValue: {
2310
- key: 'Bytes',
2311
- value: 'Option<Bytes>',
2312
- },
2313
- /**
2314
- * Lookup276: ismp::messaging::TimeoutMessage
2315
- **/
2316
- IsmpMessagingTimeoutMessage: {
2317
- _enum: {
2318
- Post: {
2319
- requests: 'Vec<IsmpRouterRequest>',
2320
- timeoutProof: 'IsmpMessagingProof',
2321
- },
2322
- PostResponse: {
2323
- responses: 'Vec<IsmpRouterPostResponse>',
2324
- timeoutProof: 'IsmpMessagingProof',
2325
- },
2326
- Get: {
2327
- requests: 'Vec<IsmpRouterRequest>',
2328
- },
2329
- },
2330
- },
2331
- /**
2332
- * Lookup278: ismp::messaging::CreateConsensusState
2333
- **/
2334
- IsmpMessagingCreateConsensusState: {
2335
- consensusState: 'Bytes',
2336
- consensusClientId: '[u8;4]',
2337
- consensusStateId: '[u8;4]',
2338
- unbondingPeriod: 'u64',
2339
- challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>',
2340
- stateMachineCommitments: 'Vec<(IsmpConsensusStateMachineId,IsmpMessagingStateCommitmentHeight)>',
2341
- },
2342
- /**
2343
- * Lookup284: ismp::messaging::StateCommitmentHeight
2344
- **/
2345
- IsmpMessagingStateCommitmentHeight: {
2346
- commitment: 'IsmpConsensusStateCommitment',
2347
- height: 'u64',
2348
- },
2349
- /**
2350
- * Lookup285: ismp::consensus::StateCommitment
2351
- **/
2352
- IsmpConsensusStateCommitment: {
2353
- timestamp: 'u64',
2354
- overlayRoot: 'Option<H256>',
2355
- stateRoot: 'H256',
2356
- },
2357
- /**
2358
- * Lookup286: pallet_ismp::utils::UpdateConsensusState
2359
- **/
2360
- PalletIsmpUtilsUpdateConsensusState: {
2361
- consensusStateId: '[u8;4]',
2362
- unbondingPeriod: 'Option<u64>',
2363
- challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>',
2364
- },
2365
- /**
2366
- * Lookup287: pallet_ismp::utils::FundMessageParams<Balance>
2367
- **/
2368
- PalletIsmpUtilsFundMessageParams: {
2369
- commitment: 'PalletIsmpUtilsMessageCommitment',
2370
- amount: 'u128',
2371
- },
2372
- /**
2373
- * Lookup288: pallet_ismp::utils::MessageCommitment
2374
- **/
2375
- PalletIsmpUtilsMessageCommitment: {
2376
- _enum: {
2377
- Request: 'H256',
2378
- Response: 'H256',
2379
- },
2380
- },
2381
- /**
2382
- * Lookup289: ismp_grandpa::pallet::Call<T>
2383
- **/
2384
- IsmpGrandpaCall: {
2385
- _enum: {
2386
- add_state_machines: {
2387
- newStateMachines: 'Vec<IsmpGrandpaAddStateMachine>',
2388
- },
2389
- remove_state_machines: {
2390
- stateMachines: 'Vec<IsmpHostStateMachine>',
2391
- },
2392
- },
2393
- },
2394
- /**
2395
- * Lookup291: ismp_grandpa::AddStateMachine
2396
- **/
2397
- IsmpGrandpaAddStateMachine: {
2398
- stateMachine: 'IsmpHostStateMachine',
2399
- slotDuration: 'u64',
2400
- },
2401
- /**
2402
- * Lookup292: pallet_token_gateway::pallet::Call<T>
2403
- **/
2404
- PalletTokenGatewayCall: {
2405
- _enum: {
2406
- teleport: {
2407
- params: 'PalletTokenGatewayTeleportParams',
2408
- },
2409
- set_token_gateway_addresses: {
2410
- addresses: 'BTreeMap<IsmpHostStateMachine, Bytes>',
2411
- },
2412
- create_erc6160_asset: {
2413
- asset: 'PalletTokenGatewayAssetRegistration',
2414
- },
2415
- update_erc6160_asset: {
2416
- asset: 'TokenGatewayPrimitivesGatewayAssetUpdate',
2417
- },
2418
- update_asset_precision: {
2419
- update: 'PalletTokenGatewayPrecisionUpdate',
2420
- },
2421
- },
2422
- },
2423
- /**
2424
- * Lookup293: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
2425
- **/
2426
- PalletTokenGatewayTeleportParams: {
2427
- assetId: 'u32',
2428
- destination: 'IsmpHostStateMachine',
2429
- recepient: 'H256',
2430
- amount: 'u128',
2431
- timeout: 'u64',
2432
- tokenGateway: 'Bytes',
2433
- relayerFee: 'u128',
2434
- callData: 'Option<Bytes>',
2435
- redeem: 'bool',
2436
- },
2437
- /**
2438
- * Lookup297: pallet_token_gateway::types::AssetRegistration<AssetId>
2439
- **/
2440
- PalletTokenGatewayAssetRegistration: {
2441
- localId: 'u32',
2442
- reg: 'TokenGatewayPrimitivesGatewayAssetRegistration',
2443
- native: 'bool',
2444
- precision: 'BTreeMap<IsmpHostStateMachine, u8>',
2445
- },
2446
- /**
2447
- * Lookup298: token_gateway_primitives::GatewayAssetRegistration
2448
- **/
2449
- TokenGatewayPrimitivesGatewayAssetRegistration: {
2450
- name: 'Bytes',
2451
- symbol: 'Bytes',
2452
- chains: 'Vec<IsmpHostStateMachine>',
2453
- minimumBalance: 'Option<u128>',
2454
- },
2455
- /**
2456
- * Lookup303: token_gateway_primitives::GatewayAssetUpdate
2457
- **/
2458
- TokenGatewayPrimitivesGatewayAssetUpdate: {
2459
- assetId: 'H256',
2460
- addChains: 'Vec<IsmpHostStateMachine>',
2461
- removeChains: 'Vec<IsmpHostStateMachine>',
2462
- newAdmins: 'Vec<(IsmpHostStateMachine,H160)>',
2463
- },
2464
- /**
2465
- * Lookup309: pallet_token_gateway::types::PrecisionUpdate<AssetId>
2466
- **/
2467
- PalletTokenGatewayPrecisionUpdate: {
2468
- assetId: 'u32',
2469
- precisions: 'BTreeMap<IsmpHostStateMachine, u8>',
2470
- },
2471
- /**
2472
- * Lookup311: pallet_multisig::pallet::Error<T>
2473
- **/
2474
- PalletMultisigError: {
2475
- _enum: [
2476
- 'MinimumThreshold',
2477
- 'AlreadyApproved',
2478
- 'NoApprovalsNeeded',
2479
- 'TooFewSignatories',
2480
- 'TooManySignatories',
2481
- 'SignatoriesOutOfOrder',
2482
- 'SenderInSignatories',
2483
- 'NotFound',
2484
- 'NotOwner',
2485
- 'NoTimepoint',
2486
- 'WrongTimepoint',
2487
- 'UnexpectedTimepoint',
2488
- 'MaxWeightTooLow',
2489
- 'AlreadyStored',
2490
- ],
2491
- },
2492
- /**
2493
- * Lookup314: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
2494
- **/
2495
- PalletProxyProxyDefinition: {
2496
- delegate: 'AccountId32',
2497
- proxyType: 'ArgonRuntimeProxyType',
2498
- delay: 'u32',
2499
- },
2500
- /**
2501
- * Lookup318: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2502
- **/
2503
- PalletProxyAnnouncement: {
2504
- real: 'AccountId32',
2505
- callHash: 'H256',
2506
- height: 'u32',
2507
- },
2508
- /**
2509
- * Lookup320: pallet_proxy::pallet::Error<T>
2510
- **/
2511
- PalletProxyError: {
2512
- _enum: [
2513
- 'TooMany',
2514
- 'NotFound',
2515
- 'NotProxy',
2516
- 'Unproxyable',
2517
- 'Duplicate',
2518
- 'NoPermission',
2519
- 'Unannounced',
2520
- 'NoSelfProxy',
2521
- ],
2522
- },
2523
- /**
2524
- * Lookup321: argon_primitives::tick::Ticker
2525
- **/
2526
- ArgonPrimitivesTickTicker: {
2527
- tickDurationMillis: 'Compact<u64>',
2528
- channelHoldExpirationTicks: 'Compact<u64>',
2529
- },
2530
- /**
2531
- * Lookup323: pallet_ticks::pallet::Error<T>
2532
- **/
2533
- PalletTicksError: 'Null',
2534
- /**
2535
- * Lookup333: argon_primitives::block_seal::MiningBidStats
2536
- **/
2537
- ArgonPrimitivesBlockSealMiningBidStats: {
2538
- bidsCount: 'u32',
2539
- bidAmountMin: 'u128',
2540
- bidAmountMax: 'u128',
2541
- bidAmountSum: 'u128',
2542
- },
2543
- /**
2544
- * Lookup335: argon_primitives::block_seal::MiningSlotConfig
2545
- **/
2546
- ArgonPrimitivesBlockSealMiningSlotConfig: {
2547
- ticksBeforeBidEndForVrfClose: 'Compact<u64>',
2548
- ticksBetweenSlots: 'Compact<u64>',
2549
- slotBiddingStartAfterTicks: 'Compact<u64>',
2550
- },
2551
- /**
2552
- * Lookup337: pallet_mining_slot::pallet::Error<T>
2553
- **/
2554
- PalletMiningSlotError: {
2555
- _enum: [
2556
- 'SlotNotTakingBids',
2557
- 'TooManyBlockRegistrants',
2558
- 'InsufficientOwnershipTokens',
2559
- 'BidTooLow',
2560
- 'CannotRegisterOverlappingSessions',
2561
- 'ObligationNotFound',
2562
- 'NoMoreObligationIds',
2563
- 'VaultClosed',
2564
- 'MinimumObligationAmountNotMet',
2565
- 'ExpirationAtBlockOverflow',
2566
- 'InsufficientFunds',
2567
- 'InsufficientVaultFunds',
2568
- 'NoPermissions',
2569
- 'HoldUnexpectedlyModified',
2570
- 'UnrecoverableHold',
2571
- 'VaultNotFound',
2572
- 'AccountWouldBeBelowMinimum',
2573
- 'CannotRegisterDuplicateKeys',
2574
- 'InvalidKeyFormat',
2575
- 'BidCannotBeReduced',
2576
- 'InvalidBidAmount',
2577
- ],
2578
- },
2579
- /**
2580
- * Lookup338: argon_primitives::bitcoin::UtxoValue
2581
- **/
2582
- ArgonPrimitivesBitcoinUtxoValue: {
2583
- utxoId: 'u64',
2584
- scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
2585
- satoshis: 'Compact<u64>',
2586
- submittedAtHeight: 'Compact<u64>',
2587
- watchForSpentUntilHeight: 'Compact<u64>',
2588
- },
2589
- /**
2590
- * Lookup339: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2591
- **/
2592
- ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2593
- _enum: {
2594
- P2WSH: {
2595
- wscriptHash: 'H256',
2596
- },
2597
- },
2598
- },
2599
- /**
2600
- * Lookup344: argon_primitives::bitcoin::BitcoinNetwork
2601
- **/
2602
- ArgonPrimitivesBitcoinBitcoinNetwork: {
2603
- _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
2604
- },
2605
- /**
2606
- * Lookup347: pallet_bitcoin_utxos::pallet::Error<T>
2607
- **/
2608
- PalletBitcoinUtxosError: {
2609
- _enum: [
2610
- 'NoPermissions',
2611
- 'NoBitcoinConfirmedBlock',
2612
- 'InsufficientBitcoinAmount',
2613
- 'NoBitcoinPricesAvailable',
2614
- 'ScriptPubkeyConflict',
2615
- 'UtxoNotLocked',
2616
- 'RedemptionsUnavailable',
2617
- 'InvalidBitcoinSyncHeight',
2618
- 'BitcoinHeightNotConfirmed',
2619
- 'MaxUtxosExceeded',
2620
- 'InvalidBitcoinScript',
2621
- 'DuplicateUtxoId',
2622
- ],
2623
- },
2624
- /**
2625
- * Lookup348: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
2626
- **/
2627
- ArgonPrimitivesVault: {
2628
- operatorAccountId: 'AccountId32',
2629
- lockedBitcoinArgons: 'ArgonPrimitivesVaultVaultArgons',
2630
- terms: 'ArgonPrimitivesVaultVaultTerms',
2631
- addedSecuritizationPercent: 'Compact<u128>',
2632
- addedSecuritizationArgons: 'Compact<u128>',
2633
- bondedBitcoinArgons: 'ArgonPrimitivesVaultVaultArgons',
2634
- isClosed: 'bool',
2635
- pendingTerms: 'Option<(u64,ArgonPrimitivesVaultVaultTerms)>',
2636
- pendingBitcoins: 'u128',
2637
- activationTick: 'u64',
2638
- },
2639
- /**
2640
- * Lookup349: argon_primitives::vault::VaultArgons<Balance>
2641
- **/
2642
- ArgonPrimitivesVaultVaultArgons: {
2643
- allocated: 'Compact<u128>',
2644
- reserved: 'Compact<u128>',
2645
- },
2646
- /**
2647
- * Lookup353: argon_primitives::bitcoin::BitcoinXPub
2648
- **/
2649
- ArgonPrimitivesBitcoinBitcoinXPub: {
2650
- publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2651
- depth: 'Compact<u8>',
2652
- parentFingerprint: '[u8;4]',
2653
- childNumber: 'Compact<u32>',
2654
- chainCode: '[u8;32]',
2655
- network: 'ArgonPrimitivesBitcoinNetworkKind',
2656
- },
2657
- /**
2658
- * Lookup355: argon_primitives::bitcoin::NetworkKind
2659
- **/
2660
- ArgonPrimitivesBitcoinNetworkKind: {
2661
- _enum: ['Main', 'Test'],
2662
- },
2663
- /**
2664
- * Lookup358: argon_primitives::vault::Obligation<sp_core::crypto::AccountId32, Balance>
2665
- **/
2666
- ArgonPrimitivesVaultObligation: {
2667
- obligationId: 'Compact<u64>',
2668
- fundType: 'ArgonPrimitivesVaultFundType',
2669
- vaultId: 'Compact<u32>',
2670
- beneficiary: 'AccountId32',
2671
- totalFee: 'Compact<u128>',
2672
- prepaidFee: 'Compact<u128>',
2673
- amount: 'Compact<u128>',
2674
- startTick: 'Compact<u64>',
2675
- expiration: 'ArgonPrimitivesVaultObligationExpiration',
2676
- bitcoinAnnualPercentRate: 'Option<u128>',
2677
- },
2678
- /**
2679
- * Lookup363: pallet_vaults::pallet::BidPoolEntrant<T>
2680
- **/
2681
- PalletVaultsBidPoolEntrant: {
2682
- operatorAccountId: 'AccountId32',
2683
- vaultId: 'Compact<u32>',
2684
- bondedBitcoins: 'Compact<u128>',
2685
- prorata: 'Perbill',
2686
- },
2687
- /**
2688
- * Lookup366: frame_support::PalletId
2689
- **/
2690
- FrameSupportPalletId: '[u8;8]',
2691
- /**
2692
- * Lookup367: pallet_vaults::pallet::Error<T>
2693
- **/
2694
- PalletVaultsError: {
2695
- _enum: [
2696
- 'ObligationNotFound',
2697
- 'NoMoreVaultIds',
2698
- 'NoMoreObligationIds',
2699
- 'MinimumObligationAmountNotMet',
2700
- 'ExpirationAtBlockOverflow',
2701
- 'InsufficientFunds',
2702
- 'InsufficientVaultFunds',
2703
- 'AccountBelowMinimumBalance',
2704
- 'VaultClosed',
2705
- 'InvalidVaultAmount',
2706
- 'VaultReductionBelowAllocatedFunds',
2707
- 'InvalidSecuritization',
2708
- 'ReusedVaultBitcoinXpub',
2709
- 'InvalidBitcoinScript',
2710
- 'InvalidXpubkey',
2711
- 'WrongXpubNetwork',
2712
- 'UnsafeXpubkey',
2713
- 'UnableToDeriveVaultXpubChild',
2714
- 'BitcoinConversionFailed',
2715
- 'NoPermissions',
2716
- 'HoldUnexpectedlyModified',
2717
- 'UnrecoverableHold',
2718
- 'VaultNotFound',
2719
- 'VaultNotYetActive',
2720
- 'NoVaultBitcoinPubkeysAvailable',
2721
- 'TermsModificationOverflow',
2722
- 'TermsChangeAlreadyScheduled',
2723
- 'InternalError',
2724
- 'UnableToGenerateVaultBitcoinPubkey',
2725
- 'FundingChangeAlreadyScheduled',
2726
- 'ObligationCompletionError',
2727
- 'BaseFeeOverflow',
2728
- ],
2729
- },
2730
- /**
2731
- * Lookup368: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
2732
- **/
2733
- PalletBitcoinLocksLockedBitcoin: {
2734
- obligationId: 'Compact<u64>',
2735
- vaultId: 'Compact<u32>',
2736
- lockPrice: 'u128',
2737
- ownerAccount: 'AccountId32',
2738
- satoshis: 'Compact<u64>',
2739
- vaultPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2740
- vaultClaimPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2741
- vaultXpubSources: '([u8;4],u32,u32)',
2742
- ownerPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2743
- vaultClaimHeight: 'Compact<u64>',
2744
- openClaimHeight: 'Compact<u64>',
2745
- createdAtHeight: 'Compact<u64>',
2746
- utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
2747
- isVerified: 'bool',
2748
- isRejectedNeedsRelease: 'bool',
2749
- },
2750
- /**
2751
- * Lookup372: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
2752
- **/
2753
- PalletBitcoinLocksLockReleaseRequest: {
2754
- utxoId: 'Compact<u64>',
2755
- obligationId: 'Compact<u64>',
2756
- vaultId: 'Compact<u32>',
2757
- bitcoinNetworkFee: 'Compact<u64>',
2758
- cosignDueBlock: 'Compact<u64>',
2759
- toScriptPubkey: 'Bytes',
2760
- redemptionPrice: 'Compact<u128>',
2761
- },
2762
- /**
2763
- * Lookup376: pallet_bitcoin_locks::pallet::Error<T>
2764
- **/
2765
- PalletBitcoinLocksError: {
2766
- _enum: {
2767
- ObligationNotFound: 'Null',
2768
- NoMoreObligationIds: 'Null',
2769
- MinimumObligationAmountNotMet: 'Null',
2770
- ExpirationAtBlockOverflow: 'Null',
2771
- InsufficientFunds: 'Null',
2772
- InsufficientVaultFunds: 'Null',
2773
- AccountWouldGoBelowMinimumBalance: 'Null',
2774
- VaultClosed: 'Null',
2775
- InvalidVaultAmount: 'Null',
2776
- RedemptionNotLocked: 'Null',
2777
- BitcoinReleaseInitiationDeadlinePassed: 'Null',
2778
- BitcoinFeeTooHigh: 'Null',
2779
- BitcoinUtxoNotFound: 'Null',
2780
- BitcoinUnableToBeDecodedForRelease: 'Null',
2781
- BitcoinSignatureUnableToBeDecoded: 'Null',
2782
- BitcoinPubkeyUnableToBeDecoded: 'Null',
2783
- BitcoinInvalidCosignature: 'Null',
2784
- InsufficientSatoshisLocked: 'Null',
2785
- NoBitcoinPricesAvailable: 'Null',
2786
- InvalidBitcoinScript: 'Null',
2787
- NoPermissions: 'Null',
2788
- HoldUnexpectedlyModified: 'Null',
2789
- UnrecoverableHold: 'Null',
2790
- VaultNotFound: 'Null',
2791
- GenericObligationError: 'ArgonPrimitivesVaultObligationError',
2792
- LockNotFound: 'Null',
2793
- NoVaultBitcoinPubkeysAvailable: 'Null',
2794
- UnableToGenerateVaultBitcoinPubkey: 'Null',
2795
- },
2796
- },
2797
- /**
2798
- * Lookup377: argon_primitives::vault::ObligationError
2799
- **/
2800
- ArgonPrimitivesVaultObligationError: {
2801
- _enum: [
2802
- 'ObligationNotFound',
2803
- 'NoMoreObligationIds',
2804
- 'MinimumObligationAmountNotMet',
2805
- 'VaultClosed',
2806
- 'ExpirationAtBlockOverflow',
2807
- 'AccountWouldBeBelowMinimum',
2808
- 'InsufficientFunds',
2809
- 'InsufficientVaultFunds',
2810
- 'HoldUnexpectedlyModified',
2811
- 'UnrecoverableHold',
2812
- 'VaultNotFound',
2813
- 'NoVaultBitcoinPubkeysAvailable',
2814
- 'UnableToGenerateVaultBitcoinPubkey',
2815
- 'InvalidBitcoinScript',
2816
- 'InternalError',
2817
- 'ObligationCompletionError',
2818
- 'VaultNotYetActive',
2819
- 'BaseFeeOverflow',
2820
- ],
2821
- },
2822
- /**
2823
- * Lookup389: pallet_notaries::pallet::Error<T>
2824
- **/
2825
- PalletNotariesError: {
2826
- _enum: [
2827
- 'ProposalNotFound',
2828
- 'MaxNotariesExceeded',
2829
- 'MaxProposalsPerBlockExceeded',
2830
- 'NotAnActiveNotary',
2831
- 'InvalidNotaryOperator',
2832
- 'NoMoreNotaryIds',
2833
- 'EffectiveTickTooSoon',
2834
- 'TooManyKeys',
2835
- 'InvalidNotary',
2836
- ],
2837
- },
2838
- /**
2839
- * Lookup393: argon_primitives::notary::NotaryNotebookKeyDetails
2840
- **/
2841
- ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2842
- notebookNumber: 'Compact<u32>',
2843
- tick: 'Compact<u64>',
2844
- blockVotesRoot: 'H256',
2845
- secretHash: 'H256',
2846
- parentSecret: 'Option<H256>',
2847
- },
2848
- /**
2849
- * Lookup396: pallet_notebook::pallet::Error<T>
2850
- **/
2851
- PalletNotebookError: {
2852
- _enum: [
2853
- 'DuplicateNotebookNumber',
2854
- 'MissingNotebookNumber',
2855
- 'NotebookTickAlreadyUsed',
2856
- 'InvalidNotebookSignature',
2857
- 'InvalidSecretProvided',
2858
- 'CouldNotDecodeNotebook',
2859
- 'DuplicateNotebookDigest',
2860
- 'MissingNotebookDigest',
2861
- 'InvalidNotebookDigest',
2862
- 'MultipleNotebookInherentsProvided',
2863
- 'InternalError',
2864
- 'NotebookSubmittedForLockedNotary',
2865
- 'InvalidReprocessNotebook',
2866
- 'InvalidNotaryOperator',
2867
- 'InvalidNotebookSubmissionTick',
2868
- ],
2869
- },
2870
- /**
2871
- * Lookup397: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2872
- **/
2873
- PalletChainTransferQueuedTransferOut: {
2874
- accountId: 'AccountId32',
2875
- amount: 'u128',
2876
- expirationTick: 'u64',
2877
- notaryId: 'u32',
2878
- },
2879
- /**
2880
- * Lookup403: pallet_chain_transfer::pallet::Error<T>
2881
- **/
2882
- PalletChainTransferError: {
2883
- _enum: [
2884
- 'MaxBlockTransfersExceeded',
2885
- 'InsufficientFunds',
2886
- 'InsufficientNotarizedFunds',
2887
- 'InvalidOrDuplicatedLocalchainTransfer',
2888
- 'NotebookIncludesExpiredLocalchainTransfer',
2889
- 'InvalidNotaryUsedForTransfer',
2890
- ],
2891
- },
2892
- /**
2893
- * Lookup408: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2894
- **/
2895
- ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2896
- notaryId: 'Compact<u32>',
2897
- notebookNumber: 'Compact<u32>',
2898
- tick: 'Compact<u64>',
2899
- blockVotesCount: 'Compact<u32>',
2900
- blockVotingPower: 'Compact<u128>',
2901
- },
2902
- /**
2903
- * Lookup413: pallet_block_seal_spec::pallet::Error<T>
2904
- **/
2905
- PalletBlockSealSpecError: {
2906
- _enum: ['MaxNotebooksAtTickExceeded'],
2907
- },
2908
- /**
2909
- * Lookup415: pallet_domains::pallet::Error<T>
2910
- **/
2911
- PalletDomainsError: {
2912
- _enum: [
2913
- 'DomainNotRegistered',
2914
- 'NotDomainOwner',
2915
- 'FailedToAddToAddressHistory',
2916
- 'FailedToAddExpiringDomain',
2917
- 'AccountDecodingError',
2918
- ],
2919
- },
2920
- /**
2921
- * Lookup416: pallet_price_index::pallet::Error<T>
2922
- **/
2923
- PalletPriceIndexError: {
2924
- _enum: [
2925
- 'NotAuthorizedOperator',
2926
- 'MissingValue',
2927
- 'PricesTooOld',
2928
- 'MaxPriceChangePerTickExceeded',
2929
- ],
2930
- },
2931
- /**
2932
- * Lookup417: pallet_grandpa::StoredState<N>
2933
- **/
2934
- PalletGrandpaStoredState: {
2935
- _enum: {
2936
- Live: 'Null',
2937
- PendingPause: {
2938
- scheduledAt: 'u32',
2939
- delay: 'u32',
2940
- },
2941
- Paused: 'Null',
2942
- PendingResume: {
2943
- scheduledAt: 'u32',
2944
- delay: 'u32',
2945
- },
2946
- },
2947
- },
2948
- /**
2949
- * Lookup418: pallet_grandpa::StoredPendingChange<N, Limit>
2950
- **/
2951
- PalletGrandpaStoredPendingChange: {
2952
- scheduledAt: 'u32',
2953
- delay: 'u32',
2954
- nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
2955
- forced: 'Option<u32>',
2956
- },
2957
- /**
2958
- * Lookup421: pallet_grandpa::pallet::Error<T>
2959
- **/
2960
- PalletGrandpaError: {
2961
- _enum: [
2962
- 'PauseFailed',
2963
- 'ResumeFailed',
2964
- 'ChangePending',
2965
- 'TooSoon',
2966
- 'InvalidKeyOwnershipProof',
2967
- 'InvalidEquivocationProof',
2968
- 'DuplicateOffenceReport',
2969
- ],
2970
- },
2971
- /**
2972
- * Lookup422: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2973
- **/
2974
- ArgonPrimitivesProvidersBlockSealerInfo: {
2975
- blockAuthorAccountId: 'AccountId32',
2976
- blockVoteRewardsAccount: 'Option<AccountId32>',
2977
- blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
2978
- },
2979
- /**
2980
- * Lookup426: pallet_block_seal::pallet::Error<T>
2981
- **/
2982
- PalletBlockSealError: {
2983
- _enum: [
2984
- 'InvalidVoteSealStrength',
2985
- 'InvalidSubmitter',
2986
- 'UnableToDecodeVoteAccount',
2987
- 'UnregisteredBlockAuthor',
2988
- 'InvalidBlockVoteProof',
2989
- 'NoGrandparentVoteMinimum',
2990
- 'DuplicateBlockSealProvided',
2991
- 'InsufficientVotingPower',
2992
- 'ParentVotingKeyNotFound',
2993
- 'InvalidVoteGrandparentHash',
2994
- 'IneligibleNotebookUsed',
2995
- 'NoEligibleVotingRoot',
2996
- 'CouldNotDecodeVote',
2997
- 'MaxNotebooksAtTickExceeded',
2998
- 'NoClosestMinerFoundForVote',
2999
- 'BlockVoteInvalidSignature',
3000
- 'InvalidForkPowerParent',
3001
- 'BlockSealDecodeError',
3002
- 'InvalidComputeBlockTick',
3003
- ],
3004
- },
3005
- /**
3006
- * Lookup432: pallet_block_rewards::pallet::Error<T>
3007
- **/
3008
- PalletBlockRewardsError: 'Null',
3009
- /**
3010
- * Lookup439: pallet_mint::MintAction<Balance>
3011
- **/
3012
- PalletMintMintAction: {
3013
- argonBurned: 'u128',
3014
- argonMinted: 'u128',
3015
- bitcoinMinted: 'u128',
3016
- },
3017
- /**
3018
- * Lookup440: pallet_mint::pallet::Error<T>
3019
- **/
3020
- PalletMintError: {
3021
- _enum: ['TooManyPendingMints'],
3022
- },
3023
- /**
3024
- * Lookup442: pallet_balances::types::BalanceLock<Balance>
3025
- **/
3026
- PalletBalancesBalanceLock: {
3027
- id: '[u8;8]',
3028
- amount: 'u128',
3029
- reasons: 'PalletBalancesReasons',
3030
- },
3031
- /**
3032
- * Lookup443: pallet_balances::types::Reasons
3033
- **/
3034
- PalletBalancesReasons: {
3035
- _enum: ['Fee', 'Misc', 'All'],
3036
- },
3037
- /**
3038
- * Lookup446: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
3039
- **/
3040
- PalletBalancesReserveData: {
3041
- id: '[u8;8]',
3042
- amount: 'u128',
3043
- },
3044
- /**
3045
- * Lookup449: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
3046
- **/
3047
- FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
3048
- id: 'ArgonRuntimeRuntimeHoldReason',
3049
- amount: 'u128',
3050
- },
3051
- /**
3052
- * Lookup450: argon_runtime::RuntimeHoldReason
3053
- **/
3054
- ArgonRuntimeRuntimeHoldReason: {
3055
- _enum: {
3056
- __Unused0: 'Null',
3057
- __Unused1: 'Null',
3058
- __Unused2: 'Null',
3059
- __Unused3: 'Null',
3060
- __Unused4: 'Null',
3061
- __Unused5: 'Null',
3062
- MiningSlot: 'PalletMiningSlotHoldReason',
3063
- __Unused7: 'Null',
3064
- Vaults: 'PalletVaultsHoldReason',
3065
- BitcoinLocks: 'PalletBitcoinLocksHoldReason',
3066
- __Unused10: 'Null',
3067
- __Unused11: 'Null',
3068
- __Unused12: 'Null',
3069
- __Unused13: 'Null',
3070
- __Unused14: 'Null',
3071
- __Unused15: 'Null',
3072
- __Unused16: 'Null',
3073
- __Unused17: 'Null',
3074
- __Unused18: 'Null',
3075
- BlockRewards: 'PalletBlockRewardsHoldReason',
3076
- },
3077
- },
3078
- /**
3079
- * Lookup451: pallet_mining_slot::pallet::HoldReason
3080
- **/
3081
- PalletMiningSlotHoldReason: {
3082
- _enum: ['RegisterAsMiner'],
3083
- },
3084
- /**
3085
- * Lookup452: pallet_vaults::pallet::HoldReason
3086
- **/
3087
- PalletVaultsHoldReason: {
3088
- _enum: ['EnterVault', 'ObligationFee'],
3089
- },
3090
- /**
3091
- * Lookup453: pallet_bitcoin_locks::pallet::HoldReason
3092
- **/
3093
- PalletBitcoinLocksHoldReason: {
3094
- _enum: ['ReleaseBitcoinLock'],
3095
- },
3096
- /**
3097
- * Lookup454: pallet_block_rewards::pallet::HoldReason
3098
- **/
3099
- PalletBlockRewardsHoldReason: {
3100
- _enum: ['MaturationPeriod'],
3101
- },
3102
- /**
3103
- * Lookup457: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
3104
- **/
3105
- FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
3106
- id: 'ArgonRuntimeRuntimeFreezeReason',
3107
- amount: 'u128',
3108
- },
3109
- /**
3110
- * Lookup458: argon_runtime::RuntimeFreezeReason
3111
- **/
3112
- ArgonRuntimeRuntimeFreezeReason: {
3113
- _enum: {
3114
- __Unused0: 'Null',
3115
- __Unused1: 'Null',
3116
- __Unused2: 'Null',
3117
- __Unused3: 'Null',
3118
- __Unused4: 'Null',
3119
- __Unused5: 'Null',
3120
- __Unused6: 'Null',
3121
- __Unused7: 'Null',
3122
- __Unused8: 'Null',
3123
- __Unused9: 'Null',
3124
- __Unused10: 'Null',
3125
- __Unused11: 'Null',
3126
- __Unused12: 'Null',
3127
- __Unused13: 'Null',
3128
- __Unused14: 'Null',
3129
- __Unused15: 'Null',
3130
- __Unused16: 'Null',
3131
- __Unused17: 'Null',
3132
- __Unused18: 'Null',
3133
- BlockRewards: 'PalletBlockRewardsFreezeReason',
3134
- },
3135
- },
3136
- /**
3137
- * Lookup459: pallet_block_rewards::pallet::FreezeReason
3138
- **/
3139
- PalletBlockRewardsFreezeReason: {
3140
- _enum: ['MaturationPeriod'],
3141
- },
3142
- /**
3143
- * Lookup461: pallet_balances::pallet::Error<T, I>
3144
- **/
3145
- PalletBalancesError: {
3146
- _enum: [
3147
- 'VestingBalance',
3148
- 'LiquidityRestrictions',
3149
- 'InsufficientBalance',
3150
- 'ExistentialDeposit',
3151
- 'Expendability',
3152
- 'ExistingVestingSchedule',
3153
- 'DeadAccount',
3154
- 'TooManyReserves',
3155
- 'TooManyHolds',
3156
- 'TooManyFreezes',
3157
- 'IssuanceDeactivated',
3158
- 'DeltaZero',
3159
- ],
3160
- },
3161
- /**
3162
- * Lookup463: pallet_tx_pause::pallet::Error<T>
3163
- **/
3164
- PalletTxPauseError: {
3165
- _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
3166
- },
3167
- /**
3168
- * Lookup464: pallet_transaction_payment::Releases
3169
- **/
3170
- PalletTransactionPaymentReleases: {
3171
- _enum: ['V1Ancient', 'V2'],
3172
- },
3173
- /**
3174
- * Lookup465: pallet_utility::pallet::Error<T>
3175
- **/
3176
- PalletUtilityError: {
3177
- _enum: ['TooManyCalls'],
3178
- },
3179
- /**
3180
- * Lookup466: pallet_sudo::pallet::Error<T>
3181
- **/
3182
- PalletSudoError: {
3183
- _enum: ['RequireSudo'],
3184
- },
3185
- /**
3186
- * Lookup467: pallet_ismp::pallet::Error<T>
3187
- **/
3188
- PalletIsmpError: {
3189
- _enum: [
3190
- 'InvalidMessage',
3191
- 'MessageNotFound',
3192
- 'ConsensusClientCreationFailed',
3193
- 'UnbondingPeriodUpdateFailed',
3194
- 'ChallengePeriodUpdateFailed',
3195
- ],
3196
- },
3197
- /**
3198
- * Lookup468: pallet_hyperbridge::pallet::Error<T>
3199
- **/
3200
- PalletHyperbridgeError: 'Null',
3201
- /**
3202
- * Lookup470: pallet_token_gateway::pallet::Error<T>
3203
- **/
3204
- PalletTokenGatewayError: {
3205
- _enum: [
3206
- 'UnregisteredAsset',
3207
- 'AssetTeleportError',
3208
- 'CoprocessorNotConfigured',
3209
- 'DispatchError',
3210
- 'AssetCreationError',
3211
- 'AssetDecimalsNotFound',
3212
- 'NotInitialized',
3213
- 'UnknownAsset',
3214
- 'NotAssetOwner',
3215
- ],
3216
- },
3217
- /**
3218
- * Lookup473: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3219
- **/
3220
- FrameSystemExtensionsCheckNonZeroSender: 'Null',
3221
- /**
3222
- * Lookup474: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3223
- **/
3224
- FrameSystemExtensionsCheckSpecVersion: 'Null',
3225
- /**
3226
- * Lookup475: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3227
- **/
3228
- FrameSystemExtensionsCheckTxVersion: 'Null',
3229
- /**
3230
- * Lookup476: frame_system::extensions::check_genesis::CheckGenesis<T>
3231
- **/
3232
- FrameSystemExtensionsCheckGenesis: 'Null',
3233
- /**
3234
- * Lookup479: frame_system::extensions::check_nonce::CheckNonce<T>
3235
- **/
3236
- FrameSystemExtensionsCheckNonce: 'Compact<u32>',
3237
- /**
3238
- * Lookup480: frame_system::extensions::check_weight::CheckWeight<T>
3239
- **/
3240
- FrameSystemExtensionsCheckWeight: 'Null',
3241
- /**
3242
- * Lookup481: pallet_transaction_payment::ChargeTransactionPayment<T>
3243
- **/
3244
- PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
3245
- /**
3246
- * Lookup482: frame_metadata_hash_extension::CheckMetadataHash<T>
3247
- **/
3248
- FrameMetadataHashExtensionCheckMetadataHash: {
3249
- mode: 'FrameMetadataHashExtensionMode',
3250
- },
3251
- /**
3252
- * Lookup483: frame_metadata_hash_extension::Mode
3253
- **/
3254
- FrameMetadataHashExtensionMode: {
3255
- _enum: ['Disabled', 'Enabled'],
3256
- },
3257
- /**
3258
- * Lookup485: argon_runtime::Runtime
3259
- **/
3260
- ArgonRuntimeRuntime: 'Null',
3261
- };
3262
- //# sourceMappingURL=lookup.js.map