@argonprotocol/mainchain 1.4.3-dev.6cdce319 → 1.4.3-dev.6de0a801

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.
@@ -0,0 +1,3465 @@
1
+ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
+ /* eslint-disable */
3
+
4
+ /* eslint-disable sort-keys */
5
+
6
+ export default {
7
+ /**
8
+ * Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>>
9
+ **/
10
+ FrameSystemAccountInfo: {
11
+ nonce: 'u32',
12
+ consumers: 'u32',
13
+ providers: 'u32',
14
+ sufficients: 'u32',
15
+ data: 'PalletBalancesAccountData'
16
+ },
17
+ /**
18
+ * Lookup5: pallet_balances::types::AccountData<Balance>
19
+ **/
20
+ PalletBalancesAccountData: {
21
+ free: 'u128',
22
+ reserved: 'u128',
23
+ frozen: 'u128',
24
+ flags: 'u128'
25
+ },
26
+ /**
27
+ * Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28
+ **/
29
+ FrameSupportDispatchPerDispatchClassWeight: {
30
+ normal: 'SpWeightsWeightV2Weight',
31
+ operational: 'SpWeightsWeightV2Weight',
32
+ mandatory: 'SpWeightsWeightV2Weight'
33
+ },
34
+ /**
35
+ * Lookup10: sp_weights::weight_v2::Weight
36
+ **/
37
+ SpWeightsWeightV2Weight: {
38
+ refTime: 'Compact<u64>',
39
+ proofSize: 'Compact<u64>'
40
+ },
41
+ /**
42
+ * Lookup15: sp_runtime::generic::digest::Digest
43
+ **/
44
+ SpRuntimeDigest: {
45
+ logs: 'Vec<SpRuntimeDigestDigestItem>'
46
+ },
47
+ /**
48
+ * Lookup17: sp_runtime::generic::digest::DigestItem
49
+ **/
50
+ SpRuntimeDigestDigestItem: {
51
+ _enum: {
52
+ Other: 'Bytes',
53
+ __Unused1: 'Null',
54
+ __Unused2: 'Null',
55
+ __Unused3: 'Null',
56
+ Consensus: '([u8;4],Bytes)',
57
+ Seal: '([u8;4],Bytes)',
58
+ PreRuntime: '([u8;4],Bytes)',
59
+ __Unused7: 'Null',
60
+ RuntimeEnvironmentUpdated: 'Null'
61
+ }
62
+ },
63
+ /**
64
+ * Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
65
+ **/
66
+ FrameSystemEventRecord: {
67
+ phase: 'FrameSystemPhase',
68
+ event: 'Event',
69
+ topics: 'Vec<H256>'
70
+ },
71
+ /**
72
+ * Lookup22: frame_system::pallet::Event<T>
73
+ **/
74
+ FrameSystemEvent: {
75
+ _enum: {
76
+ ExtrinsicSuccess: {
77
+ dispatchInfo: 'FrameSystemDispatchEventInfo',
78
+ },
79
+ ExtrinsicFailed: {
80
+ dispatchError: 'SpRuntimeDispatchError',
81
+ dispatchInfo: 'FrameSystemDispatchEventInfo',
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
+ RejectedInvalidAuthorizedUpgrade: {
102
+ codeHash: 'H256',
103
+ error: 'SpRuntimeDispatchError'
104
+ }
105
+ }
106
+ },
107
+ /**
108
+ * Lookup23: frame_system::DispatchEventInfo
109
+ **/
110
+ FrameSystemDispatchEventInfo: {
111
+ weight: 'SpWeightsWeightV2Weight',
112
+ class: 'FrameSupportDispatchDispatchClass',
113
+ paysFee: 'FrameSupportDispatchPays'
114
+ },
115
+ /**
116
+ * Lookup24: frame_support::dispatch::DispatchClass
117
+ **/
118
+ FrameSupportDispatchDispatchClass: {
119
+ _enum: ['Normal', 'Operational', 'Mandatory']
120
+ },
121
+ /**
122
+ * Lookup25: frame_support::dispatch::Pays
123
+ **/
124
+ FrameSupportDispatchPays: {
125
+ _enum: ['Yes', 'No']
126
+ },
127
+ /**
128
+ * Lookup26: sp_runtime::DispatchError
129
+ **/
130
+ SpRuntimeDispatchError: {
131
+ _enum: {
132
+ Other: 'Null',
133
+ CannotLookup: 'Null',
134
+ BadOrigin: 'Null',
135
+ Module: 'SpRuntimeModuleError',
136
+ ConsumerRemaining: 'Null',
137
+ NoProviders: 'Null',
138
+ TooManyConsumers: 'Null',
139
+ Token: 'SpRuntimeTokenError',
140
+ Arithmetic: 'SpArithmeticArithmeticError',
141
+ Transactional: 'SpRuntimeTransactionalError',
142
+ Exhausted: 'Null',
143
+ Corruption: 'Null',
144
+ Unavailable: 'Null',
145
+ RootNotAllowed: 'Null',
146
+ Trie: 'SpRuntimeProvingTrieTrieError'
147
+ }
148
+ },
149
+ /**
150
+ * Lookup27: sp_runtime::ModuleError
151
+ **/
152
+ SpRuntimeModuleError: {
153
+ index: 'u8',
154
+ error: '[u8;4]'
155
+ },
156
+ /**
157
+ * Lookup28: sp_runtime::TokenError
158
+ **/
159
+ SpRuntimeTokenError: {
160
+ _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
161
+ },
162
+ /**
163
+ * Lookup29: sp_arithmetic::ArithmeticError
164
+ **/
165
+ SpArithmeticArithmeticError: {
166
+ _enum: ['Underflow', 'Overflow', 'DivisionByZero']
167
+ },
168
+ /**
169
+ * Lookup30: sp_runtime::TransactionalError
170
+ **/
171
+ SpRuntimeTransactionalError: {
172
+ _enum: ['LimitReached', 'NoLayer']
173
+ },
174
+ /**
175
+ * Lookup31: sp_runtime::proving_trie::TrieError
176
+ **/
177
+ SpRuntimeProvingTrieTrieError: {
178
+ _enum: ['InvalidStateRoot', 'IncompleteDatabase', 'ValueAtIncompleteKey', 'DecoderError', 'InvalidHash', 'DuplicateKey', 'ExtraneousNode', 'ExtraneousValue', 'ExtraneousHashReference', 'InvalidChildReference', 'ValueMismatch', 'IncompleteProof', 'RootMismatch', 'DecodeError']
179
+ },
180
+ /**
181
+ * Lookup32: pallet_digests::pallet::Event<T>
182
+ **/
183
+ PalletDigestsEvent: 'Null',
184
+ /**
185
+ * Lookup33: pallet_multisig::pallet::Event<T>
186
+ **/
187
+ PalletMultisigEvent: {
188
+ _enum: {
189
+ NewMultisig: {
190
+ approving: 'AccountId32',
191
+ multisig: 'AccountId32',
192
+ callHash: '[u8;32]',
193
+ },
194
+ MultisigApproval: {
195
+ approving: 'AccountId32',
196
+ timepoint: 'PalletMultisigTimepoint',
197
+ multisig: 'AccountId32',
198
+ callHash: '[u8;32]',
199
+ },
200
+ MultisigExecuted: {
201
+ approving: 'AccountId32',
202
+ timepoint: 'PalletMultisigTimepoint',
203
+ multisig: 'AccountId32',
204
+ callHash: '[u8;32]',
205
+ result: 'Result<Null, SpRuntimeDispatchError>',
206
+ },
207
+ MultisigCancelled: {
208
+ cancelling: 'AccountId32',
209
+ timepoint: 'PalletMultisigTimepoint',
210
+ multisig: 'AccountId32',
211
+ callHash: '[u8;32]',
212
+ },
213
+ DepositPoked: {
214
+ who: 'AccountId32',
215
+ callHash: '[u8;32]',
216
+ oldDeposit: 'u128',
217
+ newDeposit: 'u128'
218
+ }
219
+ }
220
+ },
221
+ /**
222
+ * Lookup34: pallet_multisig::Timepoint<BlockNumber>
223
+ **/
224
+ PalletMultisigTimepoint: {
225
+ height: 'u32',
226
+ index: 'u32'
227
+ },
228
+ /**
229
+ * Lookup37: pallet_proxy::pallet::Event<T>
230
+ **/
231
+ PalletProxyEvent: {
232
+ _enum: {
233
+ ProxyExecuted: {
234
+ result: 'Result<Null, SpRuntimeDispatchError>',
235
+ },
236
+ PureCreated: {
237
+ pure: 'AccountId32',
238
+ who: 'AccountId32',
239
+ proxyType: 'ArgonRuntimeProxyType',
240
+ disambiguationIndex: 'u16',
241
+ at: 'u32',
242
+ extrinsicIndex: 'u32',
243
+ },
244
+ PureKilled: {
245
+ pure: 'AccountId32',
246
+ spawner: 'AccountId32',
247
+ proxyType: 'ArgonRuntimeProxyType',
248
+ disambiguationIndex: 'u16',
249
+ },
250
+ Announced: {
251
+ real: 'AccountId32',
252
+ proxy: 'AccountId32',
253
+ callHash: 'H256',
254
+ },
255
+ ProxyAdded: {
256
+ delegator: 'AccountId32',
257
+ delegatee: 'AccountId32',
258
+ proxyType: 'ArgonRuntimeProxyType',
259
+ delay: 'u32',
260
+ },
261
+ ProxyRemoved: {
262
+ delegator: 'AccountId32',
263
+ delegatee: 'AccountId32',
264
+ proxyType: 'ArgonRuntimeProxyType',
265
+ delay: 'u32',
266
+ },
267
+ DepositPoked: {
268
+ who: 'AccountId32',
269
+ kind: 'PalletProxyDepositKind',
270
+ oldDeposit: 'u128',
271
+ newDeposit: 'u128'
272
+ }
273
+ }
274
+ },
275
+ /**
276
+ * Lookup38: argon_runtime::ProxyType
277
+ **/
278
+ ArgonRuntimeProxyType: {
279
+ _enum: ['Any', 'NonTransfer', 'PriceIndex', 'MiningBid', 'MiningBidRealPaysFee', 'Bitcoin', 'VaultAdmin', 'BitcoinInitializeFor']
280
+ },
281
+ /**
282
+ * Lookup40: pallet_proxy::DepositKind
283
+ **/
284
+ PalletProxyDepositKind: {
285
+ _enum: ['Proxies', 'Announcements']
286
+ },
287
+ /**
288
+ * Lookup41: pallet_mining_slot::pallet::Event<T>
289
+ **/
290
+ PalletMiningSlotEvent: {
291
+ _enum: {
292
+ NewMiners: {
293
+ newMiners: 'Vec<ArgonPrimitivesBlockSealMiningRegistration>',
294
+ releasedMiners: 'u32',
295
+ frameId: 'u64',
296
+ },
297
+ SlotBidderAdded: {
298
+ accountId: 'AccountId32',
299
+ bidAmount: 'u128',
300
+ index: 'u32',
301
+ },
302
+ SlotBidderDropped: {
303
+ accountId: 'AccountId32',
304
+ preservedArgonotHold: 'bool',
305
+ },
306
+ ReleaseMinerSeatError: {
307
+ accountId: 'AccountId32',
308
+ error: 'SpRuntimeDispatchError',
309
+ },
310
+ MiningConfigurationUpdated: {
311
+ ticksBeforeBidEndForVrfClose: 'u64',
312
+ ticksBetweenSlots: 'u64',
313
+ slotBiddingStartAfterTicks: 'u64',
314
+ },
315
+ MiningBidsClosed: {
316
+ frameId: 'u64',
317
+ },
318
+ ReleaseBidError: {
319
+ accountId: 'AccountId32',
320
+ error: 'SpRuntimeDispatchError'
321
+ }
322
+ }
323
+ },
324
+ /**
325
+ * Lookup43: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
326
+ **/
327
+ ArgonPrimitivesBlockSealMiningRegistration: {
328
+ accountId: 'AccountId32',
329
+ externalFundingAccount: 'Option<AccountId32>',
330
+ bid: 'Compact<u128>',
331
+ argonots: 'Compact<u128>',
332
+ authorityKeys: 'ArgonRuntimeSessionKeys',
333
+ startingFrameId: 'Compact<u64>',
334
+ bidAtTick: 'Compact<u64>'
335
+ },
336
+ /**
337
+ * Lookup44: argon_runtime::SessionKeys
338
+ **/
339
+ ArgonRuntimeSessionKeys: {
340
+ grandpa: 'SpConsensusGrandpaAppPublic',
341
+ blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
342
+ },
343
+ /**
344
+ * Lookup45: sp_consensus_grandpa::app::Public
345
+ **/
346
+ SpConsensusGrandpaAppPublic: '[u8;32]',
347
+ /**
348
+ * Lookup46: argon_primitives::block_seal::app::Public
349
+ **/
350
+ ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
351
+ /**
352
+ * Lookup50: pallet_bitcoin_utxos::pallet::Event<T>
353
+ **/
354
+ PalletBitcoinUtxosEvent: {
355
+ _enum: {
356
+ UtxoVerified: {
357
+ utxoId: 'u64',
358
+ satoshisReceived: 'u64',
359
+ },
360
+ UtxoRejected: {
361
+ utxoId: 'u64',
362
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
363
+ rejectedReason: 'ArgonPrimitivesBitcoinBitcoinRejectedReason',
364
+ satoshisReceived: 'u64',
365
+ },
366
+ UtxoSpent: {
367
+ utxoId: 'u64',
368
+ blockHeight: 'u64',
369
+ },
370
+ UtxoUnwatched: {
371
+ utxoId: 'u64',
372
+ },
373
+ UtxoSpentError: {
374
+ utxoId: 'u64',
375
+ error: 'SpRuntimeDispatchError',
376
+ },
377
+ UtxoVerifiedError: {
378
+ utxoId: 'u64',
379
+ error: 'SpRuntimeDispatchError',
380
+ },
381
+ UtxoRejectedError: {
382
+ utxoId: 'u64',
383
+ error: 'SpRuntimeDispatchError'
384
+ }
385
+ }
386
+ },
387
+ /**
388
+ * Lookup51: argon_primitives::bitcoin::UtxoRef
389
+ **/
390
+ ArgonPrimitivesBitcoinUtxoRef: {
391
+ txid: 'ArgonPrimitivesBitcoinH256Le',
392
+ outputIndex: 'Compact<u32>'
393
+ },
394
+ /**
395
+ * Lookup52: argon_primitives::bitcoin::H256Le
396
+ **/
397
+ ArgonPrimitivesBitcoinH256Le: '[u8;32]',
398
+ /**
399
+ * Lookup54: argon_primitives::bitcoin::BitcoinRejectedReason
400
+ **/
401
+ ArgonPrimitivesBitcoinBitcoinRejectedReason: {
402
+ _enum: ['SatoshisOutsideAcceptedRange', 'Spent', 'VerificationExpired', 'AlreadyVerified']
403
+ },
404
+ /**
405
+ * Lookup55: pallet_vaults::pallet::Event<T>
406
+ **/
407
+ PalletVaultsEvent: {
408
+ _enum: {
409
+ VaultCreated: {
410
+ vaultId: 'u32',
411
+ securitization: 'u128',
412
+ securitizationRatio: 'u128',
413
+ operatorAccountId: 'AccountId32',
414
+ openedTick: 'u64',
415
+ },
416
+ VaultModified: {
417
+ vaultId: 'u32',
418
+ securitization: 'u128',
419
+ securitizationTarget: 'u128',
420
+ securitizationRatio: 'u128',
421
+ },
422
+ VaultTermsChangeScheduled: {
423
+ vaultId: 'u32',
424
+ changeTick: 'u64',
425
+ },
426
+ VaultTermsChanged: {
427
+ vaultId: 'u32',
428
+ },
429
+ VaultClosed: {
430
+ vaultId: 'u32',
431
+ securitizationRemaining: 'u128',
432
+ securitizationReleased: 'u128',
433
+ },
434
+ VaultBitcoinXpubChange: {
435
+ vaultId: 'u32',
436
+ },
437
+ VaultRevenueUncollected: {
438
+ vaultId: 'u32',
439
+ frameId: 'u64',
440
+ amount: 'u128',
441
+ },
442
+ VaultCollected: {
443
+ vaultId: 'u32',
444
+ revenue: 'u128',
445
+ },
446
+ FundsLocked: {
447
+ vaultId: 'u32',
448
+ locker: 'AccountId32',
449
+ liquidityPromised: 'u128',
450
+ isRatchet: 'bool',
451
+ feeRevenue: 'u128',
452
+ didUseFeeCoupon: 'bool',
453
+ },
454
+ FundLockCanceled: {
455
+ vaultId: 'u32',
456
+ amount: 'u128',
457
+ },
458
+ FundsScheduledForRelease: {
459
+ vaultId: 'u32',
460
+ securitization: 'u128',
461
+ releaseHeight: 'u64',
462
+ },
463
+ LostBitcoinCompensated: {
464
+ vaultId: 'u32',
465
+ beneficiary: 'AccountId32',
466
+ toBeneficiary: 'u128',
467
+ burned: 'u128',
468
+ },
469
+ FundsReleased: {
470
+ vaultId: 'u32',
471
+ securitization: 'u128',
472
+ },
473
+ FundsReleasedError: {
474
+ vaultId: 'u32',
475
+ error: 'SpRuntimeDispatchError',
476
+ },
477
+ TreasuryRecordingError: {
478
+ vaultId: 'u32',
479
+ frameId: 'u64',
480
+ vaultEarnings: 'u128',
481
+ error: 'SpRuntimeDispatchError'
482
+ }
483
+ }
484
+ },
485
+ /**
486
+ * Lookup57: pallet_bitcoin_locks::pallet::Event<T>
487
+ **/
488
+ PalletBitcoinLocksEvent: {
489
+ _enum: {
490
+ BitcoinLockCreated: {
491
+ utxoId: 'u64',
492
+ vaultId: 'u32',
493
+ liquidityPromised: 'u128',
494
+ securitization: 'u128',
495
+ lockedTargetPrice: 'u128',
496
+ accountId: 'AccountId32',
497
+ securityFee: 'u128',
498
+ },
499
+ BitcoinLockRatcheted: {
500
+ utxoId: 'u64',
501
+ vaultId: 'u32',
502
+ liquidityPromised: 'u128',
503
+ oldTargetPrice: 'u128',
504
+ securityFee: 'u128',
505
+ newTargetPrice: 'u128',
506
+ amountBurned: 'u128',
507
+ accountId: 'AccountId32',
508
+ },
509
+ BitcoinLockBurned: {
510
+ utxoId: 'u64',
511
+ vaultId: 'u32',
512
+ wasUtxoSpent: 'bool',
513
+ },
514
+ BitcoinUtxoCosignRequested: {
515
+ utxoId: 'u64',
516
+ vaultId: 'u32',
517
+ },
518
+ BitcoinUtxoCosigned: {
519
+ utxoId: 'u64',
520
+ vaultId: 'u32',
521
+ signature: 'Bytes',
522
+ },
523
+ BitcoinSpentAfterRelease: {
524
+ utxoId: 'u64',
525
+ vaultId: 'u32',
526
+ },
527
+ BitcoinCosignPastDue: {
528
+ utxoId: 'u64',
529
+ vaultId: 'u32',
530
+ compensationAmount: 'u128',
531
+ compensatedAccountId: 'AccountId32',
532
+ },
533
+ CosignOverdueError: {
534
+ utxoId: 'u64',
535
+ error: 'SpRuntimeDispatchError',
536
+ },
537
+ LockExpirationError: {
538
+ utxoId: 'u64',
539
+ error: 'SpRuntimeDispatchError',
540
+ },
541
+ OrphanedUtxoReceived: {
542
+ utxoId: 'u64',
543
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
544
+ vaultId: 'u32',
545
+ satoshis: 'u64',
546
+ },
547
+ OrphanedUtxoReleaseRequested: {
548
+ utxoId: 'u64',
549
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
550
+ vaultId: 'u32',
551
+ accountId: 'AccountId32',
552
+ },
553
+ OrphanedUtxoCosigned: {
554
+ utxoId: 'u64',
555
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
556
+ vaultId: 'u32',
557
+ accountId: 'AccountId32',
558
+ signature: 'Bytes',
559
+ },
560
+ UtxoFundedFromCandidate: {
561
+ utxoId: 'u64',
562
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
563
+ vaultId: 'u32',
564
+ accountId: 'AccountId32',
565
+ },
566
+ SecuritizationIncreased: {
567
+ utxoId: 'u64',
568
+ vaultId: 'u32',
569
+ newSatoshis: 'u64',
570
+ accountId: 'AccountId32'
571
+ }
572
+ }
573
+ },
574
+ /**
575
+ * Lookup60: pallet_notaries::pallet::Event<T>
576
+ **/
577
+ PalletNotariesEvent: {
578
+ _enum: {
579
+ NotaryProposed: {
580
+ operatorAccount: 'AccountId32',
581
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
582
+ expires: 'u32',
583
+ },
584
+ NotaryActivated: {
585
+ notary: 'ArgonPrimitivesNotaryNotaryRecord',
586
+ },
587
+ NotaryMetaUpdateQueued: {
588
+ notaryId: 'u32',
589
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
590
+ effectiveTick: 'u64',
591
+ },
592
+ NotaryMetaUpdated: {
593
+ notaryId: 'u32',
594
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
595
+ },
596
+ NotaryMetaUpdateError: {
597
+ notaryId: 'u32',
598
+ error: 'SpRuntimeDispatchError',
599
+ meta: 'ArgonPrimitivesNotaryNotaryMeta'
600
+ }
601
+ }
602
+ },
603
+ /**
604
+ * Lookup61: argon_primitives::notary::NotaryMeta<MaxHosts>
605
+ **/
606
+ ArgonPrimitivesNotaryNotaryMeta: {
607
+ name: 'Bytes',
608
+ public: '[u8;32]',
609
+ hosts: 'Vec<Bytes>'
610
+ },
611
+ /**
612
+ * Lookup68: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
613
+ **/
614
+ ArgonPrimitivesNotaryNotaryRecord: {
615
+ notaryId: 'Compact<u32>',
616
+ operatorAccountId: 'AccountId32',
617
+ activatedBlock: 'Compact<u32>',
618
+ metaUpdatedBlock: 'Compact<u32>',
619
+ metaUpdatedTick: 'Compact<u64>',
620
+ meta: 'ArgonPrimitivesNotaryNotaryMeta'
621
+ },
622
+ /**
623
+ * Lookup69: pallet_notebook::pallet::Event<T>
624
+ **/
625
+ PalletNotebookEvent: {
626
+ _enum: {
627
+ NotebookSubmitted: {
628
+ notaryId: 'u32',
629
+ notebookNumber: 'u32',
630
+ },
631
+ NotebookAuditFailure: {
632
+ notaryId: 'u32',
633
+ notebookNumber: 'u32',
634
+ notebookHash: 'H256',
635
+ firstFailureReason: 'ArgonNotaryAuditErrorVerifyError',
636
+ },
637
+ NotebookReadyForReprocess: {
638
+ notaryId: 'u32',
639
+ notebookNumber: 'u32'
640
+ }
641
+ }
642
+ },
643
+ /**
644
+ * Lookup70: argon_notary_audit::error::VerifyError
645
+ **/
646
+ ArgonNotaryAuditErrorVerifyError: {
647
+ _enum: {
648
+ MissingAccountOrigin: {
649
+ accountId: 'AccountId32',
650
+ accountType: 'ArgonPrimitivesAccountAccountType',
651
+ },
652
+ HistoryLookupError: {
653
+ source: 'ArgonNotaryAuditAccountHistoryLookupError',
654
+ },
655
+ InvalidAccountChangelist: 'Null',
656
+ InvalidChainTransfersList: 'Null',
657
+ InvalidBalanceChangeRoot: 'Null',
658
+ InvalidHeaderTaxRecorded: 'Null',
659
+ InvalidPreviousNonce: 'Null',
660
+ InvalidPreviousBalance: 'Null',
661
+ InvalidPreviousAccountOrigin: 'Null',
662
+ InvalidPreviousBalanceChangeNotebook: 'Null',
663
+ InvalidBalanceChange: 'Null',
664
+ InvalidBalanceChangeSignature: {
665
+ changeIndex: 'u16',
666
+ },
667
+ InvalidNoteRecipients: 'Null',
668
+ BalanceChangeError: {
669
+ changeIndex: 'u16',
670
+ noteIndex: 'u16',
671
+ message: 'Bytes',
672
+ },
673
+ InvalidNetBalanceChangeset: 'Null',
674
+ InsufficientBalance: {
675
+ balance: 'u128',
676
+ amount: 'u128',
677
+ noteIndex: 'u16',
678
+ changeIndex: 'u16',
679
+ },
680
+ ExceededMaxBalance: {
681
+ balance: 'u128',
682
+ amount: 'u128',
683
+ noteIndex: 'u16',
684
+ changeIndex: 'u16',
685
+ },
686
+ BalanceChangeMismatch: {
687
+ changeIndex: 'u16',
688
+ providedBalance: 'u128',
689
+ calculatedBalance: 'i128',
690
+ },
691
+ BalanceChangeNotNetZero: {
692
+ sent: 'u128',
693
+ claimed: 'u128',
694
+ },
695
+ InvalidDomainLeaseAllocation: 'Null',
696
+ TaxBalanceChangeNotNetZero: {
697
+ sent: 'u128',
698
+ claimed: 'u128',
699
+ },
700
+ MissingBalanceProof: 'Null',
701
+ InvalidPreviousBalanceProof: 'Null',
702
+ InvalidNotebookHash: 'Null',
703
+ InvalidNotebookHeaderHash: 'Null',
704
+ InvalidNotebookVersion: 'Null',
705
+ DuplicateChainTransfer: 'Null',
706
+ DuplicatedAccountOriginUid: 'Null',
707
+ InvalidNotarySignature: 'Null',
708
+ InvalidSecretProvided: 'Null',
709
+ NotebookTooOld: 'Null',
710
+ CatchupNotebooksMissing: 'Null',
711
+ DecodeError: 'Null',
712
+ AccountChannelHoldDoesntExist: 'Null',
713
+ AccountAlreadyHasChannelHold: 'Null',
714
+ ChannelHoldNotReadyForClaim: {
715
+ currentTick: 'u64',
716
+ claimTick: 'u64',
717
+ },
718
+ AccountLocked: 'Null',
719
+ MissingChannelHoldNote: 'Null',
720
+ InvalidChannelHoldNote: 'Null',
721
+ InvalidChannelHoldClaimers: 'Null',
722
+ ChannelHoldNoteBelowMinimum: 'Null',
723
+ InvalidTaxNoteAccount: 'Null',
724
+ InvalidTaxOperation: 'Null',
725
+ InsufficientTaxIncluded: {
726
+ taxSent: 'u128',
727
+ taxOwed: 'u128',
728
+ accountId: 'AccountId32',
729
+ },
730
+ InsufficientBlockVoteTax: 'Null',
731
+ IneligibleTaxVoter: 'Null',
732
+ BlockVoteInvalidSignature: 'Null',
733
+ InvalidBlockVoteAllocation: 'Null',
734
+ InvalidBlockVoteRoot: 'Null',
735
+ InvalidBlockVotesCount: 'Null',
736
+ InvalidBlockVotingPower: 'Null',
737
+ InvalidBlockVoteList: 'Null',
738
+ InvalidComputeProof: 'Null',
739
+ InvalidBlockVoteSource: 'Null',
740
+ InsufficientBlockVoteMinimum: 'Null',
741
+ InvalidBlockVoteTick: {
742
+ tick: 'u64',
743
+ notebookTick: 'u64',
744
+ },
745
+ InvalidDefaultBlockVote: 'Null',
746
+ InvalidDefaultBlockVoteAuthor: {
747
+ author: 'AccountId32',
748
+ expected: 'AccountId32',
749
+ },
750
+ NoDefaultBlockVote: 'Null'
751
+ }
752
+ },
753
+ /**
754
+ * Lookup71: argon_primitives::account::AccountType
755
+ **/
756
+ ArgonPrimitivesAccountAccountType: {
757
+ _enum: ['Tax', 'Deposit']
758
+ },
759
+ /**
760
+ * Lookup72: argon_notary_audit::AccountHistoryLookupError
761
+ **/
762
+ ArgonNotaryAuditAccountHistoryLookupError: {
763
+ _enum: ['RootNotFound', 'LastChangeNotFound', 'InvalidTransferToLocalchain', 'BlockSpecificationNotFound']
764
+ },
765
+ /**
766
+ * Lookup76: pallet_localchain_transfer::pallet::Event<T>
767
+ **/
768
+ PalletLocalchainTransferEvent: {
769
+ _enum: {
770
+ TransferToLocalchain: {
771
+ accountId: 'AccountId32',
772
+ amount: 'u128',
773
+ transferId: 'u32',
774
+ notaryId: 'u32',
775
+ expirationTick: 'u64',
776
+ },
777
+ TransferToLocalchainExpired: {
778
+ accountId: 'AccountId32',
779
+ transferId: 'u32',
780
+ notaryId: 'u32',
781
+ },
782
+ TransferFromLocalchain: {
783
+ accountId: 'AccountId32',
784
+ amount: 'u128',
785
+ notaryId: 'u32',
786
+ },
787
+ TransferFromLocalchainError: {
788
+ accountId: 'AccountId32',
789
+ amount: 'u128',
790
+ notaryId: 'u32',
791
+ notebookNumber: 'u32',
792
+ error: 'SpRuntimeDispatchError',
793
+ },
794
+ TransferToLocalchainRefundError: {
795
+ accountId: 'AccountId32',
796
+ transferId: 'u32',
797
+ notaryId: 'u32',
798
+ notebookNumber: 'u32',
799
+ error: 'SpRuntimeDispatchError',
800
+ },
801
+ PossibleInvalidLocalchainTransferAllowed: {
802
+ transferId: 'u32',
803
+ notaryId: 'u32',
804
+ notebookNumber: 'u32',
805
+ },
806
+ TaxationError: {
807
+ notaryId: 'u32',
808
+ notebookNumber: 'u32',
809
+ tax: 'u128',
810
+ error: 'SpRuntimeDispatchError'
811
+ }
812
+ }
813
+ },
814
+ /**
815
+ * Lookup77: pallet_block_seal_spec::pallet::Event<T>
816
+ **/
817
+ PalletBlockSealSpecEvent: {
818
+ _enum: {
819
+ VoteMinimumAdjusted: {
820
+ expectedBlockVotes: 'u128',
821
+ actualBlockVotes: 'u128',
822
+ startVoteMinimum: 'u128',
823
+ newVoteMinimum: 'u128',
824
+ },
825
+ ComputeDifficultyAdjusted: {
826
+ expectedBlockTime: 'u64',
827
+ actualBlockTime: 'u64',
828
+ startDifficulty: 'u128',
829
+ newDifficulty: 'u128'
830
+ }
831
+ }
832
+ },
833
+ /**
834
+ * Lookup78: pallet_domains::pallet::Event<T>
835
+ **/
836
+ PalletDomainsEvent: {
837
+ _enum: {
838
+ ZoneRecordUpdated: {
839
+ domainHash: 'H256',
840
+ zoneRecord: 'ArgonPrimitivesDomainZoneRecord',
841
+ },
842
+ DomainRegistered: {
843
+ domainHash: 'H256',
844
+ registration: 'PalletDomainsDomainRegistration',
845
+ },
846
+ DomainRenewed: {
847
+ domainHash: 'H256',
848
+ },
849
+ DomainExpired: {
850
+ domainHash: 'H256',
851
+ },
852
+ DomainRegistrationCanceled: {
853
+ domainHash: 'H256',
854
+ registration: 'PalletDomainsDomainRegistration',
855
+ },
856
+ DomainRegistrationError: {
857
+ domainHash: 'H256',
858
+ accountId: 'AccountId32',
859
+ error: 'SpRuntimeDispatchError'
860
+ }
861
+ }
862
+ },
863
+ /**
864
+ * Lookup79: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
865
+ **/
866
+ ArgonPrimitivesDomainZoneRecord: {
867
+ paymentAccount: 'AccountId32',
868
+ notaryId: 'u32',
869
+ versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>'
870
+ },
871
+ /**
872
+ * Lookup81: argon_primitives::domain::Semver
873
+ **/
874
+ ArgonPrimitivesDomainSemver: {
875
+ major: 'u32',
876
+ minor: 'u32',
877
+ patch: 'u32'
878
+ },
879
+ /**
880
+ * Lookup82: argon_primitives::domain::VersionHost
881
+ **/
882
+ ArgonPrimitivesDomainVersionHost: {
883
+ datastoreId: 'Bytes',
884
+ host: 'Bytes'
885
+ },
886
+ /**
887
+ * Lookup87: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
888
+ **/
889
+ PalletDomainsDomainRegistration: {
890
+ accountId: 'AccountId32',
891
+ registeredAtTick: 'u64'
892
+ },
893
+ /**
894
+ * Lookup88: pallet_price_index::pallet::Event<T>
895
+ **/
896
+ PalletPriceIndexEvent: {
897
+ _enum: {
898
+ NewIndex: 'Null',
899
+ OperatorChanged: {
900
+ operatorId: 'AccountId32'
901
+ }
902
+ }
903
+ },
904
+ /**
905
+ * Lookup89: pallet_grandpa::pallet::Event
906
+ **/
907
+ PalletGrandpaEvent: {
908
+ _enum: {
909
+ NewAuthorities: {
910
+ authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
911
+ },
912
+ Paused: 'Null',
913
+ Resumed: 'Null'
914
+ }
915
+ },
916
+ /**
917
+ * Lookup92: pallet_block_rewards::pallet::Event<T>
918
+ **/
919
+ PalletBlockRewardsEvent: {
920
+ _enum: {
921
+ RewardCreated: {
922
+ rewards: 'Vec<ArgonPrimitivesBlockSealBlockPayout>',
923
+ },
924
+ RewardCreateError: {
925
+ accountId: 'AccountId32',
926
+ argons: 'Option<u128>',
927
+ ownership: 'Option<u128>',
928
+ error: 'SpRuntimeDispatchError'
929
+ }
930
+ }
931
+ },
932
+ /**
933
+ * Lookup94: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
934
+ **/
935
+ ArgonPrimitivesBlockSealBlockPayout: {
936
+ accountId: 'AccountId32',
937
+ ownership: 'Compact<u128>',
938
+ argons: 'Compact<u128>',
939
+ rewardType: 'ArgonPrimitivesBlockSealBlockRewardType',
940
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
941
+ },
942
+ /**
943
+ * Lookup95: argon_primitives::block_seal::BlockRewardType
944
+ **/
945
+ ArgonPrimitivesBlockSealBlockRewardType: {
946
+ _enum: ['Miner', 'Voter', 'ProfitShare']
947
+ },
948
+ /**
949
+ * Lookup98: pallet_mint::pallet::Event<T>
950
+ **/
951
+ PalletMintEvent: {
952
+ _enum: {
953
+ BitcoinMint: {
954
+ accountId: 'AccountId32',
955
+ utxoId: 'Option<u64>',
956
+ amount: 'u128',
957
+ },
958
+ MiningMint: {
959
+ amount: 'u128',
960
+ perMiner: 'u128',
961
+ argonCpi: 'i128',
962
+ liquidity: 'u128',
963
+ },
964
+ MintError: {
965
+ mintType: 'PalletMintMintType',
966
+ accountId: 'AccountId32',
967
+ utxoId: 'Option<u64>',
968
+ amount: 'u128',
969
+ error: 'SpRuntimeDispatchError'
970
+ }
971
+ }
972
+ },
973
+ /**
974
+ * Lookup101: pallet_mint::pallet::MintType
975
+ **/
976
+ PalletMintMintType: {
977
+ _enum: ['Bitcoin', 'Mining']
978
+ },
979
+ /**
980
+ * Lookup102: pallet_balances::pallet::Event<T, I>
981
+ **/
982
+ PalletBalancesEvent: {
983
+ _enum: {
984
+ Endowed: {
985
+ account: 'AccountId32',
986
+ freeBalance: 'u128',
987
+ },
988
+ DustLost: {
989
+ account: 'AccountId32',
990
+ amount: 'u128',
991
+ },
992
+ Transfer: {
993
+ from: 'AccountId32',
994
+ to: 'AccountId32',
995
+ amount: 'u128',
996
+ },
997
+ BalanceSet: {
998
+ who: 'AccountId32',
999
+ free: 'u128',
1000
+ },
1001
+ Reserved: {
1002
+ who: 'AccountId32',
1003
+ amount: 'u128',
1004
+ },
1005
+ Unreserved: {
1006
+ who: 'AccountId32',
1007
+ amount: 'u128',
1008
+ },
1009
+ ReserveRepatriated: {
1010
+ from: 'AccountId32',
1011
+ to: 'AccountId32',
1012
+ amount: 'u128',
1013
+ destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
1014
+ },
1015
+ Deposit: {
1016
+ who: 'AccountId32',
1017
+ amount: 'u128',
1018
+ },
1019
+ Withdraw: {
1020
+ who: 'AccountId32',
1021
+ amount: 'u128',
1022
+ },
1023
+ Slashed: {
1024
+ who: 'AccountId32',
1025
+ amount: 'u128',
1026
+ },
1027
+ Minted: {
1028
+ who: 'AccountId32',
1029
+ amount: 'u128',
1030
+ },
1031
+ MintedCredit: {
1032
+ amount: 'u128',
1033
+ },
1034
+ Burned: {
1035
+ who: 'AccountId32',
1036
+ amount: 'u128',
1037
+ },
1038
+ BurnedDebt: {
1039
+ amount: 'u128',
1040
+ },
1041
+ Suspended: {
1042
+ who: 'AccountId32',
1043
+ amount: 'u128',
1044
+ },
1045
+ Restored: {
1046
+ who: 'AccountId32',
1047
+ amount: 'u128',
1048
+ },
1049
+ Upgraded: {
1050
+ who: 'AccountId32',
1051
+ },
1052
+ Issued: {
1053
+ amount: 'u128',
1054
+ },
1055
+ Rescinded: {
1056
+ amount: 'u128',
1057
+ },
1058
+ Locked: {
1059
+ who: 'AccountId32',
1060
+ amount: 'u128',
1061
+ },
1062
+ Unlocked: {
1063
+ who: 'AccountId32',
1064
+ amount: 'u128',
1065
+ },
1066
+ Frozen: {
1067
+ who: 'AccountId32',
1068
+ amount: 'u128',
1069
+ },
1070
+ Thawed: {
1071
+ who: 'AccountId32',
1072
+ amount: 'u128',
1073
+ },
1074
+ TotalIssuanceForced: {
1075
+ _alias: {
1076
+ new_: 'new',
1077
+ },
1078
+ old: 'u128',
1079
+ new_: 'u128',
1080
+ },
1081
+ Held: {
1082
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1083
+ who: 'AccountId32',
1084
+ amount: 'u128',
1085
+ },
1086
+ BurnedHeld: {
1087
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1088
+ who: 'AccountId32',
1089
+ amount: 'u128',
1090
+ },
1091
+ TransferOnHold: {
1092
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1093
+ source: 'AccountId32',
1094
+ dest: 'AccountId32',
1095
+ amount: 'u128',
1096
+ },
1097
+ TransferAndHold: {
1098
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1099
+ source: 'AccountId32',
1100
+ dest: 'AccountId32',
1101
+ transferred: 'u128',
1102
+ },
1103
+ Released: {
1104
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1105
+ who: 'AccountId32',
1106
+ amount: 'u128',
1107
+ },
1108
+ Unexpected: 'PalletBalancesUnexpectedKind'
1109
+ }
1110
+ },
1111
+ /**
1112
+ * Lookup103: frame_support::traits::tokens::misc::BalanceStatus
1113
+ **/
1114
+ FrameSupportTokensMiscBalanceStatus: {
1115
+ _enum: ['Free', 'Reserved']
1116
+ },
1117
+ /**
1118
+ * Lookup104: argon_runtime::RuntimeHoldReason
1119
+ **/
1120
+ ArgonRuntimeRuntimeHoldReason: {
1121
+ _enum: {
1122
+ __Unused0: 'Null',
1123
+ __Unused1: 'Null',
1124
+ __Unused2: 'Null',
1125
+ __Unused3: 'Null',
1126
+ __Unused4: 'Null',
1127
+ __Unused5: 'Null',
1128
+ MiningSlot: 'PalletMiningSlotHoldReason',
1129
+ __Unused7: 'Null',
1130
+ Vaults: 'PalletVaultsHoldReason',
1131
+ BitcoinLocks: 'PalletBitcoinLocksHoldReason',
1132
+ __Unused10: 'Null',
1133
+ __Unused11: 'Null',
1134
+ __Unused12: 'Null',
1135
+ __Unused13: 'Null',
1136
+ __Unused14: 'Null',
1137
+ __Unused15: 'Null',
1138
+ __Unused16: 'Null',
1139
+ __Unused17: 'Null',
1140
+ __Unused18: 'Null',
1141
+ BlockRewards: 'PalletBlockRewardsHoldReason',
1142
+ __Unused20: 'Null',
1143
+ __Unused21: 'Null',
1144
+ __Unused22: 'Null',
1145
+ __Unused23: 'Null',
1146
+ __Unused24: 'Null',
1147
+ __Unused25: 'Null',
1148
+ __Unused26: 'Null',
1149
+ __Unused27: 'Null',
1150
+ __Unused28: 'Null',
1151
+ __Unused29: 'Null',
1152
+ __Unused30: 'Null',
1153
+ Treasury: 'PalletTreasuryHoldReason'
1154
+ }
1155
+ },
1156
+ /**
1157
+ * Lookup105: pallet_mining_slot::pallet::HoldReason
1158
+ **/
1159
+ PalletMiningSlotHoldReason: {
1160
+ _enum: ['RegisterAsMiner']
1161
+ },
1162
+ /**
1163
+ * Lookup106: pallet_vaults::pallet::HoldReason
1164
+ **/
1165
+ PalletVaultsHoldReason: {
1166
+ _enum: ['EnterVault', 'ObligationFee', 'PendingCollect']
1167
+ },
1168
+ /**
1169
+ * Lookup107: pallet_bitcoin_locks::pallet::HoldReason
1170
+ **/
1171
+ PalletBitcoinLocksHoldReason: {
1172
+ _enum: ['ReleaseBitcoinLock']
1173
+ },
1174
+ /**
1175
+ * Lookup108: pallet_block_rewards::pallet::HoldReason
1176
+ **/
1177
+ PalletBlockRewardsHoldReason: {
1178
+ _enum: ['MaturationPeriod']
1179
+ },
1180
+ /**
1181
+ * Lookup109: pallet_treasury::pallet::HoldReason
1182
+ **/
1183
+ PalletTreasuryHoldReason: {
1184
+ _enum: ['ContributedToTreasury']
1185
+ },
1186
+ /**
1187
+ * Lookup110: pallet_balances::pallet::UnexpectedKind
1188
+ **/
1189
+ PalletBalancesUnexpectedKind: {
1190
+ _enum: ['BalanceUpdated', 'FailedToMutateAccount']
1191
+ },
1192
+ /**
1193
+ * Lookup112: pallet_tx_pause::pallet::Event<T>
1194
+ **/
1195
+ PalletTxPauseEvent: {
1196
+ _enum: {
1197
+ CallPaused: {
1198
+ fullName: '(Bytes,Bytes)',
1199
+ },
1200
+ CallUnpaused: {
1201
+ fullName: '(Bytes,Bytes)'
1202
+ }
1203
+ }
1204
+ },
1205
+ /**
1206
+ * Lookup115: pallet_transaction_payment::pallet::Event<T>
1207
+ **/
1208
+ PalletTransactionPaymentEvent: {
1209
+ _enum: {
1210
+ TransactionFeePaid: {
1211
+ who: 'AccountId32',
1212
+ actualFee: 'u128',
1213
+ tip: 'u128'
1214
+ }
1215
+ }
1216
+ },
1217
+ /**
1218
+ * Lookup116: pallet_utility::pallet::Event
1219
+ **/
1220
+ PalletUtilityEvent: {
1221
+ _enum: {
1222
+ BatchInterrupted: {
1223
+ index: 'u32',
1224
+ error: 'SpRuntimeDispatchError',
1225
+ },
1226
+ BatchCompleted: 'Null',
1227
+ BatchCompletedWithErrors: 'Null',
1228
+ ItemCompleted: 'Null',
1229
+ ItemFailed: {
1230
+ error: 'SpRuntimeDispatchError',
1231
+ },
1232
+ DispatchedAs: {
1233
+ result: 'Result<Null, SpRuntimeDispatchError>',
1234
+ },
1235
+ IfElseMainSuccess: 'Null',
1236
+ IfElseFallbackCalled: {
1237
+ mainError: 'SpRuntimeDispatchError'
1238
+ }
1239
+ }
1240
+ },
1241
+ /**
1242
+ * Lookup117: pallet_sudo::pallet::Event<T>
1243
+ **/
1244
+ PalletSudoEvent: {
1245
+ _enum: {
1246
+ Sudid: {
1247
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1248
+ },
1249
+ KeyChanged: {
1250
+ _alias: {
1251
+ new_: 'new',
1252
+ },
1253
+ old: 'Option<AccountId32>',
1254
+ new_: 'AccountId32',
1255
+ },
1256
+ KeyRemoved: 'Null',
1257
+ SudoAsDone: {
1258
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>'
1259
+ }
1260
+ }
1261
+ },
1262
+ /**
1263
+ * Lookup118: pallet_treasury::pallet::Event<T>
1264
+ **/
1265
+ PalletTreasuryEvent: {
1266
+ _enum: {
1267
+ CouldNotDistributeEarningsToBondLot: {
1268
+ frameId: 'u64',
1269
+ vaultId: 'u32',
1270
+ bondLotId: 'u64',
1271
+ accountId: 'AccountId32',
1272
+ amount: 'u128',
1273
+ dispatchError: 'SpRuntimeDispatchError',
1274
+ },
1275
+ CouldNotTransferToTreasuryReserves: {
1276
+ frameId: 'u64',
1277
+ amount: 'u128',
1278
+ dispatchError: 'SpRuntimeDispatchError',
1279
+ },
1280
+ FrameEarningsDistributed: {
1281
+ frameId: 'u64',
1282
+ bidPoolDistributed: 'u128',
1283
+ treasuryReserves: 'u128',
1284
+ participatingVaults: 'u32',
1285
+ },
1286
+ FrameVaultCapitalLocked: {
1287
+ frameId: 'u64',
1288
+ totalEligibleBonds: 'u128',
1289
+ participatingVaults: 'u32',
1290
+ },
1291
+ CouldNotReleaseBondLot: {
1292
+ frameId: 'u64',
1293
+ vaultId: 'u32',
1294
+ bondLotId: 'u64',
1295
+ amount: 'u128',
1296
+ accountId: 'AccountId32',
1297
+ dispatchError: 'SpRuntimeDispatchError',
1298
+ },
1299
+ BondLotPurchased: {
1300
+ vaultId: 'u32',
1301
+ bondLotId: 'u64',
1302
+ accountId: 'AccountId32',
1303
+ bonds: 'u32',
1304
+ },
1305
+ BondLotReleaseScheduled: {
1306
+ vaultId: 'u32',
1307
+ bondLotId: 'u64',
1308
+ accountId: 'AccountId32',
1309
+ bonds: 'u32',
1310
+ releaseFrameId: 'u64',
1311
+ reason: 'PalletTreasuryBondReleaseReason',
1312
+ },
1313
+ BondLotReleased: {
1314
+ frameId: 'u64',
1315
+ vaultId: 'u32',
1316
+ bondLotId: 'u64',
1317
+ accountId: 'AccountId32',
1318
+ bonds: 'u32'
1319
+ }
1320
+ }
1321
+ },
1322
+ /**
1323
+ * Lookup119: pallet_treasury::pallet::BondReleaseReason
1324
+ **/
1325
+ PalletTreasuryBondReleaseReason: {
1326
+ _enum: ['UserLiquidation', 'Bumped', 'VaultClosed']
1327
+ },
1328
+ /**
1329
+ * Lookup120: pallet_fee_control::pallet::Event<T>
1330
+ **/
1331
+ PalletFeeControlEvent: {
1332
+ _enum: {
1333
+ FeeSkipped: {
1334
+ origin: 'ArgonRuntimeOriginCaller',
1335
+ },
1336
+ FeeDelegated: {
1337
+ origin: 'ArgonRuntimeOriginCaller',
1338
+ from: 'AccountId32',
1339
+ to: 'AccountId32'
1340
+ }
1341
+ }
1342
+ },
1343
+ /**
1344
+ * Lookup121: argon_runtime::OriginCaller
1345
+ **/
1346
+ ArgonRuntimeOriginCaller: {
1347
+ _enum: {
1348
+ system: 'FrameSupportDispatchRawOrigin'
1349
+ }
1350
+ },
1351
+ /**
1352
+ * Lookup122: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1353
+ **/
1354
+ FrameSupportDispatchRawOrigin: {
1355
+ _enum: {
1356
+ Root: 'Null',
1357
+ Signed: 'AccountId32',
1358
+ None: 'Null',
1359
+ Authorized: 'Null'
1360
+ }
1361
+ },
1362
+ /**
1363
+ * Lookup123: pallet_operational_accounts::pallet::Event<T>
1364
+ **/
1365
+ PalletOperationalAccountsEvent: {
1366
+ _enum: {
1367
+ OperationalAccountRegistered: {
1368
+ operationalAccount: 'AccountId32',
1369
+ vaultAccount: 'AccountId32',
1370
+ miningFundingAccount: 'AccountId32',
1371
+ miningBotAccount: 'AccountId32',
1372
+ sponsor: 'Option<AccountId32>',
1373
+ },
1374
+ AccountWentOperational: {
1375
+ account: 'AccountId32',
1376
+ },
1377
+ OperationalRewardEarned: {
1378
+ account: 'AccountId32',
1379
+ rewardKind: 'ArgonPrimitivesProvidersOperationalRewardKind',
1380
+ amount: 'u128',
1381
+ },
1382
+ OperationalRewardsClaimed: {
1383
+ operationalAccount: 'AccountId32',
1384
+ claimant: 'AccountId32',
1385
+ amount: 'u128',
1386
+ remainingPending: 'u128',
1387
+ },
1388
+ RewardsConfigUpdated: {
1389
+ operationalReferralReward: 'u128',
1390
+ referralBonusReward: 'u128',
1391
+ },
1392
+ OperationalProgressForced: {
1393
+ account: 'AccountId32',
1394
+ updateOperationalProgress: 'bool',
1395
+ hasUniswapTransfer: 'bool',
1396
+ vaultCreated: 'bool',
1397
+ hasTreasuryPoolParticipation: 'bool',
1398
+ observedBitcoinTotal: 'u128',
1399
+ observedMiningSeatTotal: 'u32',
1400
+ },
1401
+ EncryptedServerUpdated: {
1402
+ sponsor: 'AccountId32',
1403
+ sponsee: 'AccountId32'
1404
+ }
1405
+ }
1406
+ },
1407
+ /**
1408
+ * Lookup124: argon_primitives::providers::OperationalRewardKind
1409
+ **/
1410
+ ArgonPrimitivesProvidersOperationalRewardKind: {
1411
+ _enum: ['Activation', 'ReferralBonus']
1412
+ },
1413
+ /**
1414
+ * Lookup125: pallet_ethereum_verifier::pallet::Event<T>
1415
+ **/
1416
+ PalletEthereumVerifierEvent: {
1417
+ _enum: {
1418
+ BeaconHeaderImported: {
1419
+ blockHash: 'H256',
1420
+ slot: 'u64',
1421
+ },
1422
+ ExecutionHeaderAnchorImported: {
1423
+ blockHash: 'H256',
1424
+ blockNumber: 'u64',
1425
+ },
1426
+ SyncCommitteeUpdated: {
1427
+ period: 'u64',
1428
+ },
1429
+ OperatingModeChanged: {
1430
+ mode: 'PalletEthereumVerifierBasicOperatingMode'
1431
+ }
1432
+ }
1433
+ },
1434
+ /**
1435
+ * Lookup126: pallet_ethereum_verifier::types::BasicOperatingMode
1436
+ **/
1437
+ PalletEthereumVerifierBasicOperatingMode: {
1438
+ _enum: ['Normal', 'Halted']
1439
+ },
1440
+ /**
1441
+ * Lookup127: pallet_crosschain_transfer::pallet::Event<T>
1442
+ **/
1443
+ PalletCrosschainTransferEvent: {
1444
+ _enum: {
1445
+ BurnNoticeAccepted: {
1446
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1447
+ notice: 'PalletCrosschainTransferBurnNotice'
1448
+ }
1449
+ }
1450
+ },
1451
+ /**
1452
+ * Lookup128: pallet_crosschain_transfer::pallet::SourceChain
1453
+ **/
1454
+ PalletCrosschainTransferSourceChain: {
1455
+ _enum: ['Ethereum']
1456
+ },
1457
+ /**
1458
+ * Lookup129: pallet_crosschain_transfer::pallet::BurnNotice<T>
1459
+ **/
1460
+ PalletCrosschainTransferBurnNotice: {
1461
+ from: 'H160',
1462
+ to: 'AccountId32',
1463
+ assetKind: 'PalletCrosschainTransferAssetKind',
1464
+ amount: 'u128',
1465
+ accountNonce: 'Compact<u64>'
1466
+ },
1467
+ /**
1468
+ * Lookup132: pallet_crosschain_transfer::pallet::AssetKind
1469
+ **/
1470
+ PalletCrosschainTransferAssetKind: {
1471
+ _enum: ['Argon', 'Argonot']
1472
+ },
1473
+ /**
1474
+ * Lookup133: frame_system::Phase
1475
+ **/
1476
+ FrameSystemPhase: {
1477
+ _enum: {
1478
+ ApplyExtrinsic: 'u32',
1479
+ Finalization: 'Null',
1480
+ Initialization: 'Null'
1481
+ }
1482
+ },
1483
+ /**
1484
+ * Lookup137: frame_system::LastRuntimeUpgradeInfo
1485
+ **/
1486
+ FrameSystemLastRuntimeUpgradeInfo: {
1487
+ specVersion: 'Compact<u32>',
1488
+ specName: 'Text'
1489
+ },
1490
+ /**
1491
+ * Lookup140: frame_system::CodeUpgradeAuthorization<T>
1492
+ **/
1493
+ FrameSystemCodeUpgradeAuthorization: {
1494
+ codeHash: 'H256',
1495
+ checkVersion: 'bool'
1496
+ },
1497
+ /**
1498
+ * Lookup141: frame_system::pallet::Call<T>
1499
+ **/
1500
+ FrameSystemCall: {
1501
+ _enum: {
1502
+ remark: {
1503
+ remark: 'Bytes',
1504
+ },
1505
+ set_heap_pages: {
1506
+ pages: 'u64',
1507
+ },
1508
+ set_code: {
1509
+ code: 'Bytes',
1510
+ },
1511
+ set_code_without_checks: {
1512
+ code: 'Bytes',
1513
+ },
1514
+ set_storage: {
1515
+ items: 'Vec<(Bytes,Bytes)>',
1516
+ },
1517
+ kill_storage: {
1518
+ _alias: {
1519
+ keys_: 'keys',
1520
+ },
1521
+ keys_: 'Vec<Bytes>',
1522
+ },
1523
+ kill_prefix: {
1524
+ prefix: 'Bytes',
1525
+ subkeys: 'u32',
1526
+ },
1527
+ remark_with_event: {
1528
+ remark: 'Bytes',
1529
+ },
1530
+ __Unused8: 'Null',
1531
+ authorize_upgrade: {
1532
+ codeHash: 'H256',
1533
+ },
1534
+ authorize_upgrade_without_checks: {
1535
+ codeHash: 'H256',
1536
+ },
1537
+ apply_authorized_upgrade: {
1538
+ code: 'Bytes'
1539
+ }
1540
+ }
1541
+ },
1542
+ /**
1543
+ * Lookup145: frame_system::limits::BlockWeights
1544
+ **/
1545
+ FrameSystemLimitsBlockWeights: {
1546
+ baseBlock: 'SpWeightsWeightV2Weight',
1547
+ maxBlock: 'SpWeightsWeightV2Weight',
1548
+ perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1549
+ },
1550
+ /**
1551
+ * Lookup146: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1552
+ **/
1553
+ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1554
+ normal: 'FrameSystemLimitsWeightsPerClass',
1555
+ operational: 'FrameSystemLimitsWeightsPerClass',
1556
+ mandatory: 'FrameSystemLimitsWeightsPerClass'
1557
+ },
1558
+ /**
1559
+ * Lookup147: frame_system::limits::WeightsPerClass
1560
+ **/
1561
+ FrameSystemLimitsWeightsPerClass: {
1562
+ baseExtrinsic: 'SpWeightsWeightV2Weight',
1563
+ maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1564
+ maxTotal: 'Option<SpWeightsWeightV2Weight>',
1565
+ reserved: 'Option<SpWeightsWeightV2Weight>'
1566
+ },
1567
+ /**
1568
+ * Lookup149: frame_system::limits::BlockLength
1569
+ **/
1570
+ FrameSystemLimitsBlockLength: {
1571
+ max: 'FrameSupportDispatchPerDispatchClassU32',
1572
+ maxHeaderSize: 'Option<u32>'
1573
+ },
1574
+ /**
1575
+ * Lookup150: frame_support::dispatch::PerDispatchClass<T>
1576
+ **/
1577
+ FrameSupportDispatchPerDispatchClassU32: {
1578
+ normal: 'u32',
1579
+ operational: 'u32',
1580
+ mandatory: 'u32'
1581
+ },
1582
+ /**
1583
+ * Lookup152: sp_weights::RuntimeDbWeight
1584
+ **/
1585
+ SpWeightsRuntimeDbWeight: {
1586
+ read: 'u64',
1587
+ write: 'u64'
1588
+ },
1589
+ /**
1590
+ * Lookup153: sp_version::RuntimeVersion
1591
+ **/
1592
+ SpVersionRuntimeVersion: {
1593
+ specName: 'Text',
1594
+ implName: 'Text',
1595
+ authoringVersion: 'u32',
1596
+ specVersion: 'u32',
1597
+ implVersion: 'u32',
1598
+ apis: 'Vec<([u8;8],u32)>',
1599
+ transactionVersion: 'u32',
1600
+ systemVersion: 'u8'
1601
+ },
1602
+ /**
1603
+ * Lookup158: frame_system::pallet::Error<T>
1604
+ **/
1605
+ FrameSystemError: {
1606
+ _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1607
+ },
1608
+ /**
1609
+ * Lookup159: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1610
+ **/
1611
+ ArgonPrimitivesDigestsDigestset: {
1612
+ author: 'AccountId32',
1613
+ blockVote: 'ArgonPrimitivesDigestsBlockVoteDigest',
1614
+ votingKey: 'Option<ArgonPrimitivesDigestsParentVotingKeyDigest>',
1615
+ forkPower: 'Option<ArgonPrimitivesForkPower>',
1616
+ frameInfo: 'Option<ArgonPrimitivesDigestsFrameInfo>',
1617
+ tick: 'u64',
1618
+ notebooks: 'ArgonPrimitivesDigestsNotebookDigest'
1619
+ },
1620
+ /**
1621
+ * Lookup160: argon_primitives::digests::BlockVoteDigest
1622
+ **/
1623
+ ArgonPrimitivesDigestsBlockVoteDigest: {
1624
+ votingPower: 'Compact<u128>',
1625
+ votesCount: 'Compact<u32>'
1626
+ },
1627
+ /**
1628
+ * Lookup162: argon_primitives::digests::ParentVotingKeyDigest
1629
+ **/
1630
+ ArgonPrimitivesDigestsParentVotingKeyDigest: {
1631
+ parentVotingKey: 'Option<H256>'
1632
+ },
1633
+ /**
1634
+ * Lookup165: argon_primitives::fork_power::ForkPower
1635
+ **/
1636
+ ArgonPrimitivesForkPower: {
1637
+ isLatestVote: 'bool',
1638
+ notebooks: 'Compact<u64>',
1639
+ votingPower: 'U256',
1640
+ sealStrength: 'U256',
1641
+ totalComputeDifficulty: 'U256',
1642
+ voteCreatedBlocks: 'Compact<u128>',
1643
+ minerNonceScore: 'Option<U256>'
1644
+ },
1645
+ /**
1646
+ * Lookup170: argon_primitives::digests::FrameInfo
1647
+ **/
1648
+ ArgonPrimitivesDigestsFrameInfo: {
1649
+ frameId: 'Compact<u64>',
1650
+ frameRewardTicksRemaining: 'Compact<u32>',
1651
+ isNewFrame: 'bool'
1652
+ },
1653
+ /**
1654
+ * Lookup172: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1655
+ **/
1656
+ ArgonPrimitivesDigestsNotebookDigest: {
1657
+ notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>'
1658
+ },
1659
+ /**
1660
+ * Lookup174: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1661
+ **/
1662
+ ArgonPrimitivesNotebookNotebookAuditResult: {
1663
+ notaryId: 'Compact<u32>',
1664
+ notebookNumber: 'Compact<u32>',
1665
+ tick: 'Compact<u64>',
1666
+ auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
1667
+ },
1668
+ /**
1669
+ * Lookup177: pallet_digests::pallet::Error<T>
1670
+ **/
1671
+ PalletDigestsError: {
1672
+ _enum: ['DuplicateBlockVoteDigest', 'DuplicateAuthorDigest', 'DuplicateTickDigest', 'DuplicateParentVotingKeyDigest', 'DuplicateNotebookDigest', 'DuplicateForkPowerDigest', 'MissingBlockVoteDigest', 'MissingAuthorDigest', 'MissingTickDigest', 'MissingParentVotingKeyDigest', 'MissingNotebookDigest', 'CouldNotDecodeDigest', 'DuplicateFrameInfoDigest']
1673
+ },
1674
+ /**
1675
+ * Lookup178: pallet_timestamp::pallet::Call<T>
1676
+ **/
1677
+ PalletTimestampCall: {
1678
+ _enum: {
1679
+ set: {
1680
+ now: 'Compact<u64>'
1681
+ }
1682
+ }
1683
+ },
1684
+ /**
1685
+ * Lookup180: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1686
+ **/
1687
+ PalletMultisigMultisig: {
1688
+ when: 'PalletMultisigTimepoint',
1689
+ deposit: 'u128',
1690
+ depositor: 'AccountId32',
1691
+ approvals: 'Vec<AccountId32>'
1692
+ },
1693
+ /**
1694
+ * Lookup183: pallet_multisig::pallet::Call<T>
1695
+ **/
1696
+ PalletMultisigCall: {
1697
+ _enum: {
1698
+ as_multi_threshold_1: {
1699
+ otherSignatories: 'Vec<AccountId32>',
1700
+ call: 'Call',
1701
+ },
1702
+ as_multi: {
1703
+ threshold: 'u16',
1704
+ otherSignatories: 'Vec<AccountId32>',
1705
+ maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1706
+ call: 'Call',
1707
+ maxWeight: 'SpWeightsWeightV2Weight',
1708
+ },
1709
+ approve_as_multi: {
1710
+ threshold: 'u16',
1711
+ otherSignatories: 'Vec<AccountId32>',
1712
+ maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1713
+ callHash: '[u8;32]',
1714
+ maxWeight: 'SpWeightsWeightV2Weight',
1715
+ },
1716
+ cancel_as_multi: {
1717
+ threshold: 'u16',
1718
+ otherSignatories: 'Vec<AccountId32>',
1719
+ timepoint: 'PalletMultisigTimepoint',
1720
+ callHash: '[u8;32]',
1721
+ },
1722
+ poke_deposit: {
1723
+ threshold: 'u16',
1724
+ otherSignatories: 'Vec<AccountId32>',
1725
+ callHash: '[u8;32]'
1726
+ }
1727
+ }
1728
+ },
1729
+ /**
1730
+ * Lookup185: pallet_proxy::pallet::Call<T>
1731
+ **/
1732
+ PalletProxyCall: {
1733
+ _enum: {
1734
+ proxy: {
1735
+ real: 'MultiAddress',
1736
+ forceProxyType: 'Option<ArgonRuntimeProxyType>',
1737
+ call: 'Call',
1738
+ },
1739
+ add_proxy: {
1740
+ delegate: 'MultiAddress',
1741
+ proxyType: 'ArgonRuntimeProxyType',
1742
+ delay: 'u32',
1743
+ },
1744
+ remove_proxy: {
1745
+ delegate: 'MultiAddress',
1746
+ proxyType: 'ArgonRuntimeProxyType',
1747
+ delay: 'u32',
1748
+ },
1749
+ remove_proxies: 'Null',
1750
+ create_pure: {
1751
+ proxyType: 'ArgonRuntimeProxyType',
1752
+ delay: 'u32',
1753
+ index: 'u16',
1754
+ },
1755
+ kill_pure: {
1756
+ spawner: 'MultiAddress',
1757
+ proxyType: 'ArgonRuntimeProxyType',
1758
+ index: 'u16',
1759
+ height: 'Compact<u32>',
1760
+ extIndex: 'Compact<u32>',
1761
+ },
1762
+ announce: {
1763
+ real: 'MultiAddress',
1764
+ callHash: 'H256',
1765
+ },
1766
+ remove_announcement: {
1767
+ real: 'MultiAddress',
1768
+ callHash: 'H256',
1769
+ },
1770
+ reject_announcement: {
1771
+ delegate: 'MultiAddress',
1772
+ callHash: 'H256',
1773
+ },
1774
+ proxy_announced: {
1775
+ delegate: 'MultiAddress',
1776
+ real: 'MultiAddress',
1777
+ forceProxyType: 'Option<ArgonRuntimeProxyType>',
1778
+ call: 'Call',
1779
+ },
1780
+ poke_deposit: 'Null'
1781
+ }
1782
+ },
1783
+ /**
1784
+ * Lookup189: pallet_ticks::pallet::Call<T>
1785
+ **/
1786
+ PalletTicksCall: 'Null',
1787
+ /**
1788
+ * Lookup190: pallet_mining_slot::pallet::Call<T>
1789
+ **/
1790
+ PalletMiningSlotCall: {
1791
+ _enum: {
1792
+ bid: {
1793
+ _alias: {
1794
+ keys_: 'keys',
1795
+ },
1796
+ bid: 'u128',
1797
+ keys_: 'ArgonRuntimeSessionKeys',
1798
+ miningAccountId: 'Option<AccountId32>',
1799
+ },
1800
+ configure_mining_slot_delay: {
1801
+ miningSlotDelay: 'Option<u64>',
1802
+ ticksBeforeBidEndForVrfClose: 'Option<u64>'
1803
+ }
1804
+ }
1805
+ },
1806
+ /**
1807
+ * Lookup191: pallet_bitcoin_utxos::pallet::Call<T>
1808
+ **/
1809
+ PalletBitcoinUtxosCall: {
1810
+ _enum: {
1811
+ sync: {
1812
+ utxoSync: 'ArgonPrimitivesInherentsBitcoinUtxoSync',
1813
+ },
1814
+ set_confirmed_block: {
1815
+ bitcoinHeight: 'u64',
1816
+ bitcoinBlockHash: 'ArgonPrimitivesBitcoinH256Le',
1817
+ },
1818
+ set_operator: {
1819
+ accountId: 'AccountId32',
1820
+ },
1821
+ fund_with_utxo_candidate: {
1822
+ utxoId: 'u64',
1823
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
1824
+ },
1825
+ reject_utxo_candidate: {
1826
+ utxoId: 'u64',
1827
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef'
1828
+ }
1829
+ }
1830
+ },
1831
+ /**
1832
+ * Lookup192: argon_primitives::inherents::BitcoinUtxoSync
1833
+ **/
1834
+ ArgonPrimitivesInherentsBitcoinUtxoSync: {
1835
+ spent: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>',
1836
+ funded: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>',
1837
+ syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1838
+ },
1839
+ /**
1840
+ * Lookup194: argon_primitives::inherents::BitcoinUtxoSpend
1841
+ **/
1842
+ ArgonPrimitivesInherentsBitcoinUtxoSpend: {
1843
+ utxoId: 'Compact<u64>',
1844
+ utxoRef: 'Option<ArgonPrimitivesBitcoinUtxoRef>',
1845
+ bitcoinHeight: 'Compact<u64>'
1846
+ },
1847
+ /**
1848
+ * Lookup197: argon_primitives::inherents::BitcoinUtxoFunding
1849
+ **/
1850
+ ArgonPrimitivesInherentsBitcoinUtxoFunding: {
1851
+ utxoId: 'Compact<u64>',
1852
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
1853
+ satoshis: 'Compact<u64>',
1854
+ expectedSatoshis: 'Compact<u64>',
1855
+ bitcoinHeight: 'Compact<u64>'
1856
+ },
1857
+ /**
1858
+ * Lookup198: argon_primitives::bitcoin::BitcoinBlock
1859
+ **/
1860
+ ArgonPrimitivesBitcoinBitcoinBlock: {
1861
+ blockHeight: 'Compact<u64>',
1862
+ blockHash: 'ArgonPrimitivesBitcoinH256Le'
1863
+ },
1864
+ /**
1865
+ * Lookup199: pallet_vaults::pallet::Call<T>
1866
+ **/
1867
+ PalletVaultsCall: {
1868
+ _enum: {
1869
+ create: {
1870
+ vaultConfig: 'PalletVaultsVaultConfig',
1871
+ },
1872
+ modify_funding: {
1873
+ vaultId: 'u32',
1874
+ securitization: 'u128',
1875
+ securitizationRatio: 'u128',
1876
+ },
1877
+ modify_terms: {
1878
+ vaultId: 'u32',
1879
+ terms: 'ArgonPrimitivesVaultVaultTerms',
1880
+ },
1881
+ close: {
1882
+ vaultId: 'u32',
1883
+ },
1884
+ replace_bitcoin_xpub: {
1885
+ vaultId: 'u32',
1886
+ bitcoinXpub: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1887
+ },
1888
+ collect: {
1889
+ vaultId: 'u32',
1890
+ },
1891
+ set_bitcoin_lock_delegate: {
1892
+ delegateAccountId: 'Option<AccountId32>',
1893
+ },
1894
+ set_name: {
1895
+ name: 'Option<Bytes>'
1896
+ }
1897
+ }
1898
+ },
1899
+ /**
1900
+ * Lookup200: pallet_vaults::pallet::VaultConfig<Balance>
1901
+ **/
1902
+ PalletVaultsVaultConfig: {
1903
+ terms: 'ArgonPrimitivesVaultVaultTerms',
1904
+ name: 'Option<Bytes>',
1905
+ securitization: 'Compact<u128>',
1906
+ bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1907
+ securitizationRatio: 'Compact<u128>'
1908
+ },
1909
+ /**
1910
+ * Lookup201: argon_primitives::vault::VaultTerms<Balance>
1911
+ **/
1912
+ ArgonPrimitivesVaultVaultTerms: {
1913
+ bitcoinAnnualPercentRate: 'Compact<u128>',
1914
+ bitcoinBaseFee: 'Compact<u128>',
1915
+ treasuryProfitSharing: 'Compact<Permill>'
1916
+ },
1917
+ /**
1918
+ * Lookup207: argon_primitives::bitcoin::OpaqueBitcoinXpub
1919
+ **/
1920
+ ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1921
+ /**
1922
+ * Lookup209: pallet_bitcoin_locks::pallet::Call<T>
1923
+ **/
1924
+ PalletBitcoinLocksCall: {
1925
+ _enum: {
1926
+ initialize: {
1927
+ vaultId: 'u32',
1928
+ satoshis: 'Compact<u64>',
1929
+ bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1930
+ options: 'Option<PalletBitcoinLocksLockOptions>',
1931
+ },
1932
+ request_release: {
1933
+ utxoId: 'u64',
1934
+ toScriptPubkey: 'Bytes',
1935
+ bitcoinNetworkFee: 'u64',
1936
+ },
1937
+ cosign_release: {
1938
+ utxoId: 'u64',
1939
+ signature: 'Bytes',
1940
+ },
1941
+ ratchet: {
1942
+ utxoId: 'u64',
1943
+ options: 'Option<PalletBitcoinLocksLockOptions>',
1944
+ },
1945
+ admin_modify_minimum_locked_sats: {
1946
+ satoshis: 'u64',
1947
+ },
1948
+ request_orphaned_utxo_release: {
1949
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
1950
+ toScriptPubkey: 'Bytes',
1951
+ bitcoinNetworkFee: 'u64',
1952
+ },
1953
+ cosign_orphaned_utxo_release: {
1954
+ orphanOwner: 'AccountId32',
1955
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
1956
+ signature: 'Bytes',
1957
+ },
1958
+ __Unused7: 'Null',
1959
+ initialize_for: {
1960
+ accountId: 'AccountId32',
1961
+ vaultId: 'u32',
1962
+ satoshis: 'Compact<u64>',
1963
+ bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
1964
+ options: 'Option<PalletBitcoinLocksLockOptions>',
1965
+ },
1966
+ increase_securitization: {
1967
+ utxoId: 'u64',
1968
+ newSatoshis: 'Compact<u64>'
1969
+ }
1970
+ }
1971
+ },
1972
+ /**
1973
+ * Lookup210: argon_primitives::bitcoin::CompressedBitcoinPubkey
1974
+ **/
1975
+ ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1976
+ /**
1977
+ * Lookup213: pallet_bitcoin_locks::pallet::LockOptions<T>
1978
+ **/
1979
+ PalletBitcoinLocksLockOptions: {
1980
+ _enum: {
1981
+ V1: {
1982
+ microgonsAtTargetPerBtc: 'Option<u128>'
1983
+ }
1984
+ }
1985
+ },
1986
+ /**
1987
+ * Lookup216: pallet_notaries::pallet::Call<T>
1988
+ **/
1989
+ PalletNotariesCall: {
1990
+ _enum: {
1991
+ propose: {
1992
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
1993
+ },
1994
+ activate: {
1995
+ operatorAccount: 'AccountId32',
1996
+ },
1997
+ update: {
1998
+ notaryId: 'Compact<u32>',
1999
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
2000
+ effectiveTick: 'Compact<u64>'
2001
+ }
2002
+ }
2003
+ },
2004
+ /**
2005
+ * Lookup217: pallet_notebook::pallet::Call<T>
2006
+ **/
2007
+ PalletNotebookCall: {
2008
+ _enum: {
2009
+ submit: {
2010
+ notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>',
2011
+ },
2012
+ unlock: {
2013
+ notaryId: 'u32'
2014
+ }
2015
+ }
2016
+ },
2017
+ /**
2018
+ * Lookup219: argon_primitives::notebook::SignedNotebookHeader
2019
+ **/
2020
+ ArgonPrimitivesNotebookSignedNotebookHeader: {
2021
+ header: 'ArgonPrimitivesNotebookNotebookHeader',
2022
+ signature: '[u8;64]'
2023
+ },
2024
+ /**
2025
+ * Lookup220: argon_primitives::notebook::NotebookHeader
2026
+ **/
2027
+ ArgonPrimitivesNotebookNotebookHeader: {
2028
+ version: 'Compact<u16>',
2029
+ notebookNumber: 'Compact<u32>',
2030
+ tick: 'Compact<u64>',
2031
+ tax: 'Compact<u128>',
2032
+ notaryId: 'Compact<u32>',
2033
+ chainTransfers: 'Vec<ArgonPrimitivesNotebookChainTransfer>',
2034
+ changedAccountsRoot: 'H256',
2035
+ changedAccountOrigins: 'Vec<ArgonPrimitivesBalanceChangeAccountOrigin>',
2036
+ blockVotesRoot: 'H256',
2037
+ blockVotesCount: 'Compact<u32>',
2038
+ blocksWithVotes: 'Vec<H256>',
2039
+ blockVotingPower: 'Compact<u128>',
2040
+ secretHash: 'H256',
2041
+ parentSecret: 'Option<H256>',
2042
+ domains: 'Vec<(H256,AccountId32)>'
2043
+ },
2044
+ /**
2045
+ * Lookup223: argon_primitives::notebook::ChainTransfer
2046
+ **/
2047
+ ArgonPrimitivesNotebookChainTransfer: {
2048
+ _enum: {
2049
+ ToMainchain: {
2050
+ accountId: 'AccountId32',
2051
+ amount: 'Compact<u128>',
2052
+ },
2053
+ ToLocalchain: {
2054
+ transferId: 'Compact<u32>'
2055
+ }
2056
+ }
2057
+ },
2058
+ /**
2059
+ * Lookup226: argon_primitives::balance_change::AccountOrigin
2060
+ **/
2061
+ ArgonPrimitivesBalanceChangeAccountOrigin: {
2062
+ notebookNumber: 'Compact<u32>',
2063
+ accountUid: 'Compact<u32>'
2064
+ },
2065
+ /**
2066
+ * Lookup233: pallet_localchain_transfer::pallet::Call<T>
2067
+ **/
2068
+ PalletLocalchainTransferCall: {
2069
+ _enum: {
2070
+ send_to_localchain: {
2071
+ amount: 'Compact<u128>',
2072
+ notaryId: 'u32'
2073
+ }
2074
+ }
2075
+ },
2076
+ /**
2077
+ * Lookup234: pallet_block_seal_spec::pallet::Call<T>
2078
+ **/
2079
+ PalletBlockSealSpecCall: {
2080
+ _enum: {
2081
+ configure: {
2082
+ voteMinimum: 'Option<u128>',
2083
+ computeDifficulty: 'Option<u128>'
2084
+ }
2085
+ }
2086
+ },
2087
+ /**
2088
+ * Lookup235: pallet_domains::pallet::Call<T>
2089
+ **/
2090
+ PalletDomainsCall: {
2091
+ _enum: {
2092
+ set_zone_record: {
2093
+ domainHash: 'H256',
2094
+ zoneRecord: 'ArgonPrimitivesDomainZoneRecord'
2095
+ }
2096
+ }
2097
+ },
2098
+ /**
2099
+ * Lookup236: pallet_price_index::pallet::Call<T>
2100
+ **/
2101
+ PalletPriceIndexCall: {
2102
+ _enum: {
2103
+ submit: {
2104
+ index: 'PalletPriceIndexPriceIndex',
2105
+ },
2106
+ set_operator: {
2107
+ accountId: 'AccountId32'
2108
+ }
2109
+ }
2110
+ },
2111
+ /**
2112
+ * Lookup237: pallet_price_index::PriceIndex
2113
+ **/
2114
+ PalletPriceIndexPriceIndex: {
2115
+ btcUsdPrice: 'Compact<u128>',
2116
+ argonotUsdPrice: 'u128',
2117
+ argonUsdPrice: 'Compact<u128>',
2118
+ argonUsdTargetPrice: 'u128',
2119
+ argonTimeWeightedAverageLiquidity: 'u128',
2120
+ tick: 'Compact<u64>'
2121
+ },
2122
+ /**
2123
+ * Lookup238: pallet_grandpa::pallet::Call<T>
2124
+ **/
2125
+ PalletGrandpaCall: {
2126
+ _enum: {
2127
+ report_equivocation: {
2128
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
2129
+ keyOwnerProof: 'SpCoreVoid',
2130
+ },
2131
+ report_equivocation_unsigned: {
2132
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
2133
+ keyOwnerProof: 'SpCoreVoid',
2134
+ },
2135
+ note_stalled: {
2136
+ delay: 'u32',
2137
+ bestFinalizedBlockNumber: 'u32'
2138
+ }
2139
+ }
2140
+ },
2141
+ /**
2142
+ * Lookup239: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2143
+ **/
2144
+ SpConsensusGrandpaEquivocationProof: {
2145
+ setId: 'u64',
2146
+ equivocation: 'SpConsensusGrandpaEquivocation'
2147
+ },
2148
+ /**
2149
+ * Lookup240: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2150
+ **/
2151
+ SpConsensusGrandpaEquivocation: {
2152
+ _enum: {
2153
+ Prevote: 'FinalityGrandpaEquivocationPrevote',
2154
+ Precommit: 'FinalityGrandpaEquivocationPrecommit'
2155
+ }
2156
+ },
2157
+ /**
2158
+ * Lookup241: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2159
+ **/
2160
+ FinalityGrandpaEquivocationPrevote: {
2161
+ roundNumber: 'u64',
2162
+ identity: 'SpConsensusGrandpaAppPublic',
2163
+ first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
2164
+ second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
2165
+ },
2166
+ /**
2167
+ * Lookup242: finality_grandpa::Prevote<primitive_types::H256, N>
2168
+ **/
2169
+ FinalityGrandpaPrevote: {
2170
+ targetHash: 'H256',
2171
+ targetNumber: 'u32'
2172
+ },
2173
+ /**
2174
+ * Lookup243: sp_consensus_grandpa::app::Signature
2175
+ **/
2176
+ SpConsensusGrandpaAppSignature: '[u8;64]',
2177
+ /**
2178
+ * Lookup245: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2179
+ **/
2180
+ FinalityGrandpaEquivocationPrecommit: {
2181
+ roundNumber: 'u64',
2182
+ identity: 'SpConsensusGrandpaAppPublic',
2183
+ first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
2184
+ second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
2185
+ },
2186
+ /**
2187
+ * Lookup246: finality_grandpa::Precommit<primitive_types::H256, N>
2188
+ **/
2189
+ FinalityGrandpaPrecommit: {
2190
+ targetHash: 'H256',
2191
+ targetNumber: 'u32'
2192
+ },
2193
+ /**
2194
+ * Lookup248: sp_core::Void
2195
+ **/
2196
+ SpCoreVoid: 'Null',
2197
+ /**
2198
+ * Lookup249: pallet_block_seal::pallet::Call<T>
2199
+ **/
2200
+ PalletBlockSealCall: {
2201
+ _enum: {
2202
+ apply: {
2203
+ seal: 'ArgonPrimitivesInherentsBlockSealInherent'
2204
+ }
2205
+ }
2206
+ },
2207
+ /**
2208
+ * Lookup250: argon_primitives::inherents::BlockSealInherent
2209
+ **/
2210
+ ArgonPrimitivesInherentsBlockSealInherent: {
2211
+ _enum: {
2212
+ Vote: {
2213
+ sealStrength: 'U256',
2214
+ notaryId: 'Compact<u32>',
2215
+ sourceNotebookNumber: 'Compact<u32>',
2216
+ sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
2217
+ blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
2218
+ minerNonceScore: 'Option<U256>',
2219
+ },
2220
+ Compute: 'Null'
2221
+ }
2222
+ },
2223
+ /**
2224
+ * Lookup251: argon_primitives::balance_change::MerkleProof
2225
+ **/
2226
+ ArgonPrimitivesBalanceChangeMerkleProof: {
2227
+ proof: 'Vec<H256>',
2228
+ numberOfLeaves: 'Compact<u32>',
2229
+ leafIndex: 'Compact<u32>'
2230
+ },
2231
+ /**
2232
+ * Lookup253: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
2233
+ **/
2234
+ ArgonPrimitivesBlockVoteBlockVoteT: {
2235
+ accountId: 'AccountId32',
2236
+ blockHash: 'H256',
2237
+ index: 'Compact<u32>',
2238
+ power: 'Compact<u128>',
2239
+ signature: 'SpRuntimeMultiSignature',
2240
+ blockRewardsAccountId: 'AccountId32',
2241
+ tick: 'Compact<u64>'
2242
+ },
2243
+ /**
2244
+ * Lookup254: sp_runtime::MultiSignature
2245
+ **/
2246
+ SpRuntimeMultiSignature: {
2247
+ _enum: {
2248
+ Ed25519: '[u8;64]',
2249
+ Sr25519: '[u8;64]',
2250
+ Ecdsa: '[u8;65]',
2251
+ Eth: '[u8;65]'
2252
+ }
2253
+ },
2254
+ /**
2255
+ * Lookup256: pallet_block_rewards::pallet::Call<T>
2256
+ **/
2257
+ PalletBlockRewardsCall: {
2258
+ _enum: {
2259
+ set_block_rewards_paused: {
2260
+ paused: 'bool'
2261
+ }
2262
+ }
2263
+ },
2264
+ /**
2265
+ * Lookup257: pallet_mint::pallet::Call<T>
2266
+ **/
2267
+ PalletMintCall: 'Null',
2268
+ /**
2269
+ * Lookup258: pallet_balances::pallet::Call<T, I>
2270
+ **/
2271
+ PalletBalancesCall: {
2272
+ _enum: {
2273
+ transfer_allow_death: {
2274
+ dest: 'MultiAddress',
2275
+ value: 'Compact<u128>',
2276
+ },
2277
+ __Unused1: 'Null',
2278
+ force_transfer: {
2279
+ source: 'MultiAddress',
2280
+ dest: 'MultiAddress',
2281
+ value: 'Compact<u128>',
2282
+ },
2283
+ transfer_keep_alive: {
2284
+ dest: 'MultiAddress',
2285
+ value: 'Compact<u128>',
2286
+ },
2287
+ transfer_all: {
2288
+ dest: 'MultiAddress',
2289
+ keepAlive: 'bool',
2290
+ },
2291
+ force_unreserve: {
2292
+ who: 'MultiAddress',
2293
+ amount: 'u128',
2294
+ },
2295
+ upgrade_accounts: {
2296
+ who: 'Vec<AccountId32>',
2297
+ },
2298
+ __Unused7: 'Null',
2299
+ force_set_balance: {
2300
+ who: 'MultiAddress',
2301
+ newFree: 'Compact<u128>',
2302
+ },
2303
+ force_adjust_total_issuance: {
2304
+ direction: 'PalletBalancesAdjustmentDirection',
2305
+ delta: 'Compact<u128>',
2306
+ },
2307
+ burn: {
2308
+ value: 'Compact<u128>',
2309
+ keepAlive: 'bool'
2310
+ }
2311
+ }
2312
+ },
2313
+ /**
2314
+ * Lookup259: pallet_balances::types::AdjustmentDirection
2315
+ **/
2316
+ PalletBalancesAdjustmentDirection: {
2317
+ _enum: ['Increase', 'Decrease']
2318
+ },
2319
+ /**
2320
+ * Lookup261: pallet_tx_pause::pallet::Call<T>
2321
+ **/
2322
+ PalletTxPauseCall: {
2323
+ _enum: {
2324
+ pause: {
2325
+ fullName: '(Bytes,Bytes)',
2326
+ },
2327
+ unpause: {
2328
+ ident: '(Bytes,Bytes)'
2329
+ }
2330
+ }
2331
+ },
2332
+ /**
2333
+ * Lookup262: pallet_utility::pallet::Call<T>
2334
+ **/
2335
+ PalletUtilityCall: {
2336
+ _enum: {
2337
+ batch: {
2338
+ calls: 'Vec<Call>',
2339
+ },
2340
+ as_derivative: {
2341
+ index: 'u16',
2342
+ call: 'Call',
2343
+ },
2344
+ batch_all: {
2345
+ calls: 'Vec<Call>',
2346
+ },
2347
+ dispatch_as: {
2348
+ asOrigin: 'ArgonRuntimeOriginCaller',
2349
+ call: 'Call',
2350
+ },
2351
+ force_batch: {
2352
+ calls: 'Vec<Call>',
2353
+ },
2354
+ with_weight: {
2355
+ call: 'Call',
2356
+ weight: 'SpWeightsWeightV2Weight',
2357
+ },
2358
+ if_else: {
2359
+ main: 'Call',
2360
+ fallback: 'Call',
2361
+ },
2362
+ dispatch_as_fallible: {
2363
+ asOrigin: 'ArgonRuntimeOriginCaller',
2364
+ call: 'Call'
2365
+ }
2366
+ }
2367
+ },
2368
+ /**
2369
+ * Lookup264: pallet_sudo::pallet::Call<T>
2370
+ **/
2371
+ PalletSudoCall: {
2372
+ _enum: {
2373
+ sudo: {
2374
+ call: 'Call',
2375
+ },
2376
+ sudo_unchecked_weight: {
2377
+ call: 'Call',
2378
+ weight: 'SpWeightsWeightV2Weight',
2379
+ },
2380
+ set_key: {
2381
+ _alias: {
2382
+ new_: 'new',
2383
+ },
2384
+ new_: 'MultiAddress',
2385
+ },
2386
+ sudo_as: {
2387
+ who: 'MultiAddress',
2388
+ call: 'Call',
2389
+ },
2390
+ remove_key: 'Null'
2391
+ }
2392
+ },
2393
+ /**
2394
+ * Lookup265: pallet_treasury::pallet::Call<T>
2395
+ **/
2396
+ PalletTreasuryCall: {
2397
+ _enum: {
2398
+ __Unused0: 'Null',
2399
+ __Unused1: 'Null',
2400
+ __Unused2: 'Null',
2401
+ __Unused3: 'Null',
2402
+ buy_bonds: {
2403
+ vaultId: 'u32',
2404
+ bonds: 'u32',
2405
+ },
2406
+ liquidate_bond_lot: {
2407
+ bondLotId: 'u64'
2408
+ }
2409
+ }
2410
+ },
2411
+ /**
2412
+ * Lookup266: pallet_operational_accounts::pallet::Call<T>
2413
+ **/
2414
+ PalletOperationalAccountsCall: {
2415
+ _enum: {
2416
+ register: {
2417
+ registration: 'PalletOperationalAccountsRegistration',
2418
+ },
2419
+ __Unused1: 'Null',
2420
+ set_reward_config: {
2421
+ operationalReferralReward: 'u128',
2422
+ referralBonusReward: 'u128',
2423
+ },
2424
+ force_set_progress: {
2425
+ owner: 'AccountId32',
2426
+ patch: 'PalletOperationalAccountsOperationalProgressPatch',
2427
+ updateOperationalProgress: 'bool',
2428
+ },
2429
+ set_encrypted_server_for_sponsee: {
2430
+ sponsee: 'AccountId32',
2431
+ encryptedServer: 'Bytes',
2432
+ },
2433
+ activate: 'Null',
2434
+ claim_rewards: {
2435
+ amount: 'u128'
2436
+ }
2437
+ }
2438
+ },
2439
+ /**
2440
+ * Lookup267: pallet_operational_accounts::pallet::Registration<T>
2441
+ **/
2442
+ PalletOperationalAccountsRegistration: {
2443
+ _enum: {
2444
+ V1: 'PalletOperationalAccountsRegistrationV1'
2445
+ }
2446
+ },
2447
+ /**
2448
+ * Lookup268: pallet_operational_accounts::pallet::RegistrationV1<T>
2449
+ **/
2450
+ PalletOperationalAccountsRegistrationV1: {
2451
+ operationalAccount: 'AccountId32',
2452
+ encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
2453
+ operationalAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2454
+ vaultAccount: 'AccountId32',
2455
+ miningFundingAccount: 'AccountId32',
2456
+ miningBotAccount: 'AccountId32',
2457
+ vaultAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2458
+ miningFundingAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2459
+ miningBotAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2460
+ referralProof: 'Option<PalletOperationalAccountsReferralProof>'
2461
+ },
2462
+ /**
2463
+ * Lookup269: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
2464
+ **/
2465
+ PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
2466
+ /**
2467
+ * Lookup270: pallet_operational_accounts::pallet::AccountOwnershipProof
2468
+ **/
2469
+ PalletOperationalAccountsAccountOwnershipProof: {
2470
+ signature: 'SpRuntimeMultiSignature'
2471
+ },
2472
+ /**
2473
+ * Lookup272: pallet_operational_accounts::pallet::ReferralProof<sp_core::crypto::AccountId32>
2474
+ **/
2475
+ PalletOperationalAccountsReferralProof: {
2476
+ referralCode: '[u8;32]',
2477
+ referralSignature: '[u8;64]',
2478
+ sponsor: 'AccountId32',
2479
+ expiresAtFrame: 'Compact<u64>',
2480
+ sponsorSignature: 'SpRuntimeMultiSignature'
2481
+ },
2482
+ /**
2483
+ * Lookup273: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
2484
+ **/
2485
+ PalletOperationalAccountsOperationalProgressPatch: {
2486
+ hasUniswapTransfer: 'Option<bool>',
2487
+ vaultCreated: 'Option<bool>',
2488
+ hasTreasuryPoolParticipation: 'Option<bool>',
2489
+ observedBitcoinTotal: 'Option<u128>',
2490
+ observedMiningSeatTotal: 'Option<u32>'
2491
+ },
2492
+ /**
2493
+ * Lookup275: pallet_ethereum_verifier::pallet::Call<T>
2494
+ **/
2495
+ PalletEthereumVerifierCall: {
2496
+ _enum: {
2497
+ force_checkpoint: {
2498
+ update: 'PalletEthereumVerifierCheckpointUpdate',
2499
+ forkVersions: 'PalletEthereumVerifierForkVersions',
2500
+ },
2501
+ submit: {
2502
+ update: 'PalletEthereumVerifierUpdate',
2503
+ },
2504
+ import_execution_header_anchor: {
2505
+ executionProof: 'PalletEthereumVerifierExecutionProof',
2506
+ },
2507
+ set_operating_mode: {
2508
+ mode: 'PalletEthereumVerifierBasicOperatingMode'
2509
+ }
2510
+ }
2511
+ },
2512
+ /**
2513
+ * Lookup276: pallet_ethereum_verifier::types::CheckpointUpdate
2514
+ **/
2515
+ PalletEthereumVerifierCheckpointUpdate: {
2516
+ header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2517
+ currentSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
2518
+ currentSyncCommitteeBranch: 'Vec<H256>',
2519
+ validatorsRoot: 'H256'
2520
+ },
2521
+ /**
2522
+ * Lookup277: snowbridge_beacon_primitives::types::BeaconHeader
2523
+ **/
2524
+ SnowbridgeBeaconPrimitivesBeaconHeader: {
2525
+ slot: 'u64',
2526
+ proposerIndex: 'u64',
2527
+ parentRoot: 'H256',
2528
+ stateRoot: 'H256',
2529
+ bodyRoot: 'H256'
2530
+ },
2531
+ /**
2532
+ * Lookup278: pallet_ethereum_verifier::types::SyncCommittee
2533
+ **/
2534
+ PalletEthereumVerifierSyncCommittee: {
2535
+ pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
2536
+ aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey'
2537
+ },
2538
+ /**
2539
+ * Lookup280: snowbridge_beacon_primitives::types::PublicKey
2540
+ **/
2541
+ SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
2542
+ /**
2543
+ * Lookup284: pallet_ethereum_verifier::types::ForkVersions
2544
+ **/
2545
+ PalletEthereumVerifierForkVersions: {
2546
+ genesis: 'PalletEthereumVerifierFork',
2547
+ altair: 'PalletEthereumVerifierFork',
2548
+ bellatrix: 'PalletEthereumVerifierFork',
2549
+ capella: 'PalletEthereumVerifierFork',
2550
+ deneb: 'PalletEthereumVerifierFork',
2551
+ electra: 'PalletEthereumVerifierFork',
2552
+ fulu: 'PalletEthereumVerifierFork'
2553
+ },
2554
+ /**
2555
+ * Lookup285: pallet_ethereum_verifier::types::Fork
2556
+ **/
2557
+ PalletEthereumVerifierFork: {
2558
+ version: '[u8;4]',
2559
+ epoch: 'Compact<u64>'
2560
+ },
2561
+ /**
2562
+ * Lookup286: pallet_ethereum_verifier::types::Update
2563
+ **/
2564
+ PalletEthereumVerifierUpdate: {
2565
+ attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2566
+ syncAggregate: 'PalletEthereumVerifierSyncAggregate',
2567
+ signatureSlot: 'Compact<u64>',
2568
+ nextSyncCommitteeUpdate: 'Option<PalletEthereumVerifierNextSyncCommitteeUpdate>',
2569
+ finalizedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2570
+ finalityBranch: 'Vec<H256>'
2571
+ },
2572
+ /**
2573
+ * Lookup287: pallet_ethereum_verifier::types::SyncAggregate
2574
+ **/
2575
+ PalletEthereumVerifierSyncAggregate: {
2576
+ syncCommitteeBits: 'Bytes',
2577
+ syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature'
2578
+ },
2579
+ /**
2580
+ * Lookup289: snowbridge_beacon_primitives::types::Signature
2581
+ **/
2582
+ SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
2583
+ /**
2584
+ * Lookup292: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
2585
+ **/
2586
+ PalletEthereumVerifierNextSyncCommitteeUpdate: {
2587
+ nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
2588
+ nextSyncCommitteeBranch: 'Vec<H256>'
2589
+ },
2590
+ /**
2591
+ * Lookup293: pallet_ethereum_verifier::types::ExecutionProof
2592
+ **/
2593
+ PalletEthereumVerifierExecutionProof: {
2594
+ header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2595
+ executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
2596
+ executionBranch: 'Vec<H256>'
2597
+ },
2598
+ /**
2599
+ * Lookup294: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
2600
+ **/
2601
+ SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
2602
+ _enum: {
2603
+ Capella: 'SnowbridgeBeaconPrimitivesExecutionPayloadHeader',
2604
+ Deneb: 'SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader'
2605
+ }
2606
+ },
2607
+ /**
2608
+ * Lookup295: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
2609
+ **/
2610
+ SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
2611
+ parentHash: 'H256',
2612
+ feeRecipient: 'H160',
2613
+ stateRoot: 'H256',
2614
+ receiptsRoot: 'H256',
2615
+ logsBloom: 'Bytes',
2616
+ prevRandao: 'H256',
2617
+ blockNumber: 'u64',
2618
+ gasLimit: 'u64',
2619
+ gasUsed: 'u64',
2620
+ timestamp: 'u64',
2621
+ extraData: 'Bytes',
2622
+ baseFeePerGas: 'U256',
2623
+ blockHash: 'H256',
2624
+ transactionsRoot: 'H256',
2625
+ withdrawalsRoot: 'H256'
2626
+ },
2627
+ /**
2628
+ * Lookup296: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
2629
+ **/
2630
+ SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
2631
+ parentHash: 'H256',
2632
+ feeRecipient: 'H160',
2633
+ stateRoot: 'H256',
2634
+ receiptsRoot: 'H256',
2635
+ logsBloom: 'Bytes',
2636
+ prevRandao: 'H256',
2637
+ blockNumber: 'u64',
2638
+ gasLimit: 'u64',
2639
+ gasUsed: 'u64',
2640
+ timestamp: 'u64',
2641
+ extraData: 'Bytes',
2642
+ baseFeePerGas: 'U256',
2643
+ blockHash: 'H256',
2644
+ transactionsRoot: 'H256',
2645
+ withdrawalsRoot: 'H256',
2646
+ blobGasUsed: 'u64',
2647
+ excessBlobGas: 'u64'
2648
+ },
2649
+ /**
2650
+ * Lookup297: pallet_crosschain_transfer::pallet::Call<T>
2651
+ **/
2652
+ PalletCrosschainTransferCall: {
2653
+ _enum: {
2654
+ set_chain_config: {
2655
+ config: 'PalletCrosschainTransferChainConfig',
2656
+ },
2657
+ prove_transfer: {
2658
+ proof: 'PalletCrosschainTransferTransferProof'
2659
+ }
2660
+ }
2661
+ },
2662
+ /**
2663
+ * Lookup298: pallet_crosschain_transfer::pallet::ChainConfig
2664
+ **/
2665
+ PalletCrosschainTransferChainConfig: {
2666
+ _enum: {
2667
+ Ethereum: {
2668
+ gateway: 'H160',
2669
+ argonToken: 'H160',
2670
+ argonotToken: 'H160',
2671
+ previousGateway: 'Option<H160>',
2672
+ previousReleaseExpiration: 'Option<u64>'
2673
+ }
2674
+ }
2675
+ },
2676
+ /**
2677
+ * Lookup300: pallet_crosschain_transfer::pallet::TransferProof
2678
+ **/
2679
+ PalletCrosschainTransferTransferProof: {
2680
+ _enum: {
2681
+ Ethereum: {
2682
+ sourceChain: 'PalletCrosschainTransferSourceChain',
2683
+ eventLog: 'ArgonPrimitivesEthereumEthereumLog',
2684
+ proof: 'ArgonPrimitivesEthereumEthereumProof'
2685
+ }
2686
+ }
2687
+ },
2688
+ /**
2689
+ * Lookup301: argon_primitives::ethereum::EthereumLog
2690
+ **/
2691
+ ArgonPrimitivesEthereumEthereumLog: {
2692
+ address: 'H160',
2693
+ topics: 'Vec<H256>',
2694
+ data: 'Bytes'
2695
+ },
2696
+ /**
2697
+ * Lookup304: argon_primitives::ethereum::EthereumProof
2698
+ **/
2699
+ ArgonPrimitivesEthereumEthereumProof: {
2700
+ executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
2701
+ receiptProof: 'ArgonPrimitivesEthereumEthereumReceiptProof'
2702
+ },
2703
+ /**
2704
+ * Lookup305: argon_primitives::ethereum::EthereumExecutionBlockProof
2705
+ **/
2706
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
2707
+ anchorBlockHash: 'H256',
2708
+ targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>'
2709
+ },
2710
+ /**
2711
+ * Lookup307: argon_primitives::ethereum::EthereumExecutionHeader
2712
+ **/
2713
+ ArgonPrimitivesEthereumEthereumExecutionHeader: {
2714
+ rlp: 'Bytes'
2715
+ },
2716
+ /**
2717
+ * Lookup310: argon_primitives::ethereum::EthereumReceiptProof
2718
+ **/
2719
+ ArgonPrimitivesEthereumEthereumReceiptProof: {
2720
+ transactionIndex: 'Compact<u64>',
2721
+ nodes: 'Vec<Bytes>'
2722
+ },
2723
+ /**
2724
+ * Lookup314: pallet_multisig::pallet::Error<T>
2725
+ **/
2726
+ PalletMultisigError: {
2727
+ _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
2728
+ },
2729
+ /**
2730
+ * Lookup317: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
2731
+ **/
2732
+ PalletProxyProxyDefinition: {
2733
+ delegate: 'AccountId32',
2734
+ proxyType: 'ArgonRuntimeProxyType',
2735
+ delay: 'u32'
2736
+ },
2737
+ /**
2738
+ * Lookup321: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2739
+ **/
2740
+ PalletProxyAnnouncement: {
2741
+ real: 'AccountId32',
2742
+ callHash: 'H256',
2743
+ height: 'u32'
2744
+ },
2745
+ /**
2746
+ * Lookup323: pallet_proxy::pallet::Error<T>
2747
+ **/
2748
+ PalletProxyError: {
2749
+ _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
2750
+ },
2751
+ /**
2752
+ * Lookup324: argon_primitives::tick::Ticker
2753
+ **/
2754
+ ArgonPrimitivesTickTicker: {
2755
+ tickDurationMillis: 'Compact<u64>',
2756
+ channelHoldExpirationTicks: 'Compact<u64>'
2757
+ },
2758
+ /**
2759
+ * Lookup326: pallet_ticks::pallet::Error<T>
2760
+ **/
2761
+ PalletTicksError: 'Null',
2762
+ /**
2763
+ * Lookup329: pallet_mining_slot::MinerNonceScoring<T>
2764
+ **/
2765
+ PalletMiningSlotMinerNonceScoring: {
2766
+ nonce: 'U256',
2767
+ lastWinBlock: 'Option<u32>',
2768
+ blocksWonInFrame: 'u16',
2769
+ frameStartBlocksWonSurplus: 'i16'
2770
+ },
2771
+ /**
2772
+ * Lookup341: argon_primitives::block_seal::MiningBidStats
2773
+ **/
2774
+ ArgonPrimitivesBlockSealMiningBidStats: {
2775
+ bidsCount: 'u32',
2776
+ bidAmountMin: 'u128',
2777
+ bidAmountMax: 'u128',
2778
+ bidAmountSum: 'u128'
2779
+ },
2780
+ /**
2781
+ * Lookup345: argon_primitives::block_seal::MiningSlotConfig
2782
+ **/
2783
+ ArgonPrimitivesBlockSealMiningSlotConfig: {
2784
+ ticksBeforeBidEndForVrfClose: 'Compact<u64>',
2785
+ ticksBetweenSlots: 'Compact<u64>',
2786
+ slotBiddingStartAfterTicks: 'Compact<u64>'
2787
+ },
2788
+ /**
2789
+ * Lookup356: pallet_mining_slot::pallet::Error<T>
2790
+ **/
2791
+ PalletMiningSlotError: {
2792
+ _enum: ['SlotNotTakingBids', 'TooManyBlockRegistrants', 'InsufficientOwnershipTokens', 'BidTooLow', 'CannotRegisterOverlappingSessions', 'CannotChangeFundingAccount', 'InsufficientFunds', 'BidCannotBeReduced', 'InvalidBidAmount', 'UnrecoverableHold']
2793
+ },
2794
+ /**
2795
+ * Lookup357: argon_primitives::bitcoin::UtxoValue
2796
+ **/
2797
+ ArgonPrimitivesBitcoinUtxoValue: {
2798
+ utxoId: 'u64',
2799
+ scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
2800
+ satoshis: 'Compact<u64>',
2801
+ submittedAtHeight: 'Compact<u64>',
2802
+ watchForSpentUntilHeight: 'Compact<u64>'
2803
+ },
2804
+ /**
2805
+ * Lookup358: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2806
+ **/
2807
+ ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2808
+ _enum: {
2809
+ P2WSH: {
2810
+ wscriptHash: 'H256'
2811
+ }
2812
+ }
2813
+ },
2814
+ /**
2815
+ * Lookup367: argon_primitives::bitcoin::BitcoinNetwork
2816
+ **/
2817
+ ArgonPrimitivesBitcoinBitcoinNetwork: {
2818
+ _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
2819
+ },
2820
+ /**
2821
+ * Lookup368: pallet_bitcoin_utxos::pallet::Error<T>
2822
+ **/
2823
+ PalletBitcoinUtxosError: {
2824
+ _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript', 'DuplicateUtxoId', 'MaxCandidateUtxosExceeded', 'UtxoNotCandidate', 'LockAlreadyFunded']
2825
+ },
2826
+ /**
2827
+ * Lookup369: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
2828
+ **/
2829
+ ArgonPrimitivesVault: {
2830
+ operatorAccountId: 'AccountId32',
2831
+ bitcoinLockDelegateAccount: 'Option<AccountId32>',
2832
+ name: 'Option<Bytes>',
2833
+ lastNameChangeTick: 'Option<u64>',
2834
+ securitization: 'Compact<u128>',
2835
+ securitizationTarget: 'Compact<u128>',
2836
+ securitizationLocked: 'Compact<u128>',
2837
+ securitizationPendingActivation: 'Compact<u128>',
2838
+ lockedSatoshis: 'Compact<u64>',
2839
+ securitizedSatoshis: 'Compact<u64>',
2840
+ securitizationReleaseSchedule: 'BTreeMap<u64, u128>',
2841
+ securitizationRatio: 'Compact<u128>',
2842
+ isClosed: 'bool',
2843
+ terms: 'ArgonPrimitivesVaultVaultTerms',
2844
+ pendingTerms: 'Option<(u64,ArgonPrimitivesVaultVaultTerms)>',
2845
+ openedTick: 'Compact<u64>',
2846
+ operationalMinimumReleaseTick: 'Option<u64>'
2847
+ },
2848
+ /**
2849
+ * Lookup377: argon_primitives::bitcoin::BitcoinXPub
2850
+ **/
2851
+ ArgonPrimitivesBitcoinBitcoinXPub: {
2852
+ publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2853
+ depth: 'Compact<u8>',
2854
+ parentFingerprint: '[u8;4]',
2855
+ childNumber: 'Compact<u32>',
2856
+ chainCode: '[u8;32]',
2857
+ network: 'ArgonPrimitivesBitcoinNetworkKind'
2858
+ },
2859
+ /**
2860
+ * Lookup379: argon_primitives::bitcoin::NetworkKind
2861
+ **/
2862
+ ArgonPrimitivesBitcoinNetworkKind: {
2863
+ _enum: ['Main', 'Test']
2864
+ },
2865
+ /**
2866
+ * Lookup388: pallet_vaults::pallet::VaultFrameRevenue<T>
2867
+ **/
2868
+ PalletVaultsVaultFrameRevenue: {
2869
+ frameId: 'Compact<u64>',
2870
+ bitcoinLockFeeRevenue: 'Compact<u128>',
2871
+ bitcoinLockFeeCouponValueUsed: 'Compact<u128>',
2872
+ bitcoinLocksCreated: 'Compact<u32>',
2873
+ bitcoinLocksNewLiquidityPromised: 'Compact<u128>',
2874
+ bitcoinLocksReleasedLiquidity: 'Compact<u128>',
2875
+ bitcoinLocksAddedSatoshis: 'Compact<u64>',
2876
+ bitcoinLocksReleasedSatoshis: 'Compact<u64>',
2877
+ securitizationActivated: 'Compact<u128>',
2878
+ securitizationRelockable: 'Compact<u128>',
2879
+ securitization: 'Compact<u128>',
2880
+ treasuryVaultEarnings: 'Compact<u128>',
2881
+ treasuryTotalEarnings: 'Compact<u128>',
2882
+ treasuryVaultCapital: 'Compact<u128>',
2883
+ treasuryExternalCapital: 'Compact<u128>',
2884
+ uncollectedRevenue: 'Compact<u128>'
2885
+ },
2886
+ /**
2887
+ * Lookup391: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
2888
+ **/
2889
+ PalletVaultsRecentCapacityDrop: {
2890
+ blockNumber: 'Compact<u32>',
2891
+ availableBeforeDrop: 'Compact<u128>',
2892
+ availableAfterDrop: 'Compact<u128>',
2893
+ noFeeFailuresUsed: 'Compact<u32>'
2894
+ },
2895
+ /**
2896
+ * Lookup393: pallet_vaults::pallet::Error<T>
2897
+ **/
2898
+ PalletVaultsError: {
2899
+ _enum: ['NoMoreVaultIds', 'InsufficientFunds', 'InsufficientVaultFunds', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowSecuritization', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'VaultNotYetActive', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'FundingChangeAlreadyScheduled', 'InvalidVaultName', 'PendingCosignsBeforeCollect', 'PendingOrphanedUtxoCosignsBeforeCollect', 'AccountAlreadyHasVault']
2900
+ },
2901
+ /**
2902
+ * Lookup394: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
2903
+ **/
2904
+ PalletBitcoinLocksLockedBitcoin: {
2905
+ vaultId: 'Compact<u32>',
2906
+ liquidityPromised: 'Compact<u128>',
2907
+ lockedTargetPrice: 'Compact<u128>',
2908
+ ownerAccount: 'AccountId32',
2909
+ securitizationRatio: 'u128',
2910
+ securityFees: 'Compact<u128>',
2911
+ couponPaidFees: 'Compact<u128>',
2912
+ satoshis: 'Compact<u64>',
2913
+ utxoSatoshis: 'Option<u64>',
2914
+ vaultPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2915
+ vaultClaimPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2916
+ vaultXpubSources: '([u8;4],u32,u32)',
2917
+ ownerPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2918
+ vaultClaimHeight: 'Compact<u64>',
2919
+ openClaimHeight: 'Compact<u64>',
2920
+ createdAtHeight: 'Compact<u64>',
2921
+ utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
2922
+ isFunded: 'bool',
2923
+ fundHoldExtensions: 'BTreeMap<u64, u128>',
2924
+ createdAtArgonBlock: 'Compact<u32>'
2925
+ },
2926
+ /**
2927
+ * Lookup397: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
2928
+ **/
2929
+ PalletBitcoinLocksLockReleaseRequest: {
2930
+ utxoId: 'Compact<u64>',
2931
+ vaultId: 'Compact<u32>',
2932
+ bitcoinNetworkFee: 'Compact<u64>',
2933
+ cosignDueFrame: 'Compact<u64>',
2934
+ toScriptPubkey: 'Bytes',
2935
+ redemptionAmount: 'Compact<u128>'
2936
+ },
2937
+ /**
2938
+ * Lookup399: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
2939
+ **/
2940
+ PalletBitcoinLocksOrphanedUtxo: {
2941
+ utxoId: 'Compact<u64>',
2942
+ vaultId: 'Compact<u32>',
2943
+ satoshis: 'Compact<u64>',
2944
+ recordedArgonBlockNumber: 'Compact<u32>',
2945
+ cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>'
2946
+ },
2947
+ /**
2948
+ * Lookup401: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
2949
+ **/
2950
+ PalletBitcoinLocksOrphanedUtxoCosignRequest: {
2951
+ bitcoinNetworkFee: 'u64',
2952
+ toScriptPubkey: 'Bytes',
2953
+ createdAtArgonBlockNumber: 'u32'
2954
+ },
2955
+ /**
2956
+ * Lookup408: pallet_bitcoin_locks::pallet::Error<T>
2957
+ **/
2958
+ PalletBitcoinLocksError: {
2959
+ _enum: {
2960
+ InsufficientFunds: 'Null',
2961
+ InsufficientVaultFunds: 'Null',
2962
+ AccountWouldGoBelowMinimumBalance: 'Null',
2963
+ VaultClosed: 'Null',
2964
+ InvalidVaultAmount: 'Null',
2965
+ RedemptionNotLocked: 'Null',
2966
+ BitcoinReleaseInitiationDeadlinePassed: 'Null',
2967
+ BitcoinFeeTooHigh: 'Null',
2968
+ BitcoinUtxoNotFound: 'Null',
2969
+ BitcoinUnableToBeDecodedForRelease: 'Null',
2970
+ BitcoinSignatureUnableToBeDecoded: 'Null',
2971
+ BitcoinPubkeyUnableToBeDecoded: 'Null',
2972
+ BitcoinInvalidCosignature: 'Null',
2973
+ InsufficientSatoshisLocked: 'Null',
2974
+ NoBitcoinPricesAvailable: 'Null',
2975
+ InvalidBitcoinScript: 'Null',
2976
+ NoPermissions: 'Null',
2977
+ HoldUnexpectedlyModified: 'Null',
2978
+ UnrecoverableHold: 'Null',
2979
+ VaultNotFound: 'Null',
2980
+ GenericVaultError: 'ArgonPrimitivesVaultVaultError',
2981
+ LockNotFound: 'Null',
2982
+ NoVaultBitcoinPubkeysAvailable: 'Null',
2983
+ UnableToGenerateVaultBitcoinPubkey: 'Null',
2984
+ VaultNotYetActive: 'Null',
2985
+ ExpirationAtBlockOverflow: 'Null',
2986
+ NoRatchetingAvailable: 'Null',
2987
+ LockInProcessOfRelease: 'Null',
2988
+ LockPendingFunding: 'Null',
2989
+ OverflowError: 'Null',
2990
+ IneligibleMicrogonRateRequested: 'Null',
2991
+ OrphanedUtxoFundingConflict: 'Null',
2992
+ OrphanedUtxoReleaseRequested: 'Null',
2993
+ FundingUtxoCannotBeReleased: 'Null',
2994
+ MaxOrphanedUtxoReleaseRequestsExceeded: 'Null'
2995
+ }
2996
+ },
2997
+ /**
2998
+ * Lookup409: argon_primitives::vault::VaultError
2999
+ **/
3000
+ ArgonPrimitivesVaultVaultError: {
3001
+ _enum: ['VaultClosed', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'InvalidBitcoinScript', 'InternalError', 'VaultNotYetActive']
3002
+ },
3003
+ /**
3004
+ * Lookup421: pallet_notaries::pallet::Error<T>
3005
+ **/
3006
+ PalletNotariesError: {
3007
+ _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
3008
+ },
3009
+ /**
3010
+ * Lookup425: argon_primitives::notary::NotaryNotebookKeyDetails
3011
+ **/
3012
+ ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
3013
+ notebookNumber: 'Compact<u32>',
3014
+ tick: 'Compact<u64>',
3015
+ blockVotesRoot: 'H256',
3016
+ secretHash: 'H256',
3017
+ parentSecret: 'Option<H256>'
3018
+ },
3019
+ /**
3020
+ * Lookup428: pallet_notebook::pallet::Error<T>
3021
+ **/
3022
+ PalletNotebookError: {
3023
+ _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator', 'InvalidNotebookSubmissionTick']
3024
+ },
3025
+ /**
3026
+ * Lookup429: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
3027
+ **/
3028
+ PalletLocalchainTransferQueuedTransferOut: {
3029
+ accountId: 'AccountId32',
3030
+ amount: 'u128',
3031
+ expirationTick: 'u64',
3032
+ notaryId: 'u32'
3033
+ },
3034
+ /**
3035
+ * Lookup431: frame_support::PalletId
3036
+ **/
3037
+ FrameSupportPalletId: '[u8;8]',
3038
+ /**
3039
+ * Lookup432: pallet_localchain_transfer::pallet::Error<T>
3040
+ **/
3041
+ PalletLocalchainTransferError: {
3042
+ _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer', 'NotaryLockedForTransfer', 'NoAvailableTransferId']
3043
+ },
3044
+ /**
3045
+ * Lookup436: argon_primitives::notary::NotaryNotebookVoteDigestDetails
3046
+ **/
3047
+ ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
3048
+ notaryId: 'Compact<u32>',
3049
+ notebookNumber: 'Compact<u32>',
3050
+ tick: 'Compact<u64>',
3051
+ blockVotesCount: 'Compact<u32>',
3052
+ blockVotingPower: 'Compact<u128>'
3053
+ },
3054
+ /**
3055
+ * Lookup441: pallet_block_seal_spec::pallet::Error<T>
3056
+ **/
3057
+ PalletBlockSealSpecError: {
3058
+ _enum: ['MaxNotebooksAtTickExceeded']
3059
+ },
3060
+ /**
3061
+ * Lookup443: pallet_domains::pallet::Error<T>
3062
+ **/
3063
+ PalletDomainsError: {
3064
+ _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
3065
+ },
3066
+ /**
3067
+ * Lookup445: pallet_price_index::CpiMeasurementBucket
3068
+ **/
3069
+ PalletPriceIndexCpiMeasurementBucket: {
3070
+ tickRange: '(u64,u64)',
3071
+ totalCpi: 'i128',
3072
+ measurementsCount: 'u32'
3073
+ },
3074
+ /**
3075
+ * Lookup447: pallet_price_index::pallet::Error<T>
3076
+ **/
3077
+ PalletPriceIndexError: {
3078
+ _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
3079
+ },
3080
+ /**
3081
+ * Lookup448: pallet_grandpa::StoredState<N>
3082
+ **/
3083
+ PalletGrandpaStoredState: {
3084
+ _enum: {
3085
+ Live: 'Null',
3086
+ PendingPause: {
3087
+ scheduledAt: 'u32',
3088
+ delay: 'u32',
3089
+ },
3090
+ Paused: 'Null',
3091
+ PendingResume: {
3092
+ scheduledAt: 'u32',
3093
+ delay: 'u32'
3094
+ }
3095
+ }
3096
+ },
3097
+ /**
3098
+ * Lookup449: pallet_grandpa::StoredPendingChange<N, Limit>
3099
+ **/
3100
+ PalletGrandpaStoredPendingChange: {
3101
+ scheduledAt: 'u32',
3102
+ delay: 'u32',
3103
+ nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
3104
+ forced: 'Option<u32>'
3105
+ },
3106
+ /**
3107
+ * Lookup451: pallet_grandpa::pallet::Error<T>
3108
+ **/
3109
+ PalletGrandpaError: {
3110
+ _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
3111
+ },
3112
+ /**
3113
+ * Lookup452: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
3114
+ **/
3115
+ ArgonPrimitivesProvidersBlockSealerInfo: {
3116
+ blockAuthorAccountId: 'AccountId32',
3117
+ blockVoteRewardsAccount: 'Option<AccountId32>',
3118
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
3119
+ },
3120
+ /**
3121
+ * Lookup454: pallet_block_seal::pallet::Error<T>
3122
+ **/
3123
+ PalletBlockSealError: {
3124
+ _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError', 'InvalidComputeBlockTick', 'InvalidMinerNonceScore', 'DuplicateVoteBlockAtTick']
3125
+ },
3126
+ /**
3127
+ * Lookup458: pallet_block_rewards::pallet::Error<T>
3128
+ **/
3129
+ PalletBlockRewardsError: 'Null',
3130
+ /**
3131
+ * Lookup464: pallet_mint::pallet::MintAction<B>
3132
+ **/
3133
+ PalletMintMintAction: {
3134
+ argonBurned: 'u128',
3135
+ argonMinted: 'u128',
3136
+ bitcoinMinted: 'u128'
3137
+ },
3138
+ /**
3139
+ * Lookup465: pallet_mint::pallet::Error<T>
3140
+ **/
3141
+ PalletMintError: {
3142
+ _enum: ['TooManyPendingMints']
3143
+ },
3144
+ /**
3145
+ * Lookup467: pallet_balances::types::BalanceLock<Balance>
3146
+ **/
3147
+ PalletBalancesBalanceLock: {
3148
+ id: '[u8;8]',
3149
+ amount: 'u128',
3150
+ reasons: 'PalletBalancesReasons'
3151
+ },
3152
+ /**
3153
+ * Lookup468: pallet_balances::types::Reasons
3154
+ **/
3155
+ PalletBalancesReasons: {
3156
+ _enum: ['Fee', 'Misc', 'All']
3157
+ },
3158
+ /**
3159
+ * Lookup471: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
3160
+ **/
3161
+ PalletBalancesReserveData: {
3162
+ id: '[u8;8]',
3163
+ amount: 'u128'
3164
+ },
3165
+ /**
3166
+ * Lookup474: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
3167
+ **/
3168
+ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
3169
+ id: 'ArgonRuntimeRuntimeHoldReason',
3170
+ amount: 'u128'
3171
+ },
3172
+ /**
3173
+ * Lookup477: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
3174
+ **/
3175
+ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
3176
+ id: 'ArgonRuntimeRuntimeFreezeReason',
3177
+ amount: 'u128'
3178
+ },
3179
+ /**
3180
+ * Lookup478: argon_runtime::RuntimeFreezeReason
3181
+ **/
3182
+ ArgonRuntimeRuntimeFreezeReason: {
3183
+ _enum: {
3184
+ __Unused0: 'Null',
3185
+ __Unused1: 'Null',
3186
+ __Unused2: 'Null',
3187
+ __Unused3: 'Null',
3188
+ __Unused4: 'Null',
3189
+ __Unused5: 'Null',
3190
+ __Unused6: 'Null',
3191
+ __Unused7: 'Null',
3192
+ __Unused8: 'Null',
3193
+ __Unused9: 'Null',
3194
+ __Unused10: 'Null',
3195
+ __Unused11: 'Null',
3196
+ __Unused12: 'Null',
3197
+ __Unused13: 'Null',
3198
+ __Unused14: 'Null',
3199
+ __Unused15: 'Null',
3200
+ __Unused16: 'Null',
3201
+ __Unused17: 'Null',
3202
+ __Unused18: 'Null',
3203
+ BlockRewards: 'PalletBlockRewardsFreezeReason'
3204
+ }
3205
+ },
3206
+ /**
3207
+ * Lookup479: pallet_block_rewards::pallet::FreezeReason
3208
+ **/
3209
+ PalletBlockRewardsFreezeReason: {
3210
+ _enum: ['MaturationPeriod']
3211
+ },
3212
+ /**
3213
+ * Lookup481: pallet_balances::pallet::Error<T, I>
3214
+ **/
3215
+ PalletBalancesError: {
3216
+ _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
3217
+ },
3218
+ /**
3219
+ * Lookup483: pallet_tx_pause::pallet::Error<T>
3220
+ **/
3221
+ PalletTxPauseError: {
3222
+ _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
3223
+ },
3224
+ /**
3225
+ * Lookup484: pallet_transaction_payment::Releases
3226
+ **/
3227
+ PalletTransactionPaymentReleases: {
3228
+ _enum: ['V1Ancient', 'V2']
3229
+ },
3230
+ /**
3231
+ * Lookup485: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
3232
+ **/
3233
+ FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
3234
+ /**
3235
+ * Lookup486: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
3236
+ **/
3237
+ FrameSupportTokensFungibleImbalance: {
3238
+ amount: 'u128'
3239
+ },
3240
+ /**
3241
+ * Lookup487: pallet_utility::pallet::Error<T>
3242
+ **/
3243
+ PalletUtilityError: {
3244
+ _enum: ['TooManyCalls']
3245
+ },
3246
+ /**
3247
+ * Lookup488: pallet_sudo::pallet::Error<T>
3248
+ **/
3249
+ PalletSudoError: {
3250
+ _enum: ['RequireSudo']
3251
+ },
3252
+ /**
3253
+ * Lookup489: pallet_treasury::pallet::FrameVaultCapital<T>
3254
+ **/
3255
+ PalletTreasuryFrameVaultCapital: {
3256
+ frameId: 'Compact<u64>',
3257
+ vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>'
3258
+ },
3259
+ /**
3260
+ * Lookup491: pallet_treasury::pallet::VaultCapital<T>
3261
+ **/
3262
+ PalletTreasuryVaultCapital: {
3263
+ bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
3264
+ eligibleBonds: 'Compact<u32>',
3265
+ vaultSharingPercent: 'Compact<Permill>'
3266
+ },
3267
+ /**
3268
+ * Lookup493: pallet_treasury::pallet::BondLotAllocation
3269
+ **/
3270
+ PalletTreasuryBondLotAllocation: {
3271
+ bondLotId: 'Compact<u64>',
3272
+ prorata: 'u128'
3273
+ },
3274
+ /**
3275
+ * Lookup498: pallet_treasury::pallet::BondLot<T>
3276
+ **/
3277
+ PalletTreasuryBondLot: {
3278
+ owner: 'AccountId32',
3279
+ vaultId: 'Compact<u32>',
3280
+ bonds: 'Compact<u32>',
3281
+ createdFrameId: 'Compact<u64>',
3282
+ participatedFrames: 'Compact<u32>',
3283
+ lastFrameEarningsFrameId: 'Option<u64>',
3284
+ lastFrameEarnings: 'Option<u128>',
3285
+ cumulativeEarnings: 'Compact<u128>',
3286
+ releaseFrameId: 'Option<u64>',
3287
+ releaseReason: 'Option<PalletTreasuryBondReleaseReason>'
3288
+ },
3289
+ /**
3290
+ * Lookup503: pallet_treasury::pallet::BondLotSummary
3291
+ **/
3292
+ PalletTreasuryBondLotSummary: {
3293
+ bondLotId: 'Compact<u64>',
3294
+ bonds: 'Compact<u32>'
3295
+ },
3296
+ /**
3297
+ * Lookup505: pallet_treasury::pallet::Error<T>
3298
+ **/
3299
+ PalletTreasuryError: {
3300
+ _enum: ['BondPurchaseRejected', 'VaultNotAcceptingBondPurchases', 'BondPurchaseBelowMinimum', 'InternalError', 'MaxAcceptedBondLotsExceeded', 'MaxPendingBondReleasesExceeded', 'BondLotNotFound', 'NotBondLotOwner', 'BondLotAlreadyReleasing', 'BondPurchaseAboveSecurity']
3301
+ },
3302
+ /**
3303
+ * Lookup506: pallet_fee_control::pallet::Error<T>
3304
+ **/
3305
+ PalletFeeControlError: {
3306
+ _enum: ['SponsoredFeeTooHigh']
3307
+ },
3308
+ /**
3309
+ * Lookup507: pallet_operational_accounts::pallet::OperationalAccount<T>
3310
+ **/
3311
+ PalletOperationalAccountsOperationalAccount: {
3312
+ vaultAccount: 'AccountId32',
3313
+ miningFundingAccount: 'AccountId32',
3314
+ miningBotAccount: 'AccountId32',
3315
+ encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
3316
+ sponsor: 'Option<AccountId32>',
3317
+ hasUniswapTransfer: 'bool',
3318
+ vaultCreated: 'bool',
3319
+ bitcoinAccrual: 'u128',
3320
+ bitcoinAppliedTotal: 'u128',
3321
+ hasTreasuryPoolParticipation: 'bool',
3322
+ miningSeatAccrual: 'Compact<u32>',
3323
+ miningSeatAppliedTotal: 'Compact<u32>',
3324
+ operationalReferralsCount: 'Compact<u32>',
3325
+ referralPending: 'bool',
3326
+ availableReferrals: 'Compact<u32>',
3327
+ rewardsEarnedCount: 'Compact<u32>',
3328
+ rewardsEarnedAmount: 'u128',
3329
+ rewardsCollectedAmount: 'u128',
3330
+ isOperational: 'bool'
3331
+ },
3332
+ /**
3333
+ * Lookup509: pallet_operational_accounts::pallet::RewardsConfig<Balance>
3334
+ **/
3335
+ PalletOperationalAccountsRewardsConfig: {
3336
+ operationalReferralReward: 'Compact<u128>',
3337
+ referralBonusReward: 'Compact<u128>'
3338
+ },
3339
+ /**
3340
+ * Lookup511: pallet_operational_accounts::pallet::Error<T>
3341
+ **/
3342
+ PalletOperationalAccountsError: {
3343
+ _enum: ['AlreadyRegistered', 'InvalidRegistrationSubmitter', 'AccountAlreadyLinked', 'InvalidAccountProof', 'NotOperationalAccount', 'InvalidReferralProof', 'ReferralProofExpired', 'NoProgressUpdateProvided', 'EncryptedServerTooLong', 'NotSponsorOfSponsee', 'NoPendingRewards', 'RewardClaimBelowMinimum', 'RewardClaimNotWholeArgon', 'RewardClaimExceedsPending', 'TreasuryInsufficientFunds', 'AlreadyOperational', 'NotEligibleForActivation']
3344
+ },
3345
+ /**
3346
+ * Lookup512: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
3347
+ **/
3348
+ PalletEthereumVerifierFinalizedBeaconHeaderState: {
3349
+ slot: 'Compact<u64>'
3350
+ },
3351
+ /**
3352
+ * Lookup513: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
3353
+ **/
3354
+ PalletEthereumVerifierExecutionHeaderAnchor: {
3355
+ blockNumber: 'Compact<u64>',
3356
+ blockHash: 'H256',
3357
+ parentHash: 'H256',
3358
+ receiptsRoot: 'H256'
3359
+ },
3360
+ /**
3361
+ * Lookup514: pallet_ethereum_verifier::types::SyncCommitteePrepared
3362
+ **/
3363
+ PalletEthereumVerifierSyncCommitteePrepared: {
3364
+ root: 'H256',
3365
+ pubkeys: 'Vec<SnowbridgeMilagroBlsKeysPublicKey>',
3366
+ aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey'
3367
+ },
3368
+ /**
3369
+ * Lookup516: snowbridge_milagro_bls::keys::PublicKey
3370
+ **/
3371
+ SnowbridgeMilagroBlsKeysPublicKey: {
3372
+ point: 'SnowbridgeAmclBls381Ecp'
3373
+ },
3374
+ /**
3375
+ * Lookup517: snowbridge_amcl::bls381::ecp::ECP
3376
+ **/
3377
+ SnowbridgeAmclBls381Ecp: {
3378
+ x: 'SnowbridgeAmclBls381Fp',
3379
+ y: 'SnowbridgeAmclBls381Fp',
3380
+ z: 'SnowbridgeAmclBls381Fp'
3381
+ },
3382
+ /**
3383
+ * Lookup518: snowbridge_amcl::bls381::fp::FP
3384
+ **/
3385
+ SnowbridgeAmclBls381Fp: {
3386
+ x: 'SnowbridgeAmclBls381Big',
3387
+ xes: 'i32'
3388
+ },
3389
+ /**
3390
+ * Lookup519: snowbridge_amcl::bls381::big::Big
3391
+ **/
3392
+ SnowbridgeAmclBls381Big: {
3393
+ w: '[i32;14]'
3394
+ },
3395
+ /**
3396
+ * Lookup523: argon_primitives::ethereum::EthereumBeaconPreset
3397
+ **/
3398
+ ArgonPrimitivesEthereumEthereumBeaconPreset: {
3399
+ _enum: ['Mainnet', 'Minimal']
3400
+ },
3401
+ /**
3402
+ * Lookup524: pallet_ethereum_verifier::pallet::Error<T>
3403
+ **/
3404
+ PalletEthereumVerifierError: {
3405
+ _enum: ['SkippedSyncCommitteePeriod', 'SyncCommitteeUpdateRequired', 'IrrelevantUpdate', 'NotBootstrapped', 'SyncCommitteeParticipantsNotSupermajority', 'InvalidHeaderMerkleProof', 'InvalidSyncCommitteeMerkleProof', 'InvalidExecutionHeaderProof', 'InvalidFinalizedHeaderGap', 'HeaderHashTreeRootFailed', 'BlockBodyHashTreeRootFailed', 'SyncCommitteeHashTreeRootFailed', 'SigningRootHashTreeRootFailed', 'ForkDataHashTreeRootFailed', 'ExpectedFinalizedHeaderNotStored', 'BLSPreparePublicKeysFailed', 'BLSVerificationFailed', 'UnexpectedBeaconPreset', 'InvalidUpdateSlot', 'InvalidSyncCommitteeUpdate', 'Halted']
3406
+ },
3407
+ /**
3408
+ * Lookup526: pallet_crosschain_transfer::pallet::Error<T>
3409
+ **/
3410
+ PalletCrosschainTransferError: {
3411
+ _enum: ['InvalidEthereumEvent', 'InvalidProof', 'InvalidRecipient', 'InvalidAmount', 'UnsupportedSource', 'UnsupportedGateway', 'UnsupportedToken', 'UnexpectedNonce', 'InvalidChainConfig', 'InsufficientLiquidity', 'InsufficientBurnAmountForFee']
3412
+ },
3413
+ /**
3414
+ * Lookup529: frame_system::extensions::authorize_call::AuthorizeCall<T>
3415
+ **/
3416
+ FrameSystemExtensionsAuthorizeCall: 'Null',
3417
+ /**
3418
+ * Lookup530: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3419
+ **/
3420
+ FrameSystemExtensionsCheckNonZeroSender: 'Null',
3421
+ /**
3422
+ * Lookup531: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3423
+ **/
3424
+ FrameSystemExtensionsCheckSpecVersion: 'Null',
3425
+ /**
3426
+ * Lookup532: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3427
+ **/
3428
+ FrameSystemExtensionsCheckTxVersion: 'Null',
3429
+ /**
3430
+ * Lookup533: frame_system::extensions::check_genesis::CheckGenesis<T>
3431
+ **/
3432
+ FrameSystemExtensionsCheckGenesis: 'Null',
3433
+ /**
3434
+ * Lookup536: frame_system::extensions::check_nonce::CheckNonce<T>
3435
+ **/
3436
+ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
3437
+ /**
3438
+ * Lookup537: frame_system::extensions::check_weight::CheckWeight<T>
3439
+ **/
3440
+ FrameSystemExtensionsCheckWeight: 'Null',
3441
+ /**
3442
+ * Lookup538: pallet_transaction_payment::ChargeTransactionPayment<T>
3443
+ **/
3444
+ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
3445
+ /**
3446
+ * Lookup539: frame_metadata_hash_extension::CheckMetadataHash<T>
3447
+ **/
3448
+ FrameMetadataHashExtensionCheckMetadataHash: {
3449
+ mode: 'FrameMetadataHashExtensionMode'
3450
+ },
3451
+ /**
3452
+ * Lookup540: frame_metadata_hash_extension::Mode
3453
+ **/
3454
+ FrameMetadataHashExtensionMode: {
3455
+ _enum: ['Disabled', 'Enabled']
3456
+ },
3457
+ /**
3458
+ * Lookup541: frame_system::extensions::weight_reclaim::WeightReclaim<T>
3459
+ **/
3460
+ FrameSystemExtensionsWeightReclaim: 'Null',
3461
+ /**
3462
+ * Lookup543: argon_runtime::Runtime
3463
+ **/
3464
+ ArgonRuntimeRuntime: 'Null'
3465
+ };