@argonprotocol/mainchain 1.4.3 → 1.4.4

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 (35) hide show
  1. package/browser/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
  2. package/browser/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
  3. package/browser/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
  4. package/browser/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
  5. package/browser/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
  6. package/browser/index.d.ts +2875 -1792
  7. package/browser/index.js +6827 -200
  8. package/browser/index.js.map +1 -1
  9. package/lib/artifacts/contracts/ArgonToken.sol/ArgonToken.json +671 -0
  10. package/lib/artifacts/contracts/ArgonotToken.sol/ArgonotToken.json +671 -0
  11. package/lib/artifacts/contracts/MintingGateway.sol/MintingGateway.json +1688 -0
  12. package/lib/artifacts/contracts/ProxyArtifacts.sol/ProxyAdmin.json +135 -0
  13. package/lib/artifacts/contracts/ProxyArtifacts.sol/TransparentUpgradeableProxy.json +131 -0
  14. package/lib/index.cjs +6915 -266
  15. package/lib/index.cjs.map +1 -1
  16. package/lib/index.d.cts +2875 -1792
  17. package/lib/index.d.ts +2875 -1792
  18. package/lib/index.js +6855 -206
  19. package/lib/index.js.map +1 -1
  20. package/package.json +29 -26
  21. package/src/interfaces/augment-api-consts.ts +656 -0
  22. package/src/interfaces/augment-api-errors.ts +1376 -0
  23. package/src/interfaces/augment-api-events.ts +2098 -0
  24. package/src/interfaces/augment-api-query.ts +1809 -0
  25. package/src/interfaces/augment-api-rpc.ts +1133 -0
  26. package/src/interfaces/augment-api-runtime.ts +306 -0
  27. package/src/interfaces/augment-api-tx.ts +2298 -0
  28. package/src/interfaces/augment-api.ts +10 -0
  29. package/src/interfaces/augment-types.ts +2692 -0
  30. package/src/interfaces/definitions.ts +42 -0
  31. package/src/interfaces/ethereum/index.ts +4 -0
  32. package/src/interfaces/ethereum/types.ts +66 -0
  33. package/src/interfaces/lookup.ts +4167 -0
  34. package/src/interfaces/registry.ts +598 -0
  35. package/src/interfaces/types-lookup.ts +4868 -0
