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