@argonprotocol/mainchain 1.4.3-dev.b97b3c4f → 1.4.3-dev.caca6309

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