@argonprotocol/mainchain 1.4.3-dev.1523df53 → 1.4.3-dev.25eec055

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