@argonprotocol/mainchain 0.0.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 (102) hide show
  1. package/lib/cjs/index.d.ts +14 -0
  2. package/lib/cjs/index.js +37 -0
  3. package/lib/cjs/index.js.map +1 -0
  4. package/lib/cjs/interfaces/augment-api-consts.d.ts +408 -0
  5. package/lib/cjs/interfaces/augment-api-consts.js +8 -0
  6. package/lib/cjs/interfaces/augment-api-consts.js.map +1 -0
  7. package/lib/cjs/interfaces/augment-api-errors.d.ts +807 -0
  8. package/lib/cjs/interfaces/augment-api-errors.js +8 -0
  9. package/lib/cjs/interfaces/augment-api-errors.js.map +1 -0
  10. package/lib/cjs/interfaces/augment-api-events.d.ts +902 -0
  11. package/lib/cjs/interfaces/augment-api-events.js +8 -0
  12. package/lib/cjs/interfaces/augment-api-events.js.map +1 -0
  13. package/lib/cjs/interfaces/augment-api-query.d.ts +640 -0
  14. package/lib/cjs/interfaces/augment-api-query.js +8 -0
  15. package/lib/cjs/interfaces/augment-api-query.js.map +1 -0
  16. package/lib/cjs/interfaces/augment-api-rpc.d.ts +679 -0
  17. package/lib/cjs/interfaces/augment-api-rpc.js +8 -0
  18. package/lib/cjs/interfaces/augment-api-rpc.js.map +1 -0
  19. package/lib/cjs/interfaces/augment-api-runtime.d.ts +204 -0
  20. package/lib/cjs/interfaces/augment-api-runtime.js +8 -0
  21. package/lib/cjs/interfaces/augment-api-runtime.js.map +1 -0
  22. package/lib/cjs/interfaces/augment-api-tx.d.ts +1134 -0
  23. package/lib/cjs/interfaces/augment-api-tx.js +8 -0
  24. package/lib/cjs/interfaces/augment-api-tx.js.map +1 -0
  25. package/lib/cjs/interfaces/augment-api.d.ts +7 -0
  26. package/lib/cjs/interfaces/augment-api.js +12 -0
  27. package/lib/cjs/interfaces/augment-api.js.map +1 -0
  28. package/lib/cjs/interfaces/augment-types.d.ts +1249 -0
  29. package/lib/cjs/interfaces/augment-types.js +8 -0
  30. package/lib/cjs/interfaces/augment-types.js.map +1 -0
  31. package/lib/cjs/interfaces/definitions.d.ts +0 -0
  32. package/lib/cjs/interfaces/definitions.js +2 -0
  33. package/lib/cjs/interfaces/definitions.js.map +1 -0
  34. package/lib/cjs/interfaces/lookup.d.ts +2393 -0
  35. package/lib/cjs/interfaces/lookup.js +2398 -0
  36. package/lib/cjs/interfaces/lookup.js.map +1 -0
  37. package/lib/cjs/interfaces/registry.d.ts +202 -0
  38. package/lib/cjs/interfaces/registry.js +8 -0
  39. package/lib/cjs/interfaces/registry.js.map +1 -0
  40. package/lib/cjs/interfaces/types-lookup.d.ts +2350 -0
  41. package/lib/cjs/interfaces/types-lookup.js +8 -0
  42. package/lib/cjs/interfaces/types-lookup.js.map +1 -0
  43. package/lib/esm/index.d.ts +14 -0
  44. package/lib/esm/index.js +31 -0
  45. package/lib/esm/index.js.map +1 -0
  46. package/lib/esm/interfaces/augment-api-consts.d.ts +408 -0
  47. package/lib/esm/interfaces/augment-api-consts.js +6 -0
  48. package/lib/esm/interfaces/augment-api-consts.js.map +1 -0
  49. package/lib/esm/interfaces/augment-api-errors.d.ts +807 -0
  50. package/lib/esm/interfaces/augment-api-errors.js +6 -0
  51. package/lib/esm/interfaces/augment-api-errors.js.map +1 -0
  52. package/lib/esm/interfaces/augment-api-events.d.ts +902 -0
  53. package/lib/esm/interfaces/augment-api-events.js +6 -0
  54. package/lib/esm/interfaces/augment-api-events.js.map +1 -0
  55. package/lib/esm/interfaces/augment-api-query.d.ts +640 -0
  56. package/lib/esm/interfaces/augment-api-query.js +6 -0
  57. package/lib/esm/interfaces/augment-api-query.js.map +1 -0
  58. package/lib/esm/interfaces/augment-api-rpc.d.ts +679 -0
  59. package/lib/esm/interfaces/augment-api-rpc.js +6 -0
  60. package/lib/esm/interfaces/augment-api-rpc.js.map +1 -0
  61. package/lib/esm/interfaces/augment-api-runtime.d.ts +204 -0
  62. package/lib/esm/interfaces/augment-api-runtime.js +6 -0
  63. package/lib/esm/interfaces/augment-api-runtime.js.map +1 -0
  64. package/lib/esm/interfaces/augment-api-tx.d.ts +1134 -0
  65. package/lib/esm/interfaces/augment-api-tx.js +6 -0
  66. package/lib/esm/interfaces/augment-api-tx.js.map +1 -0
  67. package/lib/esm/interfaces/augment-api.d.ts +7 -0
  68. package/lib/esm/interfaces/augment-api.js +10 -0
  69. package/lib/esm/interfaces/augment-api.js.map +1 -0
  70. package/lib/esm/interfaces/augment-types.d.ts +1249 -0
  71. package/lib/esm/interfaces/augment-types.js +6 -0
  72. package/lib/esm/interfaces/augment-types.js.map +1 -0
  73. package/lib/esm/interfaces/definitions.d.ts +0 -0
  74. package/lib/esm/interfaces/definitions.js +2 -0
  75. package/lib/esm/interfaces/definitions.js.map +1 -0
  76. package/lib/esm/interfaces/lookup.d.ts +2393 -0
  77. package/lib/esm/interfaces/lookup.js +2396 -0
  78. package/lib/esm/interfaces/lookup.js.map +1 -0
  79. package/lib/esm/interfaces/registry.d.ts +202 -0
  80. package/lib/esm/interfaces/registry.js +6 -0
  81. package/lib/esm/interfaces/registry.js.map +1 -0
  82. package/lib/esm/interfaces/types-lookup.d.ts +2350 -0
  83. package/lib/esm/interfaces/types-lookup.js +6 -0
  84. package/lib/esm/interfaces/types-lookup.js.map +1 -0
  85. package/lib/tsconfig-cjs.tsbuildinfo +1 -0
  86. package/lib/tsconfig-types.tsbuildinfo +1 -0
  87. package/lib/tsconfig.tsbuildinfo +1 -0
  88. package/lib/types/index.d.ts +14 -0
  89. package/lib/types/interfaces/augment-api-consts.d.ts +408 -0
  90. package/lib/types/interfaces/augment-api-errors.d.ts +807 -0
  91. package/lib/types/interfaces/augment-api-events.d.ts +902 -0
  92. package/lib/types/interfaces/augment-api-query.d.ts +640 -0
  93. package/lib/types/interfaces/augment-api-rpc.d.ts +679 -0
  94. package/lib/types/interfaces/augment-api-runtime.d.ts +204 -0
  95. package/lib/types/interfaces/augment-api-tx.d.ts +1134 -0
  96. package/lib/types/interfaces/augment-api.d.ts +7 -0
  97. package/lib/types/interfaces/augment-types.d.ts +1249 -0
  98. package/lib/types/interfaces/definitions.d.ts +0 -0
  99. package/lib/types/interfaces/lookup.d.ts +2393 -0
  100. package/lib/types/interfaces/registry.d.ts +202 -0
  101. package/lib/types/interfaces/types-lookup.d.ts +2350 -0
  102. package/package.json +62 -0