@@ -0,0 +1,4167 @@
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
+ CommittedArgonotsSet: {
519
+ vaultId: 'u32',
520
+ operatorAccountId: 'AccountId32',
521
+ amount: 'u128',
522
+ },
523
+ },
524
+ },
525
+ /**
526
+ * Lookup57: pallet_bitcoin_locks::pallet::Event<T>
527
+ **/
528
+ PalletBitcoinLocksEvent: {
529
+ _enum: {
530
+ BitcoinLockCreated: {
531
+ utxoId: 'u64',
532
+ vaultId: 'u32',
533
+ liquidityPromised: 'u128',
534
+ securitization: 'u128',
535
+ lockedTargetPrice: 'u128',
536
+ accountId: 'AccountId32',
537
+ securityFee: 'u128',
538
+ },
539
+ BitcoinLockRatcheted: {
540
+ utxoId: 'u64',
541
+ vaultId: 'u32',
542
+ liquidityPromised: 'u128',
543
+ oldTargetPrice: 'u128',
544
+ securityFee: 'u128',
545
+ newTargetPrice: 'u128',
546
+ amountBurned: 'u128',
547
+ accountId: 'AccountId32',
548
+ },
549
+ BitcoinLockBurned: {
550
+ utxoId: 'u64',
551
+ vaultId: 'u32',
552
+ wasUtxoSpent: 'bool',
553
+ },
554
+ BitcoinUtxoCosignRequested: {
555
+ utxoId: 'u64',
556
+ vaultId: 'u32',
557
+ },
558
+ BitcoinUtxoCosigned: {
559
+ utxoId: 'u64',
560
+ vaultId: 'u32',
561
+ signature: 'Bytes',
562
+ },
563
+ BitcoinSpentAfterRelease: {
564
+ utxoId: 'u64',
565
+ vaultId: 'u32',
566
+ },
567
+ BitcoinCosignPastDue: {
568
+ utxoId: 'u64',
569
+ vaultId: 'u32',
570
+ compensationAmount: 'u128',
571
+ compensatedAccountId: 'AccountId32',
572
+ },
573
+ CosignOverdueError: {
574
+ utxoId: 'u64',
575
+ error: 'SpRuntimeDispatchError',
576
+ },
577
+ LockExpirationError: {
578
+ utxoId: 'u64',
579
+ error: 'SpRuntimeDispatchError',
580
+ },
581
+ OrphanedUtxoReceived: {
582
+ utxoId: 'u64',
583
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
584
+ vaultId: 'u32',
585
+ satoshis: 'u64',
586
+ },
587
+ OrphanedUtxoReleaseRequested: {
588
+ utxoId: 'u64',
589
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
590
+ vaultId: 'u32',
591
+ accountId: 'AccountId32',
592
+ },
593
+ OrphanedUtxoCosigned: {
594
+ utxoId: 'u64',
595
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
596
+ vaultId: 'u32',
597
+ accountId: 'AccountId32',
598
+ signature: 'Bytes',
599
+ },
600
+ UtxoFundedFromCandidate: {
601
+ utxoId: 'u64',
602
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
603
+ vaultId: 'u32',
604
+ accountId: 'AccountId32',
605
+ },
606
+ SecuritizationIncreased: {
607
+ utxoId: 'u64',
608
+ vaultId: 'u32',
609
+ newSatoshis: 'u64',
610
+ accountId: 'AccountId32',
611
+ },
612
+ },
613
+ },
614
+ /**
615
+ * Lookup60: pallet_notaries::pallet::Event<T>
616
+ **/
617
+ PalletNotariesEvent: {
618
+ _enum: {
619
+ NotaryProposed: {
620
+ operatorAccount: 'AccountId32',
621
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
622
+ expires: 'u32',
623
+ },
624
+ NotaryActivated: {
625
+ notary: 'ArgonPrimitivesNotaryNotaryRecord',
626
+ },
627
+ NotaryMetaUpdateQueued: {
628
+ notaryId: 'u32',
629
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
630
+ effectiveTick: 'u64',
631
+ },
632
+ NotaryMetaUpdated: {
633
+ notaryId: 'u32',
634
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
635
+ },
636
+ NotaryMetaUpdateError: {
637
+ notaryId: 'u32',
638
+ error: 'SpRuntimeDispatchError',
639
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
640
+ },
641
+ },
642
+ },
643
+ /**
644
+ * Lookup61: argon_primitives::notary::NotaryMeta<MaxHosts>
645
+ **/
646
+ ArgonPrimitivesNotaryNotaryMeta: {
647
+ name: 'Bytes',
648
+ public: '[u8;32]',
649
+ hosts: 'Vec<Bytes>',
650
+ },
651
+ /**
652
+ * Lookup68: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
653
+ **/
654
+ ArgonPrimitivesNotaryNotaryRecord: {
655
+ notaryId: 'Compact<u32>',
656
+ operatorAccountId: 'AccountId32',
657
+ activatedBlock: 'Compact<u32>',
658
+ metaUpdatedBlock: 'Compact<u32>',
659
+ metaUpdatedTick: 'Compact<u64>',
660
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
661
+ },
662
+ /**
663
+ * Lookup69: pallet_notebook::pallet::Event<T>
664
+ **/
665
+ PalletNotebookEvent: {
666
+ _enum: {
667
+ NotebookSubmitted: {
668
+ notaryId: 'u32',
669
+ notebookNumber: 'u32',
670
+ },
671
+ NotebookAuditFailure: {
672
+ notaryId: 'u32',
673
+ notebookNumber: 'u32',
674
+ notebookHash: 'H256',
675
+ firstFailureReason: 'ArgonNotaryAuditErrorVerifyError',
676
+ },
677
+ NotebookReadyForReprocess: {
678
+ notaryId: 'u32',
679
+ notebookNumber: 'u32',
680
+ },
681
+ },
682
+ },
683
+ /**
684
+ * Lookup70: argon_notary_audit::error::VerifyError
685
+ **/
686
+ ArgonNotaryAuditErrorVerifyError: {
687
+ _enum: {
688
+ MissingAccountOrigin: {
689
+ accountId: 'AccountId32',
690
+ accountType: 'ArgonPrimitivesAccountAccountType',
691
+ },
692
+ HistoryLookupError: {
693
+ source: 'ArgonNotaryAuditAccountHistoryLookupError',
694
+ },
695
+ InvalidAccountChangelist: 'Null',
696
+ InvalidChainTransfersList: 'Null',
697
+ InvalidBalanceChangeRoot: 'Null',
698
+ InvalidHeaderTaxRecorded: 'Null',
699
+ InvalidPreviousNonce: 'Null',
700
+ InvalidPreviousBalance: 'Null',
701
+ InvalidPreviousAccountOrigin: 'Null',
702
+ InvalidPreviousBalanceChangeNotebook: 'Null',
703
+ InvalidBalanceChange: 'Null',
704
+ InvalidBalanceChangeSignature: {
705
+ changeIndex: 'u16',
706
+ },
707
+ InvalidNoteRecipients: 'Null',
708
+ BalanceChangeError: {
709
+ changeIndex: 'u16',
710
+ noteIndex: 'u16',
711
+ message: 'Bytes',
712
+ },
713
+ InvalidNetBalanceChangeset: 'Null',
714
+ InsufficientBalance: {
715
+ balance: 'u128',
716
+ amount: 'u128',
717
+ noteIndex: 'u16',
718
+ changeIndex: 'u16',
719
+ },
720
+ ExceededMaxBalance: {
721
+ balance: 'u128',
722
+ amount: 'u128',
723
+ noteIndex: 'u16',
724
+ changeIndex: 'u16',
725
+ },
726
+ BalanceChangeMismatch: {
727
+ changeIndex: 'u16',
728
+ providedBalance: 'u128',
729
+ calculatedBalance: 'i128',
730
+ },
731
+ BalanceChangeNotNetZero: {
732
+ sent: 'u128',
733
+ claimed: 'u128',
734
+ },
735
+ InvalidDomainLeaseAllocation: 'Null',
736
+ TaxBalanceChangeNotNetZero: {
737
+ sent: 'u128',
738
+ claimed: 'u128',
739
+ },
740
+ MissingBalanceProof: 'Null',
741
+ InvalidPreviousBalanceProof: 'Null',
742
+ InvalidNotebookHash: 'Null',
743
+ InvalidNotebookHeaderHash: 'Null',
744
+ InvalidNotebookVersion: 'Null',
745
+ DuplicateChainTransfer: 'Null',
746
+ DuplicatedAccountOriginUid: 'Null',
747
+ InvalidNotarySignature: 'Null',
748
+ InvalidSecretProvided: 'Null',
749
+ NotebookTooOld: 'Null',
750
+ CatchupNotebooksMissing: 'Null',
751
+ DecodeError: 'Null',
752
+ AccountChannelHoldDoesntExist: 'Null',
753
+ AccountAlreadyHasChannelHold: 'Null',
754
+ ChannelHoldNotReadyForClaim: {
755
+ currentTick: 'u64',
756
+ claimTick: 'u64',
757
+ },
758
+ AccountLocked: 'Null',
759
+ MissingChannelHoldNote: 'Null',
760
+ InvalidChannelHoldNote: 'Null',
761
+ InvalidChannelHoldClaimers: 'Null',
762
+ ChannelHoldNoteBelowMinimum: 'Null',
763
+ InvalidTaxNoteAccount: 'Null',
764
+ InvalidTaxOperation: 'Null',
765
+ InsufficientTaxIncluded: {
766
+ taxSent: 'u128',
767
+ taxOwed: 'u128',
768
+ accountId: 'AccountId32',
769
+ },
770
+ InsufficientBlockVoteTax: 'Null',
771
+ IneligibleTaxVoter: 'Null',
772
+ BlockVoteInvalidSignature: 'Null',
773
+ InvalidBlockVoteAllocation: 'Null',
774
+ InvalidBlockVoteRoot: 'Null',
775
+ InvalidBlockVotesCount: 'Null',
776
+ InvalidBlockVotingPower: 'Null',
777
+ InvalidBlockVoteList: 'Null',
778
+ InvalidComputeProof: 'Null',
779
+ InvalidBlockVoteSource: 'Null',
780
+ InsufficientBlockVoteMinimum: 'Null',
781
+ InvalidBlockVoteTick: {
782
+ tick: 'u64',
783
+ notebookTick: 'u64',
784
+ },
785
+ InvalidDefaultBlockVote: 'Null',
786
+ InvalidDefaultBlockVoteAuthor: {
787
+ author: 'AccountId32',
788
+ expected: 'AccountId32',
789
+ },
790
+ NoDefaultBlockVote: 'Null',
791
+ },
792
+ },
793
+ /**
794
+ * Lookup71: argon_primitives::account::AccountType
795
+ **/
796
+ ArgonPrimitivesAccountAccountType: {
797
+ _enum: ['Tax', 'Deposit'],
798
+ },
799
+ /**
800
+ * Lookup72: argon_notary_audit::AccountHistoryLookupError
801
+ **/
802
+ ArgonNotaryAuditAccountHistoryLookupError: {
803
+ _enum: [
804
+ 'RootNotFound',
805
+ 'LastChangeNotFound',
806
+ 'InvalidTransferToLocalchain',
807
+ 'BlockSpecificationNotFound',
808
+ ],
809
+ },
810
+ /**
811
+ * Lookup76: pallet_localchain_transfer::pallet::Event<T>
812
+ **/
813
+ PalletLocalchainTransferEvent: {
814
+ _enum: {
815
+ TransferToLocalchain: {
816
+ accountId: 'AccountId32',
817
+ amount: 'u128',
818
+ transferId: 'u32',
819
+ notaryId: 'u32',
820
+ expirationTick: 'u64',
821
+ },
822
+ TransferToLocalchainExpired: {
823
+ accountId: 'AccountId32',
824
+ transferId: 'u32',
825
+ notaryId: 'u32',
826
+ },
827
+ TransferFromLocalchain: {
828
+ accountId: 'AccountId32',
829
+ amount: 'u128',
830
+ notaryId: 'u32',
831
+ },
832
+ TransferFromLocalchainError: {
833
+ accountId: 'AccountId32',
834
+ amount: 'u128',
835
+ notaryId: 'u32',
836
+ notebookNumber: 'u32',
837
+ error: 'SpRuntimeDispatchError',
838
+ },
839
+ TransferToLocalchainRefundError: {
840
+ accountId: 'AccountId32',
841
+ transferId: 'u32',
842
+ notaryId: 'u32',
843
+ notebookNumber: 'u32',
844
+ error: 'SpRuntimeDispatchError',
845
+ },
846
+ PossibleInvalidLocalchainTransferAllowed: {
847
+ transferId: 'u32',
848
+ notaryId: 'u32',
849
+ notebookNumber: 'u32',
850
+ },
851
+ TaxationError: {
852
+ notaryId: 'u32',
853
+ notebookNumber: 'u32',
854
+ tax: 'u128',
855
+ error: 'SpRuntimeDispatchError',
856
+ },
857
+ },
858
+ },
859
+ /**
860
+ * Lookup77: pallet_block_seal_spec::pallet::Event<T>
861
+ **/
862
+ PalletBlockSealSpecEvent: {
863
+ _enum: {
864
+ VoteMinimumAdjusted: {
865
+ expectedBlockVotes: 'u128',
866
+ actualBlockVotes: 'u128',
867
+ startVoteMinimum: 'u128',
868
+ newVoteMinimum: 'u128',
869
+ },
870
+ ComputeDifficultyAdjusted: {
871
+ expectedBlockTime: 'u64',
872
+ actualBlockTime: 'u64',
873
+ startDifficulty: 'u128',
874
+ newDifficulty: 'u128',
875
+ },
876
+ },
877
+ },
878
+ /**
879
+ * Lookup78: pallet_domains::pallet::Event<T>
880
+ **/
881
+ PalletDomainsEvent: {
882
+ _enum: {
883
+ ZoneRecordUpdated: {
884
+ domainHash: 'H256',
885
+ zoneRecord: 'ArgonPrimitivesDomainZoneRecord',
886
+ },
887
+ DomainRegistered: {
888
+ domainHash: 'H256',
889
+ registration: 'PalletDomainsDomainRegistration',
890
+ },
891
+ DomainRenewed: {
892
+ domainHash: 'H256',
893
+ },
894
+ DomainExpired: {
895
+ domainHash: 'H256',
896
+ },
897
+ DomainRegistrationCanceled: {
898
+ domainHash: 'H256',
899
+ registration: 'PalletDomainsDomainRegistration',
900
+ },
901
+ DomainRegistrationError: {
902
+ domainHash: 'H256',
903
+ accountId: 'AccountId32',
904
+ error: 'SpRuntimeDispatchError',
905
+ },
906
+ },
907
+ },
908
+ /**
909
+ * Lookup79: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
910
+ **/
911
+ ArgonPrimitivesDomainZoneRecord: {
912
+ paymentAccount: 'AccountId32',
913
+ notaryId: 'u32',
914
+ versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>',
915
+ },
916
+ /**
917
+ * Lookup81: argon_primitives::domain::Semver
918
+ **/
919
+ ArgonPrimitivesDomainSemver: {
920
+ major: 'u32',
921
+ minor: 'u32',
922
+ patch: 'u32',
923
+ },
924
+ /**
925
+ * Lookup82: argon_primitives::domain::VersionHost
926
+ **/
927
+ ArgonPrimitivesDomainVersionHost: {
928
+ datastoreId: 'Bytes',
929
+ host: 'Bytes',
930
+ },
931
+ /**
932
+ * Lookup87: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
933
+ **/
934
+ PalletDomainsDomainRegistration: {
935
+ accountId: 'AccountId32',
936
+ registeredAtTick: 'u64',
937
+ },
938
+ /**
939
+ * Lookup88: pallet_price_index::pallet::Event<T>
940
+ **/
941
+ PalletPriceIndexEvent: {
942
+ _enum: {
943
+ NewIndex: 'Null',
944
+ OperatorChanged: {
945
+ operatorId: 'AccountId32',
946
+ },
947
+ },
948
+ },
949
+ /**
950
+ * Lookup89: pallet_grandpa::pallet::Event
951
+ **/
952
+ PalletGrandpaEvent: {
953
+ _enum: {
954
+ NewAuthorities: {
955
+ authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
956
+ },
957
+ Paused: 'Null',
958
+ Resumed: 'Null',
959
+ },
960
+ },
961
+ /**
962
+ * Lookup92: pallet_block_rewards::pallet::Event<T>
963
+ **/
964
+ PalletBlockRewardsEvent: {
965
+ _enum: {
966
+ RewardCreated: {
967
+ rewards: 'Vec<ArgonPrimitivesBlockSealBlockPayout>',
968
+ },
969
+ RewardCreateError: {
970
+ accountId: 'AccountId32',
971
+ argons: 'Option<u128>',
972
+ ownership: 'Option<u128>',
973
+ error: 'SpRuntimeDispatchError',
974
+ },
975
+ },
976
+ },
977
+ /**
978
+ * Lookup94: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
979
+ **/
980
+ ArgonPrimitivesBlockSealBlockPayout: {
981
+ accountId: 'AccountId32',
982
+ ownership: 'Compact<u128>',
983
+ argons: 'Compact<u128>',
984
+ rewardType: 'ArgonPrimitivesBlockSealBlockRewardType',
985
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
986
+ },
987
+ /**
988
+ * Lookup95: argon_primitives::block_seal::BlockRewardType
989
+ **/
990
+ ArgonPrimitivesBlockSealBlockRewardType: {
991
+ _enum: ['Miner', 'Voter', 'ProfitShare'],
992
+ },
993
+ /**
994
+ * Lookup98: pallet_mint::pallet::Event<T>
995
+ **/
996
+ PalletMintEvent: {
997
+ _enum: {
998
+ BitcoinMint: {
999
+ accountId: 'AccountId32',
1000
+ utxoId: 'Option<u64>',
1001
+ amount: 'u128',
1002
+ },
1003
+ MiningMint: {
1004
+ amount: 'u128',
1005
+ perMiner: 'u128',
1006
+ argonCpi: 'i128',
1007
+ liquidity: 'u128',
1008
+ },
1009
+ MintError: {
1010
+ mintType: 'PalletMintMintType',
1011
+ accountId: 'AccountId32',
1012
+ utxoId: 'Option<u64>',
1013
+ amount: 'u128',
1014
+ error: 'SpRuntimeDispatchError',
1015
+ },
1016
+ },
1017
+ },
1018
+ /**
1019
+ * Lookup101: pallet_mint::pallet::MintType
1020
+ **/
1021
+ PalletMintMintType: {
1022
+ _enum: ['Bitcoin', 'Mining'],
1023
+ },
1024
+ /**
1025
+ * Lookup102: pallet_balances::pallet::Event<T, I>
1026
+ **/
1027
+ PalletBalancesEvent: {
1028
+ _enum: {
1029
+ Endowed: {
1030
+ account: 'AccountId32',
1031
+ freeBalance: 'u128',
1032
+ },
1033
+ DustLost: {
1034
+ account: 'AccountId32',
1035
+ amount: 'u128',
1036
+ },
1037
+ Transfer: {
1038
+ from: 'AccountId32',
1039
+ to: 'AccountId32',
1040
+ amount: 'u128',
1041
+ },
1042
+ BalanceSet: {
1043
+ who: 'AccountId32',
1044
+ free: 'u128',
1045
+ },
1046
+ Reserved: {
1047
+ who: 'AccountId32',
1048
+ amount: 'u128',
1049
+ },
1050
+ Unreserved: {
1051
+ who: 'AccountId32',
1052
+ amount: 'u128',
1053
+ },
1054
+ ReserveRepatriated: {
1055
+ from: 'AccountId32',
1056
+ to: 'AccountId32',
1057
+ amount: 'u128',
1058
+ destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
1059
+ },
1060
+ Deposit: {
1061
+ who: 'AccountId32',
1062
+ amount: 'u128',
1063
+ },
1064
+ Withdraw: {
1065
+ who: 'AccountId32',
1066
+ amount: 'u128',
1067
+ },
1068
+ Slashed: {
1069
+ who: 'AccountId32',
1070
+ amount: 'u128',
1071
+ },
1072
+ Minted: {
1073
+ who: 'AccountId32',
1074
+ amount: 'u128',
1075
+ },
1076
+ MintedCredit: {
1077
+ amount: 'u128',
1078
+ },
1079
+ Burned: {
1080
+ who: 'AccountId32',
1081
+ amount: 'u128',
1082
+ },
1083
+ BurnedDebt: {
1084
+ amount: 'u128',
1085
+ },
1086
+ Suspended: {
1087
+ who: 'AccountId32',
1088
+ amount: 'u128',
1089
+ },
1090
+ Restored: {
1091
+ who: 'AccountId32',
1092
+ amount: 'u128',
1093
+ },
1094
+ Upgraded: {
1095
+ who: 'AccountId32',
1096
+ },
1097
+ Issued: {
1098
+ amount: 'u128',
1099
+ },
1100
+ Rescinded: {
1101
+ amount: 'u128',
1102
+ },
1103
+ Locked: {
1104
+ who: 'AccountId32',
1105
+ amount: 'u128',
1106
+ },
1107
+ Unlocked: {
1108
+ who: 'AccountId32',
1109
+ amount: 'u128',
1110
+ },
1111
+ Frozen: {
1112
+ who: 'AccountId32',
1113
+ amount: 'u128',
1114
+ },
1115
+ Thawed: {
1116
+ who: 'AccountId32',
1117
+ amount: 'u128',
1118
+ },
1119
+ TotalIssuanceForced: {
1120
+ _alias: {
1121
+ new_: 'new',
1122
+ },
1123
+ old: 'u128',
1124
+ new_: 'u128',
1125
+ },
1126
+ Held: {
1127
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1128
+ who: 'AccountId32',
1129
+ amount: 'u128',
1130
+ },
1131
+ BurnedHeld: {
1132
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1133
+ who: 'AccountId32',
1134
+ amount: 'u128',
1135
+ },
1136
+ TransferOnHold: {
1137
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1138
+ source: 'AccountId32',
1139
+ dest: 'AccountId32',
1140
+ amount: 'u128',
1141
+ },
1142
+ TransferAndHold: {
1143
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1144
+ source: 'AccountId32',
1145
+ dest: 'AccountId32',
1146
+ transferred: 'u128',
1147
+ },
1148
+ Released: {
1149
+ reason: 'ArgonRuntimeRuntimeHoldReason',
1150
+ who: 'AccountId32',
1151
+ amount: 'u128',
1152
+ },
1153
+ Unexpected: 'PalletBalancesUnexpectedKind',
1154
+ },
1155
+ },
1156
+ /**
1157
+ * Lookup103: frame_support::traits::tokens::misc::BalanceStatus
1158
+ **/
1159
+ FrameSupportTokensMiscBalanceStatus: {
1160
+ _enum: ['Free', 'Reserved'],
1161
+ },
1162
+ /**
1163
+ * Lookup104: argon_runtime::RuntimeHoldReason
1164
+ **/
1165
+ ArgonRuntimeRuntimeHoldReason: {
1166
+ _enum: {
1167
+ __Unused0: 'Null',
1168
+ __Unused1: 'Null',
1169
+ __Unused2: 'Null',
1170
+ __Unused3: 'Null',
1171
+ __Unused4: 'Null',
1172
+ __Unused5: 'Null',
1173
+ MiningSlot: 'PalletMiningSlotHoldReason',
1174
+ __Unused7: 'Null',
1175
+ Vaults: 'PalletVaultsHoldReason',
1176
+ BitcoinLocks: 'PalletBitcoinLocksHoldReason',
1177
+ __Unused10: 'Null',
1178
+ __Unused11: 'Null',
1179
+ __Unused12: 'Null',
1180
+ __Unused13: 'Null',
1181
+ __Unused14: 'Null',
1182
+ __Unused15: 'Null',
1183
+ __Unused16: 'Null',
1184
+ __Unused17: 'Null',
1185
+ __Unused18: 'Null',
1186
+ BlockRewards: 'PalletBlockRewardsHoldReason',
1187
+ __Unused20: 'Null',
1188
+ __Unused21: 'Null',
1189
+ __Unused22: 'Null',
1190
+ __Unused23: 'Null',
1191
+ __Unused24: 'Null',
1192
+ __Unused25: 'Null',
1193
+ __Unused26: 'Null',
1194
+ __Unused27: 'Null',
1195
+ __Unused28: 'Null',
1196
+ __Unused29: 'Null',
1197
+ __Unused30: 'Null',
1198
+ Treasury: 'PalletTreasuryHoldReason',
1199
+ __Unused32: 'Null',
1200
+ __Unused33: 'Null',
1201
+ __Unused34: 'Null',
1202
+ __Unused35: 'Null',
1203
+ CrosschainTransfer: 'PalletCrosschainTransferHoldReason',
1204
+ },
1205
+ },
1206
+ /**
1207
+ * Lookup105: pallet_mining_slot::pallet::HoldReason
1208
+ **/
1209
+ PalletMiningSlotHoldReason: {
1210
+ _enum: ['RegisterAsMiner'],
1211
+ },
1212
+ /**
1213
+ * Lookup106: pallet_vaults::pallet::HoldReason
1214
+ **/
1215
+ PalletVaultsHoldReason: {
1216
+ _enum: ['EnterVault', 'ObligationFee', 'PendingCollect'],
1217
+ },
1218
+ /**
1219
+ * Lookup107: pallet_bitcoin_locks::pallet::HoldReason
1220
+ **/
1221
+ PalletBitcoinLocksHoldReason: {
1222
+ _enum: ['ReleaseBitcoinLock'],
1223
+ },
1224
+ /**
1225
+ * Lookup108: pallet_block_rewards::pallet::HoldReason
1226
+ **/
1227
+ PalletBlockRewardsHoldReason: {
1228
+ _enum: ['MaturationPeriod'],
1229
+ },
1230
+ /**
1231
+ * Lookup109: pallet_treasury::pallet::HoldReason
1232
+ **/
1233
+ PalletTreasuryHoldReason: {
1234
+ _enum: ['ContributedToTreasury'],
1235
+ },
1236
+ /**
1237
+ * Lookup110: pallet_crosschain_transfer::pallet::HoldReason
1238
+ **/
1239
+ PalletCrosschainTransferHoldReason: {
1240
+ _enum: ['TransferOutMintingAuthorityTip', 'MintingAuthorityActivationRepayment'],
1241
+ },
1242
+ /**
1243
+ * Lookup111: pallet_balances::pallet::UnexpectedKind
1244
+ **/
1245
+ PalletBalancesUnexpectedKind: {
1246
+ _enum: ['BalanceUpdated', 'FailedToMutateAccount'],
1247
+ },
1248
+ /**
1249
+ * Lookup113: pallet_tx_pause::pallet::Event<T>
1250
+ **/
1251
+ PalletTxPauseEvent: {
1252
+ _enum: {
1253
+ CallPaused: {
1254
+ fullName: '(Bytes,Bytes)',
1255
+ },
1256
+ CallUnpaused: {
1257
+ fullName: '(Bytes,Bytes)',
1258
+ },
1259
+ },
1260
+ },
1261
+ /**
1262
+ * Lookup116: pallet_transaction_payment::pallet::Event<T>
1263
+ **/
1264
+ PalletTransactionPaymentEvent: {
1265
+ _enum: {
1266
+ TransactionFeePaid: {
1267
+ who: 'AccountId32',
1268
+ actualFee: 'u128',
1269
+ tip: 'u128',
1270
+ },
1271
+ },
1272
+ },
1273
+ /**
1274
+ * Lookup117: pallet_utility::pallet::Event
1275
+ **/
1276
+ PalletUtilityEvent: {
1277
+ _enum: {
1278
+ BatchInterrupted: {
1279
+ index: 'u32',
1280
+ error: 'SpRuntimeDispatchError',
1281
+ },
1282
+ BatchCompleted: 'Null',
1283
+ BatchCompletedWithErrors: 'Null',
1284
+ ItemCompleted: 'Null',
1285
+ ItemFailed: {
1286
+ error: 'SpRuntimeDispatchError',
1287
+ },
1288
+ DispatchedAs: {
1289
+ result: 'Result<Null, SpRuntimeDispatchError>',
1290
+ },
1291
+ IfElseMainSuccess: 'Null',
1292
+ IfElseFallbackCalled: {
1293
+ mainError: 'SpRuntimeDispatchError',
1294
+ },
1295
+ },
1296
+ },
1297
+ /**
1298
+ * Lookup118: pallet_sudo::pallet::Event<T>
1299
+ **/
1300
+ PalletSudoEvent: {
1301
+ _enum: {
1302
+ Sudid: {
1303
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1304
+ },
1305
+ KeyChanged: {
1306
+ _alias: {
1307
+ new_: 'new',
1308
+ },
1309
+ old: 'Option<AccountId32>',
1310
+ new_: 'AccountId32',
1311
+ },
1312
+ KeyRemoved: 'Null',
1313
+ SudoAsDone: {
1314
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1315
+ },
1316
+ },
1317
+ },
1318
+ /**
1319
+ * Lookup119: pallet_treasury::pallet::Event<T>
1320
+ **/
1321
+ PalletTreasuryEvent: {
1322
+ _enum: {
1323
+ CouldNotDistributeEarningsToBondLot: {
1324
+ frameId: 'u64',
1325
+ vaultId: 'u32',
1326
+ bondLotId: 'u64',
1327
+ accountId: 'AccountId32',
1328
+ amount: 'u128',
1329
+ dispatchError: 'SpRuntimeDispatchError',
1330
+ },
1331
+ CouldNotTransferToTreasuryReserves: {
1332
+ frameId: 'u64',
1333
+ amount: 'u128',
1334
+ dispatchError: 'SpRuntimeDispatchError',
1335
+ },
1336
+ FrameEarningsDistributed: {
1337
+ frameId: 'u64',
1338
+ bidPoolDistributed: 'u128',
1339
+ treasuryReserves: 'u128',
1340
+ participatingVaults: 'u32',
1341
+ },
1342
+ FrameVaultCapitalLocked: {
1343
+ frameId: 'u64',
1344
+ totalEligibleBonds: 'u128',
1345
+ participatingVaults: 'u32',
1346
+ },
1347
+ CouldNotReleaseBondLot: {
1348
+ frameId: 'u64',
1349
+ vaultId: 'u32',
1350
+ bondLotId: 'u64',
1351
+ amount: 'u128',
1352
+ accountId: 'AccountId32',
1353
+ dispatchError: 'SpRuntimeDispatchError',
1354
+ },
1355
+ BondLotPurchased: {
1356
+ vaultId: 'u32',
1357
+ bondLotId: 'u64',
1358
+ accountId: 'AccountId32',
1359
+ bonds: 'u32',
1360
+ },
1361
+ BondLotReleaseScheduled: {
1362
+ vaultId: 'u32',
1363
+ bondLotId: 'u64',
1364
+ accountId: 'AccountId32',
1365
+ bonds: 'u32',
1366
+ releaseFrameId: 'u64',
1367
+ reason: 'PalletTreasuryBondReleaseReason',
1368
+ },
1369
+ BondLotReleased: {
1370
+ frameId: 'u64',
1371
+ vaultId: 'u32',
1372
+ bondLotId: 'u64',
1373
+ accountId: 'AccountId32',
1374
+ bonds: 'u32',
1375
+ },
1376
+ EncumberedBondMicrogonsBurned: {
1377
+ accountId: 'AccountId32',
1378
+ burnedAmount: 'u128',
1379
+ releasedAmount: 'u128',
1380
+ },
1381
+ },
1382
+ },
1383
+ /**
1384
+ * Lookup120: pallet_treasury::pallet::BondReleaseReason
1385
+ **/
1386
+ PalletTreasuryBondReleaseReason: {
1387
+ _enum: ['UserLiquidation', 'Bumped', 'VaultClosed'],
1388
+ },
1389
+ /**
1390
+ * Lookup121: pallet_fee_control::pallet::Event<T>
1391
+ **/
1392
+ PalletFeeControlEvent: {
1393
+ _enum: {
1394
+ FeeSkipped: {
1395
+ origin: 'ArgonRuntimeOriginCaller',
1396
+ },
1397
+ FeeDelegated: {
1398
+ origin: 'ArgonRuntimeOriginCaller',
1399
+ from: 'AccountId32',
1400
+ to: 'AccountId32',
1401
+ },
1402
+ },
1403
+ },
1404
+ /**
1405
+ * Lookup122: argon_runtime::OriginCaller
1406
+ **/
1407
+ ArgonRuntimeOriginCaller: {
1408
+ _enum: {
1409
+ system: 'FrameSupportDispatchRawOrigin',
1410
+ },
1411
+ },
1412
+ /**
1413
+ * Lookup123: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1414
+ **/
1415
+ FrameSupportDispatchRawOrigin: {
1416
+ _enum: {
1417
+ Root: 'Null',
1418
+ Signed: 'AccountId32',
1419
+ None: 'Null',
1420
+ Authorized: 'Null',
1421
+ },
1422
+ },
1423
+ /**
1424
+ * Lookup124: pallet_operational_accounts::pallet::Event<T>
1425
+ **/
1426
+ PalletOperationalAccountsEvent: {
1427
+ _enum: {
1428
+ OperationalAccountRegistered: {
1429
+ operationalAccount: 'AccountId32',
1430
+ vaultAccount: 'AccountId32',
1431
+ miningFundingAccount: 'AccountId32',
1432
+ miningBotAccount: 'AccountId32',
1433
+ sponsor: 'Option<AccountId32>',
1434
+ },
1435
+ AccountWentOperational: {
1436
+ account: 'AccountId32',
1437
+ },
1438
+ OperationalRewardEarned: {
1439
+ account: 'AccountId32',
1440
+ rewardKind: 'ArgonPrimitivesProvidersOperationalRewardKind',
1441
+ amount: 'u128',
1442
+ },
1443
+ OperationalRewardsClaimed: {
1444
+ operationalAccount: 'AccountId32',
1445
+ claimant: 'AccountId32',
1446
+ amount: 'u128',
1447
+ remainingPending: 'u128',
1448
+ },
1449
+ RewardsConfigUpdated: {
1450
+ operationalReferralReward: 'u128',
1451
+ referralBonusReward: 'u128',
1452
+ },
1453
+ OperationalProgressForced: {
1454
+ account: 'AccountId32',
1455
+ updateOperationalProgress: 'bool',
1456
+ hasUniswapTransfer: 'bool',
1457
+ vaultCreated: 'bool',
1458
+ hasTreasuryPoolParticipation: 'bool',
1459
+ observedBitcoinTotal: 'u128',
1460
+ observedMiningSeatTotal: 'u32',
1461
+ },
1462
+ EncryptedServerUpdated: {
1463
+ sponsor: 'AccountId32',
1464
+ sponsee: 'AccountId32',
1465
+ },
1466
+ },
1467
+ },
1468
+ /**
1469
+ * Lookup125: argon_primitives::providers::OperationalRewardKind
1470
+ **/
1471
+ ArgonPrimitivesProvidersOperationalRewardKind: {
1472
+ _enum: ['Activation', 'ReferralBonus'],
1473
+ },
1474
+ /**
1475
+ * Lookup126: pallet_ethereum_verifier::pallet::Event<T>
1476
+ **/
1477
+ PalletEthereumVerifierEvent: {
1478
+ _enum: {
1479
+ BeaconHeaderImported: {
1480
+ blockHash: 'H256',
1481
+ slot: 'u64',
1482
+ },
1483
+ ExecutionHeaderAnchorImported: {
1484
+ blockHash: 'H256',
1485
+ blockNumber: 'u64',
1486
+ },
1487
+ SyncCommitteeUpdated: {
1488
+ period: 'u64',
1489
+ },
1490
+ OperatingModeChanged: {
1491
+ mode: 'PalletEthereumVerifierBasicOperatingMode',
1492
+ },
1493
+ },
1494
+ },
1495
+ /**
1496
+ * Lookup127: pallet_ethereum_verifier::types::BasicOperatingMode
1497
+ **/
1498
+ PalletEthereumVerifierBasicOperatingMode: {
1499
+ _enum: ['Normal', 'Halted'],
1500
+ },
1501
+ /**
1502
+ * Lookup128: pallet_crosschain_transfer::pallet::Event<T>
1503
+ **/
1504
+ PalletCrosschainTransferEvent: {
1505
+ _enum: {
1506
+ TransferToArgonSettled: {
1507
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1508
+ transfer: 'PalletCrosschainTransferTransferToArgonActivity',
1509
+ },
1510
+ GlobalIssuanceCouncilForced: {
1511
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1512
+ councilHash: 'H256',
1513
+ },
1514
+ CouncilSignerRegistered: {
1515
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1516
+ accountId: 'AccountId32',
1517
+ signer: 'H160',
1518
+ },
1519
+ CouncilSignerRotationQueued: {
1520
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1521
+ accountId: 'AccountId32',
1522
+ signer: 'H160',
1523
+ },
1524
+ MintingAuthorityRegistered: {
1525
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1526
+ destinationSigningKey: 'H160',
1527
+ accountId: 'AccountId32',
1528
+ approvalQueueNonce: 'u64',
1529
+ },
1530
+ MintingAuthorityDeactivationQueued: {
1531
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1532
+ destinationSigningKey: 'H160',
1533
+ approvalQueueNonce: 'u64',
1534
+ },
1535
+ MinimumMintingAuthorityValueSet: {
1536
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1537
+ minimumValue: 'u128',
1538
+ },
1539
+ MintingAuthorityActivationRepaymentPricingSet: {
1540
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1541
+ },
1542
+ QueueEntryApprovalRecorded: {
1543
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1544
+ target: 'PalletCrosschainTransferCouncilApprovalTargetId',
1545
+ approvalQueueNonce: 'u64',
1546
+ },
1547
+ QueueEntryApprovalReady: {
1548
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1549
+ target: 'PalletCrosschainTransferCouncilApprovalTargetId',
1550
+ approvalQueueNonce: 'u64',
1551
+ },
1552
+ MintingAuthorityActivationFinalized: {
1553
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1554
+ destinationSigningKey: 'H160',
1555
+ },
1556
+ MintingAuthorityActivationCompleted: {
1557
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1558
+ destinationSigningKey: 'H160',
1559
+ relayerArgonAccountId: 'AccountId32',
1560
+ repaymentAmount: 'u128',
1561
+ },
1562
+ MintingAuthorityDeactivationFinalized: {
1563
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1564
+ destinationSigningKey: 'H160',
1565
+ },
1566
+ GatewaySyncPaused: {
1567
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1568
+ pause: 'PalletCrosschainTransferGatewaySyncPause',
1569
+ },
1570
+ GatewayUnpaused: {
1571
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1572
+ },
1573
+ GatewayStateAdvanced: {
1574
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1575
+ gatewayState: 'PalletCrosschainTransferGatewayState',
1576
+ },
1577
+ TransferOutStarted: {
1578
+ destinationChain: 'PalletCrosschainTransferSourceChain',
1579
+ transferId: 'H256',
1580
+ accountId: 'AccountId32',
1581
+ asset: 'PalletCrosschainTransferAssetKind',
1582
+ amount: 'u128',
1583
+ mintingAuthorityTip: 'u128',
1584
+ },
1585
+ TransferCollateralized: {
1586
+ transferId: 'H256',
1587
+ destinationSigningKey: 'H160',
1588
+ microgonCollateral: 'u128',
1589
+ micronotCollateral: 'u128',
1590
+ },
1591
+ TransferOutReady: {
1592
+ transferId: 'H256',
1593
+ },
1594
+ TransferOutFinalized: {
1595
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1596
+ transferId: 'H256',
1597
+ },
1598
+ TransferOutCanceled: {
1599
+ sourceChain: 'PalletCrosschainTransferSourceChain',
1600
+ transferId: 'H256',
1601
+ },
1602
+ TransferCollateralInvalidated: {
1603
+ transferId: 'H256',
1604
+ destinationSigningKey: 'H160',
1605
+ },
1606
+ },
1607
+ },
1608
+ /**
1609
+ * Lookup129: pallet_crosschain_transfer::pallet::SourceChain
1610
+ **/
1611
+ PalletCrosschainTransferSourceChain: {
1612
+ _enum: ['Ethereum'],
1613
+ },
1614
+ /**
1615
+ * Lookup130: pallet_crosschain_transfer::pallet::TransferToArgonActivity<T>
1616
+ **/
1617
+ PalletCrosschainTransferTransferToArgonActivity: {
1618
+ gatewayActivityNonce: 'Compact<u64>',
1619
+ from: 'H160',
1620
+ asset: 'PalletCrosschainTransferAssetKind',
1621
+ to: 'AccountId32',
1622
+ amount: 'Compact<u128>',
1623
+ },
1624
+ /**
1625
+ * Lookup133: pallet_crosschain_transfer::pallet::AssetKind
1626
+ **/
1627
+ PalletCrosschainTransferAssetKind: {
1628
+ _enum: ['Argon', 'Argonot'],
1629
+ },
1630
+ /**
1631
+ * Lookup134: pallet_crosschain_transfer::pallet::CouncilApprovalTargetId
1632
+ **/
1633
+ PalletCrosschainTransferCouncilApprovalTargetId: {
1634
+ _enum: {
1635
+ MintingAuthorityActivation: 'H160',
1636
+ MintingAuthorityDeactivation: 'H160',
1637
+ GlobalIssuanceCouncilRotation: 'H256',
1638
+ },
1639
+ },
1640
+ /**
1641
+ * Lookup135: pallet_crosschain_transfer::pallet::GatewaySyncPause
1642
+ **/
1643
+ PalletCrosschainTransferGatewaySyncPause: {
1644
+ lastGoodGatewayActivityNonce: 'Compact<u64>',
1645
+ failedGatewayActivityNonce: 'Compact<u64>',
1646
+ reason: 'PalletCrosschainTransferGatewaySyncPauseReason',
1647
+ },
1648
+ /**
1649
+ * Lookup136: pallet_crosschain_transfer::pallet::GatewaySyncPauseReason
1650
+ **/
1651
+ PalletCrosschainTransferGatewaySyncPauseReason: {
1652
+ _enum: [
1653
+ 'Manual',
1654
+ 'MalformedGatewayActivity',
1655
+ 'UnsupportedToken',
1656
+ 'MintingAuthorityNotFound',
1657
+ 'UnexpectedMintingAuthorityState',
1658
+ 'MintingAuthorityMismatch',
1659
+ 'MissingMintingAuthorityActivationRepaymentPricing',
1660
+ 'MintingAuthorityActivationRepaymentMismatch',
1661
+ 'GlobalIssuanceCouncilNotFound',
1662
+ 'GatewayStateDrift',
1663
+ ],
1664
+ },
1665
+ /**
1666
+ * Lookup137: pallet_crosschain_transfer::pallet::GatewayState<T>
1667
+ **/
1668
+ PalletCrosschainTransferGatewayState: {
1669
+ gatewayActivityNonce: 'Compact<u64>',
1670
+ argonApprovalsNonce: 'Compact<u64>',
1671
+ argonCirculation: 'u128',
1672
+ argonotCirculation: 'u128',
1673
+ },
1674
+ /**
1675
+ * Lookup138: frame_system::Phase
1676
+ **/
1677
+ FrameSystemPhase: {
1678
+ _enum: {
1679
+ ApplyExtrinsic: 'u32',
1680
+ Finalization: 'Null',
1681
+ Initialization: 'Null',
1682
+ },
1683
+ },
1684
+ /**
1685
+ * Lookup142: frame_system::LastRuntimeUpgradeInfo
1686
+ **/
1687
+ FrameSystemLastRuntimeUpgradeInfo: {
1688
+ specVersion: 'Compact<u32>',
1689
+ specName: 'Text',
1690
+ },
1691
+ /**
1692
+ * Lookup145: frame_system::CodeUpgradeAuthorization<T>
1693
+ **/
1694
+ FrameSystemCodeUpgradeAuthorization: {
1695
+ codeHash: 'H256',
1696
+ checkVersion: 'bool',
1697
+ },
1698
+ /**
1699
+ * Lookup146: frame_system::pallet::Call<T>
1700
+ **/
1701
+ FrameSystemCall: {
1702
+ _enum: {
1703
+ remark: {
1704
+ remark: 'Bytes',
1705
+ },
1706
+ set_heap_pages: {
1707
+ pages: 'u64',
1708
+ },
1709
+ set_code: {
1710
+ code: 'Bytes',
1711
+ },
1712
+ set_code_without_checks: {
1713
+ code: 'Bytes',
1714
+ },
1715
+ set_storage: {
1716
+ items: 'Vec<(Bytes,Bytes)>',
1717
+ },
1718
+ kill_storage: {
1719
+ _alias: {
1720
+ keys_: 'keys',
1721
+ },
1722
+ keys_: 'Vec<Bytes>',
1723
+ },
1724
+ kill_prefix: {
1725
+ prefix: 'Bytes',
1726
+ subkeys: 'u32',
1727
+ },
1728
+ remark_with_event: {
1729
+ remark: 'Bytes',
1730
+ },
1731
+ __Unused8: 'Null',
1732
+ authorize_upgrade: {
1733
+ codeHash: 'H256',
1734
+ },
1735
+ authorize_upgrade_without_checks: {
1736
+ codeHash: 'H256',
1737
+ },
1738
+ apply_authorized_upgrade: {
1739
+ code: 'Bytes',
1740
+ },
1741
+ },
1742
+ },
1743
+ /**
1744
+ * Lookup150: frame_system::limits::BlockWeights
1745
+ **/
1746
+ FrameSystemLimitsBlockWeights: {
1747
+ baseBlock: 'SpWeightsWeightV2Weight',
1748
+ maxBlock: 'SpWeightsWeightV2Weight',
1749
+ perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
1750
+ },
1751
+ /**
1752
+ * Lookup151: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1753
+ **/
1754
+ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1755
+ normal: 'FrameSystemLimitsWeightsPerClass',
1756
+ operational: 'FrameSystemLimitsWeightsPerClass',
1757
+ mandatory: 'FrameSystemLimitsWeightsPerClass',
1758
+ },
1759
+ /**
1760
+ * Lookup152: frame_system::limits::WeightsPerClass
1761
+ **/
1762
+ FrameSystemLimitsWeightsPerClass: {
1763
+ baseExtrinsic: 'SpWeightsWeightV2Weight',
1764
+ maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1765
+ maxTotal: 'Option<SpWeightsWeightV2Weight>',
1766
+ reserved: 'Option<SpWeightsWeightV2Weight>',
1767
+ },
1768
+ /**
1769
+ * Lookup154: frame_system::limits::BlockLength
1770
+ **/
1771
+ FrameSystemLimitsBlockLength: {
1772
+ max: 'FrameSupportDispatchPerDispatchClassU32',
1773
+ maxHeaderSize: 'Option<u32>',
1774
+ },
1775
+ /**
1776
+ * Lookup155: frame_support::dispatch::PerDispatchClass<T>
1777
+ **/
1778
+ FrameSupportDispatchPerDispatchClassU32: {
1779
+ normal: 'u32',
1780
+ operational: 'u32',
1781
+ mandatory: 'u32',
1782
+ },
1783
+ /**
1784
+ * Lookup157: sp_weights::RuntimeDbWeight
1785
+ **/
1786
+ SpWeightsRuntimeDbWeight: {
1787
+ read: 'u64',
1788
+ write: 'u64',
1789
+ },
1790
+ /**
1791
+ * Lookup158: sp_version::RuntimeVersion
1792
+ **/
1793
+ SpVersionRuntimeVersion: {
1794
+ specName: 'Text',
1795
+ implName: 'Text',
1796
+ authoringVersion: 'u32',
1797
+ specVersion: 'u32',
1798
+ implVersion: 'u32',
1799
+ apis: 'Vec<([u8;8],u32)>',
1800
+ transactionVersion: 'u32',
1801
+ systemVersion: 'u8',
1802
+ },
1803
+ /**
1804
+ * Lookup163: frame_system::pallet::Error<T>
1805
+ **/
1806
+ FrameSystemError: {
1807
+ _enum: [
1808
+ 'InvalidSpecName',
1809
+ 'SpecVersionNeedsToIncrease',
1810
+ 'FailedToExtractRuntimeVersion',
1811
+ 'NonDefaultComposite',
1812
+ 'NonZeroRefCount',
1813
+ 'CallFiltered',
1814
+ 'MultiBlockMigrationsOngoing',
1815
+ 'NothingAuthorized',
1816
+ 'Unauthorized',
1817
+ ],
1818
+ },
1819
+ /**
1820
+ * Lookup164: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1821
+ **/
1822
+ ArgonPrimitivesDigestsDigestset: {
1823
+ author: 'AccountId32',
1824
+ blockVote: 'ArgonPrimitivesDigestsBlockVoteDigest',
1825
+ votingKey: 'Option<ArgonPrimitivesDigestsParentVotingKeyDigest>',
1826
+ forkPower: 'Option<ArgonPrimitivesForkPower>',
1827
+ frameInfo: 'Option<ArgonPrimitivesDigestsFrameInfo>',
1828
+ tick: 'u64',
1829
+ notebooks: 'ArgonPrimitivesDigestsNotebookDigest',
1830
+ },
1831
+ /**
1832
+ * Lookup165: argon_primitives::digests::BlockVoteDigest
1833
+ **/
1834
+ ArgonPrimitivesDigestsBlockVoteDigest: {
1835
+ votingPower: 'Compact<u128>',
1836
+ votesCount: 'Compact<u32>',
1837
+ },
1838
+ /**
1839
+ * Lookup167: argon_primitives::digests::ParentVotingKeyDigest
1840
+ **/
1841
+ ArgonPrimitivesDigestsParentVotingKeyDigest: {
1842
+ parentVotingKey: 'Option<H256>',
1843
+ },
1844
+ /**
1845
+ * Lookup170: argon_primitives::fork_power::ForkPower
1846
+ **/
1847
+ ArgonPrimitivesForkPower: {
1848
+ isLatestVote: 'bool',
1849
+ notebooks: 'Compact<u64>',
1850
+ votingPower: 'U256',
1851
+ sealStrength: 'U256',
1852
+ totalComputeDifficulty: 'U256',
1853
+ voteCreatedBlocks: 'Compact<u128>',
1854
+ minerNonceScore: 'Option<U256>',
1855
+ },
1856
+ /**
1857
+ * Lookup175: argon_primitives::digests::FrameInfo
1858
+ **/
1859
+ ArgonPrimitivesDigestsFrameInfo: {
1860
+ frameId: 'Compact<u64>',
1861
+ frameRewardTicksRemaining: 'Compact<u32>',
1862
+ isNewFrame: 'bool',
1863
+ },
1864
+ /**
1865
+ * Lookup177: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1866
+ **/
1867
+ ArgonPrimitivesDigestsNotebookDigest: {
1868
+ notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>',
1869
+ },
1870
+ /**
1871
+ * Lookup179: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1872
+ **/
1873
+ ArgonPrimitivesNotebookNotebookAuditResult: {
1874
+ notaryId: 'Compact<u32>',
1875
+ notebookNumber: 'Compact<u32>',
1876
+ tick: 'Compact<u64>',
1877
+ auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>',
1878
+ },
1879
+ /**
1880
+ * Lookup182: pallet_digests::pallet::Error<T>
1881
+ **/
1882
+ PalletDigestsError: {
1883
+ _enum: [
1884
+ 'DuplicateBlockVoteDigest',
1885
+ 'DuplicateAuthorDigest',
1886
+ 'DuplicateTickDigest',
1887
+ 'DuplicateParentVotingKeyDigest',
1888
+ 'DuplicateNotebookDigest',
1889
+ 'DuplicateForkPowerDigest',
1890
+ 'MissingBlockVoteDigest',
1891
+ 'MissingAuthorDigest',
1892
+ 'MissingTickDigest',
1893
+ 'MissingParentVotingKeyDigest',
1894
+ 'MissingNotebookDigest',
1895
+ 'CouldNotDecodeDigest',
1896
+ 'DuplicateFrameInfoDigest',
1897
+ ],
1898
+ },
1899
+ /**
1900
+ * Lookup183: pallet_timestamp::pallet::Call<T>
1901
+ **/
1902
+ PalletTimestampCall: {
1903
+ _enum: {
1904
+ set: {
1905
+ now: 'Compact<u64>',
1906
+ },
1907
+ },
1908
+ },
1909
+ /**
1910
+ * Lookup185: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1911
+ **/
1912
+ PalletMultisigMultisig: {
1913
+ when: 'PalletMultisigTimepoint',
1914
+ deposit: 'u128',
1915
+ depositor: 'AccountId32',
1916
+ approvals: 'Vec<AccountId32>',
1917
+ },
1918
+ /**
1919
+ * Lookup188: pallet_multisig::pallet::Call<T>
1920
+ **/
1921
+ PalletMultisigCall: {
1922
+ _enum: {
1923
+ as_multi_threshold_1: {
1924
+ otherSignatories: 'Vec<AccountId32>',
1925
+ call: 'Call',
1926
+ },
1927
+ as_multi: {
1928
+ threshold: 'u16',
1929
+ otherSignatories: 'Vec<AccountId32>',
1930
+ maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1931
+ call: 'Call',
1932
+ maxWeight: 'SpWeightsWeightV2Weight',
1933
+ },
1934
+ approve_as_multi: {
1935
+ threshold: 'u16',
1936
+ otherSignatories: 'Vec<AccountId32>',
1937
+ maybeTimepoint: 'Option<PalletMultisigTimepoint>',
1938
+ callHash: '[u8;32]',
1939
+ maxWeight: 'SpWeightsWeightV2Weight',
1940
+ },
1941
+ cancel_as_multi: {
1942
+ threshold: 'u16',
1943
+ otherSignatories: 'Vec<AccountId32>',
1944
+ timepoint: 'PalletMultisigTimepoint',
1945
+ callHash: '[u8;32]',
1946
+ },
1947
+ poke_deposit: {
1948
+ threshold: 'u16',
1949
+ otherSignatories: 'Vec<AccountId32>',
1950
+ callHash: '[u8;32]',
1951
+ },
1952
+ },
1953
+ },
1954
+ /**
1955
+ * Lookup190: pallet_proxy::pallet::Call<T>
1956
+ **/
1957
+ PalletProxyCall: {
1958
+ _enum: {
1959
+ proxy: {
1960
+ real: 'MultiAddress',
1961
+ forceProxyType: 'Option<ArgonRuntimeProxyType>',
1962
+ call: 'Call',
1963
+ },
1964
+ add_proxy: {
1965
+ delegate: 'MultiAddress',
1966
+ proxyType: 'ArgonRuntimeProxyType',
1967
+ delay: 'u32',
1968
+ },
1969
+ remove_proxy: {
1970
+ delegate: 'MultiAddress',
1971
+ proxyType: 'ArgonRuntimeProxyType',
1972
+ delay: 'u32',
1973
+ },
1974
+ remove_proxies: 'Null',
1975
+ create_pure: {
1976
+ proxyType: 'ArgonRuntimeProxyType',
1977
+ delay: 'u32',
1978
+ index: 'u16',
1979
+ },
1980
+ kill_pure: {
1981
+ spawner: 'MultiAddress',
1982
+ proxyType: 'ArgonRuntimeProxyType',
1983
+ index: 'u16',
1984
+ height: 'Compact<u32>',
1985
+ extIndex: 'Compact<u32>',
1986
+ },
1987
+ announce: {
1988
+ real: 'MultiAddress',
1989
+ callHash: 'H256',
1990
+ },
1991
+ remove_announcement: {
1992
+ real: 'MultiAddress',
1993
+ callHash: 'H256',
1994
+ },
1995
+ reject_announcement: {
1996
+ delegate: 'MultiAddress',
1997
+ callHash: 'H256',
1998
+ },
1999
+ proxy_announced: {
2000
+ delegate: 'MultiAddress',
2001
+ real: 'MultiAddress',
2002
+ forceProxyType: 'Option<ArgonRuntimeProxyType>',
2003
+ call: 'Call',
2004
+ },
2005
+ poke_deposit: 'Null',
2006
+ },
2007
+ },
2008
+ /**
2009
+ * Lookup194: pallet_ticks::pallet::Call<T>
2010
+ **/
2011
+ PalletTicksCall: 'Null',
2012
+ /**
2013
+ * Lookup195: pallet_mining_slot::pallet::Call<T>
2014
+ **/
2015
+ PalletMiningSlotCall: {
2016
+ _enum: {
2017
+ bid: {
2018
+ _alias: {
2019
+ keys_: 'keys',
2020
+ },
2021
+ bid: 'u128',
2022
+ keys_: 'ArgonRuntimeSessionKeys',
2023
+ miningAccountId: 'Option<AccountId32>',
2024
+ },
2025
+ configure_mining_slot_delay: {
2026
+ miningSlotDelay: 'Option<u64>',
2027
+ ticksBeforeBidEndForVrfClose: 'Option<u64>',
2028
+ },
2029
+ },
2030
+ },
2031
+ /**
2032
+ * Lookup196: pallet_bitcoin_utxos::pallet::Call<T>
2033
+ **/
2034
+ PalletBitcoinUtxosCall: {
2035
+ _enum: {
2036
+ sync: {
2037
+ utxoSync: 'ArgonPrimitivesInherentsBitcoinUtxoSync',
2038
+ },
2039
+ set_confirmed_block: {
2040
+ bitcoinHeight: 'u64',
2041
+ bitcoinBlockHash: 'ArgonPrimitivesBitcoinH256Le',
2042
+ },
2043
+ set_operator: {
2044
+ accountId: 'AccountId32',
2045
+ },
2046
+ fund_with_utxo_candidate: {
2047
+ utxoId: 'u64',
2048
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2049
+ },
2050
+ reject_utxo_candidate: {
2051
+ utxoId: 'u64',
2052
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2053
+ },
2054
+ },
2055
+ },
2056
+ /**
2057
+ * Lookup197: argon_primitives::inherents::BitcoinUtxoSync
2058
+ **/
2059
+ ArgonPrimitivesInherentsBitcoinUtxoSync: {
2060
+ spent: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>',
2061
+ funded: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>',
2062
+ syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock',
2063
+ },
2064
+ /**
2065
+ * Lookup199: argon_primitives::inherents::BitcoinUtxoSpend
2066
+ **/
2067
+ ArgonPrimitivesInherentsBitcoinUtxoSpend: {
2068
+ utxoId: 'Compact<u64>',
2069
+ utxoRef: 'Option<ArgonPrimitivesBitcoinUtxoRef>',
2070
+ bitcoinHeight: 'Compact<u64>',
2071
+ },
2072
+ /**
2073
+ * Lookup202: argon_primitives::inherents::BitcoinUtxoFunding
2074
+ **/
2075
+ ArgonPrimitivesInherentsBitcoinUtxoFunding: {
2076
+ utxoId: 'Compact<u64>',
2077
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2078
+ satoshis: 'Compact<u64>',
2079
+ expectedSatoshis: 'Compact<u64>',
2080
+ bitcoinHeight: 'Compact<u64>',
2081
+ },
2082
+ /**
2083
+ * Lookup203: argon_primitives::bitcoin::BitcoinBlock
2084
+ **/
2085
+ ArgonPrimitivesBitcoinBitcoinBlock: {
2086
+ blockHeight: 'Compact<u64>',
2087
+ blockHash: 'ArgonPrimitivesBitcoinH256Le',
2088
+ },
2089
+ /**
2090
+ * Lookup204: pallet_vaults::pallet::Call<T>
2091
+ **/
2092
+ PalletVaultsCall: {
2093
+ _enum: {
2094
+ create: {
2095
+ vaultConfig: 'PalletVaultsVaultConfig',
2096
+ },
2097
+ modify_funding: {
2098
+ vaultId: 'u32',
2099
+ securitization: 'u128',
2100
+ securitizationRatio: 'u128',
2101
+ },
2102
+ modify_terms: {
2103
+ vaultId: 'u32',
2104
+ terms: 'ArgonPrimitivesVaultVaultTerms',
2105
+ },
2106
+ close: {
2107
+ vaultId: 'u32',
2108
+ },
2109
+ replace_bitcoin_xpub: {
2110
+ vaultId: 'u32',
2111
+ bitcoinXpub: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
2112
+ },
2113
+ collect: {
2114
+ vaultId: 'u32',
2115
+ },
2116
+ set_bitcoin_lock_delegate: {
2117
+ delegateAccountId: 'Option<AccountId32>',
2118
+ },
2119
+ set_name: {
2120
+ name: 'Option<Bytes>',
2121
+ },
2122
+ set_committed_argonots: {
2123
+ amount: 'Compact<u128>',
2124
+ },
2125
+ },
2126
+ },
2127
+ /**
2128
+ * Lookup205: pallet_vaults::pallet::VaultConfig<Balance>
2129
+ **/
2130
+ PalletVaultsVaultConfig: {
2131
+ terms: 'ArgonPrimitivesVaultVaultTerms',
2132
+ name: 'Option<Bytes>',
2133
+ securitization: 'Compact<u128>',
2134
+ bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
2135
+ securitizationRatio: 'Compact<u128>',
2136
+ },
2137
+ /**
2138
+ * Lookup206: argon_primitives::vault::VaultTerms<Balance>
2139
+ **/
2140
+ ArgonPrimitivesVaultVaultTerms: {
2141
+ bitcoinAnnualPercentRate: 'Compact<u128>',
2142
+ bitcoinBaseFee: 'Compact<u128>',
2143
+ treasuryProfitSharing: 'Compact<Permill>',
2144
+ },
2145
+ /**
2146
+ * Lookup212: argon_primitives::bitcoin::OpaqueBitcoinXpub
2147
+ **/
2148
+ ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
2149
+ /**
2150
+ * Lookup214: pallet_bitcoin_locks::pallet::Call<T>
2151
+ **/
2152
+ PalletBitcoinLocksCall: {
2153
+ _enum: {
2154
+ initialize: {
2155
+ vaultId: 'u32',
2156
+ satoshis: 'Compact<u64>',
2157
+ bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2158
+ options: 'Option<PalletBitcoinLocksLockOptions>',
2159
+ },
2160
+ request_release: {
2161
+ utxoId: 'u64',
2162
+ toScriptPubkey: 'Bytes',
2163
+ bitcoinNetworkFee: 'u64',
2164
+ },
2165
+ cosign_release: {
2166
+ utxoId: 'u64',
2167
+ signature: 'Bytes',
2168
+ },
2169
+ ratchet: {
2170
+ utxoId: 'u64',
2171
+ options: 'Option<PalletBitcoinLocksLockOptions>',
2172
+ },
2173
+ admin_modify_minimum_locked_sats: {
2174
+ satoshis: 'u64',
2175
+ },
2176
+ request_orphaned_utxo_release: {
2177
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2178
+ toScriptPubkey: 'Bytes',
2179
+ bitcoinNetworkFee: 'u64',
2180
+ },
2181
+ cosign_orphaned_utxo_release: {
2182
+ orphanOwner: 'AccountId32',
2183
+ utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
2184
+ signature: 'Bytes',
2185
+ },
2186
+ __Unused7: 'Null',
2187
+ initialize_for: {
2188
+ accountId: 'AccountId32',
2189
+ vaultId: 'u32',
2190
+ satoshis: 'Compact<u64>',
2191
+ bitcoinPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
2192
+ options: 'Option<PalletBitcoinLocksLockOptions>',
2193
+ },
2194
+ increase_securitization: {
2195
+ utxoId: 'u64',
2196
+ newSatoshis: 'Compact<u64>',
2197
+ },
2198
+ },
2199
+ },
2200
+ /**
2201
+ * Lookup215: argon_primitives::bitcoin::CompressedBitcoinPubkey
2202
+ **/
2203
+ ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
2204
+ /**
2205
+ * Lookup218: pallet_bitcoin_locks::pallet::LockOptions<T>
2206
+ **/
2207
+ PalletBitcoinLocksLockOptions: {
2208
+ _enum: {
2209
+ V1: {
2210
+ microgonsAtTargetPerBtc: 'Option<u128>',
2211
+ },
2212
+ },
2213
+ },
2214
+ /**
2215
+ * Lookup221: pallet_notaries::pallet::Call<T>
2216
+ **/
2217
+ PalletNotariesCall: {
2218
+ _enum: {
2219
+ propose: {
2220
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
2221
+ },
2222
+ activate: {
2223
+ operatorAccount: 'AccountId32',
2224
+ },
2225
+ update: {
2226
+ notaryId: 'Compact<u32>',
2227
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
2228
+ effectiveTick: 'Compact<u64>',
2229
+ },
2230
+ },
2231
+ },
2232
+ /**
2233
+ * Lookup222: pallet_notebook::pallet::Call<T>
2234
+ **/
2235
+ PalletNotebookCall: {
2236
+ _enum: {
2237
+ submit: {
2238
+ notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>',
2239
+ },
2240
+ unlock: {
2241
+ notaryId: 'u32',
2242
+ },
2243
+ },
2244
+ },
2245
+ /**
2246
+ * Lookup224: argon_primitives::notebook::SignedNotebookHeader
2247
+ **/
2248
+ ArgonPrimitivesNotebookSignedNotebookHeader: {
2249
+ header: 'ArgonPrimitivesNotebookNotebookHeader',
2250
+ signature: '[u8;64]',
2251
+ },
2252
+ /**
2253
+ * Lookup225: argon_primitives::notebook::NotebookHeader
2254
+ **/
2255
+ ArgonPrimitivesNotebookNotebookHeader: {
2256
+ version: 'Compact<u16>',
2257
+ notebookNumber: 'Compact<u32>',
2258
+ tick: 'Compact<u64>',
2259
+ tax: 'Compact<u128>',
2260
+ notaryId: 'Compact<u32>',
2261
+ chainTransfers: 'Vec<ArgonPrimitivesNotebookChainTransfer>',
2262
+ changedAccountsRoot: 'H256',
2263
+ changedAccountOrigins: 'Vec<ArgonPrimitivesBalanceChangeAccountOrigin>',
2264
+ blockVotesRoot: 'H256',
2265
+ blockVotesCount: 'Compact<u32>',
2266
+ blocksWithVotes: 'Vec<H256>',
2267
+ blockVotingPower: 'Compact<u128>',
2268
+ secretHash: 'H256',
2269
+ parentSecret: 'Option<H256>',
2270
+ domains: 'Vec<(H256,AccountId32)>',
2271
+ },
2272
+ /**
2273
+ * Lookup228: argon_primitives::notebook::ChainTransfer
2274
+ **/
2275
+ ArgonPrimitivesNotebookChainTransfer: {
2276
+ _enum: {
2277
+ ToMainchain: {
2278
+ accountId: 'AccountId32',
2279
+ amount: 'Compact<u128>',
2280
+ },
2281
+ ToLocalchain: {
2282
+ transferId: 'Compact<u32>',
2283
+ },
2284
+ },
2285
+ },
2286
+ /**
2287
+ * Lookup231: argon_primitives::balance_change::AccountOrigin
2288
+ **/
2289
+ ArgonPrimitivesBalanceChangeAccountOrigin: {
2290
+ notebookNumber: 'Compact<u32>',
2291
+ accountUid: 'Compact<u32>',
2292
+ },
2293
+ /**
2294
+ * Lookup238: pallet_localchain_transfer::pallet::Call<T>
2295
+ **/
2296
+ PalletLocalchainTransferCall: {
2297
+ _enum: {
2298
+ send_to_localchain: {
2299
+ amount: 'Compact<u128>',
2300
+ notaryId: 'u32',
2301
+ },
2302
+ },
2303
+ },
2304
+ /**
2305
+ * Lookup239: pallet_block_seal_spec::pallet::Call<T>
2306
+ **/
2307
+ PalletBlockSealSpecCall: {
2308
+ _enum: {
2309
+ configure: {
2310
+ voteMinimum: 'Option<u128>',
2311
+ computeDifficulty: 'Option<u128>',
2312
+ },
2313
+ },
2314
+ },
2315
+ /**
2316
+ * Lookup240: pallet_domains::pallet::Call<T>
2317
+ **/
2318
+ PalletDomainsCall: {
2319
+ _enum: {
2320
+ set_zone_record: {
2321
+ domainHash: 'H256',
2322
+ zoneRecord: 'ArgonPrimitivesDomainZoneRecord',
2323
+ },
2324
+ },
2325
+ },
2326
+ /**
2327
+ * Lookup241: pallet_price_index::pallet::Call<T>
2328
+ **/
2329
+ PalletPriceIndexCall: {
2330
+ _enum: {
2331
+ submit: {
2332
+ index: 'PalletPriceIndexPriceIndex',
2333
+ },
2334
+ set_operator: {
2335
+ accountId: 'AccountId32',
2336
+ },
2337
+ },
2338
+ },
2339
+ /**
2340
+ * Lookup242: pallet_price_index::PriceIndex
2341
+ **/
2342
+ PalletPriceIndexPriceIndex: {
2343
+ btcUsdPrice: 'Compact<u128>',
2344
+ argonotUsdPrice: 'u128',
2345
+ argonUsdPrice: 'Compact<u128>',
2346
+ argonUsdTargetPrice: 'u128',
2347
+ argonTimeWeightedAverageLiquidity: 'u128',
2348
+ tick: 'Compact<u64>',
2349
+ },
2350
+ /**
2351
+ * Lookup243: pallet_grandpa::pallet::Call<T>
2352
+ **/
2353
+ PalletGrandpaCall: {
2354
+ _enum: {
2355
+ report_equivocation: {
2356
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
2357
+ keyOwnerProof: 'SpCoreVoid',
2358
+ },
2359
+ report_equivocation_unsigned: {
2360
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
2361
+ keyOwnerProof: 'SpCoreVoid',
2362
+ },
2363
+ note_stalled: {
2364
+ delay: 'u32',
2365
+ bestFinalizedBlockNumber: 'u32',
2366
+ },
2367
+ },
2368
+ },
2369
+ /**
2370
+ * Lookup244: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2371
+ **/
2372
+ SpConsensusGrandpaEquivocationProof: {
2373
+ setId: 'u64',
2374
+ equivocation: 'SpConsensusGrandpaEquivocation',
2375
+ },
2376
+ /**
2377
+ * Lookup245: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2378
+ **/
2379
+ SpConsensusGrandpaEquivocation: {
2380
+ _enum: {
2381
+ Prevote: 'FinalityGrandpaEquivocationPrevote',
2382
+ Precommit: 'FinalityGrandpaEquivocationPrecommit',
2383
+ },
2384
+ },
2385
+ /**
2386
+ * Lookup246: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2387
+ **/
2388
+ FinalityGrandpaEquivocationPrevote: {
2389
+ roundNumber: 'u64',
2390
+ identity: 'SpConsensusGrandpaAppPublic',
2391
+ first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
2392
+ second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
2393
+ },
2394
+ /**
2395
+ * Lookup247: finality_grandpa::Prevote<primitive_types::H256, N>
2396
+ **/
2397
+ FinalityGrandpaPrevote: {
2398
+ targetHash: 'H256',
2399
+ targetNumber: 'u32',
2400
+ },
2401
+ /**
2402
+ * Lookup248: sp_consensus_grandpa::app::Signature
2403
+ **/
2404
+ SpConsensusGrandpaAppSignature: '[u8;64]',
2405
+ /**
2406
+ * Lookup250: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2407
+ **/
2408
+ FinalityGrandpaEquivocationPrecommit: {
2409
+ roundNumber: 'u64',
2410
+ identity: 'SpConsensusGrandpaAppPublic',
2411
+ first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
2412
+ second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
2413
+ },
2414
+ /**
2415
+ * Lookup251: finality_grandpa::Precommit<primitive_types::H256, N>
2416
+ **/
2417
+ FinalityGrandpaPrecommit: {
2418
+ targetHash: 'H256',
2419
+ targetNumber: 'u32',
2420
+ },
2421
+ /**
2422
+ * Lookup253: sp_core::Void
2423
+ **/
2424
+ SpCoreVoid: 'Null',
2425
+ /**
2426
+ * Lookup254: pallet_block_seal::pallet::Call<T>
2427
+ **/
2428
+ PalletBlockSealCall: {
2429
+ _enum: {
2430
+ apply: {
2431
+ seal: 'ArgonPrimitivesInherentsBlockSealInherent',
2432
+ },
2433
+ },
2434
+ },
2435
+ /**
2436
+ * Lookup255: argon_primitives::inherents::BlockSealInherent
2437
+ **/
2438
+ ArgonPrimitivesInherentsBlockSealInherent: {
2439
+ _enum: {
2440
+ Vote: {
2441
+ sealStrength: 'U256',
2442
+ notaryId: 'Compact<u32>',
2443
+ sourceNotebookNumber: 'Compact<u32>',
2444
+ sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
2445
+ blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
2446
+ minerNonceScore: 'Option<U256>',
2447
+ },
2448
+ Compute: 'Null',
2449
+ },
2450
+ },
2451
+ /**
2452
+ * Lookup256: argon_primitives::balance_change::MerkleProof
2453
+ **/
2454
+ ArgonPrimitivesBalanceChangeMerkleProof: {
2455
+ proof: 'Vec<H256>',
2456
+ numberOfLeaves: 'Compact<u32>',
2457
+ leafIndex: 'Compact<u32>',
2458
+ },
2459
+ /**
2460
+ * Lookup258: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
2461
+ **/
2462
+ ArgonPrimitivesBlockVoteBlockVoteT: {
2463
+ accountId: 'AccountId32',
2464
+ blockHash: 'H256',
2465
+ index: 'Compact<u32>',
2466
+ power: 'Compact<u128>',
2467
+ signature: 'SpRuntimeMultiSignature',
2468
+ blockRewardsAccountId: 'AccountId32',
2469
+ tick: 'Compact<u64>',
2470
+ },
2471
+ /**
2472
+ * Lookup259: sp_runtime::MultiSignature
2473
+ **/
2474
+ SpRuntimeMultiSignature: {
2475
+ _enum: {
2476
+ Ed25519: '[u8;64]',
2477
+ Sr25519: '[u8;64]',
2478
+ Ecdsa: '[u8;65]',
2479
+ Eth: '[u8;65]',
2480
+ },
2481
+ },
2482
+ /**
2483
+ * Lookup261: pallet_block_rewards::pallet::Call<T>
2484
+ **/
2485
+ PalletBlockRewardsCall: {
2486
+ _enum: {
2487
+ set_block_rewards_paused: {
2488
+ paused: 'bool',
2489
+ },
2490
+ },
2491
+ },
2492
+ /**
2493
+ * Lookup262: pallet_mint::pallet::Call<T>
2494
+ **/
2495
+ PalletMintCall: 'Null',
2496
+ /**
2497
+ * Lookup263: pallet_balances::pallet::Call<T, I>
2498
+ **/
2499
+ PalletBalancesCall: {
2500
+ _enum: {
2501
+ transfer_allow_death: {
2502
+ dest: 'MultiAddress',
2503
+ value: 'Compact<u128>',
2504
+ },
2505
+ __Unused1: 'Null',
2506
+ force_transfer: {
2507
+ source: 'MultiAddress',
2508
+ dest: 'MultiAddress',
2509
+ value: 'Compact<u128>',
2510
+ },
2511
+ transfer_keep_alive: {
2512
+ dest: 'MultiAddress',
2513
+ value: 'Compact<u128>',
2514
+ },
2515
+ transfer_all: {
2516
+ dest: 'MultiAddress',
2517
+ keepAlive: 'bool',
2518
+ },
2519
+ force_unreserve: {
2520
+ who: 'MultiAddress',
2521
+ amount: 'u128',
2522
+ },
2523
+ upgrade_accounts: {
2524
+ who: 'Vec<AccountId32>',
2525
+ },
2526
+ __Unused7: 'Null',
2527
+ force_set_balance: {
2528
+ who: 'MultiAddress',
2529
+ newFree: 'Compact<u128>',
2530
+ },
2531
+ force_adjust_total_issuance: {
2532
+ direction: 'PalletBalancesAdjustmentDirection',
2533
+ delta: 'Compact<u128>',
2534
+ },
2535
+ burn: {
2536
+ value: 'Compact<u128>',
2537
+ keepAlive: 'bool',
2538
+ },
2539
+ },
2540
+ },
2541
+ /**
2542
+ * Lookup264: pallet_balances::types::AdjustmentDirection
2543
+ **/
2544
+ PalletBalancesAdjustmentDirection: {
2545
+ _enum: ['Increase', 'Decrease'],
2546
+ },
2547
+ /**
2548
+ * Lookup266: pallet_tx_pause::pallet::Call<T>
2549
+ **/
2550
+ PalletTxPauseCall: {
2551
+ _enum: {
2552
+ pause: {
2553
+ fullName: '(Bytes,Bytes)',
2554
+ },
2555
+ unpause: {
2556
+ ident: '(Bytes,Bytes)',
2557
+ },
2558
+ },
2559
+ },
2560
+ /**
2561
+ * Lookup267: pallet_utility::pallet::Call<T>
2562
+ **/
2563
+ PalletUtilityCall: {
2564
+ _enum: {
2565
+ batch: {
2566
+ calls: 'Vec<Call>',
2567
+ },
2568
+ as_derivative: {
2569
+ index: 'u16',
2570
+ call: 'Call',
2571
+ },
2572
+ batch_all: {
2573
+ calls: 'Vec<Call>',
2574
+ },
2575
+ dispatch_as: {
2576
+ asOrigin: 'ArgonRuntimeOriginCaller',
2577
+ call: 'Call',
2578
+ },
2579
+ force_batch: {
2580
+ calls: 'Vec<Call>',
2581
+ },
2582
+ with_weight: {
2583
+ call: 'Call',
2584
+ weight: 'SpWeightsWeightV2Weight',
2585
+ },
2586
+ if_else: {
2587
+ main: 'Call',
2588
+ fallback: 'Call',
2589
+ },
2590
+ dispatch_as_fallible: {
2591
+ asOrigin: 'ArgonRuntimeOriginCaller',
2592
+ call: 'Call',
2593
+ },
2594
+ },
2595
+ },
2596
+ /**
2597
+ * Lookup269: pallet_sudo::pallet::Call<T>
2598
+ **/
2599
+ PalletSudoCall: {
2600
+ _enum: {
2601
+ sudo: {
2602
+ call: 'Call',
2603
+ },
2604
+ sudo_unchecked_weight: {
2605
+ call: 'Call',
2606
+ weight: 'SpWeightsWeightV2Weight',
2607
+ },
2608
+ set_key: {
2609
+ _alias: {
2610
+ new_: 'new',
2611
+ },
2612
+ new_: 'MultiAddress',
2613
+ },
2614
+ sudo_as: {
2615
+ who: 'MultiAddress',
2616
+ call: 'Call',
2617
+ },
2618
+ remove_key: 'Null',
2619
+ },
2620
+ },
2621
+ /**
2622
+ * Lookup270: pallet_treasury::pallet::Call<T>
2623
+ **/
2624
+ PalletTreasuryCall: {
2625
+ _enum: {
2626
+ __Unused0: 'Null',
2627
+ __Unused1: 'Null',
2628
+ __Unused2: 'Null',
2629
+ __Unused3: 'Null',
2630
+ buy_bonds: {
2631
+ vaultId: 'u32',
2632
+ bonds: 'u32',
2633
+ },
2634
+ liquidate_bond_lot: {
2635
+ bondLotId: 'u64',
2636
+ },
2637
+ },
2638
+ },
2639
+ /**
2640
+ * Lookup271: pallet_operational_accounts::pallet::Call<T>
2641
+ **/
2642
+ PalletOperationalAccountsCall: {
2643
+ _enum: {
2644
+ register: {
2645
+ registration: 'PalletOperationalAccountsRegistration',
2646
+ },
2647
+ __Unused1: 'Null',
2648
+ set_reward_config: {
2649
+ operationalReferralReward: 'u128',
2650
+ referralBonusReward: 'u128',
2651
+ },
2652
+ force_set_progress: {
2653
+ owner: 'AccountId32',
2654
+ patch: 'PalletOperationalAccountsOperationalProgressPatch',
2655
+ updateOperationalProgress: 'bool',
2656
+ },
2657
+ set_encrypted_server_for_sponsee: {
2658
+ sponsee: 'AccountId32',
2659
+ encryptedServer: 'Bytes',
2660
+ },
2661
+ activate: 'Null',
2662
+ claim_rewards: {
2663
+ amount: 'u128',
2664
+ },
2665
+ },
2666
+ },
2667
+ /**
2668
+ * Lookup272: pallet_operational_accounts::pallet::Registration<T>
2669
+ **/
2670
+ PalletOperationalAccountsRegistration: {
2671
+ _enum: {
2672
+ V1: 'PalletOperationalAccountsRegistrationV1',
2673
+ },
2674
+ },
2675
+ /**
2676
+ * Lookup273: pallet_operational_accounts::pallet::RegistrationV1<T>
2677
+ **/
2678
+ PalletOperationalAccountsRegistrationV1: {
2679
+ operationalAccount: 'AccountId32',
2680
+ encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
2681
+ operationalAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2682
+ vaultAccount: 'AccountId32',
2683
+ miningFundingAccount: 'AccountId32',
2684
+ miningBotAccount: 'AccountId32',
2685
+ vaultAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2686
+ miningFundingAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2687
+ miningBotAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
2688
+ referralProof: 'Option<PalletOperationalAccountsReferralProof>',
2689
+ },
2690
+ /**
2691
+ * Lookup274: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
2692
+ **/
2693
+ PalletOperationalAccountsOpaqueEncryptionPubkey: '[u8;32]',
2694
+ /**
2695
+ * Lookup275: pallet_operational_accounts::pallet::AccountOwnershipProof
2696
+ **/
2697
+ PalletOperationalAccountsAccountOwnershipProof: {
2698
+ signature: 'SpRuntimeMultiSignature',
2699
+ },
2700
+ /**
2701
+ * Lookup277: pallet_operational_accounts::pallet::ReferralProof<sp_core::crypto::AccountId32>
2702
+ **/
2703
+ PalletOperationalAccountsReferralProof: {
2704
+ referralCode: '[u8;32]',
2705
+ referralSignature: '[u8;64]',
2706
+ sponsor: 'AccountId32',
2707
+ expiresAtFrame: 'Compact<u64>',
2708
+ sponsorSignature: 'SpRuntimeMultiSignature',
2709
+ },
2710
+ /**
2711
+ * Lookup278: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
2712
+ **/
2713
+ PalletOperationalAccountsOperationalProgressPatch: {
2714
+ hasUniswapTransfer: 'Option<bool>',
2715
+ vaultCreated: 'Option<bool>',
2716
+ hasTreasuryPoolParticipation: 'Option<bool>',
2717
+ observedBitcoinTotal: 'Option<u128>',
2718
+ observedMiningSeatTotal: 'Option<u32>',
2719
+ },
2720
+ /**
2721
+ * Lookup280: pallet_ethereum_verifier::pallet::Call<T>
2722
+ **/
2723
+ PalletEthereumVerifierCall: {
2724
+ _enum: {
2725
+ force_checkpoint: {
2726
+ update: 'PalletEthereumVerifierCheckpointUpdate',
2727
+ forkVersions: 'PalletEthereumVerifierForkVersions',
2728
+ },
2729
+ submit: {
2730
+ update: 'PalletEthereumVerifierUpdate',
2731
+ },
2732
+ __Unused2: 'Null',
2733
+ set_operating_mode: {
2734
+ mode: 'PalletEthereumVerifierBasicOperatingMode',
2735
+ },
2736
+ },
2737
+ },
2738
+ /**
2739
+ * Lookup281: pallet_ethereum_verifier::types::CheckpointUpdate
2740
+ **/
2741
+ PalletEthereumVerifierCheckpointUpdate: {
2742
+ header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2743
+ currentSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
2744
+ currentSyncCommitteeBranch: 'Vec<H256>',
2745
+ validatorsRoot: 'H256',
2746
+ executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
2747
+ },
2748
+ /**
2749
+ * Lookup282: snowbridge_beacon_primitives::types::BeaconHeader
2750
+ **/
2751
+ SnowbridgeBeaconPrimitivesBeaconHeader: {
2752
+ slot: 'u64',
2753
+ proposerIndex: 'u64',
2754
+ parentRoot: 'H256',
2755
+ stateRoot: 'H256',
2756
+ bodyRoot: 'H256',
2757
+ },
2758
+ /**
2759
+ * Lookup283: pallet_ethereum_verifier::types::SyncCommittee
2760
+ **/
2761
+ PalletEthereumVerifierSyncCommittee: {
2762
+ pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
2763
+ aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey',
2764
+ },
2765
+ /**
2766
+ * Lookup285: snowbridge_beacon_primitives::types::PublicKey
2767
+ **/
2768
+ SnowbridgeBeaconPrimitivesPublicKey: '[u8;48]',
2769
+ /**
2770
+ * Lookup289: pallet_ethereum_verifier::types::ExecutionHeaderProof
2771
+ **/
2772
+ PalletEthereumVerifierExecutionHeaderProof: {
2773
+ executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
2774
+ executionBranch: 'Vec<H256>',
2775
+ },
2776
+ /**
2777
+ * Lookup290: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
2778
+ **/
2779
+ SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
2780
+ _enum: {
2781
+ Capella: 'SnowbridgeBeaconPrimitivesExecutionPayloadHeader',
2782
+ Deneb: 'SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader',
2783
+ },
2784
+ },
2785
+ /**
2786
+ * Lookup291: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
2787
+ **/
2788
+ SnowbridgeBeaconPrimitivesExecutionPayloadHeader: {
2789
+ parentHash: 'H256',
2790
+ feeRecipient: 'H160',
2791
+ stateRoot: 'H256',
2792
+ receiptsRoot: 'H256',
2793
+ logsBloom: 'Bytes',
2794
+ prevRandao: 'H256',
2795
+ blockNumber: 'u64',
2796
+ gasLimit: 'u64',
2797
+ gasUsed: 'u64',
2798
+ timestamp: 'u64',
2799
+ extraData: 'Bytes',
2800
+ baseFeePerGas: 'U256',
2801
+ blockHash: 'H256',
2802
+ transactionsRoot: 'H256',
2803
+ withdrawalsRoot: 'H256',
2804
+ },
2805
+ /**
2806
+ * Lookup292: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
2807
+ **/
2808
+ SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader: {
2809
+ parentHash: 'H256',
2810
+ feeRecipient: 'H160',
2811
+ stateRoot: 'H256',
2812
+ receiptsRoot: 'H256',
2813
+ logsBloom: 'Bytes',
2814
+ prevRandao: 'H256',
2815
+ blockNumber: 'u64',
2816
+ gasLimit: 'u64',
2817
+ gasUsed: 'u64',
2818
+ timestamp: 'u64',
2819
+ extraData: 'Bytes',
2820
+ baseFeePerGas: 'U256',
2821
+ blockHash: 'H256',
2822
+ transactionsRoot: 'H256',
2823
+ withdrawalsRoot: 'H256',
2824
+ blobGasUsed: 'u64',
2825
+ excessBlobGas: 'u64',
2826
+ },
2827
+ /**
2828
+ * Lookup293: pallet_ethereum_verifier::types::ForkVersions
2829
+ **/
2830
+ PalletEthereumVerifierForkVersions: {
2831
+ genesis: 'PalletEthereumVerifierFork',
2832
+ altair: 'PalletEthereumVerifierFork',
2833
+ bellatrix: 'PalletEthereumVerifierFork',
2834
+ capella: 'PalletEthereumVerifierFork',
2835
+ deneb: 'PalletEthereumVerifierFork',
2836
+ electra: 'PalletEthereumVerifierFork',
2837
+ fulu: 'PalletEthereumVerifierFork',
2838
+ },
2839
+ /**
2840
+ * Lookup294: pallet_ethereum_verifier::types::Fork
2841
+ **/
2842
+ PalletEthereumVerifierFork: {
2843
+ version: '[u8;4]',
2844
+ epoch: 'Compact<u64>',
2845
+ },
2846
+ /**
2847
+ * Lookup295: pallet_ethereum_verifier::types::Update
2848
+ **/
2849
+ PalletEthereumVerifierUpdate: {
2850
+ attestedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2851
+ syncAggregate: 'PalletEthereumVerifierSyncAggregate',
2852
+ signatureSlot: 'Compact<u64>',
2853
+ nextSyncCommitteeUpdate: 'Option<PalletEthereumVerifierNextSyncCommitteeUpdate>',
2854
+ finalizedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
2855
+ finalityBranch: 'Vec<H256>',
2856
+ executionHeaderProof: 'PalletEthereumVerifierExecutionHeaderProof',
2857
+ },
2858
+ /**
2859
+ * Lookup296: pallet_ethereum_verifier::types::SyncAggregate
2860
+ **/
2861
+ PalletEthereumVerifierSyncAggregate: {
2862
+ syncCommitteeBits: 'Bytes',
2863
+ syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature',
2864
+ },
2865
+ /**
2866
+ * Lookup298: snowbridge_beacon_primitives::types::Signature
2867
+ **/
2868
+ SnowbridgeBeaconPrimitivesSignature: '[u8;96]',
2869
+ /**
2870
+ * Lookup301: pallet_ethereum_verifier::types::NextSyncCommitteeUpdate
2871
+ **/
2872
+ PalletEthereumVerifierNextSyncCommitteeUpdate: {
2873
+ nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
2874
+ nextSyncCommitteeBranch: 'Vec<H256>',
2875
+ },
2876
+ /**
2877
+ * Lookup302: pallet_crosschain_transfer::pallet::Call<T>
2878
+ **/
2879
+ PalletCrosschainTransferCall: {
2880
+ _enum: {
2881
+ set_chain_config: {
2882
+ sourceChain: 'PalletCrosschainTransferSourceChain',
2883
+ config: 'PalletCrosschainTransferChainConfig',
2884
+ },
2885
+ force_set_global_issuance_council: {
2886
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2887
+ afterNonce: 'Compact<u64>',
2888
+ memberAccountIds: 'Vec<AccountId32>',
2889
+ },
2890
+ pause_gateway: {
2891
+ sourceChain: 'PalletCrosschainTransferSourceChain',
2892
+ },
2893
+ unpause_gateway: {
2894
+ sourceChain: 'PalletCrosschainTransferSourceChain',
2895
+ },
2896
+ set_minimum_minting_authority_value: {
2897
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2898
+ minimumValue: 'Compact<u128>',
2899
+ },
2900
+ set_minting_authority_activation_repayment_pricing: {
2901
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2902
+ pricing: 'PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing',
2903
+ },
2904
+ register_council_signer: {
2905
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2906
+ signingKey: 'H160',
2907
+ signature: '[u8;65]',
2908
+ },
2909
+ approve_queue_entries: {
2910
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2911
+ signatures: 'Vec<[u8;65]>',
2912
+ },
2913
+ prove_gateway_activity: {
2914
+ sourceChain: 'PalletCrosschainTransferSourceChain',
2915
+ previousGatewayActivityNonce: 'Compact<u64>',
2916
+ proofBatch: 'ArgonPrimitivesEthereumEthereumReceiptLogProofBatch',
2917
+ },
2918
+ register_minting_authority: {
2919
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2920
+ destinationSigningKey: 'H160',
2921
+ signature: '[u8;65]',
2922
+ microgonCollateral: 'Compact<u128>',
2923
+ micronotCollateral: 'Compact<u128>',
2924
+ },
2925
+ deactivate_minting_authority: {
2926
+ destinationSigningKey: 'H160',
2927
+ signature: '[u8;65]',
2928
+ },
2929
+ transfer_out: {
2930
+ destinationChain: 'PalletCrosschainTransferSourceChain',
2931
+ asset: 'PalletCrosschainTransferAssetKind',
2932
+ destinationAccount: 'H160',
2933
+ amount: 'Compact<u128>',
2934
+ },
2935
+ collateralize_transfer: {
2936
+ transferId: 'H256',
2937
+ signature: '[u8;65]',
2938
+ microgonCollateral: 'Compact<u128>',
2939
+ micronotCollateral: 'Compact<u128>',
2940
+ },
2941
+ },
2942
+ },
2943
+ /**
2944
+ * Lookup303: pallet_crosschain_transfer::pallet::ChainConfig
2945
+ **/
2946
+ PalletCrosschainTransferChainConfig: {
2947
+ _enum: {
2948
+ Evm: {
2949
+ chainId: 'Compact<u64>',
2950
+ gateway: 'H160',
2951
+ argonToken: 'H160',
2952
+ argonotToken: 'H160',
2953
+ },
2954
+ },
2955
+ },
2956
+ /**
2957
+ * Lookup305: pallet_crosschain_transfer::pallet::MintingAuthorityActivationRepaymentPricing<T>
2958
+ **/
2959
+ PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing: {
2960
+ activationGasCost: 'Compact<u128>',
2961
+ signatureGasCost: 'Compact<u128>',
2962
+ estimatedWeiPerGas: 'Compact<u128>',
2963
+ estimatedMicrogonsPerEth: 'u128',
2964
+ },
2965
+ /**
2966
+ * Lookup308: argon_primitives::ethereum::EthereumReceiptLogProofBatch<MaxProofBlocks, MaxReceiptLogs>
2967
+ **/
2968
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: {
2969
+ executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
2970
+ blocks: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>',
2971
+ },
2972
+ /**
2973
+ * Lookup309: argon_primitives::ethereum::EthereumExecutionBlockProof
2974
+ **/
2975
+ ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
2976
+ anchorBlockHash: 'H256',
2977
+ targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>',
2978
+ },
2979
+ /**
2980
+ * Lookup311: argon_primitives::ethereum::EthereumExecutionHeader
2981
+ **/
2982
+ ArgonPrimitivesEthereumEthereumExecutionHeader: {
2983
+ rlp: 'Bytes',
2984
+ },
2985
+ /**
2986
+ * Lookup315: argon_primitives::ethereum::EthereumReceiptLogProofBlock<MaxReceiptLogs>
2987
+ **/
2988
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: {
2989
+ targetBlockNumber: 'Compact<u64>',
2990
+ receiptProof: 'ArgonPrimitivesEthereumEthereumCombinedReceiptProof',
2991
+ receiptLogs: 'Vec<ArgonPrimitivesEthereumEthereumReceiptLog>',
2992
+ },
2993
+ /**
2994
+ * Lookup316: argon_primitives::ethereum::EthereumCombinedReceiptProof
2995
+ **/
2996
+ ArgonPrimitivesEthereumEthereumCombinedReceiptProof: {
2997
+ nodes: 'Vec<Bytes>',
2998
+ receipts: 'Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>',
2999
+ },
3000
+ /**
3001
+ * Lookup320: argon_primitives::ethereum::EthereumReceiptProofReceipt
3002
+ **/
3003
+ ArgonPrimitivesEthereumEthereumReceiptProofReceipt: {
3004
+ transactionIndex: 'Compact<u64>',
3005
+ nodeIndexes: 'Vec<u16>',
3006
+ },
3007
+ /**
3008
+ * Lookup325: argon_primitives::ethereum::EthereumReceiptLog
3009
+ **/
3010
+ ArgonPrimitivesEthereumEthereumReceiptLog: {
3011
+ transactionIndex: 'Compact<u64>',
3012
+ eventLog: 'ArgonPrimitivesEthereumEthereumLog',
3013
+ },
3014
+ /**
3015
+ * Lookup326: argon_primitives::ethereum::EthereumLog
3016
+ **/
3017
+ ArgonPrimitivesEthereumEthereumLog: {
3018
+ address: 'H160',
3019
+ topics: 'Vec<H256>',
3020
+ data: 'Bytes',
3021
+ },
3022
+ /**
3023
+ * Lookup332: pallet_multisig::pallet::Error<T>
3024
+ **/
3025
+ PalletMultisigError: {
3026
+ _enum: [
3027
+ 'MinimumThreshold',
3028
+ 'AlreadyApproved',
3029
+ 'NoApprovalsNeeded',
3030
+ 'TooFewSignatories',
3031
+ 'TooManySignatories',
3032
+ 'SignatoriesOutOfOrder',
3033
+ 'SenderInSignatories',
3034
+ 'NotFound',
3035
+ 'NotOwner',
3036
+ 'NoTimepoint',
3037
+ 'WrongTimepoint',
3038
+ 'UnexpectedTimepoint',
3039
+ 'MaxWeightTooLow',
3040
+ 'AlreadyStored',
3041
+ ],
3042
+ },
3043
+ /**
3044
+ * Lookup335: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
3045
+ **/
3046
+ PalletProxyProxyDefinition: {
3047
+ delegate: 'AccountId32',
3048
+ proxyType: 'ArgonRuntimeProxyType',
3049
+ delay: 'u32',
3050
+ },
3051
+ /**
3052
+ * Lookup339: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
3053
+ **/
3054
+ PalletProxyAnnouncement: {
3055
+ real: 'AccountId32',
3056
+ callHash: 'H256',
3057
+ height: 'u32',
3058
+ },
3059
+ /**
3060
+ * Lookup341: pallet_proxy::pallet::Error<T>
3061
+ **/
3062
+ PalletProxyError: {
3063
+ _enum: [
3064
+ 'TooMany',
3065
+ 'NotFound',
3066
+ 'NotProxy',
3067
+ 'Unproxyable',
3068
+ 'Duplicate',
3069
+ 'NoPermission',
3070
+ 'Unannounced',
3071
+ 'NoSelfProxy',
3072
+ ],
3073
+ },
3074
+ /**
3075
+ * Lookup342: argon_primitives::tick::Ticker
3076
+ **/
3077
+ ArgonPrimitivesTickTicker: {
3078
+ tickDurationMillis: 'Compact<u64>',
3079
+ channelHoldExpirationTicks: 'Compact<u64>',
3080
+ },
3081
+ /**
3082
+ * Lookup344: pallet_ticks::pallet::Error<T>
3083
+ **/
3084
+ PalletTicksError: 'Null',
3085
+ /**
3086
+ * Lookup347: pallet_mining_slot::MinerNonceScoring<T>
3087
+ **/
3088
+ PalletMiningSlotMinerNonceScoring: {
3089
+ nonce: 'U256',
3090
+ lastWinBlock: 'Option<u32>',
3091
+ blocksWonInFrame: 'u16',
3092
+ frameStartBlocksWonSurplus: 'i16',
3093
+ },
3094
+ /**
3095
+ * Lookup359: argon_primitives::block_seal::MiningBidStats
3096
+ **/
3097
+ ArgonPrimitivesBlockSealMiningBidStats: {
3098
+ bidsCount: 'u32',
3099
+ bidAmountMin: 'u128',
3100
+ bidAmountMax: 'u128',
3101
+ bidAmountSum: 'u128',
3102
+ },
3103
+ /**
3104
+ * Lookup363: argon_primitives::block_seal::MiningSlotConfig
3105
+ **/
3106
+ ArgonPrimitivesBlockSealMiningSlotConfig: {
3107
+ ticksBeforeBidEndForVrfClose: 'Compact<u64>',
3108
+ ticksBetweenSlots: 'Compact<u64>',
3109
+ slotBiddingStartAfterTicks: 'Compact<u64>',
3110
+ },
3111
+ /**
3112
+ * Lookup374: pallet_mining_slot::pallet::Error<T>
3113
+ **/
3114
+ PalletMiningSlotError: {
3115
+ _enum: [
3116
+ 'SlotNotTakingBids',
3117
+ 'TooManyBlockRegistrants',
3118
+ 'InsufficientOwnershipTokens',
3119
+ 'BidTooLow',
3120
+ 'CannotRegisterOverlappingSessions',
3121
+ 'CannotChangeFundingAccount',
3122
+ 'InsufficientFunds',
3123
+ 'BidCannotBeReduced',
3124
+ 'InvalidBidAmount',
3125
+ 'UnrecoverableHold',
3126
+ ],
3127
+ },
3128
+ /**
3129
+ * Lookup375: argon_primitives::bitcoin::UtxoValue
3130
+ **/
3131
+ ArgonPrimitivesBitcoinUtxoValue: {
3132
+ utxoId: 'u64',
3133
+ scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
3134
+ satoshis: 'Compact<u64>',
3135
+ submittedAtHeight: 'Compact<u64>',
3136
+ watchForSpentUntilHeight: 'Compact<u64>',
3137
+ },
3138
+ /**
3139
+ * Lookup376: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
3140
+ **/
3141
+ ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
3142
+ _enum: {
3143
+ P2WSH: {
3144
+ wscriptHash: 'H256',
3145
+ },
3146
+ },
3147
+ },
3148
+ /**
3149
+ * Lookup385: argon_primitives::bitcoin::BitcoinNetwork
3150
+ **/
3151
+ ArgonPrimitivesBitcoinBitcoinNetwork: {
3152
+ _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
3153
+ },
3154
+ /**
3155
+ * Lookup386: pallet_bitcoin_utxos::pallet::Error<T>
3156
+ **/
3157
+ PalletBitcoinUtxosError: {
3158
+ _enum: [
3159
+ 'NoPermissions',
3160
+ 'NoBitcoinConfirmedBlock',
3161
+ 'InsufficientBitcoinAmount',
3162
+ 'NoBitcoinPricesAvailable',
3163
+ 'ScriptPubkeyConflict',
3164
+ 'UtxoNotLocked',
3165
+ 'RedemptionsUnavailable',
3166
+ 'InvalidBitcoinSyncHeight',
3167
+ 'BitcoinHeightNotConfirmed',
3168
+ 'MaxUtxosExceeded',
3169
+ 'InvalidBitcoinScript',
3170
+ 'DuplicateUtxoId',
3171
+ 'MaxCandidateUtxosExceeded',
3172
+ 'UtxoNotCandidate',
3173
+ 'LockAlreadyFunded',
3174
+ ],
3175
+ },
3176
+ /**
3177
+ * Lookup387: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
3178
+ **/
3179
+ ArgonPrimitivesVault: {
3180
+ operatorAccountId: 'AccountId32',
3181
+ bitcoinLockDelegateAccount: 'Option<AccountId32>',
3182
+ name: 'Option<Bytes>',
3183
+ lastNameChangeTick: 'Option<u64>',
3184
+ securitization: 'Compact<u128>',
3185
+ securitizationTarget: 'Compact<u128>',
3186
+ securitizationLocked: 'Compact<u128>',
3187
+ securitizationPendingActivation: 'Compact<u128>',
3188
+ lockedSatoshis: 'Compact<u64>',
3189
+ securitizedSatoshis: 'Compact<u64>',
3190
+ securitizationReleaseSchedule: 'BTreeMap<u64, u128>',
3191
+ securitizationRatio: 'Compact<u128>',
3192
+ isClosed: 'bool',
3193
+ terms: 'ArgonPrimitivesVaultVaultTerms',
3194
+ pendingTerms: 'Option<(u64,ArgonPrimitivesVaultVaultTerms)>',
3195
+ openedTick: 'Compact<u64>',
3196
+ operationalMinimumReleaseTick: 'Option<u64>',
3197
+ },
3198
+ /**
3199
+ * Lookup394: argon_primitives::vault::VaultArgonotCommitment<Balance>
3200
+ **/
3201
+ ArgonPrimitivesVaultVaultArgonotCommitment: {
3202
+ committedMicronots: 'Compact<u128>',
3203
+ encumberedMicronots: 'Compact<u128>',
3204
+ },
3205
+ /**
3206
+ * Lookup396: argon_primitives::bitcoin::BitcoinXPub
3207
+ **/
3208
+ ArgonPrimitivesBitcoinBitcoinXPub: {
3209
+ publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
3210
+ depth: 'Compact<u8>',
3211
+ parentFingerprint: '[u8;4]',
3212
+ childNumber: 'Compact<u32>',
3213
+ chainCode: '[u8;32]',
3214
+ network: 'ArgonPrimitivesBitcoinNetworkKind',
3215
+ },
3216
+ /**
3217
+ * Lookup398: argon_primitives::bitcoin::NetworkKind
3218
+ **/
3219
+ ArgonPrimitivesBitcoinNetworkKind: {
3220
+ _enum: ['Main', 'Test'],
3221
+ },
3222
+ /**
3223
+ * Lookup407: pallet_vaults::pallet::VaultFrameRevenue<T>
3224
+ **/
3225
+ PalletVaultsVaultFrameRevenue: {
3226
+ frameId: 'Compact<u64>',
3227
+ bitcoinLockFeeRevenue: 'Compact<u128>',
3228
+ bitcoinLockFeeCouponValueUsed: 'Compact<u128>',
3229
+ bitcoinLocksCreated: 'Compact<u32>',
3230
+ bitcoinLocksNewLiquidityPromised: 'Compact<u128>',
3231
+ bitcoinLocksReleasedLiquidity: 'Compact<u128>',
3232
+ bitcoinLocksAddedSatoshis: 'Compact<u64>',
3233
+ bitcoinLocksReleasedSatoshis: 'Compact<u64>',
3234
+ securitizationActivated: 'Compact<u128>',
3235
+ securitizationRelockable: 'Compact<u128>',
3236
+ securitization: 'Compact<u128>',
3237
+ treasuryVaultEarnings: 'Compact<u128>',
3238
+ treasuryTotalEarnings: 'Compact<u128>',
3239
+ treasuryVaultCapital: 'Compact<u128>',
3240
+ treasuryExternalCapital: 'Compact<u128>',
3241
+ uncollectedRevenue: 'Compact<u128>',
3242
+ },
3243
+ /**
3244
+ * Lookup410: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
3245
+ **/
3246
+ PalletVaultsRecentCapacityDrop: {
3247
+ blockNumber: 'Compact<u32>',
3248
+ availableBeforeDrop: 'Compact<u128>',
3249
+ availableAfterDrop: 'Compact<u128>',
3250
+ noFeeFailuresUsed: 'Compact<u32>',
3251
+ },
3252
+ /**
3253
+ * Lookup412: pallet_vaults::pallet::Error<T>
3254
+ **/
3255
+ PalletVaultsError: {
3256
+ _enum: [
3257
+ 'NoMoreVaultIds',
3258
+ 'InsufficientFunds',
3259
+ 'InsufficientVaultFunds',
3260
+ 'AccountBelowMinimumBalance',
3261
+ 'VaultClosed',
3262
+ 'InvalidVaultAmount',
3263
+ 'VaultReductionBelowSecuritization',
3264
+ 'InvalidSecuritization',
3265
+ 'ReusedVaultBitcoinXpub',
3266
+ 'InvalidBitcoinScript',
3267
+ 'InvalidXpubkey',
3268
+ 'WrongXpubNetwork',
3269
+ 'UnsafeXpubkey',
3270
+ 'UnableToDeriveVaultXpubChild',
3271
+ 'BitcoinConversionFailed',
3272
+ 'NoPermissions',
3273
+ 'HoldUnexpectedlyModified',
3274
+ 'UnrecoverableHold',
3275
+ 'VaultNotFound',
3276
+ 'VaultNotYetActive',
3277
+ 'NoVaultBitcoinPubkeysAvailable',
3278
+ 'TermsModificationOverflow',
3279
+ 'TermsChangeAlreadyScheduled',
3280
+ 'InternalError',
3281
+ 'UnableToGenerateVaultBitcoinPubkey',
3282
+ 'FundingChangeAlreadyScheduled',
3283
+ 'InvalidVaultName',
3284
+ 'PendingCosignsBeforeCollect',
3285
+ 'PendingOrphanedUtxoCosignsBeforeCollect',
3286
+ 'OverdueCollectBlockersBeforeCollect',
3287
+ 'AccountAlreadyHasVault',
3288
+ 'CommittedArgonotsBelowEncumberedBacking',
3289
+ ],
3290
+ },
3291
+ /**
3292
+ * Lookup413: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
3293
+ **/
3294
+ PalletBitcoinLocksLockedBitcoin: {
3295
+ vaultId: 'Compact<u32>',
3296
+ liquidityPromised: 'Compact<u128>',
3297
+ lockedTargetPrice: 'Compact<u128>',
3298
+ ownerAccount: 'AccountId32',
3299
+ securitizationRatio: 'u128',
3300
+ securityFees: 'Compact<u128>',
3301
+ couponPaidFees: 'Compact<u128>',
3302
+ satoshis: 'Compact<u64>',
3303
+ utxoSatoshis: 'Option<u64>',
3304
+ vaultPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
3305
+ vaultClaimPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
3306
+ vaultXpubSources: '([u8;4],u32,u32)',
3307
+ ownerPubkey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
3308
+ vaultClaimHeight: 'Compact<u64>',
3309
+ openClaimHeight: 'Compact<u64>',
3310
+ createdAtHeight: 'Compact<u64>',
3311
+ utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
3312
+ isFunded: 'bool',
3313
+ fundHoldExtensions: 'BTreeMap<u64, u128>',
3314
+ createdAtArgonBlock: 'Compact<u32>',
3315
+ },
3316
+ /**
3317
+ * Lookup416: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
3318
+ **/
3319
+ PalletBitcoinLocksLockReleaseRequest: {
3320
+ utxoId: 'Compact<u64>',
3321
+ vaultId: 'Compact<u32>',
3322
+ bitcoinNetworkFee: 'Compact<u64>',
3323
+ cosignDueFrame: 'Compact<u64>',
3324
+ toScriptPubkey: 'Bytes',
3325
+ redemptionAmount: 'Compact<u128>',
3326
+ },
3327
+ /**
3328
+ * Lookup418: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
3329
+ **/
3330
+ PalletBitcoinLocksOrphanedUtxo: {
3331
+ utxoId: 'Compact<u64>',
3332
+ vaultId: 'Compact<u32>',
3333
+ satoshis: 'Compact<u64>',
3334
+ recordedArgonBlockNumber: 'Compact<u32>',
3335
+ cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>',
3336
+ },
3337
+ /**
3338
+ * Lookup420: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
3339
+ **/
3340
+ PalletBitcoinLocksOrphanedUtxoCosignRequest: {
3341
+ bitcoinNetworkFee: 'u64',
3342
+ toScriptPubkey: 'Bytes',
3343
+ createdAtArgonBlockNumber: 'u32',
3344
+ },
3345
+ /**
3346
+ * Lookup427: pallet_bitcoin_locks::pallet::Error<T>
3347
+ **/
3348
+ PalletBitcoinLocksError: {
3349
+ _enum: {
3350
+ InsufficientFunds: 'Null',
3351
+ InsufficientVaultFunds: 'Null',
3352
+ AccountWouldGoBelowMinimumBalance: 'Null',
3353
+ VaultClosed: 'Null',
3354
+ InvalidVaultAmount: 'Null',
3355
+ RedemptionNotLocked: 'Null',
3356
+ BitcoinReleaseInitiationDeadlinePassed: 'Null',
3357
+ BitcoinFeeTooHigh: 'Null',
3358
+ BitcoinUtxoNotFound: 'Null',
3359
+ BitcoinUnableToBeDecodedForRelease: 'Null',
3360
+ BitcoinSignatureUnableToBeDecoded: 'Null',
3361
+ BitcoinPubkeyUnableToBeDecoded: 'Null',
3362
+ BitcoinInvalidCosignature: 'Null',
3363
+ InsufficientSatoshisLocked: 'Null',
3364
+ NoBitcoinPricesAvailable: 'Null',
3365
+ InvalidBitcoinScript: 'Null',
3366
+ NoPermissions: 'Null',
3367
+ HoldUnexpectedlyModified: 'Null',
3368
+ UnrecoverableHold: 'Null',
3369
+ VaultNotFound: 'Null',
3370
+ GenericVaultError: 'ArgonPrimitivesVaultVaultError',
3371
+ LockNotFound: 'Null',
3372
+ NoVaultBitcoinPubkeysAvailable: 'Null',
3373
+ UnableToGenerateVaultBitcoinPubkey: 'Null',
3374
+ VaultNotYetActive: 'Null',
3375
+ ExpirationAtBlockOverflow: 'Null',
3376
+ NoRatchetingAvailable: 'Null',
3377
+ LockInProcessOfRelease: 'Null',
3378
+ LockPendingFunding: 'Null',
3379
+ OverflowError: 'Null',
3380
+ IneligibleMicrogonRateRequested: 'Null',
3381
+ OrphanedUtxoFundingConflict: 'Null',
3382
+ OrphanedUtxoReleaseRequested: 'Null',
3383
+ FundingUtxoCannotBeReleased: 'Null',
3384
+ MaxOrphanedUtxoReleaseRequestsExceeded: 'Null',
3385
+ },
3386
+ },
3387
+ /**
3388
+ * Lookup428: argon_primitives::vault::VaultError
3389
+ **/
3390
+ ArgonPrimitivesVaultVaultError: {
3391
+ _enum: [
3392
+ 'VaultClosed',
3393
+ 'AccountWouldBeBelowMinimum',
3394
+ 'InsufficientFunds',
3395
+ 'InsufficientVaultFunds',
3396
+ 'HoldUnexpectedlyModified',
3397
+ 'UnrecoverableHold',
3398
+ 'VaultNotFound',
3399
+ 'NoVaultBitcoinPubkeysAvailable',
3400
+ 'UnableToGenerateVaultBitcoinPubkey',
3401
+ 'InvalidBitcoinScript',
3402
+ 'InternalError',
3403
+ 'VaultNotYetActive',
3404
+ 'CommittedArgonotsBelowEncumberedBacking',
3405
+ ],
3406
+ },
3407
+ /**
3408
+ * Lookup440: pallet_notaries::pallet::Error<T>
3409
+ **/
3410
+ PalletNotariesError: {
3411
+ _enum: [
3412
+ 'ProposalNotFound',
3413
+ 'MaxNotariesExceeded',
3414
+ 'MaxProposalsPerBlockExceeded',
3415
+ 'NotAnActiveNotary',
3416
+ 'InvalidNotaryOperator',
3417
+ 'NoMoreNotaryIds',
3418
+ 'EffectiveTickTooSoon',
3419
+ 'TooManyKeys',
3420
+ 'InvalidNotary',
3421
+ ],
3422
+ },
3423
+ /**
3424
+ * Lookup444: argon_primitives::notary::NotaryNotebookKeyDetails
3425
+ **/
3426
+ ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
3427
+ notebookNumber: 'Compact<u32>',
3428
+ tick: 'Compact<u64>',
3429
+ blockVotesRoot: 'H256',
3430
+ secretHash: 'H256',
3431
+ parentSecret: 'Option<H256>',
3432
+ },
3433
+ /**
3434
+ * Lookup447: pallet_notebook::pallet::Error<T>
3435
+ **/
3436
+ PalletNotebookError: {
3437
+ _enum: [
3438
+ 'DuplicateNotebookNumber',
3439
+ 'MissingNotebookNumber',
3440
+ 'NotebookTickAlreadyUsed',
3441
+ 'InvalidNotebookSignature',
3442
+ 'InvalidSecretProvided',
3443
+ 'CouldNotDecodeNotebook',
3444
+ 'DuplicateNotebookDigest',
3445
+ 'MissingNotebookDigest',
3446
+ 'InvalidNotebookDigest',
3447
+ 'MultipleNotebookInherentsProvided',
3448
+ 'InternalError',
3449
+ 'NotebookSubmittedForLockedNotary',
3450
+ 'InvalidReprocessNotebook',
3451
+ 'InvalidNotaryOperator',
3452
+ 'InvalidNotebookSubmissionTick',
3453
+ ],
3454
+ },
3455
+ /**
3456
+ * Lookup448: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
3457
+ **/
3458
+ PalletLocalchainTransferQueuedTransferOut: {
3459
+ accountId: 'AccountId32',
3460
+ amount: 'u128',
3461
+ expirationTick: 'u64',
3462
+ notaryId: 'u32',
3463
+ },
3464
+ /**
3465
+ * Lookup450: frame_support::PalletId
3466
+ **/
3467
+ FrameSupportPalletId: '[u8;8]',
3468
+ /**
3469
+ * Lookup451: pallet_localchain_transfer::pallet::Error<T>
3470
+ **/
3471
+ PalletLocalchainTransferError: {
3472
+ _enum: [
3473
+ 'MaxBlockTransfersExceeded',
3474
+ 'InsufficientFunds',
3475
+ 'InsufficientNotarizedFunds',
3476
+ 'InvalidOrDuplicatedLocalchainTransfer',
3477
+ 'NotebookIncludesExpiredLocalchainTransfer',
3478
+ 'InvalidNotaryUsedForTransfer',
3479
+ 'NotaryLockedForTransfer',
3480
+ 'NoAvailableTransferId',
3481
+ ],
3482
+ },
3483
+ /**
3484
+ * Lookup455: argon_primitives::notary::NotaryNotebookVoteDigestDetails
3485
+ **/
3486
+ ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
3487
+ notaryId: 'Compact<u32>',
3488
+ notebookNumber: 'Compact<u32>',
3489
+ tick: 'Compact<u64>',
3490
+ blockVotesCount: 'Compact<u32>',
3491
+ blockVotingPower: 'Compact<u128>',
3492
+ },
3493
+ /**
3494
+ * Lookup460: pallet_block_seal_spec::pallet::Error<T>
3495
+ **/
3496
+ PalletBlockSealSpecError: {
3497
+ _enum: ['MaxNotebooksAtTickExceeded'],
3498
+ },
3499
+ /**
3500
+ * Lookup462: pallet_domains::pallet::Error<T>
3501
+ **/
3502
+ PalletDomainsError: {
3503
+ _enum: [
3504
+ 'DomainNotRegistered',
3505
+ 'NotDomainOwner',
3506
+ 'FailedToAddToAddressHistory',
3507
+ 'FailedToAddExpiringDomain',
3508
+ 'AccountDecodingError',
3509
+ ],
3510
+ },
3511
+ /**
3512
+ * Lookup464: pallet_price_index::CpiMeasurementBucket
3513
+ **/
3514
+ PalletPriceIndexCpiMeasurementBucket: {
3515
+ tickRange: '(u64,u64)',
3516
+ totalCpi: 'i128',
3517
+ measurementsCount: 'u32',
3518
+ },
3519
+ /**
3520
+ * Lookup467: pallet_price_index::pallet::Error<T>
3521
+ **/
3522
+ PalletPriceIndexError: {
3523
+ _enum: [
3524
+ 'NotAuthorizedOperator',
3525
+ 'MissingValue',
3526
+ 'PricesTooOld',
3527
+ 'MaxPriceChangePerTickExceeded',
3528
+ ],
3529
+ },
3530
+ /**
3531
+ * Lookup468: pallet_grandpa::StoredState<N>
3532
+ **/
3533
+ PalletGrandpaStoredState: {
3534
+ _enum: {
3535
+ Live: 'Null',
3536
+ PendingPause: {
3537
+ scheduledAt: 'u32',
3538
+ delay: 'u32',
3539
+ },
3540
+ Paused: 'Null',
3541
+ PendingResume: {
3542
+ scheduledAt: 'u32',
3543
+ delay: 'u32',
3544
+ },
3545
+ },
3546
+ },
3547
+ /**
3548
+ * Lookup469: pallet_grandpa::StoredPendingChange<N, Limit>
3549
+ **/
3550
+ PalletGrandpaStoredPendingChange: {
3551
+ scheduledAt: 'u32',
3552
+ delay: 'u32',
3553
+ nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
3554
+ forced: 'Option<u32>',
3555
+ },
3556
+ /**
3557
+ * Lookup471: pallet_grandpa::pallet::Error<T>
3558
+ **/
3559
+ PalletGrandpaError: {
3560
+ _enum: [
3561
+ 'PauseFailed',
3562
+ 'ResumeFailed',
3563
+ 'ChangePending',
3564
+ 'TooSoon',
3565
+ 'InvalidKeyOwnershipProof',
3566
+ 'InvalidEquivocationProof',
3567
+ 'DuplicateOffenceReport',
3568
+ ],
3569
+ },
3570
+ /**
3571
+ * Lookup472: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
3572
+ **/
3573
+ ArgonPrimitivesProvidersBlockSealerInfo: {
3574
+ blockAuthorAccountId: 'AccountId32',
3575
+ blockVoteRewardsAccount: 'Option<AccountId32>',
3576
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
3577
+ },
3578
+ /**
3579
+ * Lookup474: pallet_block_seal::pallet::Error<T>
3580
+ **/
3581
+ PalletBlockSealError: {
3582
+ _enum: [
3583
+ 'InvalidVoteSealStrength',
3584
+ 'InvalidSubmitter',
3585
+ 'UnableToDecodeVoteAccount',
3586
+ 'UnregisteredBlockAuthor',
3587
+ 'InvalidBlockVoteProof',
3588
+ 'NoGrandparentVoteMinimum',
3589
+ 'DuplicateBlockSealProvided',
3590
+ 'InsufficientVotingPower',
3591
+ 'ParentVotingKeyNotFound',
3592
+ 'InvalidVoteGrandparentHash',
3593
+ 'IneligibleNotebookUsed',
3594
+ 'NoEligibleVotingRoot',
3595
+ 'CouldNotDecodeVote',
3596
+ 'MaxNotebooksAtTickExceeded',
3597
+ 'NoClosestMinerFoundForVote',
3598
+ 'BlockVoteInvalidSignature',
3599
+ 'InvalidForkPowerParent',
3600
+ 'BlockSealDecodeError',
3601
+ 'InvalidComputeBlockTick',
3602
+ 'InvalidMinerNonceScore',
3603
+ 'DuplicateVoteBlockAtTick',
3604
+ ],
3605
+ },
3606
+ /**
3607
+ * Lookup478: pallet_block_rewards::pallet::Error<T>
3608
+ **/
3609
+ PalletBlockRewardsError: 'Null',
3610
+ /**
3611
+ * Lookup484: pallet_mint::pallet::MintAction<B>
3612
+ **/
3613
+ PalletMintMintAction: {
3614
+ argonBurned: 'u128',
3615
+ argonMinted: 'u128',
3616
+ bitcoinMinted: 'u128',
3617
+ },
3618
+ /**
3619
+ * Lookup485: pallet_mint::pallet::Error<T>
3620
+ **/
3621
+ PalletMintError: {
3622
+ _enum: ['TooManyPendingMints'],
3623
+ },
3624
+ /**
3625
+ * Lookup487: pallet_balances::types::BalanceLock<Balance>
3626
+ **/
3627
+ PalletBalancesBalanceLock: {
3628
+ id: '[u8;8]',
3629
+ amount: 'u128',
3630
+ reasons: 'PalletBalancesReasons',
3631
+ },
3632
+ /**
3633
+ * Lookup488: pallet_balances::types::Reasons
3634
+ **/
3635
+ PalletBalancesReasons: {
3636
+ _enum: ['Fee', 'Misc', 'All'],
3637
+ },
3638
+ /**
3639
+ * Lookup491: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
3640
+ **/
3641
+ PalletBalancesReserveData: {
3642
+ id: '[u8;8]',
3643
+ amount: 'u128',
3644
+ },
3645
+ /**
3646
+ * Lookup494: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
3647
+ **/
3648
+ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
3649
+ id: 'ArgonRuntimeRuntimeHoldReason',
3650
+ amount: 'u128',
3651
+ },
3652
+ /**
3653
+ * Lookup497: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
3654
+ **/
3655
+ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
3656
+ id: 'ArgonRuntimeRuntimeFreezeReason',
3657
+ amount: 'u128',
3658
+ },
3659
+ /**
3660
+ * Lookup498: argon_runtime::RuntimeFreezeReason
3661
+ **/
3662
+ ArgonRuntimeRuntimeFreezeReason: {
3663
+ _enum: {
3664
+ __Unused0: 'Null',
3665
+ __Unused1: 'Null',
3666
+ __Unused2: 'Null',
3667
+ __Unused3: 'Null',
3668
+ __Unused4: 'Null',
3669
+ __Unused5: 'Null',
3670
+ __Unused6: 'Null',
3671
+ __Unused7: 'Null',
3672
+ __Unused8: 'Null',
3673
+ __Unused9: 'Null',
3674
+ __Unused10: 'Null',
3675
+ __Unused11: 'Null',
3676
+ __Unused12: 'Null',
3677
+ __Unused13: 'Null',
3678
+ __Unused14: 'Null',
3679
+ __Unused15: 'Null',
3680
+ __Unused16: 'Null',
3681
+ __Unused17: 'Null',
3682
+ __Unused18: 'Null',
3683
+ BlockRewards: 'PalletBlockRewardsFreezeReason',
3684
+ },
3685
+ },
3686
+ /**
3687
+ * Lookup499: pallet_block_rewards::pallet::FreezeReason
3688
+ **/
3689
+ PalletBlockRewardsFreezeReason: {
3690
+ _enum: ['MaturationPeriod'],
3691
+ },
3692
+ /**
3693
+ * Lookup501: pallet_balances::pallet::Error<T, I>
3694
+ **/
3695
+ PalletBalancesError: {
3696
+ _enum: [
3697
+ 'VestingBalance',
3698
+ 'LiquidityRestrictions',
3699
+ 'InsufficientBalance',
3700
+ 'ExistentialDeposit',
3701
+ 'Expendability',
3702
+ 'ExistingVestingSchedule',
3703
+ 'DeadAccount',
3704
+ 'TooManyReserves',
3705
+ 'TooManyHolds',
3706
+ 'TooManyFreezes',
3707
+ 'IssuanceDeactivated',
3708
+ 'DeltaZero',
3709
+ ],
3710
+ },
3711
+ /**
3712
+ * Lookup503: pallet_tx_pause::pallet::Error<T>
3713
+ **/
3714
+ PalletTxPauseError: {
3715
+ _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
3716
+ },
3717
+ /**
3718
+ * Lookup504: pallet_transaction_payment::Releases
3719
+ **/
3720
+ PalletTransactionPaymentReleases: {
3721
+ _enum: ['V1Ancient', 'V2'],
3722
+ },
3723
+ /**
3724
+ * Lookup505: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
3725
+ **/
3726
+ FrameSupportStorageNoDrop: 'FrameSupportTokensFungibleImbalance',
3727
+ /**
3728
+ * Lookup506: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
3729
+ **/
3730
+ FrameSupportTokensFungibleImbalance: {
3731
+ amount: 'u128',
3732
+ },
3733
+ /**
3734
+ * Lookup507: pallet_utility::pallet::Error<T>
3735
+ **/
3736
+ PalletUtilityError: {
3737
+ _enum: ['TooManyCalls'],
3738
+ },
3739
+ /**
3740
+ * Lookup508: pallet_sudo::pallet::Error<T>
3741
+ **/
3742
+ PalletSudoError: {
3743
+ _enum: ['RequireSudo'],
3744
+ },
3745
+ /**
3746
+ * Lookup509: pallet_treasury::pallet::FrameVaultCapital<T>
3747
+ **/
3748
+ PalletTreasuryFrameVaultCapital: {
3749
+ frameId: 'Compact<u64>',
3750
+ vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>',
3751
+ },
3752
+ /**
3753
+ * Lookup511: pallet_treasury::pallet::VaultCapital<T>
3754
+ **/
3755
+ PalletTreasuryVaultCapital: {
3756
+ bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
3757
+ eligibleBonds: 'Compact<u32>',
3758
+ vaultSharingPercent: 'Compact<Permill>',
3759
+ },
3760
+ /**
3761
+ * Lookup513: pallet_treasury::pallet::BondLotAllocation
3762
+ **/
3763
+ PalletTreasuryBondLotAllocation: {
3764
+ bondLotId: 'Compact<u64>',
3765
+ prorata: 'u128',
3766
+ },
3767
+ /**
3768
+ * Lookup518: pallet_treasury::pallet::BondLot<T>
3769
+ **/
3770
+ PalletTreasuryBondLot: {
3771
+ owner: 'AccountId32',
3772
+ vaultId: 'Compact<u32>',
3773
+ bonds: 'Compact<u32>',
3774
+ createdFrameId: 'Compact<u64>',
3775
+ participatedFrames: 'Compact<u32>',
3776
+ lastFrameEarningsFrameId: 'Option<u64>',
3777
+ lastFrameEarnings: 'Option<u128>',
3778
+ cumulativeEarnings: 'Compact<u128>',
3779
+ releaseFrameId: 'Option<u64>',
3780
+ releaseReason: 'Option<PalletTreasuryBondReleaseReason>',
3781
+ },
3782
+ /**
3783
+ * Lookup523: pallet_treasury::pallet::BondLotSummary
3784
+ **/
3785
+ PalletTreasuryBondLotSummary: {
3786
+ bondLotId: 'Compact<u64>',
3787
+ bonds: 'Compact<u32>',
3788
+ },
3789
+ /**
3790
+ * Lookup525: pallet_treasury::pallet::Error<T>
3791
+ **/
3792
+ PalletTreasuryError: {
3793
+ _enum: [
3794
+ 'BondPurchaseRejected',
3795
+ 'VaultNotAcceptingBondPurchases',
3796
+ 'BondPurchaseBelowMinimum',
3797
+ 'InternalError',
3798
+ 'MaxAcceptedBondLotsExceeded',
3799
+ 'MaxPendingBondReleasesExceeded',
3800
+ 'BondLotNotFound',
3801
+ 'NotBondLotOwner',
3802
+ 'BondLotAlreadyReleasing',
3803
+ 'BondPurchaseAboveSecurity',
3804
+ 'ActiveBondAmountBelowEncumberedBacking',
3805
+ ],
3806
+ },
3807
+ /**
3808
+ * Lookup526: pallet_fee_control::pallet::Error<T>
3809
+ **/
3810
+ PalletFeeControlError: {
3811
+ _enum: ['SponsoredFeeTooHigh'],
3812
+ },
3813
+ /**
3814
+ * Lookup527: pallet_operational_accounts::pallet::OperationalAccount<T>
3815
+ **/
3816
+ PalletOperationalAccountsOperationalAccount: {
3817
+ vaultAccount: 'AccountId32',
3818
+ miningFundingAccount: 'AccountId32',
3819
+ miningBotAccount: 'AccountId32',
3820
+ encryptionPubkey: 'PalletOperationalAccountsOpaqueEncryptionPubkey',
3821
+ sponsor: 'Option<AccountId32>',
3822
+ hasUniswapTransfer: 'bool',
3823
+ vaultCreated: 'bool',
3824
+ bitcoinAccrual: 'u128',
3825
+ bitcoinAppliedTotal: 'u128',
3826
+ hasTreasuryPoolParticipation: 'bool',
3827
+ miningSeatAccrual: 'Compact<u32>',
3828
+ miningSeatAppliedTotal: 'Compact<u32>',
3829
+ operationalReferralsCount: 'Compact<u32>',
3830
+ referralPending: 'bool',
3831
+ availableReferrals: 'Compact<u32>',
3832
+ rewardsEarnedCount: 'Compact<u32>',
3833
+ rewardsEarnedAmount: 'u128',
3834
+ rewardsCollectedAmount: 'u128',
3835
+ isOperational: 'bool',
3836
+ },
3837
+ /**
3838
+ * Lookup529: pallet_operational_accounts::pallet::RewardsConfig<Balance>
3839
+ **/
3840
+ PalletOperationalAccountsRewardsConfig: {
3841
+ operationalReferralReward: 'Compact<u128>',
3842
+ referralBonusReward: 'Compact<u128>',
3843
+ },
3844
+ /**
3845
+ * Lookup531: pallet_operational_accounts::pallet::Error<T>
3846
+ **/
3847
+ PalletOperationalAccountsError: {
3848
+ _enum: [
3849
+ 'AlreadyRegistered',
3850
+ 'InvalidRegistrationSubmitter',
3851
+ 'AccountAlreadyLinked',
3852
+ 'InvalidAccountProof',
3853
+ 'NotOperationalAccount',
3854
+ 'InvalidReferralProof',
3855
+ 'ReferralProofExpired',
3856
+ 'NoProgressUpdateProvided',
3857
+ 'EncryptedServerTooLong',
3858
+ 'NotSponsorOfSponsee',
3859
+ 'NoPendingRewards',
3860
+ 'RewardClaimBelowMinimum',
3861
+ 'RewardClaimNotWholeArgon',
3862
+ 'RewardClaimExceedsPending',
3863
+ 'TreasuryInsufficientFunds',
3864
+ 'AlreadyOperational',
3865
+ 'NotEligibleForActivation',
3866
+ ],
3867
+ },
3868
+ /**
3869
+ * Lookup532: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
3870
+ **/
3871
+ PalletEthereumVerifierFinalizedBeaconHeaderState: {
3872
+ slot: 'Compact<u64>',
3873
+ },
3874
+ /**
3875
+ * Lookup533: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
3876
+ **/
3877
+ PalletEthereumVerifierExecutionHeaderAnchor: {
3878
+ blockNumber: 'Compact<u64>',
3879
+ timestampMillis: 'Compact<u64>',
3880
+ blockHash: 'H256',
3881
+ parentHash: 'H256',
3882
+ receiptsRoot: 'H256',
3883
+ },
3884
+ /**
3885
+ * Lookup534: pallet_ethereum_verifier::types::SyncCommitteePrepared
3886
+ **/
3887
+ PalletEthereumVerifierSyncCommitteePrepared: {
3888
+ root: 'H256',
3889
+ pubkeys: 'Vec<SnowbridgeMilagroBlsKeysPublicKey>',
3890
+ aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey',
3891
+ },
3892
+ /**
3893
+ * Lookup536: snowbridge_milagro_bls::keys::PublicKey
3894
+ **/
3895
+ SnowbridgeMilagroBlsKeysPublicKey: {
3896
+ point: 'SnowbridgeAmclBls381Ecp',
3897
+ },
3898
+ /**
3899
+ * Lookup537: snowbridge_amcl::bls381::ecp::ECP
3900
+ **/
3901
+ SnowbridgeAmclBls381Ecp: {
3902
+ x: 'SnowbridgeAmclBls381Fp',
3903
+ y: 'SnowbridgeAmclBls381Fp',
3904
+ z: 'SnowbridgeAmclBls381Fp',
3905
+ },
3906
+ /**
3907
+ * Lookup538: snowbridge_amcl::bls381::fp::FP
3908
+ **/
3909
+ SnowbridgeAmclBls381Fp: {
3910
+ x: 'SnowbridgeAmclBls381Big',
3911
+ xes: 'i32',
3912
+ },
3913
+ /**
3914
+ * Lookup539: snowbridge_amcl::bls381::big::Big
3915
+ **/
3916
+ SnowbridgeAmclBls381Big: {
3917
+ w: '[i32;14]',
3918
+ },
3919
+ /**
3920
+ * Lookup543: argon_primitives::ethereum::EthereumBeaconPreset
3921
+ **/
3922
+ ArgonPrimitivesEthereumEthereumBeaconPreset: {
3923
+ _enum: ['Mainnet', 'Minimal'],
3924
+ },
3925
+ /**
3926
+ * Lookup544: pallet_ethereum_verifier::pallet::Error<T>
3927
+ **/
3928
+ PalletEthereumVerifierError: {
3929
+ _enum: [
3930
+ 'SkippedSyncCommitteePeriod',
3931
+ 'SyncCommitteeUpdateRequired',
3932
+ 'IrrelevantUpdate',
3933
+ 'NotBootstrapped',
3934
+ 'SyncCommitteeParticipantsNotSupermajority',
3935
+ 'InvalidHeaderMerkleProof',
3936
+ 'InvalidSyncCommitteeMerkleProof',
3937
+ 'InvalidExecutionHeaderProof',
3938
+ 'InvalidFinalizedHeaderGap',
3939
+ 'HeaderHashTreeRootFailed',
3940
+ 'BlockBodyHashTreeRootFailed',
3941
+ 'SyncCommitteeHashTreeRootFailed',
3942
+ 'SigningRootHashTreeRootFailed',
3943
+ 'ForkDataHashTreeRootFailed',
3944
+ 'ExpectedFinalizedHeaderNotStored',
3945
+ 'BLSPreparePublicKeysFailed',
3946
+ 'BLSVerificationFailed',
3947
+ 'UnexpectedBeaconPreset',
3948
+ 'InvalidUpdateSlot',
3949
+ 'InvalidSyncCommitteeUpdate',
3950
+ 'Halted',
3951
+ ],
3952
+ },
3953
+ /**
3954
+ * Lookup546: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncil<T>
3955
+ **/
3956
+ PalletCrosschainTransferGlobalIssuanceCouncil: {
3957
+ epochMicrogonsPerArgonot: 'u128',
3958
+ members: 'BTreeMap<H160, PalletCrosschainTransferGlobalIssuanceCouncilMember>',
3959
+ totalWeight: 'u128',
3960
+ },
3961
+ /**
3962
+ * Lookup548: pallet_crosschain_transfer::pallet::GlobalIssuanceCouncilMember<T>
3963
+ **/
3964
+ PalletCrosschainTransferGlobalIssuanceCouncilMember: {
3965
+ accountId: 'AccountId32',
3966
+ signer: 'H160',
3967
+ weight: 'u128',
3968
+ },
3969
+ /**
3970
+ * Lookup553: pallet_crosschain_transfer::pallet::CouncilApprovalQueueEntry<T>
3971
+ **/
3972
+ PalletCrosschainTransferCouncilApprovalQueueEntry: {
3973
+ approvingCouncilHash: 'H256',
3974
+ target: 'PalletCrosschainTransferCouncilApprovalTargetId',
3975
+ targetPayloadHash: 'H256',
3976
+ dueFrameId: 'Compact<u64>',
3977
+ previousApprovalHash: 'H256',
3978
+ approvalHash: 'H256',
3979
+ approvedTotalWeight: 'u128',
3980
+ signatures: 'BTreeMap<H160, [u8;65]>',
3981
+ },
3982
+ /**
3983
+ * Lookup558: pallet_crosschain_transfer::pallet::MintingAuthority<T>
3984
+ **/
3985
+ PalletCrosschainTransferMintingAuthority: {
3986
+ accountId: 'AccountId32',
3987
+ destinationChain: 'PalletCrosschainTransferSourceChain',
3988
+ destinationSigningKey: 'H160',
3989
+ state: 'PalletCrosschainTransferMintingAuthorityState',
3990
+ gatewayRemainingMicrogonCollateral: 'u128',
3991
+ gatewayRemainingMicronotCollateral: 'u128',
3992
+ pendingReservedMicrogonCollateral: 'u128',
3993
+ pendingReservedMicronotCollateral: 'u128',
3994
+ activePendingTransferIds: 'Vec<H256>',
3995
+ activationApprovalQueueNonce: 'u64',
3996
+ activationBaseRepaymentQuote: 'Compact<u128>',
3997
+ activationSignatureRepaymentQuote: 'Compact<u128>',
3998
+ deactivationApprovalQueueNonce: 'Option<u64>',
3999
+ },
4000
+ /**
4001
+ * Lookup559: pallet_crosschain_transfer::pallet::MintingAuthorityState
4002
+ **/
4003
+ PalletCrosschainTransferMintingAuthorityState: {
4004
+ _enum: ['PendingActivation', 'Active', 'Deactivating'],
4005
+ },
4006
+ /**
4007
+ * Lookup561: pallet_crosschain_transfer::transfer_out::TransferOutOfArgon<T>
4008
+ **/
4009
+ PalletCrosschainTransferTransferOutTransferOutOfArgon: {
4010
+ argonAccountId: 'AccountId32',
4011
+ argonTransferNonce: 'Compact<u64>',
4012
+ destinationChain: 'PalletCrosschainTransferSourceChain',
4013
+ microgonsPerArgonot: 'Compact<u128>',
4014
+ destinationAccount: 'H160',
4015
+ validUntilEthereumBlock: 'Compact<u64>',
4016
+ asset: 'PalletCrosschainTransferAssetKind',
4017
+ amount: 'u128',
4018
+ mintingAuthorityTip: 'u128',
4019
+ totalAttachedCollateral: 'u128',
4020
+ mintingAuthorityCollateralBySigner:
4021
+ 'BTreeMap<H160, PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation>',
4022
+ state: 'PalletCrosschainTransferTransferOutTransferOutState',
4023
+ },
4024
+ /**
4025
+ * Lookup563: pallet_crosschain_transfer::transfer_out::MintingAuthorityTransferReservation<T>
4026
+ **/
4027
+ PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation: {
4028
+ microgonCollateral: 'u128',
4029
+ micronotCollateral: 'u128',
4030
+ collateralShare: 'u128',
4031
+ signature: '[u8;65]',
4032
+ },
4033
+ /**
4034
+ * Lookup567: pallet_crosschain_transfer::transfer_out::TransferOutState
4035
+ **/
4036
+ PalletCrosschainTransferTransferOutTransferOutState: {
4037
+ _enum: ['Started', 'Ready'],
4038
+ },
4039
+ /**
4040
+ * Lookup569: pallet_crosschain_transfer::transfer_out::PendingCollateralizationRequest<T>
4041
+ **/
4042
+ PalletCrosschainTransferTransferOutPendingCollateralizationRequest: {
4043
+ transferId: 'H256',
4044
+ remainingCollateral: 'u128',
4045
+ remainingMintingAuthorityTip: 'u128',
4046
+ },
4047
+ /**
4048
+ * Lookup571: pallet_crosschain_transfer::pallet::SourceChainCirculation<T>
4049
+ **/
4050
+ PalletCrosschainTransferSourceChainCirculation: {
4051
+ argonCirculation: 'u128',
4052
+ argonotCirculation: 'u128',
4053
+ },
4054
+ /**
4055
+ * Lookup572: pallet_crosschain_transfer::pallet::Error<T>
4056
+ **/
4057
+ PalletCrosschainTransferError: {
4058
+ _enum: [
4059
+ 'InvalidTransferToArgonActivity',
4060
+ 'NoGatewayProofBlocksProvided',
4061
+ 'NoGatewayActivitiesProvided',
4062
+ 'InvalidProof',
4063
+ 'UnsupportedSource',
4064
+ 'UnsupportedGateway',
4065
+ 'UnsupportedToken',
4066
+ 'UnexpectedPreviousGatewayActivityNonce',
4067
+ 'UnexpectedGatewayActivityNonce',
4068
+ 'InvalidChainConfig',
4069
+ 'InsufficientLiquidity',
4070
+ 'MintingAuthorityNotFound',
4071
+ 'MintingAuthorityMismatch',
4072
+ 'UnexpectedMintingAuthorityState',
4073
+ 'UnknownOwnerVault',
4074
+ 'InvalidMintingAuthoritySigningKey',
4075
+ 'MintingAuthorityAlreadyRegistered',
4076
+ 'InvalidMintingAuthoritySigningKeyProof',
4077
+ 'InvalidMintingAuthorityCollateral',
4078
+ 'GlobalIssuanceCouncilNotFound',
4079
+ 'InvalidGlobalIssuanceCouncil',
4080
+ 'DuplicateGlobalIssuanceCouncilSigner',
4081
+ 'DuplicateGlobalIssuanceCouncilAccount',
4082
+ 'InvalidCouncilSignerProof',
4083
+ 'GlobalIssuanceCouncilMemberNotFound',
4084
+ 'CouncilSignerNotRegistered',
4085
+ 'CouncilApprovalQueueEntryNotFound',
4086
+ 'CouncilApprovalAlreadyRecorded',
4087
+ 'InvalidForceSetAfterNonce',
4088
+ 'CannotForceSetQuorumApprovedQueueEntry',
4089
+ 'InvalidCouncilApprovalSignature',
4090
+ 'NoCouncilApprovalSignaturesProvided',
4091
+ 'InsufficientCommittedMicrogonCollateral',
4092
+ 'InsufficientCommittedArgonotCollateral',
4093
+ 'InvalidMintingAuthorityDeactivationSignature',
4094
+ 'InvalidMicrogonsPerArgonot',
4095
+ 'MintingAuthorityCollateralBelowMinimum',
4096
+ 'InvalidMintingAuthorityActivationRepaymentPricing',
4097
+ 'MissingMintingAuthorityActivationRepaymentPricing',
4098
+ 'InvalidGatewayActivity',
4099
+ 'GatewaySyncPaused',
4100
+ 'InvalidTransferOutAmount',
4101
+ 'InvalidTransferOutRecipient',
4102
+ 'MissingVerifiedExecutionBlock',
4103
+ 'StaleVerifiedExecutionBlock',
4104
+ 'TransferOutNotFound',
4105
+ 'TransferOutAlreadyReady',
4106
+ 'TransferOutExpired',
4107
+ 'InvalidTransferCollateral',
4108
+ 'InvalidTransferCollateralUpdate',
4109
+ 'InvalidTransferCollateralSignature',
4110
+ 'InsufficientMintingAuthorityCollateral',
4111
+ 'TransferCollateralIncrementTooSmall',
4112
+ 'TooManyPendingTransferOuts',
4113
+ ],
4114
+ },
4115
+ /**
4116
+ * Lookup575: frame_system::extensions::authorize_call::AuthorizeCall<T>
4117
+ **/
4118
+ FrameSystemExtensionsAuthorizeCall: 'Null',
4119
+ /**
4120
+ * Lookup576: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
4121
+ **/
4122
+ FrameSystemExtensionsCheckNonZeroSender: 'Null',
4123
+ /**
4124
+ * Lookup577: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4125
+ **/
4126
+ FrameSystemExtensionsCheckSpecVersion: 'Null',
4127
+ /**
4128
+ * Lookup578: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4129
+ **/
4130
+ FrameSystemExtensionsCheckTxVersion: 'Null',
4131
+ /**
4132
+ * Lookup579: frame_system::extensions::check_genesis::CheckGenesis<T>
4133
+ **/
4134
+ FrameSystemExtensionsCheckGenesis: 'Null',
4135
+ /**
4136
+ * Lookup582: frame_system::extensions::check_nonce::CheckNonce<T>
4137
+ **/
4138
+ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
4139
+ /**
4140
+ * Lookup583: frame_system::extensions::check_weight::CheckWeight<T>
4141
+ **/
4142
+ FrameSystemExtensionsCheckWeight: 'Null',
4143
+ /**
4144
+ * Lookup584: pallet_transaction_payment::ChargeTransactionPayment<T>
4145
+ **/
4146
+ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
4147
+ /**
4148
+ * Lookup585: frame_metadata_hash_extension::CheckMetadataHash<T>
4149
+ **/
4150
+ FrameMetadataHashExtensionCheckMetadataHash: {
4151
+ mode: 'FrameMetadataHashExtensionMode',
4152
+ },
4153
+ /**
4154
+ * Lookup586: frame_metadata_hash_extension::Mode
4155
+ **/
4156
+ FrameMetadataHashExtensionMode: {
4157
+ _enum: ['Disabled', 'Enabled'],
4158
+ },
4159
+ /**
4160
+ * Lookup587: frame_system::extensions::weight_reclaim::WeightReclaim<T>
4161
+ **/
4162
+ FrameSystemExtensionsWeightReclaim: 'Null',
4163
+ /**
4164
+ * Lookup589: argon_runtime::Runtime
4165
+ **/
4166
+ ArgonRuntimeRuntime: 'Null',
4167
+ };