@@ -0,0 +1,2398 @@
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_node_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: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
156
+ },
157
+ /**
158
+ * Lookup29: sp_arithmetic::ArithmeticError
159
+ **/
160
+ SpArithmeticArithmeticError: {
161
+ _enum: ['Underflow', 'Overflow', 'DivisionByZero']
162
+ },
163
+ /**
164
+ * Lookup30: sp_runtime::TransactionalError
165
+ **/
166
+ SpRuntimeTransactionalError: {
167
+ _enum: ['LimitReached', 'NoLayer']
168
+ },
169
+ /**
170
+ * Lookup31: pallet_multisig::pallet::Event<T>
171
+ **/
172
+ PalletMultisigEvent: {
173
+ _enum: {
174
+ NewMultisig: {
175
+ approving: 'AccountId32',
176
+ multisig: 'AccountId32',
177
+ callHash: '[u8;32]',
178
+ },
179
+ MultisigApproval: {
180
+ approving: 'AccountId32',
181
+ timepoint: 'PalletMultisigTimepoint',
182
+ multisig: 'AccountId32',
183
+ callHash: '[u8;32]',
184
+ },
185
+ MultisigExecuted: {
186
+ approving: 'AccountId32',
187
+ timepoint: 'PalletMultisigTimepoint',
188
+ multisig: 'AccountId32',
189
+ callHash: '[u8;32]',
190
+ result: 'Result<Null, SpRuntimeDispatchError>',
191
+ },
192
+ MultisigCancelled: {
193
+ cancelling: 'AccountId32',
194
+ timepoint: 'PalletMultisigTimepoint',
195
+ multisig: 'AccountId32',
196
+ callHash: '[u8;32]'
197
+ }
198
+ }
199
+ },
200
+ /**
201
+ * Lookup32: pallet_multisig::Timepoint<BlockNumber>
202
+ **/
203
+ PalletMultisigTimepoint: {
204
+ height: 'u32',
205
+ index: 'u32'
206
+ },
207
+ /**
208
+ * Lookup35: pallet_proxy::pallet::Event<T>
209
+ **/
210
+ PalletProxyEvent: {
211
+ _enum: {
212
+ ProxyExecuted: {
213
+ result: 'Result<Null, SpRuntimeDispatchError>',
214
+ },
215
+ PureCreated: {
216
+ pure: 'AccountId32',
217
+ who: 'AccountId32',
218
+ proxyType: 'ArgonNodeRuntimeProxyType',
219
+ disambiguationIndex: 'u16',
220
+ },
221
+ Announced: {
222
+ real: 'AccountId32',
223
+ proxy: 'AccountId32',
224
+ callHash: 'H256',
225
+ },
226
+ ProxyAdded: {
227
+ delegator: 'AccountId32',
228
+ delegatee: 'AccountId32',
229
+ proxyType: 'ArgonNodeRuntimeProxyType',
230
+ delay: 'u32',
231
+ },
232
+ ProxyRemoved: {
233
+ delegator: 'AccountId32',
234
+ delegatee: 'AccountId32',
235
+ proxyType: 'ArgonNodeRuntimeProxyType',
236
+ delay: 'u32'
237
+ }
238
+ }
239
+ },
240
+ /**
241
+ * Lookup36: argon_node_runtime::ProxyType
242
+ **/
243
+ ArgonNodeRuntimeProxyType: {
244
+ _enum: ['Any', 'NonTransfer', 'PriceIndex']
245
+ },
246
+ /**
247
+ * Lookup38: pallet_mining_slot::pallet::Event<T>
248
+ **/
249
+ PalletMiningSlotEvent: {
250
+ _enum: {
251
+ NewMiners: {
252
+ startIndex: 'u32',
253
+ newMiners: 'Vec<ArgonPrimitivesBlockSealMiningRegistration>',
254
+ },
255
+ SlotBidderAdded: {
256
+ accountId: 'AccountId32',
257
+ bidAmount: 'u128',
258
+ index: 'u32',
259
+ },
260
+ SlotBidderReplaced: {
261
+ accountId: 'AccountId32',
262
+ bondId: 'Option<u64>',
263
+ keptOwnershipBond: 'bool',
264
+ },
265
+ UnbondedMiner: {
266
+ accountId: 'AccountId32',
267
+ bondId: 'Option<u64>',
268
+ keptOwnershipBond: 'bool',
269
+ },
270
+ UnbondMinerError: {
271
+ accountId: 'AccountId32',
272
+ bondId: 'Option<u64>',
273
+ error: 'SpRuntimeDispatchError'
274
+ }
275
+ }
276
+ },
277
+ /**
278
+ * Lookup40: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance>
279
+ **/
280
+ ArgonPrimitivesBlockSealMiningRegistration: {
281
+ accountId: 'AccountId32',
282
+ rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
283
+ bondId: 'Option<u64>',
284
+ bondAmount: 'Compact<u128>',
285
+ ownershipTokens: 'Compact<u128>',
286
+ rewardSharing: 'Option<ArgonPrimitivesBlockSealRewardSharing>'
287
+ },
288
+ /**
289
+ * Lookup41: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
290
+ **/
291
+ ArgonPrimitivesBlockSealRewardDestination: {
292
+ _enum: {
293
+ Owner: 'Null',
294
+ Account: 'AccountId32'
295
+ }
296
+ },
297
+ /**
298
+ * Lookup45: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
299
+ **/
300
+ ArgonPrimitivesBlockSealRewardSharing: {
301
+ accountId: 'AccountId32',
302
+ percentTake: 'Compact<u128>'
303
+ },
304
+ /**
305
+ * Lookup49: pallet_bitcoin_utxos::pallet::Event<T>
306
+ **/
307
+ PalletBitcoinUtxosEvent: {
308
+ _enum: {
309
+ UtxoVerified: {
310
+ utxoId: 'u64',
311
+ },
312
+ UtxoRejected: {
313
+ utxoId: 'u64',
314
+ rejectedReason: 'ArgonPrimitivesBitcoinBitcoinRejectedReason',
315
+ },
316
+ UtxoSpent: {
317
+ utxoId: 'u64',
318
+ blockHeight: 'u64',
319
+ },
320
+ UtxoUnwatched: {
321
+ utxoId: 'u64',
322
+ },
323
+ UtxoSpentError: {
324
+ utxoId: 'u64',
325
+ error: 'SpRuntimeDispatchError',
326
+ },
327
+ UtxoVerifiedError: {
328
+ utxoId: 'u64',
329
+ error: 'SpRuntimeDispatchError',
330
+ },
331
+ UtxoRejectedError: {
332
+ utxoId: 'u64',
333
+ error: 'SpRuntimeDispatchError',
334
+ },
335
+ UtxoExpiredError: {
336
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
337
+ error: 'SpRuntimeDispatchError'
338
+ }
339
+ }
340
+ },
341
+ /**
342
+ * Lookup50: argon_primitives::bitcoin::BitcoinRejectedReason
343
+ **/
344
+ ArgonPrimitivesBitcoinBitcoinRejectedReason: {
345
+ _enum: ['SatoshisMismatch', 'Spent', 'LookupExpired', 'DuplicateUtxo']
346
+ },
347
+ /**
348
+ * Lookup51: argon_primitives::bitcoin::UtxoRef
349
+ **/
350
+ ArgonPrimitivesBitcoinUtxoRef: {
351
+ txid: 'ArgonPrimitivesBitcoinH256Le',
352
+ outputIndex: 'Compact<u32>'
353
+ },
354
+ /**
355
+ * Lookup52: argon_primitives::bitcoin::H256Le
356
+ **/
357
+ ArgonPrimitivesBitcoinH256Le: '[u8;32]',
358
+ /**
359
+ * Lookup54: pallet_vaults::pallet::Event<T>
360
+ **/
361
+ PalletVaultsEvent: {
362
+ _enum: {
363
+ VaultCreated: {
364
+ vaultId: 'u32',
365
+ bitcoinArgons: 'u128',
366
+ miningArgons: 'u128',
367
+ securitizationPercent: 'u128',
368
+ operatorAccountId: 'AccountId32',
369
+ },
370
+ VaultModified: {
371
+ vaultId: 'u32',
372
+ bitcoinArgons: 'u128',
373
+ miningArgons: 'u128',
374
+ securitizationPercent: 'u128',
375
+ },
376
+ VaultTermsChangeScheduled: {
377
+ vaultId: 'u32',
378
+ changeBlock: 'u32',
379
+ },
380
+ VaultTermsChanged: {
381
+ vaultId: 'u32',
382
+ },
383
+ VaultClosed: {
384
+ vaultId: 'u32',
385
+ bitcoinAmountStillBonded: 'u128',
386
+ miningAmountStillBonded: 'u128',
387
+ securitizationStillBonded: 'u128',
388
+ },
389
+ VaultBitcoinXpubChange: {
390
+ vaultId: 'u32'
391
+ }
392
+ }
393
+ },
394
+ /**
395
+ * Lookup55: pallet_bond::pallet::Event<T>
396
+ **/
397
+ PalletBondEvent: {
398
+ _enum: {
399
+ BondCreated: {
400
+ vaultId: 'u32',
401
+ bondId: 'u64',
402
+ bondType: 'ArgonPrimitivesBondBondType',
403
+ bondedAccountId: 'AccountId32',
404
+ utxoId: 'Option<u64>',
405
+ amount: 'u128',
406
+ expiration: 'ArgonPrimitivesBondBondExpiration',
407
+ },
408
+ BondCompleted: {
409
+ vaultId: 'u32',
410
+ bondId: 'u64',
411
+ },
412
+ BondCanceled: {
413
+ vaultId: 'u32',
414
+ bondId: 'u64',
415
+ bondedAccountId: 'AccountId32',
416
+ bondType: 'ArgonPrimitivesBondBondType',
417
+ returnedFee: 'u128',
418
+ },
419
+ BitcoinBondBurned: {
420
+ vaultId: 'u32',
421
+ bondId: 'u64',
422
+ utxoId: 'u64',
423
+ amountBurned: 'u128',
424
+ amountHeld: 'u128',
425
+ wasUtxoSpent: 'bool',
426
+ },
427
+ BitcoinUtxoCosignRequested: {
428
+ bondId: 'u64',
429
+ vaultId: 'u32',
430
+ utxoId: 'u64',
431
+ },
432
+ BitcoinUtxoCosigned: {
433
+ bondId: 'u64',
434
+ vaultId: 'u32',
435
+ utxoId: 'u64',
436
+ signature: 'Bytes',
437
+ },
438
+ BitcoinCosignPastDue: {
439
+ bondId: 'u64',
440
+ vaultId: 'u32',
441
+ utxoId: 'u64',
442
+ compensationAmount: 'u128',
443
+ compensationStillOwed: 'u128',
444
+ compensatedAccountId: 'AccountId32',
445
+ },
446
+ BondCompletionError: {
447
+ bondId: 'u64',
448
+ error: 'SpRuntimeDispatchError',
449
+ },
450
+ CosignOverdueError: {
451
+ utxoId: 'u64',
452
+ error: 'SpRuntimeDispatchError'
453
+ }
454
+ }
455
+ },
456
+ /**
457
+ * Lookup56: argon_primitives::bond::BondType
458
+ **/
459
+ ArgonPrimitivesBondBondType: {
460
+ _enum: ['Mining', 'Bitcoin']
461
+ },
462
+ /**
463
+ * Lookup57: argon_primitives::bond::BondExpiration<BlockNumber>
464
+ **/
465
+ ArgonPrimitivesBondBondExpiration: {
466
+ _enum: {
467
+ ArgonBlock: 'Compact<u32>',
468
+ BitcoinBlock: 'Compact<u64>'
469
+ }
470
+ },
471
+ /**
472
+ * Lookup60: pallet_notaries::pallet::Event<T>
473
+ **/
474
+ PalletNotariesEvent: {
475
+ _enum: {
476
+ NotaryProposed: {
477
+ operatorAccount: 'AccountId32',
478
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
479
+ expires: 'u32',
480
+ },
481
+ NotaryActivated: {
482
+ notary: 'ArgonPrimitivesNotaryNotaryRecord',
483
+ },
484
+ NotaryMetaUpdateQueued: {
485
+ notaryId: 'u32',
486
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
487
+ effectiveTick: 'u32',
488
+ },
489
+ NotaryMetaUpdated: {
490
+ notaryId: 'u32',
491
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
492
+ },
493
+ NotaryMetaUpdateError: {
494
+ notaryId: 'u32',
495
+ error: 'SpRuntimeDispatchError',
496
+ meta: 'ArgonPrimitivesNotaryNotaryMeta'
497
+ }
498
+ }
499
+ },
500
+ /**
501
+ * Lookup61: argon_primitives::notary::NotaryMeta<MaxHosts>
502
+ **/
503
+ ArgonPrimitivesNotaryNotaryMeta: {
504
+ name: 'Bytes',
505
+ public: '[u8;32]',
506
+ hosts: 'Vec<Bytes>'
507
+ },
508
+ /**
509
+ * Lookup68: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
510
+ **/
511
+ ArgonPrimitivesNotaryNotaryRecord: {
512
+ notaryId: 'Compact<u32>',
513
+ operatorAccountId: 'AccountId32',
514
+ activatedBlock: 'Compact<u32>',
515
+ metaUpdatedBlock: 'Compact<u32>',
516
+ metaUpdatedTick: 'Compact<u32>',
517
+ meta: 'ArgonPrimitivesNotaryNotaryMeta'
518
+ },
519
+ /**
520
+ * Lookup69: pallet_notebook::pallet::Event<T>
521
+ **/
522
+ PalletNotebookEvent: {
523
+ _enum: {
524
+ NotebookSubmitted: {
525
+ notaryId: 'u32',
526
+ notebookNumber: 'u32',
527
+ },
528
+ NotebookAuditFailure: {
529
+ notaryId: 'u32',
530
+ notebookNumber: 'u32',
531
+ firstFailureReason: 'ArgonNotaryAuditErrorVerifyError'
532
+ }
533
+ }
534
+ },
535
+ /**
536
+ * Lookup70: argon_notary_audit::error::VerifyError
537
+ **/
538
+ ArgonNotaryAuditErrorVerifyError: {
539
+ _enum: {
540
+ MissingAccountOrigin: {
541
+ accountId: 'AccountId32',
542
+ accountType: 'ArgonPrimitivesAccountAccountType',
543
+ },
544
+ HistoryLookupError: {
545
+ source: 'ArgonNotaryAuditAccountHistoryLookupError',
546
+ },
547
+ InvalidAccountChangelist: 'Null',
548
+ InvalidChainTransfersList: 'Null',
549
+ InvalidBalanceChangeRoot: 'Null',
550
+ InvalidHeaderTaxRecorded: 'Null',
551
+ InvalidPreviousNonce: 'Null',
552
+ InvalidPreviousBalance: 'Null',
553
+ InvalidPreviousAccountOrigin: 'Null',
554
+ InvalidPreviousBalanceChangeNotebook: 'Null',
555
+ InvalidBalanceChange: 'Null',
556
+ InvalidBalanceChangeSignature: {
557
+ changeIndex: 'u16',
558
+ },
559
+ InvalidNoteRecipients: 'Null',
560
+ BalanceChangeError: {
561
+ changeIndex: 'u16',
562
+ noteIndex: 'u16',
563
+ message: 'Text',
564
+ },
565
+ InvalidNetBalanceChangeset: 'Null',
566
+ InsufficientBalance: {
567
+ balance: 'u128',
568
+ amount: 'u128',
569
+ noteIndex: 'u16',
570
+ changeIndex: 'u16',
571
+ },
572
+ ExceededMaxBalance: {
573
+ balance: 'u128',
574
+ amount: 'u128',
575
+ noteIndex: 'u16',
576
+ changeIndex: 'u16',
577
+ },
578
+ BalanceChangeMismatch: {
579
+ changeIndex: 'u16',
580
+ providedBalance: 'u128',
581
+ calculatedBalance: 'i128',
582
+ },
583
+ BalanceChangeNotNetZero: {
584
+ sent: 'u128',
585
+ claimed: 'u128',
586
+ },
587
+ InvalidDomainLeaseAllocation: 'Null',
588
+ TaxBalanceChangeNotNetZero: {
589
+ sent: 'u128',
590
+ claimed: 'u128',
591
+ },
592
+ MissingBalanceProof: 'Null',
593
+ InvalidPreviousBalanceProof: 'Null',
594
+ InvalidNotebookHash: 'Null',
595
+ InvalidNotebookHeaderHash: 'Null',
596
+ DuplicateChainTransfer: 'Null',
597
+ DuplicatedAccountOriginUid: 'Null',
598
+ InvalidNotarySignature: 'Null',
599
+ InvalidSecretProvided: 'Null',
600
+ NotebookTooOld: 'Null',
601
+ CatchupNotebooksMissing: 'Null',
602
+ DecodeError: 'Null',
603
+ AccountEscrowHoldDoesntExist: 'Null',
604
+ AccountAlreadyHasEscrowHold: 'Null',
605
+ EscrowHoldNotReadyForClaim: {
606
+ currentTick: 'u32',
607
+ claimTick: 'u32',
608
+ },
609
+ AccountLocked: 'Null',
610
+ MissingEscrowHoldNote: 'Null',
611
+ InvalidEscrowHoldNote: 'Null',
612
+ InvalidEscrowClaimers: 'Null',
613
+ EscrowNoteBelowMinimum: 'Null',
614
+ InvalidTaxNoteAccount: 'Null',
615
+ InvalidTaxOperation: 'Null',
616
+ InsufficientTaxIncluded: {
617
+ taxSent: 'u128',
618
+ taxOwed: 'u128',
619
+ accountId: 'AccountId32',
620
+ },
621
+ InsufficientBlockVoteTax: 'Null',
622
+ IneligibleTaxVoter: 'Null',
623
+ BlockVoteInvalidSignature: 'Null',
624
+ InvalidBlockVoteAllocation: 'Null',
625
+ InvalidBlockVoteRoot: 'Null',
626
+ InvalidBlockVotesCount: 'Null',
627
+ InvalidBlockVotingPower: 'Null',
628
+ InvalidBlockVoteList: 'Null',
629
+ InvalidComputeProof: 'Null',
630
+ InvalidBlockVoteSource: 'Null',
631
+ InsufficientBlockVoteMinimum: 'Null',
632
+ BlockVoteDataDomainMismatch: 'Null',
633
+ BlockVoteEscrowReused: 'Null'
634
+ }
635
+ },
636
+ /**
637
+ * Lookup71: argon_primitives::account::AccountType
638
+ **/
639
+ ArgonPrimitivesAccountAccountType: {
640
+ _enum: ['Tax', 'Deposit']
641
+ },
642
+ /**
643
+ * Lookup72: argon_notary_audit::AccountHistoryLookupError
644
+ **/
645
+ ArgonNotaryAuditAccountHistoryLookupError: {
646
+ _enum: ['RootNotFound', 'LastChangeNotFound', 'InvalidTransferToLocalchain', 'BlockSpecificationNotFound']
647
+ },
648
+ /**
649
+ * Lookup75: pallet_chain_transfer::pallet::Event<T>
650
+ **/
651
+ PalletChainTransferEvent: {
652
+ _enum: {
653
+ TransferToLocalchain: {
654
+ accountId: 'AccountId32',
655
+ amount: 'u128',
656
+ transferId: 'u32',
657
+ notaryId: 'u32',
658
+ expirationTick: 'u32',
659
+ },
660
+ TransferToLocalchainExpired: {
661
+ accountId: 'AccountId32',
662
+ transferId: 'u32',
663
+ notaryId: 'u32',
664
+ },
665
+ TransferIn: {
666
+ accountId: 'AccountId32',
667
+ amount: 'u128',
668
+ notaryId: 'u32',
669
+ },
670
+ TransferInError: {
671
+ accountId: 'AccountId32',
672
+ amount: 'u128',
673
+ notaryId: 'u32',
674
+ notebookNumber: 'u32',
675
+ error: 'SpRuntimeDispatchError',
676
+ },
677
+ TransferToLocalchainRefundError: {
678
+ accountId: 'AccountId32',
679
+ transferId: 'u32',
680
+ notaryId: 'u32',
681
+ notebookNumber: 'u32',
682
+ error: 'SpRuntimeDispatchError',
683
+ },
684
+ PossibleInvalidTransferAllowed: {
685
+ transferId: 'u32',
686
+ notaryId: 'u32',
687
+ notebookNumber: 'u32',
688
+ },
689
+ TaxationError: {
690
+ notaryId: 'u32',
691
+ notebookNumber: 'u32',
692
+ tax: 'u128',
693
+ error: 'SpRuntimeDispatchError'
694
+ }
695
+ }
696
+ },
697
+ /**
698
+ * Lookup76: pallet_block_seal_spec::pallet::Event<T>
699
+ **/
700
+ PalletBlockSealSpecEvent: {
701
+ _enum: {
702
+ VoteMinimumAdjusted: {
703
+ expectedBlockVotes: 'u128',
704
+ actualBlockVotes: 'u128',
705
+ startVoteMinimum: 'u128',
706
+ newVoteMinimum: 'u128',
707
+ },
708
+ ComputeDifficultyAdjusted: {
709
+ expectedBlockTime: 'u64',
710
+ actualBlockTime: 'u64',
711
+ startDifficulty: 'u128',
712
+ newDifficulty: 'u128'
713
+ }
714
+ }
715
+ },
716
+ /**
717
+ * Lookup77: pallet_data_domain::pallet::Event<T>
718
+ **/
719
+ PalletDataDomainEvent: {
720
+ _enum: {
721
+ ZoneRecordUpdated: {
722
+ domainHash: 'H256',
723
+ zoneRecord: 'ArgonPrimitivesDataDomainZoneRecord',
724
+ },
725
+ DataDomainRegistered: {
726
+ domainHash: 'H256',
727
+ registration: 'PalletDataDomainDataDomainRegistration',
728
+ },
729
+ DataDomainRenewed: {
730
+ domainHash: 'H256',
731
+ },
732
+ DataDomainExpired: {
733
+ domainHash: 'H256',
734
+ },
735
+ DataDomainRegistrationCanceled: {
736
+ domainHash: 'H256',
737
+ registration: 'PalletDataDomainDataDomainRegistration',
738
+ },
739
+ DataDomainRegistrationError: {
740
+ domainHash: 'H256',
741
+ accountId: 'AccountId32',
742
+ error: 'SpRuntimeDispatchError'
743
+ }
744
+ }
745
+ },
746
+ /**
747
+ * Lookup78: argon_primitives::data_domain::ZoneRecord<sp_core::crypto::AccountId32>
748
+ **/
749
+ ArgonPrimitivesDataDomainZoneRecord: {
750
+ paymentAccount: 'AccountId32',
751
+ notaryId: 'u32',
752
+ versions: 'BTreeMap<ArgonPrimitivesDataDomainSemver, ArgonPrimitivesDataDomainVersionHost>'
753
+ },
754
+ /**
755
+ * Lookup80: argon_primitives::data_domain::Semver
756
+ **/
757
+ ArgonPrimitivesDataDomainSemver: {
758
+ major: 'u32',
759
+ minor: 'u32',
760
+ patch: 'u32'
761
+ },
762
+ /**
763
+ * Lookup81: argon_primitives::data_domain::VersionHost
764
+ **/
765
+ ArgonPrimitivesDataDomainVersionHost: {
766
+ datastoreId: 'Bytes',
767
+ host: 'Bytes'
768
+ },
769
+ /**
770
+ * Lookup85: pallet_data_domain::DataDomainRegistration<sp_core::crypto::AccountId32>
771
+ **/
772
+ PalletDataDomainDataDomainRegistration: {
773
+ accountId: 'AccountId32',
774
+ registeredAtTick: 'u32'
775
+ },
776
+ /**
777
+ * Lookup86: pallet_price_index::pallet::Event<T>
778
+ **/
779
+ PalletPriceIndexEvent: {
780
+ _enum: {
781
+ NewIndex: 'Null',
782
+ OperatorChanged: {
783
+ operatorId: 'AccountId32'
784
+ }
785
+ }
786
+ },
787
+ /**
788
+ * Lookup87: pallet_session::pallet::Event
789
+ **/
790
+ PalletSessionEvent: {
791
+ _enum: {
792
+ NewSession: {
793
+ sessionIndex: 'u32'
794
+ }
795
+ }
796
+ },
797
+ /**
798
+ * Lookup88: pallet_block_rewards::pallet::Event<T>
799
+ **/
800
+ PalletBlockRewardsEvent: {
801
+ _enum: {
802
+ RewardCreated: {
803
+ maturationBlock: 'u32',
804
+ rewards: 'Vec<ArgonPrimitivesBlockSealBlockPayout>',
805
+ },
806
+ RewardUnlocked: {
807
+ rewards: 'Vec<ArgonPrimitivesBlockSealBlockPayout>',
808
+ },
809
+ RewardUnlockError: {
810
+ accountId: 'AccountId32',
811
+ argons: 'Option<u128>',
812
+ shares: 'Option<u128>',
813
+ error: 'SpRuntimeDispatchError',
814
+ },
815
+ RewardCreateError: {
816
+ accountId: 'AccountId32',
817
+ argons: 'Option<u128>',
818
+ shares: 'Option<u128>',
819
+ error: 'SpRuntimeDispatchError'
820
+ }
821
+ }
822
+ },
823
+ /**
824
+ * Lookup90: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
825
+ **/
826
+ ArgonPrimitivesBlockSealBlockPayout: {
827
+ accountId: 'AccountId32',
828
+ shares: 'Compact<u128>',
829
+ argons: 'Compact<u128>'
830
+ },
831
+ /**
832
+ * Lookup92: pallet_grandpa::pallet::Event
833
+ **/
834
+ PalletGrandpaEvent: {
835
+ _enum: {
836
+ NewAuthorities: {
837
+ authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
838
+ },
839
+ Paused: 'Null',
840
+ Resumed: 'Null'
841
+ }
842
+ },
843
+ /**
844
+ * Lookup95: sp_consensus_grandpa::app::Public
845
+ **/
846
+ SpConsensusGrandpaAppPublic: '[u8;32]',
847
+ /**
848
+ * Lookup96: pallet_offences::pallet::Event
849
+ **/
850
+ PalletOffencesEvent: {
851
+ _enum: {
852
+ Offence: {
853
+ kind: '[u8;16]',
854
+ timeslot: 'Bytes'
855
+ }
856
+ }
857
+ },
858
+ /**
859
+ * Lookup98: pallet_mint::pallet::Event<T>
860
+ **/
861
+ PalletMintEvent: {
862
+ _enum: {
863
+ ArgonsMinted: {
864
+ mintType: 'PalletMintMintType',
865
+ accountId: 'AccountId32',
866
+ utxoId: 'Option<u64>',
867
+ amount: 'u128',
868
+ },
869
+ MintError: {
870
+ mintType: 'PalletMintMintType',
871
+ accountId: 'AccountId32',
872
+ utxoId: 'Option<u64>',
873
+ amount: 'u128',
874
+ error: 'SpRuntimeDispatchError'
875
+ }
876
+ }
877
+ },
878
+ /**
879
+ * Lookup99: pallet_mint::pallet::MintType
880
+ **/
881
+ PalletMintMintType: {
882
+ _enum: ['Bitcoin', 'Mining']
883
+ },
884
+ /**
885
+ * Lookup100: pallet_balances::pallet::Event<T, I>
886
+ **/
887
+ PalletBalancesEvent: {
888
+ _enum: {
889
+ Endowed: {
890
+ account: 'AccountId32',
891
+ freeBalance: 'u128',
892
+ },
893
+ DustLost: {
894
+ account: 'AccountId32',
895
+ amount: 'u128',
896
+ },
897
+ Transfer: {
898
+ from: 'AccountId32',
899
+ to: 'AccountId32',
900
+ amount: 'u128',
901
+ },
902
+ BalanceSet: {
903
+ who: 'AccountId32',
904
+ free: 'u128',
905
+ },
906
+ Reserved: {
907
+ who: 'AccountId32',
908
+ amount: 'u128',
909
+ },
910
+ Unreserved: {
911
+ who: 'AccountId32',
912
+ amount: 'u128',
913
+ },
914
+ ReserveRepatriated: {
915
+ from: 'AccountId32',
916
+ to: 'AccountId32',
917
+ amount: 'u128',
918
+ destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
919
+ },
920
+ Deposit: {
921
+ who: 'AccountId32',
922
+ amount: 'u128',
923
+ },
924
+ Withdraw: {
925
+ who: 'AccountId32',
926
+ amount: 'u128',
927
+ },
928
+ Slashed: {
929
+ who: 'AccountId32',
930
+ amount: 'u128',
931
+ },
932
+ Minted: {
933
+ who: 'AccountId32',
934
+ amount: 'u128',
935
+ },
936
+ Burned: {
937
+ who: 'AccountId32',
938
+ amount: 'u128',
939
+ },
940
+ Suspended: {
941
+ who: 'AccountId32',
942
+ amount: 'u128',
943
+ },
944
+ Restored: {
945
+ who: 'AccountId32',
946
+ amount: 'u128',
947
+ },
948
+ Upgraded: {
949
+ who: 'AccountId32',
950
+ },
951
+ Issued: {
952
+ amount: 'u128',
953
+ },
954
+ Rescinded: {
955
+ amount: 'u128',
956
+ },
957
+ Locked: {
958
+ who: 'AccountId32',
959
+ amount: 'u128',
960
+ },
961
+ Unlocked: {
962
+ who: 'AccountId32',
963
+ amount: 'u128',
964
+ },
965
+ Frozen: {
966
+ who: 'AccountId32',
967
+ amount: 'u128',
968
+ },
969
+ Thawed: {
970
+ who: 'AccountId32',
971
+ amount: 'u128',
972
+ },
973
+ TotalIssuanceForced: {
974
+ _alias: {
975
+ new_: 'new',
976
+ },
977
+ old: 'u128',
978
+ new_: 'u128'
979
+ }
980
+ }
981
+ },
982
+ /**
983
+ * Lookup101: frame_support::traits::tokens::misc::BalanceStatus
984
+ **/
985
+ FrameSupportTokensMiscBalanceStatus: {
986
+ _enum: ['Free', 'Reserved']
987
+ },
988
+ /**
989
+ * Lookup103: pallet_tx_pause::pallet::Event<T>
990
+ **/
991
+ PalletTxPauseEvent: {
992
+ _enum: {
993
+ CallPaused: {
994
+ fullName: '(Bytes,Bytes)',
995
+ },
996
+ CallUnpaused: {
997
+ fullName: '(Bytes,Bytes)'
998
+ }
999
+ }
1000
+ },
1001
+ /**
1002
+ * Lookup106: pallet_transaction_payment::pallet::Event<T>
1003
+ **/
1004
+ PalletTransactionPaymentEvent: {
1005
+ _enum: {
1006
+ TransactionFeePaid: {
1007
+ who: 'AccountId32',
1008
+ actualFee: 'u128',
1009
+ tip: 'u128'
1010
+ }
1011
+ }
1012
+ },
1013
+ /**
1014
+ * Lookup107: pallet_sudo::pallet::Event<T>
1015
+ **/
1016
+ PalletSudoEvent: {
1017
+ _enum: {
1018
+ Sudid: {
1019
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1020
+ },
1021
+ KeyChanged: {
1022
+ _alias: {
1023
+ new_: 'new',
1024
+ },
1025
+ old: 'Option<AccountId32>',
1026
+ new_: 'AccountId32',
1027
+ },
1028
+ KeyRemoved: 'Null',
1029
+ SudoAsDone: {
1030
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>'
1031
+ }
1032
+ }
1033
+ },
1034
+ /**
1035
+ * Lookup109: frame_system::Phase
1036
+ **/
1037
+ FrameSystemPhase: {
1038
+ _enum: {
1039
+ ApplyExtrinsic: 'u32',
1040
+ Finalization: 'Null',
1041
+ Initialization: 'Null'
1042
+ }
1043
+ },
1044
+ /**
1045
+ * Lookup113: frame_system::LastRuntimeUpgradeInfo
1046
+ **/
1047
+ FrameSystemLastRuntimeUpgradeInfo: {
1048
+ specVersion: 'Compact<u32>',
1049
+ specName: 'Text'
1050
+ },
1051
+ /**
1052
+ * Lookup114: frame_system::CodeUpgradeAuthorization<T>
1053
+ **/
1054
+ FrameSystemCodeUpgradeAuthorization: {
1055
+ codeHash: 'H256',
1056
+ checkVersion: 'bool'
1057
+ },
1058
+ /**
1059
+ * Lookup115: frame_system::pallet::Call<T>
1060
+ **/
1061
+ FrameSystemCall: {
1062
+ _enum: {
1063
+ remark: {
1064
+ remark: 'Bytes',
1065
+ },
1066
+ set_heap_pages: {
1067
+ pages: 'u64',
1068
+ },
1069
+ set_code: {
1070
+ code: 'Bytes',
1071
+ },
1072
+ set_code_without_checks: {
1073
+ code: 'Bytes',
1074
+ },
1075
+ set_storage: {
1076
+ items: 'Vec<(Bytes,Bytes)>',
1077
+ },
1078
+ kill_storage: {
1079
+ _alias: {
1080
+ keys_: 'keys',
1081
+ },
1082
+ keys_: 'Vec<Bytes>',
1083
+ },
1084
+ kill_prefix: {
1085
+ prefix: 'Bytes',
1086
+ subkeys: 'u32',
1087
+ },
1088
+ remark_with_event: {
1089
+ remark: 'Bytes',
1090
+ },
1091
+ __Unused8: 'Null',
1092
+ authorize_upgrade: {
1093
+ codeHash: 'H256',
1094
+ },
1095
+ authorize_upgrade_without_checks: {
1096
+ codeHash: 'H256',
1097
+ },
1098
+ apply_authorized_upgrade: {
1099
+ code: 'Bytes'
1100
+ }
1101
+ }
1102
+ },
1103
+ /**
1104
+ * Lookup119: frame_system::limits::BlockWeights
1105
+ **/
1106
+ FrameSystemLimitsBlockWeights: {
1107
+ baseBlock: 'SpWeightsWeightV2Weight',
1108
+ maxBlock: 'SpWeightsWeightV2Weight',
1109
+ perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1110
+ },
1111
+ /**
1112
+ * Lookup120: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1113
+ **/
1114
+ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1115
+ normal: 'FrameSystemLimitsWeightsPerClass',
1116
+ operational: 'FrameSystemLimitsWeightsPerClass',
1117
+ mandatory: 'FrameSystemLimitsWeightsPerClass'
1118
+ },
1119
+ /**
1120
+ * Lookup121: frame_system::limits::WeightsPerClass
1121
+ **/
1122
+ FrameSystemLimitsWeightsPerClass: {
1123
+ baseExtrinsic: 'SpWeightsWeightV2Weight',
1124
+ maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1125
+ maxTotal: 'Option<SpWeightsWeightV2Weight>',
1126
+ reserved: 'Option<SpWeightsWeightV2Weight>'
1127
+ },
1128
+ /**
1129
+ * Lookup123: frame_system::limits::BlockLength
1130
+ **/
1131
+ FrameSystemLimitsBlockLength: {
1132
+ max: 'FrameSupportDispatchPerDispatchClassU32'
1133
+ },
1134
+ /**
1135
+ * Lookup124: frame_support::dispatch::PerDispatchClass<T>
1136
+ **/
1137
+ FrameSupportDispatchPerDispatchClassU32: {
1138
+ normal: 'u32',
1139
+ operational: 'u32',
1140
+ mandatory: 'u32'
1141
+ },
1142
+ /**
1143
+ * Lookup125: sp_weights::RuntimeDbWeight
1144
+ **/
1145
+ SpWeightsRuntimeDbWeight: {
1146
+ read: 'u64',
1147
+ write: 'u64'
1148
+ },
1149
+ /**
1150
+ * Lookup126: sp_version::RuntimeVersion
1151
+ **/
1152
+ SpVersionRuntimeVersion: {
1153
+ specName: 'Text',
1154
+ implName: 'Text',
1155
+ authoringVersion: 'u32',
1156
+ specVersion: 'u32',
1157
+ implVersion: 'u32',
1158
+ apis: 'Vec<([u8;8],u32)>',
1159
+ transactionVersion: 'u32',
1160
+ stateVersion: 'u8'
1161
+ },
1162
+ /**
1163
+ * Lookup131: frame_system::pallet::Error<T>
1164
+ **/
1165
+ FrameSystemError: {
1166
+ _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1167
+ },
1168
+ /**
1169
+ * Lookup132: pallet_timestamp::pallet::Call<T>
1170
+ **/
1171
+ PalletTimestampCall: {
1172
+ _enum: {
1173
+ set: {
1174
+ now: 'Compact<u64>'
1175
+ }
1176
+ }
1177
+ },
1178
+ /**
1179
+ * Lookup134: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1180
+ **/
1181
+ PalletMultisigMultisig: {
1182
+ when: 'PalletMultisigTimepoint',
1183
+ deposit: 'u128',
1184
+ depositor: 'AccountId32',
1185
+ approvals: 'Vec<AccountId32>'
1186
+ },
1187
+ /**
1188
+ * Lookup137: pallet_multisig::pallet::Call<T>
1189
+ **/
1190
+ PalletMultisigCall: {
1191
+ _enum: {
1192
+ as_multi_threshold_1: {
1193
+ otherSignatories: 'Vec<AccountId32>',
1194
+ call: 'Call',
1195
+ },
1196
+ as_multi: {
1197
+ threshold: 'u16',
1198
+ otherSignatories: 'Vec<AccountId32>',
1199
+ maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1200
+ call: 'Call',
1201
+ maxWeight: 'SpWeightsWeightV2Weight',
1202
+ },
1203
+ approve_as_multi: {
1204
+ threshold: 'u16',
1205
+ otherSignatories: 'Vec<AccountId32>',
1206
+ maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1207
+ callHash: '[u8;32]',
1208
+ maxWeight: 'SpWeightsWeightV2Weight',
1209
+ },
1210
+ cancel_as_multi: {
1211
+ threshold: 'u16',
1212
+ otherSignatories: 'Vec<AccountId32>',
1213
+ timepoint: 'PalletMultisigTimepoint',
1214
+ callHash: '[u8;32]'
1215
+ }
1216
+ }
1217
+ },
1218
+ /**
1219
+ * Lookup139: pallet_proxy::pallet::Call<T>
1220
+ **/
1221
+ PalletProxyCall: {
1222
+ _enum: {
1223
+ proxy: {
1224
+ real: 'MultiAddress',
1225
+ forceProxyType: 'Option<ArgonNodeRuntimeProxyType>',
1226
+ call: 'Call',
1227
+ },
1228
+ add_proxy: {
1229
+ delegate: 'MultiAddress',
1230
+ proxyType: 'ArgonNodeRuntimeProxyType',
1231
+ delay: 'u32',
1232
+ },
1233
+ remove_proxy: {
1234
+ delegate: 'MultiAddress',
1235
+ proxyType: 'ArgonNodeRuntimeProxyType',
1236
+ delay: 'u32',
1237
+ },
1238
+ remove_proxies: 'Null',
1239
+ create_pure: {
1240
+ proxyType: 'ArgonNodeRuntimeProxyType',
1241
+ delay: 'u32',
1242
+ index: 'u16',
1243
+ },
1244
+ kill_pure: {
1245
+ spawner: 'MultiAddress',
1246
+ proxyType: 'ArgonNodeRuntimeProxyType',
1247
+ index: 'u16',
1248
+ height: 'Compact<u32>',
1249
+ extIndex: 'Compact<u32>',
1250
+ },
1251
+ announce: {
1252
+ real: 'MultiAddress',
1253
+ callHash: 'H256',
1254
+ },
1255
+ remove_announcement: {
1256
+ real: 'MultiAddress',
1257
+ callHash: 'H256',
1258
+ },
1259
+ reject_announcement: {
1260
+ delegate: 'MultiAddress',
1261
+ callHash: 'H256',
1262
+ },
1263
+ proxy_announced: {
1264
+ delegate: 'MultiAddress',
1265
+ real: 'MultiAddress',
1266
+ forceProxyType: 'Option<ArgonNodeRuntimeProxyType>',
1267
+ call: 'Call'
1268
+ }
1269
+ }
1270
+ },
1271
+ /**
1272
+ * Lookup144: pallet_ticks::pallet::Call<T>
1273
+ **/
1274
+ PalletTicksCall: 'Null',
1275
+ /**
1276
+ * Lookup145: pallet_mining_slot::pallet::Call<T>
1277
+ **/
1278
+ PalletMiningSlotCall: {
1279
+ _enum: {
1280
+ bid: {
1281
+ bondInfo: 'Option<PalletMiningSlotMiningSlotBid>',
1282
+ rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination'
1283
+ }
1284
+ }
1285
+ },
1286
+ /**
1287
+ * Lookup147: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1288
+ **/
1289
+ PalletMiningSlotMiningSlotBid: {
1290
+ vaultId: 'u32',
1291
+ amount: 'u128'
1292
+ },
1293
+ /**
1294
+ * Lookup148: pallet_bitcoin_utxos::pallet::Call<T>
1295
+ **/
1296
+ PalletBitcoinUtxosCall: {
1297
+ _enum: {
1298
+ sync: {
1299
+ utxoSync: 'ArgonPrimitivesInherentsBitcoinUtxoSync',
1300
+ },
1301
+ set_confirmed_block: {
1302
+ bitcoinHeight: 'u64',
1303
+ bitcoinBlockHash: 'ArgonPrimitivesBitcoinH256Le',
1304
+ },
1305
+ set_operator: {
1306
+ accountId: 'AccountId32'
1307
+ }
1308
+ }
1309
+ },
1310
+ /**
1311
+ * Lookup149: argon_primitives::inherents::BitcoinUtxoSync
1312
+ **/
1313
+ ArgonPrimitivesInherentsBitcoinUtxoSync: {
1314
+ spent: 'BTreeMap<u64, u64>',
1315
+ verified: 'BTreeMap<u64, ArgonPrimitivesBitcoinUtxoRef>',
1316
+ invalid: 'BTreeMap<u64, ArgonPrimitivesBitcoinBitcoinRejectedReason>',
1317
+ syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1318
+ },
1319
+ /**
1320
+ * Lookup159: argon_primitives::bitcoin::BitcoinBlock
1321
+ **/
1322
+ ArgonPrimitivesBitcoinBitcoinBlock: {
1323
+ blockHeight: 'Compact<u64>',
1324
+ blockHash: 'ArgonPrimitivesBitcoinH256Le'
1325
+ },
1326
+ /**
1327
+ * Lookup160: pallet_vaults::pallet::Call<T>
1328
+ **/
1329
+ PalletVaultsCall: {
1330
+ _enum: {
1331
+ create: {
1332
+ vaultConfig: 'PalletVaultsVaultConfig',
1333
+ },
1334
+ modify_funding: {
1335
+ vaultId: 'u32',
1336
+ totalMiningAmountOffered: 'u128',
1337
+ totalBitcoinAmountOffered: 'u128',
1338
+ securitizationPercent: 'u128',
1339
+ },
1340
+ modify_terms: {
1341
+ vaultId: 'u32',
1342
+ terms: 'ArgonPrimitivesBondVaultTerms',
1343
+ },
1344
+ close: {
1345
+ vaultId: 'u32',
1346
+ },
1347
+ replace_bitcoin_xpub: {
1348
+ vaultId: 'u32',
1349
+ bitcoinXpub: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub'
1350
+ }
1351
+ }
1352
+ },
1353
+ /**
1354
+ * Lookup161: pallet_vaults::pallet::VaultConfig<Balance>
1355
+ **/
1356
+ PalletVaultsVaultConfig: {
1357
+ terms: 'ArgonPrimitivesBondVaultTerms',
1358
+ bitcoinAmountAllocated: 'Compact<u128>',
1359
+ bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1360
+ miningAmountAllocated: 'Compact<u128>',
1361
+ securitizationPercent: 'Compact<u128>'
1362
+ },
1363
+ /**
1364
+ * Lookup162: argon_primitives::bond::VaultTerms<Balance>
1365
+ **/
1366
+ ArgonPrimitivesBondVaultTerms: {
1367
+ bitcoinAnnualPercentRate: 'Compact<u128>',
1368
+ bitcoinBaseFee: 'Compact<u128>',
1369
+ miningAnnualPercentRate: 'Compact<u128>',
1370
+ miningBaseFee: 'Compact<u128>',
1371
+ miningRewardSharingPercentTake: 'Compact<u128>'
1372
+ },
1373
+ /**
1374
+ * Lookup163: argon_primitives::bitcoin::OpaqueBitcoinXpub
1375
+ **/
1376
+ ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1377
+ /**
1378
+ * Lookup165: pallet_bond::pallet::Call<T>
1379
+ **/
1380
+ PalletBondCall: {
1381
+ _enum: {
1382
+ bond_bitcoin: {
1383
+ vaultId: 'u32',
1384
+ satoshis: 'Compact<u64>',
1385
+ bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1386
+ },
1387
+ __Unused1: 'Null',
1388
+ __Unused2: 'Null',
1389
+ __Unused3: 'Null',
1390
+ unlock_bitcoin_bond: {
1391
+ bondId: 'u64',
1392
+ toScriptPubkey: 'Bytes',
1393
+ bitcoinNetworkFee: 'u64',
1394
+ },
1395
+ cosign_bitcoin_unlock: {
1396
+ bondId: 'u64',
1397
+ signature: 'Bytes'
1398
+ }
1399
+ }
1400
+ },
1401
+ /**
1402
+ * Lookup166: argon_primitives::bitcoin::CompressedBitcoinPubkey
1403
+ **/
1404
+ ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1405
+ /**
1406
+ * Lookup170: pallet_notaries::pallet::Call<T>
1407
+ **/
1408
+ PalletNotariesCall: {
1409
+ _enum: {
1410
+ propose: {
1411
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
1412
+ },
1413
+ activate: {
1414
+ operatorAccount: 'AccountId32',
1415
+ },
1416
+ update: {
1417
+ notaryId: 'Compact<u32>',
1418
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
1419
+ effectiveTick: 'Compact<u32>'
1420
+ }
1421
+ }
1422
+ },
1423
+ /**
1424
+ * Lookup171: pallet_notebook::pallet::Call<T>
1425
+ **/
1426
+ PalletNotebookCall: {
1427
+ _enum: {
1428
+ submit: {
1429
+ notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>'
1430
+ }
1431
+ }
1432
+ },
1433
+ /**
1434
+ * Lookup173: argon_primitives::notebook::SignedNotebookHeader
1435
+ **/
1436
+ ArgonPrimitivesNotebookSignedNotebookHeader: {
1437
+ header: 'ArgonPrimitivesNotebookNotebookHeader',
1438
+ signature: '[u8;64]'
1439
+ },
1440
+ /**
1441
+ * Lookup174: argon_primitives::notebook::NotebookHeader
1442
+ **/
1443
+ ArgonPrimitivesNotebookNotebookHeader: {
1444
+ version: 'Compact<u16>',
1445
+ notebookNumber: 'Compact<u32>',
1446
+ tick: 'Compact<u32>',
1447
+ tax: 'Compact<u128>',
1448
+ notaryId: 'Compact<u32>',
1449
+ chainTransfers: 'Vec<ArgonPrimitivesNotebookChainTransfer>',
1450
+ changedAccountsRoot: 'H256',
1451
+ changedAccountOrigins: 'Vec<ArgonPrimitivesBalanceChangeAccountOrigin>',
1452
+ blockVotesRoot: 'H256',
1453
+ blockVotesCount: 'Compact<u32>',
1454
+ blocksWithVotes: 'Vec<H256>',
1455
+ blockVotingPower: 'Compact<u128>',
1456
+ secretHash: 'H256',
1457
+ parentSecret: 'Option<H256>',
1458
+ dataDomains: 'Vec<(H256,AccountId32)>'
1459
+ },
1460
+ /**
1461
+ * Lookup177: argon_primitives::notebook::ChainTransfer
1462
+ **/
1463
+ ArgonPrimitivesNotebookChainTransfer: {
1464
+ _enum: {
1465
+ ToMainchain: {
1466
+ accountId: 'AccountId32',
1467
+ amount: 'Compact<u128>',
1468
+ },
1469
+ ToLocalchain: {
1470
+ transferId: 'Compact<u32>'
1471
+ }
1472
+ }
1473
+ },
1474
+ /**
1475
+ * Lookup180: argon_primitives::balance_change::AccountOrigin
1476
+ **/
1477
+ ArgonPrimitivesBalanceChangeAccountOrigin: {
1478
+ notebookNumber: 'Compact<u32>',
1479
+ accountUid: 'Compact<u32>'
1480
+ },
1481
+ /**
1482
+ * Lookup188: pallet_chain_transfer::pallet::Call<T>
1483
+ **/
1484
+ PalletChainTransferCall: {
1485
+ _enum: {
1486
+ send_to_localchain: {
1487
+ amount: 'Compact<u128>',
1488
+ notaryId: 'u32'
1489
+ }
1490
+ }
1491
+ },
1492
+ /**
1493
+ * Lookup189: pallet_block_seal_spec::pallet::Call<T>
1494
+ **/
1495
+ PalletBlockSealSpecCall: {
1496
+ _enum: {
1497
+ configure: {
1498
+ voteMinimum: 'Option<u128>',
1499
+ computeDifficulty: 'Option<u128>'
1500
+ }
1501
+ }
1502
+ },
1503
+ /**
1504
+ * Lookup190: pallet_data_domain::pallet::Call<T>
1505
+ **/
1506
+ PalletDataDomainCall: {
1507
+ _enum: {
1508
+ set_zone_record: {
1509
+ domainHash: 'H256',
1510
+ zoneRecord: 'ArgonPrimitivesDataDomainZoneRecord'
1511
+ }
1512
+ }
1513
+ },
1514
+ /**
1515
+ * Lookup191: pallet_price_index::pallet::Call<T>
1516
+ **/
1517
+ PalletPriceIndexCall: {
1518
+ _enum: {
1519
+ submit: {
1520
+ index: 'PalletPriceIndexPriceIndex',
1521
+ },
1522
+ set_operator: {
1523
+ accountId: 'AccountId32'
1524
+ }
1525
+ }
1526
+ },
1527
+ /**
1528
+ * Lookup192: pallet_price_index::PriceIndex
1529
+ **/
1530
+ PalletPriceIndexPriceIndex: {
1531
+ btcUsdPrice: 'Compact<u128>',
1532
+ argonUsdPrice: 'Compact<u128>',
1533
+ argonUsdTargetPrice: 'u128',
1534
+ tick: 'Compact<u32>'
1535
+ },
1536
+ /**
1537
+ * Lookup193: pallet_session::pallet::Call<T>
1538
+ **/
1539
+ PalletSessionCall: {
1540
+ _enum: {
1541
+ set_keys: {
1542
+ _alias: {
1543
+ keys_: 'keys',
1544
+ },
1545
+ keys_: 'ArgonNodeRuntimeOpaqueSessionKeys',
1546
+ proof: 'Bytes',
1547
+ },
1548
+ purge_keys: 'Null'
1549
+ }
1550
+ },
1551
+ /**
1552
+ * Lookup194: argon_node_runtime::opaque::SessionKeys
1553
+ **/
1554
+ ArgonNodeRuntimeOpaqueSessionKeys: {
1555
+ grandpa: 'SpConsensusGrandpaAppPublic',
1556
+ blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
1557
+ },
1558
+ /**
1559
+ * Lookup195: argon_primitives::block_seal::app::Public
1560
+ **/
1561
+ ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
1562
+ /**
1563
+ * Lookup196: pallet_block_seal::pallet::Call<T>
1564
+ **/
1565
+ PalletBlockSealCall: {
1566
+ _enum: {
1567
+ apply: {
1568
+ seal: 'ArgonPrimitivesInherentsBlockSealInherent'
1569
+ }
1570
+ }
1571
+ },
1572
+ /**
1573
+ * Lookup197: argon_primitives::inherents::BlockSealInherent
1574
+ **/
1575
+ ArgonPrimitivesInherentsBlockSealInherent: {
1576
+ _enum: {
1577
+ Vote: {
1578
+ sealStrength: 'U256',
1579
+ notaryId: 'Compact<u32>',
1580
+ sourceNotebookNumber: 'Compact<u32>',
1581
+ sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
1582
+ blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
1583
+ minerSignature: 'ArgonPrimitivesBlockSealAppSignature',
1584
+ },
1585
+ Compute: 'Null'
1586
+ }
1587
+ },
1588
+ /**
1589
+ * Lookup200: argon_primitives::balance_change::MerkleProof
1590
+ **/
1591
+ ArgonPrimitivesBalanceChangeMerkleProof: {
1592
+ proof: 'Vec<H256>',
1593
+ numberOfLeaves: 'Compact<u32>',
1594
+ leafIndex: 'Compact<u32>'
1595
+ },
1596
+ /**
1597
+ * Lookup202: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1598
+ **/
1599
+ ArgonPrimitivesBlockVoteBlockVoteT: {
1600
+ accountId: 'AccountId32',
1601
+ blockHash: 'H256',
1602
+ index: 'Compact<u32>',
1603
+ power: 'Compact<u128>',
1604
+ dataDomainHash: 'H256',
1605
+ dataDomainAccount: 'AccountId32',
1606
+ signature: 'SpRuntimeMultiSignature',
1607
+ blockRewardsAccountId: 'AccountId32'
1608
+ },
1609
+ /**
1610
+ * Lookup203: sp_runtime::MultiSignature
1611
+ **/
1612
+ SpRuntimeMultiSignature: {
1613
+ _enum: {
1614
+ Ed25519: '[u8;64]',
1615
+ Sr25519: '[u8;64]',
1616
+ Ecdsa: '[u8;65]'
1617
+ }
1618
+ },
1619
+ /**
1620
+ * Lookup205: argon_primitives::block_seal::app::Signature
1621
+ **/
1622
+ ArgonPrimitivesBlockSealAppSignature: '[u8;64]',
1623
+ /**
1624
+ * Lookup206: pallet_block_rewards::pallet::Call<T>
1625
+ **/
1626
+ PalletBlockRewardsCall: 'Null',
1627
+ /**
1628
+ * Lookup207: pallet_grandpa::pallet::Call<T>
1629
+ **/
1630
+ PalletGrandpaCall: {
1631
+ _enum: {
1632
+ report_equivocation: {
1633
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
1634
+ keyOwnerProof: 'SpSessionMembershipProof',
1635
+ },
1636
+ report_equivocation_unsigned: {
1637
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
1638
+ keyOwnerProof: 'SpSessionMembershipProof',
1639
+ },
1640
+ note_stalled: {
1641
+ delay: 'u32',
1642
+ bestFinalizedBlockNumber: 'u32'
1643
+ }
1644
+ }
1645
+ },
1646
+ /**
1647
+ * Lookup208: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1648
+ **/
1649
+ SpConsensusGrandpaEquivocationProof: {
1650
+ setId: 'u64',
1651
+ equivocation: 'SpConsensusGrandpaEquivocation'
1652
+ },
1653
+ /**
1654
+ * Lookup209: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1655
+ **/
1656
+ SpConsensusGrandpaEquivocation: {
1657
+ _enum: {
1658
+ Prevote: 'FinalityGrandpaEquivocationPrevote',
1659
+ Precommit: 'FinalityGrandpaEquivocationPrecommit'
1660
+ }
1661
+ },
1662
+ /**
1663
+ * Lookup210: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1664
+ **/
1665
+ FinalityGrandpaEquivocationPrevote: {
1666
+ roundNumber: 'u64',
1667
+ identity: 'SpConsensusGrandpaAppPublic',
1668
+ first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1669
+ second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1670
+ },
1671
+ /**
1672
+ * Lookup211: finality_grandpa::Prevote<primitive_types::H256, N>
1673
+ **/
1674
+ FinalityGrandpaPrevote: {
1675
+ targetHash: 'H256',
1676
+ targetNumber: 'u32'
1677
+ },
1678
+ /**
1679
+ * Lookup212: sp_consensus_grandpa::app::Signature
1680
+ **/
1681
+ SpConsensusGrandpaAppSignature: '[u8;64]',
1682
+ /**
1683
+ * Lookup214: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1684
+ **/
1685
+ FinalityGrandpaEquivocationPrecommit: {
1686
+ roundNumber: 'u64',
1687
+ identity: 'SpConsensusGrandpaAppPublic',
1688
+ first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1689
+ second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1690
+ },
1691
+ /**
1692
+ * Lookup215: finality_grandpa::Precommit<primitive_types::H256, N>
1693
+ **/
1694
+ FinalityGrandpaPrecommit: {
1695
+ targetHash: 'H256',
1696
+ targetNumber: 'u32'
1697
+ },
1698
+ /**
1699
+ * Lookup217: sp_session::MembershipProof
1700
+ **/
1701
+ SpSessionMembershipProof: {
1702
+ session: 'u32',
1703
+ trieNodes: 'Vec<Bytes>',
1704
+ validatorCount: 'u32'
1705
+ },
1706
+ /**
1707
+ * Lookup218: pallet_mint::pallet::Call<T>
1708
+ **/
1709
+ PalletMintCall: 'Null',
1710
+ /**
1711
+ * Lookup219: pallet_balances::pallet::Call<T, I>
1712
+ **/
1713
+ PalletBalancesCall: {
1714
+ _enum: {
1715
+ transfer_allow_death: {
1716
+ dest: 'MultiAddress',
1717
+ value: 'Compact<u128>',
1718
+ },
1719
+ __Unused1: 'Null',
1720
+ force_transfer: {
1721
+ source: 'MultiAddress',
1722
+ dest: 'MultiAddress',
1723
+ value: 'Compact<u128>',
1724
+ },
1725
+ transfer_keep_alive: {
1726
+ dest: 'MultiAddress',
1727
+ value: 'Compact<u128>',
1728
+ },
1729
+ transfer_all: {
1730
+ dest: 'MultiAddress',
1731
+ keepAlive: 'bool',
1732
+ },
1733
+ force_unreserve: {
1734
+ who: 'MultiAddress',
1735
+ amount: 'u128',
1736
+ },
1737
+ upgrade_accounts: {
1738
+ who: 'Vec<AccountId32>',
1739
+ },
1740
+ __Unused7: 'Null',
1741
+ force_set_balance: {
1742
+ who: 'MultiAddress',
1743
+ newFree: 'Compact<u128>',
1744
+ },
1745
+ force_adjust_total_issuance: {
1746
+ direction: 'PalletBalancesAdjustmentDirection',
1747
+ delta: 'Compact<u128>',
1748
+ },
1749
+ burn: {
1750
+ value: 'Compact<u128>',
1751
+ keepAlive: 'bool'
1752
+ }
1753
+ }
1754
+ },
1755
+ /**
1756
+ * Lookup220: pallet_balances::types::AdjustmentDirection
1757
+ **/
1758
+ PalletBalancesAdjustmentDirection: {
1759
+ _enum: ['Increase', 'Decrease']
1760
+ },
1761
+ /**
1762
+ * Lookup222: pallet_tx_pause::pallet::Call<T>
1763
+ **/
1764
+ PalletTxPauseCall: {
1765
+ _enum: {
1766
+ pause: {
1767
+ fullName: '(Bytes,Bytes)',
1768
+ },
1769
+ unpause: {
1770
+ ident: '(Bytes,Bytes)'
1771
+ }
1772
+ }
1773
+ },
1774
+ /**
1775
+ * Lookup223: pallet_sudo::pallet::Call<T>
1776
+ **/
1777
+ PalletSudoCall: {
1778
+ _enum: {
1779
+ sudo: {
1780
+ call: 'Call',
1781
+ },
1782
+ sudo_unchecked_weight: {
1783
+ call: 'Call',
1784
+ weight: 'SpWeightsWeightV2Weight',
1785
+ },
1786
+ set_key: {
1787
+ _alias: {
1788
+ new_: 'new',
1789
+ },
1790
+ new_: 'MultiAddress',
1791
+ },
1792
+ sudo_as: {
1793
+ who: 'MultiAddress',
1794
+ call: 'Call',
1795
+ },
1796
+ remove_key: 'Null'
1797
+ }
1798
+ },
1799
+ /**
1800
+ * Lookup225: pallet_multisig::pallet::Error<T>
1801
+ **/
1802
+ PalletMultisigError: {
1803
+ _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
1804
+ },
1805
+ /**
1806
+ * Lookup228: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
1807
+ **/
1808
+ PalletProxyProxyDefinition: {
1809
+ delegate: 'AccountId32',
1810
+ proxyType: 'ArgonNodeRuntimeProxyType',
1811
+ delay: 'u32'
1812
+ },
1813
+ /**
1814
+ * Lookup232: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
1815
+ **/
1816
+ PalletProxyAnnouncement: {
1817
+ real: 'AccountId32',
1818
+ callHash: 'H256',
1819
+ height: 'u32'
1820
+ },
1821
+ /**
1822
+ * Lookup234: pallet_proxy::pallet::Error<T>
1823
+ **/
1824
+ PalletProxyError: {
1825
+ _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
1826
+ },
1827
+ /**
1828
+ * Lookup235: argon_primitives::tick::Ticker
1829
+ **/
1830
+ ArgonPrimitivesTickTicker: {
1831
+ tickDurationMillis: 'Compact<u64>',
1832
+ genesisUtcTime: 'Compact<u64>',
1833
+ escrowExpirationTicks: 'Compact<u32>'
1834
+ },
1835
+ /**
1836
+ * Lookup237: pallet_ticks::pallet::Error<T>
1837
+ **/
1838
+ PalletTicksError: 'Null',
1839
+ /**
1840
+ * Lookup245: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
1841
+ **/
1842
+ ArgonPrimitivesBlockSealMiningSlotConfig: {
1843
+ blocksBeforeBidEndForVrfClose: 'Compact<u32>',
1844
+ blocksBetweenSlots: 'Compact<u32>',
1845
+ slotBiddingStartBlock: 'Compact<u32>'
1846
+ },
1847
+ /**
1848
+ * Lookup246: pallet_mining_slot::pallet::Error<T>
1849
+ **/
1850
+ PalletMiningSlotError: {
1851
+ _enum: {
1852
+ SlotNotTakingBids: 'Null',
1853
+ TooManyBlockRegistrants: 'Null',
1854
+ InsufficientOwnershipTokens: 'Null',
1855
+ BidTooLow: 'Null',
1856
+ CannotRegisterOverlappingSessions: 'Null',
1857
+ BondNotFound: 'Null',
1858
+ NoMoreBondIds: 'Null',
1859
+ VaultClosed: 'Null',
1860
+ MinimumBondAmountNotMet: 'Null',
1861
+ ExpirationAtBlockOverflow: 'Null',
1862
+ InsufficientFunds: 'Null',
1863
+ InsufficientVaultFunds: 'Null',
1864
+ ExpirationTooSoon: 'Null',
1865
+ NoPermissions: 'Null',
1866
+ HoldUnexpectedlyModified: 'Null',
1867
+ UnrecoverableHold: 'Null',
1868
+ VaultNotFound: 'Null',
1869
+ BondAlreadyClosed: 'Null',
1870
+ FeeExceedsBondAmount: 'Null',
1871
+ AccountWouldBeBelowMinimum: 'Null',
1872
+ GenericBondError: 'ArgonPrimitivesBondBondError'
1873
+ }
1874
+ },
1875
+ /**
1876
+ * Lookup247: argon_primitives::bond::BondError
1877
+ **/
1878
+ ArgonPrimitivesBondBondError: {
1879
+ _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
1880
+ },
1881
+ /**
1882
+ * Lookup248: argon_primitives::bitcoin::UtxoValue
1883
+ **/
1884
+ ArgonPrimitivesBitcoinUtxoValue: {
1885
+ utxoId: 'u64',
1886
+ scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
1887
+ satoshis: 'Compact<u64>',
1888
+ submittedAtHeight: 'Compact<u64>',
1889
+ watchForSpentUntilHeight: 'Compact<u64>'
1890
+ },
1891
+ /**
1892
+ * Lookup249: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
1893
+ **/
1894
+ ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
1895
+ _enum: {
1896
+ P2WSH: {
1897
+ wscriptHash: 'H256'
1898
+ }
1899
+ }
1900
+ },
1901
+ /**
1902
+ * Lookup254: argon_primitives::bitcoin::BitcoinNetwork
1903
+ **/
1904
+ ArgonPrimitivesBitcoinBitcoinNetwork: {
1905
+ _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
1906
+ },
1907
+ /**
1908
+ * Lookup257: pallet_bitcoin_utxos::pallet::Error<T>
1909
+ **/
1910
+ PalletBitcoinUtxosError: {
1911
+ _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
1912
+ },
1913
+ /**
1914
+ * Lookup258: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
1915
+ **/
1916
+ ArgonPrimitivesBondVault: {
1917
+ operatorAccountId: 'AccountId32',
1918
+ bitcoinArgons: 'ArgonPrimitivesBondVaultArgons',
1919
+ securitizationPercent: 'Compact<u128>',
1920
+ securitizedArgons: 'Compact<u128>',
1921
+ miningArgons: 'ArgonPrimitivesBondVaultArgons',
1922
+ miningRewardSharingPercentTake: 'Compact<u128>',
1923
+ isClosed: 'bool',
1924
+ pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
1925
+ },
1926
+ /**
1927
+ * Lookup259: argon_primitives::bond::VaultArgons<Balance>
1928
+ **/
1929
+ ArgonPrimitivesBondVaultArgons: {
1930
+ annualPercentRate: 'Compact<u128>',
1931
+ allocated: 'Compact<u128>',
1932
+ bonded: 'Compact<u128>',
1933
+ baseFee: 'Compact<u128>'
1934
+ },
1935
+ /**
1936
+ * Lookup263: argon_primitives::bitcoin::BitcoinXPub
1937
+ **/
1938
+ ArgonPrimitivesBitcoinBitcoinXPub: {
1939
+ publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1940
+ depth: 'Compact<u8>',
1941
+ parentFingerprint: '[u8;4]',
1942
+ childNumber: 'Compact<u32>',
1943
+ chainCode: '[u8;32]',
1944
+ network: 'ArgonPrimitivesBitcoinNetworkKind'
1945
+ },
1946
+ /**
1947
+ * Lookup265: argon_primitives::bitcoin::NetworkKind
1948
+ **/
1949
+ ArgonPrimitivesBitcoinNetworkKind: {
1950
+ _enum: ['Main', 'Test']
1951
+ },
1952
+ /**
1953
+ * Lookup267: pallet_vaults::pallet::Error<T>
1954
+ **/
1955
+ PalletVaultsError: {
1956
+ _enum: ['BondNotFound', 'NoMoreVaultIds', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'MaxSecuritizationPercentExceeded', 'InvalidBondType', 'BitcoinUtxoNotFound', 'InsufficientSatoshisBonded', 'NoBitcoinPricesAvailable', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'FeeExceedsBondAmount', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey']
1957
+ },
1958
+ /**
1959
+ * Lookup268: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
1960
+ **/
1961
+ ArgonPrimitivesBond: {
1962
+ bondType: 'ArgonPrimitivesBondBondType',
1963
+ vaultId: 'Compact<u32>',
1964
+ utxoId: 'Option<u64>',
1965
+ bondedAccountId: 'AccountId32',
1966
+ totalFee: 'Compact<u128>',
1967
+ prepaidFee: 'Compact<u128>',
1968
+ amount: 'Compact<u128>',
1969
+ startBlock: 'Compact<u32>',
1970
+ expiration: 'ArgonPrimitivesBondBondExpiration'
1971
+ },
1972
+ /**
1973
+ * Lookup271: pallet_bond::pallet::UtxoState
1974
+ **/
1975
+ PalletBondUtxoState: {
1976
+ bondId: 'Compact<u64>',
1977
+ satoshis: 'Compact<u64>',
1978
+ vaultPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1979
+ vaultClaimPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1980
+ vaultXpubSources: '([u8;4],u32,u32)',
1981
+ ownerPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1982
+ vaultClaimHeight: 'Compact<u64>',
1983
+ openClaimHeight: 'Compact<u64>',
1984
+ createdAtHeight: 'Compact<u64>',
1985
+ utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
1986
+ isVerified: 'bool'
1987
+ },
1988
+ /**
1989
+ * Lookup275: pallet_bond::pallet::UtxoCosignRequest<Balance>
1990
+ **/
1991
+ PalletBondUtxoCosignRequest: {
1992
+ bondId: 'Compact<u64>',
1993
+ vaultId: 'Compact<u32>',
1994
+ bitcoinNetworkFee: 'Compact<u64>',
1995
+ cosignDueBlock: 'Compact<u64>',
1996
+ toScriptPubkey: 'Bytes',
1997
+ redemptionPrice: 'Compact<u128>'
1998
+ },
1999
+ /**
2000
+ * Lookup279: pallet_bond::pallet::Error<T>
2001
+ **/
2002
+ PalletBondError: {
2003
+ _enum: {
2004
+ BondNotFound: 'Null',
2005
+ NoMoreBondIds: 'Null',
2006
+ MinimumBondAmountNotMet: 'Null',
2007
+ ExpirationAtBlockOverflow: 'Null',
2008
+ InsufficientFunds: 'Null',
2009
+ InsufficientVaultFunds: 'Null',
2010
+ InsufficientBitcoinsForMining: 'Null',
2011
+ AccountWouldGoBelowMinimumBalance: 'Null',
2012
+ VaultClosed: 'Null',
2013
+ InvalidVaultAmount: 'Null',
2014
+ BondRedemptionNotLocked: 'Null',
2015
+ BitcoinUnlockInitiationDeadlinePassed: 'Null',
2016
+ BitcoinFeeTooHigh: 'Null',
2017
+ InvalidBondType: 'Null',
2018
+ BitcoinUtxoNotFound: 'Null',
2019
+ BitcoinUnableToBeDecodedForUnlock: 'Null',
2020
+ BitcoinSignatureUnableToBeDecoded: 'Null',
2021
+ BitcoinPubkeyUnableToBeDecoded: 'Null',
2022
+ BitcoinInvalidCosignature: 'Null',
2023
+ InsufficientSatoshisBonded: 'Null',
2024
+ NoBitcoinPricesAvailable: 'Null',
2025
+ InvalidBitcoinScript: 'Null',
2026
+ ExpirationTooSoon: 'Null',
2027
+ NoPermissions: 'Null',
2028
+ HoldUnexpectedlyModified: 'Null',
2029
+ UnrecoverableHold: 'Null',
2030
+ VaultNotFound: 'Null',
2031
+ FeeExceedsBondAmount: 'Null',
2032
+ GenericBondError: 'ArgonPrimitivesBondBondError'
2033
+ }
2034
+ },
2035
+ /**
2036
+ * Lookup291: pallet_notaries::pallet::Error<T>
2037
+ **/
2038
+ PalletNotariesError: {
2039
+ _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2040
+ },
2041
+ /**
2042
+ * Lookup295: argon_primitives::notary::NotaryNotebookKeyDetails
2043
+ **/
2044
+ ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2045
+ notebookNumber: 'Compact<u32>',
2046
+ tick: 'Compact<u32>',
2047
+ blockVotesRoot: 'H256',
2048
+ secretHash: 'H256',
2049
+ parentSecret: 'Option<H256>'
2050
+ },
2051
+ /**
2052
+ * Lookup297: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
2053
+ **/
2054
+ ArgonPrimitivesDigestsNotebookDigest: {
2055
+ notebooks: 'Vec<ArgonPrimitivesDigestsNotebookDigestRecord>'
2056
+ },
2057
+ /**
2058
+ * Lookup299: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
2059
+ **/
2060
+ ArgonPrimitivesDigestsNotebookDigestRecord: {
2061
+ notaryId: 'Compact<u32>',
2062
+ notebookNumber: 'Compact<u32>',
2063
+ tick: 'Compact<u32>',
2064
+ auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
2065
+ },
2066
+ /**
2067
+ * Lookup302: pallet_notebook::pallet::Error<T>
2068
+ **/
2069
+ PalletNotebookError: {
2070
+ _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError']
2071
+ },
2072
+ /**
2073
+ * Lookup303: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2074
+ **/
2075
+ PalletChainTransferQueuedTransferOut: {
2076
+ accountId: 'AccountId32',
2077
+ amount: 'u128',
2078
+ expirationTick: 'u32',
2079
+ notaryId: 'u32'
2080
+ },
2081
+ /**
2082
+ * Lookup308: frame_support::PalletId
2083
+ **/
2084
+ FrameSupportPalletId: '[u8;8]',
2085
+ /**
2086
+ * Lookup309: pallet_chain_transfer::pallet::Error<T>
2087
+ **/
2088
+ PalletChainTransferError: {
2089
+ _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer', 'NotaryLocked']
2090
+ },
2091
+ /**
2092
+ * Lookup314: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2093
+ **/
2094
+ ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2095
+ notaryId: 'Compact<u32>',
2096
+ notebookNumber: 'Compact<u32>',
2097
+ tick: 'Compact<u32>',
2098
+ blockVotesCount: 'Compact<u32>',
2099
+ blockVotingPower: 'Compact<u128>'
2100
+ },
2101
+ /**
2102
+ * Lookup316: argon_primitives::digests::BlockVoteDigest
2103
+ **/
2104
+ ArgonPrimitivesDigestsBlockVoteDigest: {
2105
+ votingPower: 'Compact<u128>',
2106
+ votesCount: 'Compact<u32>'
2107
+ },
2108
+ /**
2109
+ * Lookup320: pallet_block_seal_spec::pallet::Error<T>
2110
+ **/
2111
+ PalletBlockSealSpecError: {
2112
+ _enum: ['MaxNotebooksAtTickExceeded']
2113
+ },
2114
+ /**
2115
+ * Lookup323: pallet_data_domain::pallet::Error<T>
2116
+ **/
2117
+ PalletDataDomainError: {
2118
+ _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2119
+ },
2120
+ /**
2121
+ * Lookup324: pallet_price_index::pallet::Error<T>
2122
+ **/
2123
+ PalletPriceIndexError: {
2124
+ _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2125
+ },
2126
+ /**
2127
+ * Lookup329: sp_core::crypto::KeyTypeId
2128
+ **/
2129
+ SpCoreCryptoKeyTypeId: '[u8;4]',
2130
+ /**
2131
+ * Lookup330: pallet_session::pallet::Error<T>
2132
+ **/
2133
+ PalletSessionError: {
2134
+ _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
2135
+ },
2136
+ /**
2137
+ * Lookup331: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2138
+ **/
2139
+ ArgonPrimitivesProvidersBlockSealerInfo: {
2140
+ blockAuthorAccountId: 'AccountId32',
2141
+ blockVoteRewardsAccount: 'Option<AccountId32>'
2142
+ },
2143
+ /**
2144
+ * Lookup332: argon_primitives::digests::ParentVotingKeyDigest
2145
+ **/
2146
+ ArgonPrimitivesDigestsParentVotingKeyDigest: {
2147
+ parentVotingKey: 'Option<H256>'
2148
+ },
2149
+ /**
2150
+ * Lookup333: pallet_block_seal::pallet::Error<T>
2151
+ **/
2152
+ PalletBlockSealError: {
2153
+ _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'UnregisteredDataDomain', 'InvalidDataDomainAccount', 'InvalidAuthoritySignature', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature']
2154
+ },
2155
+ /**
2156
+ * Lookup335: pallet_block_rewards::pallet::Error<T>
2157
+ **/
2158
+ PalletBlockRewardsError: 'Null',
2159
+ /**
2160
+ * Lookup336: pallet_grandpa::StoredState<N>
2161
+ **/
2162
+ PalletGrandpaStoredState: {
2163
+ _enum: {
2164
+ Live: 'Null',
2165
+ PendingPause: {
2166
+ scheduledAt: 'u32',
2167
+ delay: 'u32',
2168
+ },
2169
+ Paused: 'Null',
2170
+ PendingResume: {
2171
+ scheduledAt: 'u32',
2172
+ delay: 'u32'
2173
+ }
2174
+ }
2175
+ },
2176
+ /**
2177
+ * Lookup337: pallet_grandpa::StoredPendingChange<N, Limit>
2178
+ **/
2179
+ PalletGrandpaStoredPendingChange: {
2180
+ scheduledAt: 'u32',
2181
+ delay: 'u32',
2182
+ nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
2183
+ forced: 'Option<u32>'
2184
+ },
2185
+ /**
2186
+ * Lookup340: pallet_grandpa::pallet::Error<T>
2187
+ **/
2188
+ PalletGrandpaError: {
2189
+ _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2190
+ },
2191
+ /**
2192
+ * Lookup341: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
2193
+ **/
2194
+ SpStakingOffenceOffenceDetails: {
2195
+ offender: '(AccountId32,PalletMiningSlotMinerHistory)',
2196
+ reporters: 'Vec<AccountId32>'
2197
+ },
2198
+ /**
2199
+ * Lookup343: pallet_mining_slot::MinerHistory
2200
+ **/
2201
+ PalletMiningSlotMinerHistory: {
2202
+ authorityIndex: 'u32'
2203
+ },
2204
+ /**
2205
+ * Lookup348: pallet_mint::pallet::Error<T>
2206
+ **/
2207
+ PalletMintError: {
2208
+ _enum: ['TooManyPendingMints']
2209
+ },
2210
+ /**
2211
+ * Lookup350: pallet_balances::types::BalanceLock<Balance>
2212
+ **/
2213
+ PalletBalancesBalanceLock: {
2214
+ id: '[u8;8]',
2215
+ amount: 'u128',
2216
+ reasons: 'PalletBalancesReasons'
2217
+ },
2218
+ /**
2219
+ * Lookup351: pallet_balances::types::Reasons
2220
+ **/
2221
+ PalletBalancesReasons: {
2222
+ _enum: ['Fee', 'Misc', 'All']
2223
+ },
2224
+ /**
2225
+ * Lookup354: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2226
+ **/
2227
+ PalletBalancesReserveData: {
2228
+ id: '[u8;8]',
2229
+ amount: 'u128'
2230
+ },
2231
+ /**
2232
+ * Lookup357: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
2233
+ **/
2234
+ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2235
+ id: 'ArgonNodeRuntimeRuntimeHoldReason',
2236
+ amount: 'u128'
2237
+ },
2238
+ /**
2239
+ * Lookup358: argon_node_runtime::RuntimeHoldReason
2240
+ **/
2241
+ ArgonNodeRuntimeRuntimeHoldReason: {
2242
+ _enum: {
2243
+ __Unused0: 'Null',
2244
+ __Unused1: 'Null',
2245
+ __Unused2: 'Null',
2246
+ __Unused3: 'Null',
2247
+ __Unused4: 'Null',
2248
+ MiningSlot: 'PalletMiningSlotHoldReason',
2249
+ __Unused6: 'Null',
2250
+ Vaults: 'PalletVaultsHoldReason',
2251
+ Bonds: 'PalletBondHoldReason',
2252
+ __Unused9: 'Null',
2253
+ __Unused10: 'Null',
2254
+ __Unused11: 'Null',
2255
+ __Unused12: 'Null',
2256
+ __Unused13: 'Null',
2257
+ __Unused14: 'Null',
2258
+ __Unused15: 'Null',
2259
+ __Unused16: 'Null',
2260
+ __Unused17: 'Null',
2261
+ __Unused18: 'Null',
2262
+ BlockRewards: 'PalletBlockRewardsHoldReason'
2263
+ }
2264
+ },
2265
+ /**
2266
+ * Lookup359: pallet_mining_slot::pallet::HoldReason
2267
+ **/
2268
+ PalletMiningSlotHoldReason: {
2269
+ _enum: ['RegisterAsMiner']
2270
+ },
2271
+ /**
2272
+ * Lookup360: pallet_vaults::pallet::HoldReason
2273
+ **/
2274
+ PalletVaultsHoldReason: {
2275
+ _enum: ['EnterVault', 'BondFee']
2276
+ },
2277
+ /**
2278
+ * Lookup361: pallet_bond::pallet::HoldReason
2279
+ **/
2280
+ PalletBondHoldReason: {
2281
+ _enum: ['UnlockingBitcoin']
2282
+ },
2283
+ /**
2284
+ * Lookup362: pallet_block_rewards::pallet::HoldReason
2285
+ **/
2286
+ PalletBlockRewardsHoldReason: {
2287
+ _enum: ['MaturationPeriod']
2288
+ },
2289
+ /**
2290
+ * Lookup365: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
2291
+ **/
2292
+ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2293
+ id: 'ArgonNodeRuntimeRuntimeFreezeReason',
2294
+ amount: 'u128'
2295
+ },
2296
+ /**
2297
+ * Lookup366: argon_node_runtime::RuntimeFreezeReason
2298
+ **/
2299
+ ArgonNodeRuntimeRuntimeFreezeReason: {
2300
+ _enum: {
2301
+ __Unused0: 'Null',
2302
+ __Unused1: 'Null',
2303
+ __Unused2: 'Null',
2304
+ __Unused3: 'Null',
2305
+ __Unused4: 'Null',
2306
+ __Unused5: 'Null',
2307
+ __Unused6: 'Null',
2308
+ __Unused7: 'Null',
2309
+ __Unused8: 'Null',
2310
+ __Unused9: 'Null',
2311
+ __Unused10: 'Null',
2312
+ __Unused11: 'Null',
2313
+ __Unused12: 'Null',
2314
+ __Unused13: 'Null',
2315
+ __Unused14: 'Null',
2316
+ __Unused15: 'Null',
2317
+ __Unused16: 'Null',
2318
+ __Unused17: 'Null',
2319
+ __Unused18: 'Null',
2320
+ BlockRewards: 'PalletBlockRewardsFreezeReason'
2321
+ }
2322
+ },
2323
+ /**
2324
+ * Lookup367: pallet_block_rewards::pallet::FreezeReason
2325
+ **/
2326
+ PalletBlockRewardsFreezeReason: {
2327
+ _enum: ['MaturationPeriod']
2328
+ },
2329
+ /**
2330
+ * Lookup369: pallet_balances::pallet::Error<T, I>
2331
+ **/
2332
+ PalletBalancesError: {
2333
+ _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2334
+ },
2335
+ /**
2336
+ * Lookup371: pallet_tx_pause::pallet::Error<T>
2337
+ **/
2338
+ PalletTxPauseError: {
2339
+ _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2340
+ },
2341
+ /**
2342
+ * Lookup372: pallet_transaction_payment::Releases
2343
+ **/
2344
+ PalletTransactionPaymentReleases: {
2345
+ _enum: ['V1Ancient', 'V2']
2346
+ },
2347
+ /**
2348
+ * Lookup373: pallet_sudo::pallet::Error<T>
2349
+ **/
2350
+ PalletSudoError: {
2351
+ _enum: ['RequireSudo']
2352
+ },
2353
+ /**
2354
+ * Lookup376: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2355
+ **/
2356
+ FrameSystemExtensionsCheckNonZeroSender: 'Null',
2357
+ /**
2358
+ * Lookup377: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2359
+ **/
2360
+ FrameSystemExtensionsCheckSpecVersion: 'Null',
2361
+ /**
2362
+ * Lookup378: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2363
+ **/
2364
+ FrameSystemExtensionsCheckTxVersion: 'Null',
2365
+ /**
2366
+ * Lookup379: frame_system::extensions::check_genesis::CheckGenesis<T>
2367
+ **/
2368
+ FrameSystemExtensionsCheckGenesis: 'Null',
2369
+ /**
2370
+ * Lookup382: frame_system::extensions::check_nonce::CheckNonce<T>
2371
+ **/
2372
+ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2373
+ /**
2374
+ * Lookup383: frame_system::extensions::check_weight::CheckWeight<T>
2375
+ **/
2376
+ FrameSystemExtensionsCheckWeight: 'Null',
2377
+ /**
2378
+ * Lookup384: pallet_transaction_payment::ChargeTransactionPayment<T>
2379
+ **/
2380
+ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2381
+ /**
2382
+ * Lookup385: frame_metadata_hash_extension::CheckMetadataHash<T>
2383
+ **/
2384
+ FrameMetadataHashExtensionCheckMetadataHash: {
2385
+ mode: 'FrameMetadataHashExtensionMode'
2386
+ },
2387
+ /**
2388
+ * Lookup386: frame_metadata_hash_extension::Mode
2389
+ **/
2390
+ FrameMetadataHashExtensionMode: {
2391
+ _enum: ['Disabled', 'Enabled']
2392
+ },
2393
+ /**
2394
+ * Lookup388: argon_node_runtime::Runtime
2395
+ **/
2396
+ ArgonNodeRuntimeRuntime: 'Null'
2397
+ };
2398
+ //# sourceMappingURL=lookup.js.map