@argonprotocol/mainchain 1.0.12 → 1.0.13

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 (58) hide show
  1. package/README.md +18 -15
  2. package/lib/cjs/WageProtector.d.ts +1 -1
  3. package/lib/cjs/WageProtector.js +3 -2
  4. package/lib/cjs/WageProtector.js.map +1 -1
  5. package/lib/cjs/__test__/WageProtector.test.js +2 -2
  6. package/lib/cjs/__test__/WageProtector.test.js.map +1 -1
  7. package/lib/cjs/examples/decodePkcs.js +3 -3
  8. package/lib/cjs/examples/decodePkcs.js.map +1 -1
  9. package/lib/cjs/examples/findSs58Formats.js +6 -1
  10. package/lib/cjs/examples/findSs58Formats.js.map +1 -1
  11. package/lib/cjs/index.d.ts +9 -9
  12. package/lib/cjs/index.js.map +1 -1
  13. package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -6
  14. package/lib/cjs/interfaces/augment-api-errors.d.ts +8 -0
  15. package/lib/cjs/interfaces/augment-api-events.d.ts +678 -149
  16. package/lib/cjs/interfaces/augment-api-query.d.ts +334 -129
  17. package/lib/cjs/interfaces/augment-api-rpc.d.ts +1 -1
  18. package/lib/cjs/interfaces/augment-api-tx.d.ts +362 -96
  19. package/lib/cjs/interfaces/lookup.d.ts +63 -54
  20. package/lib/cjs/interfaces/lookup.js +653 -411
  21. package/lib/cjs/interfaces/lookup.js.map +1 -1
  22. package/lib/cjs/interfaces/types-lookup.d.ts +87 -61
  23. package/lib/esm/WageProtector.d.ts +1 -1
  24. package/lib/esm/WageProtector.js +3 -2
  25. package/lib/esm/WageProtector.js.map +1 -1
  26. package/lib/esm/__test__/WageProtector.test.js +3 -3
  27. package/lib/esm/__test__/WageProtector.test.js.map +1 -1
  28. package/lib/esm/examples/decodePkcs.js +8 -8
  29. package/lib/esm/examples/decodePkcs.js.map +1 -1
  30. package/lib/esm/examples/findSs58Formats.js +6 -1
  31. package/lib/esm/examples/findSs58Formats.js.map +1 -1
  32. package/lib/esm/index.d.ts +9 -9
  33. package/lib/esm/index.js +7 -7
  34. package/lib/esm/index.js.map +1 -1
  35. package/lib/esm/interfaces/augment-api-consts.d.ts +0 -6
  36. package/lib/esm/interfaces/augment-api-errors.d.ts +8 -0
  37. package/lib/esm/interfaces/augment-api-events.d.ts +678 -149
  38. package/lib/esm/interfaces/augment-api-query.d.ts +334 -129
  39. package/lib/esm/interfaces/augment-api-rpc.d.ts +1 -1
  40. package/lib/esm/interfaces/augment-api-tx.d.ts +362 -96
  41. package/lib/esm/interfaces/lookup.d.ts +63 -54
  42. package/lib/esm/interfaces/lookup.js +653 -411
  43. package/lib/esm/interfaces/lookup.js.map +1 -1
  44. package/lib/esm/interfaces/types-lookup.d.ts +87 -61
  45. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  46. package/lib/tsconfig-types.tsbuildinfo +1 -1
  47. package/lib/tsconfig.tsbuildinfo +1 -1
  48. package/lib/types/WageProtector.d.ts +1 -1
  49. package/lib/types/index.d.ts +9 -9
  50. package/lib/types/interfaces/augment-api-consts.d.ts +0 -6
  51. package/lib/types/interfaces/augment-api-errors.d.ts +8 -0
  52. package/lib/types/interfaces/augment-api-events.d.ts +678 -149
  53. package/lib/types/interfaces/augment-api-query.d.ts +334 -129
  54. package/lib/types/interfaces/augment-api-rpc.d.ts +1 -1
  55. package/lib/types/interfaces/augment-api-tx.d.ts +362 -96
  56. package/lib/types/interfaces/lookup.d.ts +63 -54
  57. package/lib/types/interfaces/types-lookup.d.ts +87 -61
  58. package/package.json +1 -1
@@ -10,7 +10,7 @@ export default {
10
10
  consumers: 'u32',
11
11
  providers: 'u32',
12
12
  sufficients: 'u32',
13
- data: 'PalletBalancesAccountData'
13
+ data: 'PalletBalancesAccountData',
14
14
  },
15
15
  /**
16
16
  * Lookup5: pallet_balances::types::AccountData<Balance>
@@ -19,7 +19,7 @@ export default {
19
19
  free: 'u128',
20
20
  reserved: 'u128',
21
21
  frozen: 'u128',
22
- flags: 'u128'
22
+ flags: 'u128',
23
23
  },
24
24
  /**
25
25
  * Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
@@ -27,20 +27,20 @@ export default {
27
27
  FrameSupportDispatchPerDispatchClassWeight: {
28
28
  normal: 'SpWeightsWeightV2Weight',
29
29
  operational: 'SpWeightsWeightV2Weight',
30
- mandatory: 'SpWeightsWeightV2Weight'
30
+ mandatory: 'SpWeightsWeightV2Weight',
31
31
  },
32
32
  /**
33
33
  * Lookup10: sp_weights::weight_v2::Weight
34
34
  **/
35
35
  SpWeightsWeightV2Weight: {
36
36
  refTime: 'Compact<u64>',
37
- proofSize: 'Compact<u64>'
37
+ proofSize: 'Compact<u64>',
38
38
  },
39
39
  /**
40
40
  * Lookup15: sp_runtime::generic::digest::Digest
41
41
  **/
42
42
  SpRuntimeDigest: {
43
- logs: 'Vec<SpRuntimeDigestDigestItem>'
43
+ logs: 'Vec<SpRuntimeDigestDigestItem>',
44
44
  },
45
45
  /**
46
46
  * Lookup17: sp_runtime::generic::digest::DigestItem
@@ -55,8 +55,8 @@ export default {
55
55
  Seal: '([u8;4],Bytes)',
56
56
  PreRuntime: '([u8;4],Bytes)',
57
57
  __Unused7: 'Null',
58
- RuntimeEnvironmentUpdated: 'Null'
59
- }
58
+ RuntimeEnvironmentUpdated: 'Null',
59
+ },
60
60
  },
61
61
  /**
62
62
  * Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
@@ -64,7 +64,7 @@ export default {
64
64
  FrameSystemEventRecord: {
65
65
  phase: 'FrameSystemPhase',
66
66
  event: 'Event',
67
- topics: 'Vec<H256>'
67
+ topics: 'Vec<H256>',
68
68
  },
69
69
  /**
70
70
  * Lookup22: frame_system::pallet::Event<T>
@@ -94,9 +94,9 @@ export default {
94
94
  },
95
95
  UpgradeAuthorized: {
96
96
  codeHash: 'H256',
97
- checkVersion: 'bool'
98
- }
99
- }
97
+ checkVersion: 'bool',
98
+ },
99
+ },
100
100
  },
101
101
  /**
102
102
  * Lookup23: frame_support::dispatch::DispatchInfo
@@ -104,19 +104,19 @@ export default {
104
104
  FrameSupportDispatchDispatchInfo: {
105
105
  weight: 'SpWeightsWeightV2Weight',
106
106
  class: 'FrameSupportDispatchDispatchClass',
107
- paysFee: 'FrameSupportDispatchPays'
107
+ paysFee: 'FrameSupportDispatchPays',
108
108
  },
109
109
  /**
110
110
  * Lookup24: frame_support::dispatch::DispatchClass
111
111
  **/
112
112
  FrameSupportDispatchDispatchClass: {
113
- _enum: ['Normal', 'Operational', 'Mandatory']
113
+ _enum: ['Normal', 'Operational', 'Mandatory'],
114
114
  },
115
115
  /**
116
116
  * Lookup25: frame_support::dispatch::Pays
117
117
  **/
118
118
  FrameSupportDispatchPays: {
119
- _enum: ['Yes', 'No']
119
+ _enum: ['Yes', 'No'],
120
120
  },
121
121
  /**
122
122
  * Lookup26: sp_runtime::DispatchError
@@ -136,33 +136,44 @@ export default {
136
136
  Exhausted: 'Null',
137
137
  Corruption: 'Null',
138
138
  Unavailable: 'Null',
139
- RootNotAllowed: 'Null'
140
- }
139
+ RootNotAllowed: 'Null',
140
+ },
141
141
  },
142
142
  /**
143
143
  * Lookup27: sp_runtime::ModuleError
144
144
  **/
145
145
  SpRuntimeModuleError: {
146
146
  index: 'u8',
147
- error: '[u8;4]'
147
+ error: '[u8;4]',
148
148
  },
149
149
  /**
150
150
  * Lookup28: sp_runtime::TokenError
151
151
  **/
152
152
  SpRuntimeTokenError: {
153
- _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
153
+ _enum: [
154
+ 'FundsUnavailable',
155
+ 'OnlyProvider',
156
+ 'BelowMinimum',
157
+ 'CannotCreate',
158
+ 'UnknownAsset',
159
+ 'Frozen',
160
+ 'Unsupported',
161
+ 'CannotCreateHold',
162
+ 'NotExpendable',
163
+ 'Blocked',
164
+ ],
154
165
  },
155
166
  /**
156
167
  * Lookup29: sp_arithmetic::ArithmeticError
157
168
  **/
158
169
  SpArithmeticArithmeticError: {
159
- _enum: ['Underflow', 'Overflow', 'DivisionByZero']
170
+ _enum: ['Underflow', 'Overflow', 'DivisionByZero'],
160
171
  },
161
172
  /**
162
173
  * Lookup30: sp_runtime::TransactionalError
163
174
  **/
164
175
  SpRuntimeTransactionalError: {
165
- _enum: ['LimitReached', 'NoLayer']
176
+ _enum: ['LimitReached', 'NoLayer'],
166
177
  },
167
178
  /**
168
179
  * Lookup31: pallet_digests::pallet::Event<T>
@@ -195,16 +206,16 @@ export default {
195
206
  cancelling: 'AccountId32',
196
207
  timepoint: 'PalletMultisigTimepoint',
197
208
  multisig: 'AccountId32',
198
- callHash: '[u8;32]'
199
- }
200
- }
209
+ callHash: '[u8;32]',
210
+ },
211
+ },
201
212
  },
202
213
  /**
203
214
  * Lookup33: pallet_multisig::Timepoint<BlockNumber>
204
215
  **/
205
216
  PalletMultisigTimepoint: {
206
217
  height: 'u32',
207
- index: 'u32'
218
+ index: 'u32',
208
219
  },
209
220
  /**
210
221
  * Lookup36: pallet_proxy::pallet::Event<T>
@@ -235,15 +246,15 @@ export default {
235
246
  delegator: 'AccountId32',
236
247
  delegatee: 'AccountId32',
237
248
  proxyType: 'ArgonRuntimeProxyType',
238
- delay: 'u32'
239
- }
240
- }
249
+ delay: 'u32',
250
+ },
251
+ },
241
252
  },
242
253
  /**
243
254
  * Lookup37: argon_runtime::ProxyType
244
255
  **/
245
256
  ArgonRuntimeProxyType: {
246
- _enum: ['Any', 'NonTransfer', 'PriceIndex']
257
+ _enum: ['Any', 'NonTransfer', 'PriceIndex'],
247
258
  },
248
259
  /**
249
260
  * Lookup39: pallet_mining_slot::pallet::Event<T>
@@ -253,6 +264,7 @@ export default {
253
264
  NewMiners: {
254
265
  startIndex: 'u32',
255
266
  newMiners: 'Vec<ArgonPrimitivesBlockSealMiningRegistration>',
267
+ cohortId: 'u64',
256
268
  },
257
269
  SlotBidderAdded: {
258
270
  accountId: 'AccountId32',
@@ -277,9 +289,9 @@ export default {
277
289
  MiningConfigurationUpdated: {
278
290
  ticksBeforeBidEndForVrfClose: 'u64',
279
291
  ticksBetweenSlots: 'u64',
280
- slotBiddingStartAfterTicks: 'u64'
281
- }
282
- }
292
+ slotBiddingStartAfterTicks: 'u64',
293
+ },
294
+ },
283
295
  },
284
296
  /**
285
297
  * Lookup41: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
@@ -292,14 +304,14 @@ export default {
292
304
  argonots: 'Compact<u128>',
293
305
  rewardSharing: 'Option<ArgonPrimitivesBlockSealRewardSharing>',
294
306
  authorityKeys: 'ArgonRuntimeSessionKeys',
295
- slotId: 'Compact<u64>'
307
+ cohortId: 'Compact<u64>',
296
308
  },
297
309
  /**
298
310
  * Lookup42: argon_runtime::SessionKeys
299
311
  **/
300
312
  ArgonRuntimeSessionKeys: {
301
313
  grandpa: 'SpConsensusGrandpaAppPublic',
302
- blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
314
+ blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic',
303
315
  },
304
316
  /**
305
317
  * Lookup43: sp_consensus_grandpa::app::Public
@@ -315,15 +327,15 @@ export default {
315
327
  ArgonPrimitivesBlockSealRewardDestination: {
316
328
  _enum: {
317
329
  Owner: 'Null',
318
- Account: 'AccountId32'
319
- }
330
+ Account: 'AccountId32',
331
+ },
320
332
  },
321
333
  /**
322
334
  * Lookup49: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
323
335
  **/
324
336
  ArgonPrimitivesBlockSealRewardSharing: {
325
337
  accountId: 'AccountId32',
326
- percentTake: 'Compact<u128>'
338
+ percentTake: 'Compact<u128>',
327
339
  },
328
340
  /**
329
341
  * Lookup53: pallet_bitcoin_utxos::pallet::Event<T>
@@ -358,22 +370,22 @@ export default {
358
370
  },
359
371
  UtxoExpiredError: {
360
372
  utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
361
- error: 'SpRuntimeDispatchError'
362
- }
363
- }
373
+ error: 'SpRuntimeDispatchError',
374
+ },
375
+ },
364
376
  },
365
377
  /**
366
378
  * Lookup54: argon_primitives::bitcoin::BitcoinRejectedReason
367
379
  **/
368
380
  ArgonPrimitivesBitcoinBitcoinRejectedReason: {
369
- _enum: ['SatoshisMismatch', 'Spent', 'LookupExpired', 'DuplicateUtxo']
381
+ _enum: ['SatoshisMismatch', 'Spent', 'LookupExpired', 'DuplicateUtxo'],
370
382
  },
371
383
  /**
372
384
  * Lookup55: argon_primitives::bitcoin::UtxoRef
373
385
  **/
374
386
  ArgonPrimitivesBitcoinUtxoRef: {
375
387
  txid: 'ArgonPrimitivesBitcoinH256Le',
376
- outputIndex: 'Compact<u32>'
388
+ outputIndex: 'Compact<u32>',
377
389
  },
378
390
  /**
379
391
  * Lookup56: argon_primitives::bitcoin::H256Le
@@ -390,6 +402,7 @@ export default {
390
402
  bondedArgons: 'u128',
391
403
  addedSecuritizationPercent: 'u128',
392
404
  operatorAccountId: 'AccountId32',
405
+ activationTick: 'u64',
393
406
  },
394
407
  VaultModified: {
395
408
  vaultId: 'u32',
@@ -447,15 +460,21 @@ export default {
447
460
  },
448
461
  ObligationCompletionError: {
449
462
  obligationId: 'u64',
450
- error: 'SpRuntimeDispatchError'
451
- }
452
- }
463
+ error: 'SpRuntimeDispatchError',
464
+ },
465
+ ObligationBaseFeeMaturationError: {
466
+ obligationId: 'u64',
467
+ baseFee: 'u128',
468
+ vaultId: 'u32',
469
+ error: 'SpRuntimeDispatchError',
470
+ },
471
+ },
453
472
  },
454
473
  /**
455
474
  * Lookup59: argon_primitives::vault::FundType
456
475
  **/
457
476
  ArgonPrimitivesVaultFundType: {
458
- _enum: ['BondedArgons', 'Bitcoin']
477
+ _enum: ['BondedArgons', 'Bitcoin'],
459
478
  },
460
479
  /**
461
480
  * Lookup60: argon_primitives::vault::ObligationExpiration
@@ -463,8 +482,8 @@ export default {
463
482
  ArgonPrimitivesVaultObligationExpiration: {
464
483
  _enum: {
465
484
  AtTick: 'Compact<u64>',
466
- BitcoinBlock: 'Compact<u64>'
467
- }
485
+ BitcoinBlock: 'Compact<u64>',
486
+ },
468
487
  },
469
488
  /**
470
489
  * Lookup61: pallet_bitcoin_locks::pallet::Event<T>
@@ -507,9 +526,9 @@ export default {
507
526
  },
508
527
  CosignOverdueError: {
509
528
  utxoId: 'u64',
510
- error: 'SpRuntimeDispatchError'
511
- }
512
- }
529
+ error: 'SpRuntimeDispatchError',
530
+ },
531
+ },
513
532
  },
514
533
  /**
515
534
  * Lookup64: pallet_notaries::pallet::Event<T>
@@ -536,9 +555,9 @@ export default {
536
555
  NotaryMetaUpdateError: {
537
556
  notaryId: 'u32',
538
557
  error: 'SpRuntimeDispatchError',
539
- meta: 'ArgonPrimitivesNotaryNotaryMeta'
540
- }
541
- }
558
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
559
+ },
560
+ },
542
561
  },
543
562
  /**
544
563
  * Lookup65: argon_primitives::notary::NotaryMeta<MaxHosts>
@@ -546,7 +565,7 @@ export default {
546
565
  ArgonPrimitivesNotaryNotaryMeta: {
547
566
  name: 'Bytes',
548
567
  public: '[u8;32]',
549
- hosts: 'Vec<Bytes>'
568
+ hosts: 'Vec<Bytes>',
550
569
  },
551
570
  /**
552
571
  * Lookup72: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
@@ -557,7 +576,7 @@ export default {
557
576
  activatedBlock: 'Compact<u32>',
558
577
  metaUpdatedBlock: 'Compact<u32>',
559
578
  metaUpdatedTick: 'Compact<u64>',
560
- meta: 'ArgonPrimitivesNotaryNotaryMeta'
579
+ meta: 'ArgonPrimitivesNotaryNotaryMeta',
561
580
  },
562
581
  /**
563
582
  * Lookup73: pallet_notebook::pallet::Event<T>
@@ -576,9 +595,9 @@ export default {
576
595
  },
577
596
  NotebookReadyForReprocess: {
578
597
  notaryId: 'u32',
579
- notebookNumber: 'u32'
580
- }
581
- }
598
+ notebookNumber: 'u32',
599
+ },
600
+ },
582
601
  },
583
602
  /**
584
603
  * Lookup74: argon_notary_audit::error::VerifyError
@@ -686,20 +705,25 @@ export default {
686
705
  author: 'AccountId32',
687
706
  expected: 'AccountId32',
688
707
  },
689
- NoDefaultBlockVote: 'Null'
690
- }
708
+ NoDefaultBlockVote: 'Null',
709
+ },
691
710
  },
692
711
  /**
693
712
  * Lookup75: argon_primitives::account::AccountType
694
713
  **/
695
714
  ArgonPrimitivesAccountAccountType: {
696
- _enum: ['Tax', 'Deposit']
715
+ _enum: ['Tax', 'Deposit'],
697
716
  },
698
717
  /**
699
718
  * Lookup76: argon_notary_audit::AccountHistoryLookupError
700
719
  **/
701
720
  ArgonNotaryAuditAccountHistoryLookupError: {
702
- _enum: ['RootNotFound', 'LastChangeNotFound', 'InvalidTransferToLocalchain', 'BlockSpecificationNotFound']
721
+ _enum: [
722
+ 'RootNotFound',
723
+ 'LastChangeNotFound',
724
+ 'InvalidTransferToLocalchain',
725
+ 'BlockSpecificationNotFound',
726
+ ],
703
727
  },
704
728
  /**
705
729
  * Lookup79: pallet_chain_transfer::pallet::Event<T>
@@ -746,9 +770,9 @@ export default {
746
770
  notaryId: 'u32',
747
771
  notebookNumber: 'u32',
748
772
  tax: 'u128',
749
- error: 'SpRuntimeDispatchError'
750
- }
751
- }
773
+ error: 'SpRuntimeDispatchError',
774
+ },
775
+ },
752
776
  },
753
777
  /**
754
778
  * Lookup80: pallet_block_seal_spec::pallet::Event<T>
@@ -765,9 +789,9 @@ export default {
765
789
  expectedBlockTime: 'u64',
766
790
  actualBlockTime: 'u64',
767
791
  startDifficulty: 'u128',
768
- newDifficulty: 'u128'
769
- }
770
- }
792
+ newDifficulty: 'u128',
793
+ },
794
+ },
771
795
  },
772
796
  /**
773
797
  * Lookup81: pallet_domains::pallet::Event<T>
@@ -795,9 +819,9 @@ export default {
795
819
  DomainRegistrationError: {
796
820
  domainHash: 'H256',
797
821
  accountId: 'AccountId32',
798
- error: 'SpRuntimeDispatchError'
799
- }
800
- }
822
+ error: 'SpRuntimeDispatchError',
823
+ },
824
+ },
801
825
  },
802
826
  /**
803
827
  * Lookup82: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
@@ -805,7 +829,7 @@ export default {
805
829
  ArgonPrimitivesDomainZoneRecord: {
806
830
  paymentAccount: 'AccountId32',
807
831
  notaryId: 'u32',
808
- versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>'
832
+ versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>',
809
833
  },
810
834
  /**
811
835
  * Lookup84: argon_primitives::domain::Semver
@@ -813,21 +837,21 @@ export default {
813
837
  ArgonPrimitivesDomainSemver: {
814
838
  major: 'u32',
815
839
  minor: 'u32',
816
- patch: 'u32'
840
+ patch: 'u32',
817
841
  },
818
842
  /**
819
843
  * Lookup85: argon_primitives::domain::VersionHost
820
844
  **/
821
845
  ArgonPrimitivesDomainVersionHost: {
822
846
  datastoreId: 'Bytes',
823
- host: 'Bytes'
847
+ host: 'Bytes',
824
848
  },
825
849
  /**
826
850
  * Lookup89: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
827
851
  **/
828
852
  PalletDomainsDomainRegistration: {
829
853
  accountId: 'AccountId32',
830
- registeredAtTick: 'u64'
854
+ registeredAtTick: 'u64',
831
855
  },
832
856
  /**
833
857
  * Lookup90: pallet_price_index::pallet::Event<T>
@@ -836,9 +860,9 @@ export default {
836
860
  _enum: {
837
861
  NewIndex: 'Null',
838
862
  OperatorChanged: {
839
- operatorId: 'AccountId32'
840
- }
841
- }
863
+ operatorId: 'AccountId32',
864
+ },
865
+ },
842
866
  },
843
867
  /**
844
868
  * Lookup91: pallet_grandpa::pallet::Event
@@ -849,8 +873,8 @@ export default {
849
873
  authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
850
874
  },
851
875
  Paused: 'Null',
852
- Resumed: 'Null'
853
- }
876
+ Resumed: 'Null',
877
+ },
854
878
  },
855
879
  /**
856
880
  * Lookup94: pallet_block_rewards::pallet::Event<T>
@@ -874,9 +898,9 @@ export default {
874
898
  accountId: 'AccountId32',
875
899
  argons: 'Option<u128>',
876
900
  ownership: 'Option<u128>',
877
- error: 'SpRuntimeDispatchError'
878
- }
879
- }
901
+ error: 'SpRuntimeDispatchError',
902
+ },
903
+ },
880
904
  },
881
905
  /**
882
906
  * Lookup96: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
@@ -886,13 +910,13 @@ export default {
886
910
  ownership: 'Compact<u128>',
887
911
  argons: 'Compact<u128>',
888
912
  rewardType: 'ArgonPrimitivesBlockSealBlockRewardType',
889
- blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
913
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
890
914
  },
891
915
  /**
892
916
  * Lookup97: argon_primitives::block_seal::BlockRewardType
893
917
  **/
894
918
  ArgonPrimitivesBlockSealBlockRewardType: {
895
- _enum: ['Miner', 'Voter', 'ProfitShare']
919
+ _enum: ['Miner', 'Voter', 'ProfitShare'],
896
920
  },
897
921
  /**
898
922
  * Lookup100: pallet_mint::pallet::Event<T>
@@ -910,15 +934,15 @@ export default {
910
934
  accountId: 'AccountId32',
911
935
  utxoId: 'Option<u64>',
912
936
  amount: 'u128',
913
- error: 'SpRuntimeDispatchError'
914
- }
915
- }
937
+ error: 'SpRuntimeDispatchError',
938
+ },
939
+ },
916
940
  },
917
941
  /**
918
942
  * Lookup101: pallet_mint::pallet::MintType
919
943
  **/
920
944
  PalletMintMintType: {
921
- _enum: ['Bitcoin', 'Mining']
945
+ _enum: ['Bitcoin', 'Mining'],
922
946
  },
923
947
  /**
924
948
  * Lookup102: pallet_balances::pallet::Event<T, I>
@@ -1014,15 +1038,15 @@ export default {
1014
1038
  new_: 'new',
1015
1039
  },
1016
1040
  old: 'u128',
1017
- new_: 'u128'
1018
- }
1019
- }
1041
+ new_: 'u128',
1042
+ },
1043
+ },
1020
1044
  },
1021
1045
  /**
1022
1046
  * Lookup103: frame_support::traits::tokens::misc::BalanceStatus
1023
1047
  **/
1024
1048
  FrameSupportTokensMiscBalanceStatus: {
1025
- _enum: ['Free', 'Reserved']
1049
+ _enum: ['Free', 'Reserved'],
1026
1050
  },
1027
1051
  /**
1028
1052
  * Lookup105: pallet_tx_pause::pallet::Event<T>
@@ -1033,9 +1057,9 @@ export default {
1033
1057
  fullName: '(Bytes,Bytes)',
1034
1058
  },
1035
1059
  CallUnpaused: {
1036
- fullName: '(Bytes,Bytes)'
1037
- }
1038
- }
1060
+ fullName: '(Bytes,Bytes)',
1061
+ },
1062
+ },
1039
1063
  },
1040
1064
  /**
1041
1065
  * Lookup108: pallet_transaction_payment::pallet::Event<T>
@@ -1045,9 +1069,9 @@ export default {
1045
1069
  TransactionFeePaid: {
1046
1070
  who: 'AccountId32',
1047
1071
  actualFee: 'u128',
1048
- tip: 'u128'
1049
- }
1050
- }
1072
+ tip: 'u128',
1073
+ },
1074
+ },
1051
1075
  },
1052
1076
  /**
1053
1077
  * Lookup109: pallet_utility::pallet::Event
@@ -1065,9 +1089,9 @@ export default {
1065
1089
  error: 'SpRuntimeDispatchError',
1066
1090
  },
1067
1091
  DispatchedAs: {
1068
- result: 'Result<Null, SpRuntimeDispatchError>'
1069
- }
1070
- }
1092
+ result: 'Result<Null, SpRuntimeDispatchError>',
1093
+ },
1094
+ },
1071
1095
  },
1072
1096
  /**
1073
1097
  * Lookup110: pallet_sudo::pallet::Event<T>
@@ -1086,9 +1110,9 @@ export default {
1086
1110
  },
1087
1111
  KeyRemoved: 'Null',
1088
1112
  SudoAsDone: {
1089
- sudoResult: 'Result<Null, SpRuntimeDispatchError>'
1090
- }
1091
- }
1113
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>',
1114
+ },
1115
+ },
1092
1116
  },
1093
1117
  /**
1094
1118
  * Lookup112: pallet_ismp::pallet::Event<T>
@@ -1130,15 +1154,15 @@ export default {
1130
1154
  GetRequestHandled: 'IsmpEventsRequestResponseHandled',
1131
1155
  PostRequestTimeoutHandled: 'IsmpEventsTimeoutHandled',
1132
1156
  PostResponseTimeoutHandled: 'IsmpEventsTimeoutHandled',
1133
- GetRequestTimeoutHandled: 'IsmpEventsTimeoutHandled'
1134
- }
1157
+ GetRequestTimeoutHandled: 'IsmpEventsTimeoutHandled',
1158
+ },
1135
1159
  },
1136
1160
  /**
1137
1161
  * Lookup113: ismp::consensus::StateMachineId
1138
1162
  **/
1139
1163
  IsmpConsensusStateMachineId: {
1140
1164
  stateId: 'IsmpHostStateMachine',
1141
- consensusStateId: '[u8;4]'
1165
+ consensusStateId: '[u8;4]',
1142
1166
  },
1143
1167
  /**
1144
1168
  * Lookup114: ismp::host::StateMachine
@@ -1149,28 +1173,28 @@ export default {
1149
1173
  Polkadot: 'u32',
1150
1174
  Kusama: 'u32',
1151
1175
  Substrate: '[u8;4]',
1152
- Tendermint: '[u8;4]'
1153
- }
1176
+ Tendermint: '[u8;4]',
1177
+ },
1154
1178
  },
1155
1179
  /**
1156
1180
  * Lookup115: ismp::consensus::StateMachineHeight
1157
1181
  **/
1158
1182
  IsmpConsensusStateMachineHeight: {
1159
1183
  id: 'IsmpConsensusStateMachineId',
1160
- height: 'u64'
1184
+ height: 'u64',
1161
1185
  },
1162
1186
  /**
1163
1187
  * Lookup118: pallet_ismp::errors::HandlingError
1164
1188
  **/
1165
1189
  PalletIsmpErrorsHandlingError: {
1166
- message: 'Bytes'
1190
+ message: 'Bytes',
1167
1191
  },
1168
1192
  /**
1169
1193
  * Lookup120: ismp::events::RequestResponseHandled
1170
1194
  **/
1171
1195
  IsmpEventsRequestResponseHandled: {
1172
1196
  commitment: 'H256',
1173
- relayer: 'Bytes'
1197
+ relayer: 'Bytes',
1174
1198
  },
1175
1199
  /**
1176
1200
  * Lookup121: ismp::events::TimeoutHandled
@@ -1178,7 +1202,7 @@ export default {
1178
1202
  IsmpEventsTimeoutHandled: {
1179
1203
  commitment: 'H256',
1180
1204
  source: 'IsmpHostStateMachine',
1181
- dest: 'IsmpHostStateMachine'
1205
+ dest: 'IsmpHostStateMachine',
1182
1206
  },
1183
1207
  /**
1184
1208
  * Lookup122: ismp_grandpa::pallet::Event<T>
@@ -1189,9 +1213,9 @@ export default {
1189
1213
  stateMachines: 'Vec<IsmpHostStateMachine>',
1190
1214
  },
1191
1215
  StateMachineRemoved: {
1192
- stateMachines: 'Vec<IsmpHostStateMachine>'
1193
- }
1194
- }
1216
+ stateMachines: 'Vec<IsmpHostStateMachine>',
1217
+ },
1218
+ },
1195
1219
  },
1196
1220
  /**
1197
1221
  * Lookup124: pallet_hyperbridge::pallet::Event<T>
@@ -1211,17 +1235,17 @@ export default {
1211
1235
  },
1212
1236
  ProtocolRevenueWithdrawn: {
1213
1237
  amount: 'u128',
1214
- account: 'AccountId32'
1215
- }
1216
- }
1238
+ account: 'AccountId32',
1239
+ },
1240
+ },
1217
1241
  },
1218
1242
  /**
1219
1243
  * Lookup125: pallet_hyperbridge::VersionedHostParams<Balance>
1220
1244
  **/
1221
1245
  PalletHyperbridgeVersionedHostParams: {
1222
1246
  _enum: {
1223
- V1: 'PalletHyperbridgeSubstrateHostParams'
1224
- }
1247
+ V1: 'PalletHyperbridgeSubstrateHostParams',
1248
+ },
1225
1249
  },
1226
1250
  /**
1227
1251
  * Lookup126: pallet_hyperbridge::SubstrateHostParams<B>
@@ -1229,7 +1253,7 @@ export default {
1229
1253
  PalletHyperbridgeSubstrateHostParams: {
1230
1254
  defaultPerByteFee: 'u128',
1231
1255
  perByteFees: 'BTreeMap<IsmpHostStateMachine, u128>',
1232
- assetRegistrationFee: 'u128'
1256
+ assetRegistrationFee: 'u128',
1233
1257
  },
1234
1258
  /**
1235
1259
  * Lookup130: pallet_token_gateway::pallet::Event<T>
@@ -1254,9 +1278,9 @@ export default {
1254
1278
  source: 'IsmpHostStateMachine',
1255
1279
  },
1256
1280
  ERC6160AssetRegistrationDispatched: {
1257
- commitment: 'H256'
1258
- }
1259
- }
1281
+ commitment: 'H256',
1282
+ },
1283
+ },
1260
1284
  },
1261
1285
  /**
1262
1286
  * Lookup131: frame_system::Phase
@@ -1265,22 +1289,22 @@ export default {
1265
1289
  _enum: {
1266
1290
  ApplyExtrinsic: 'u32',
1267
1291
  Finalization: 'Null',
1268
- Initialization: 'Null'
1269
- }
1292
+ Initialization: 'Null',
1293
+ },
1270
1294
  },
1271
1295
  /**
1272
1296
  * Lookup135: frame_system::LastRuntimeUpgradeInfo
1273
1297
  **/
1274
1298
  FrameSystemLastRuntimeUpgradeInfo: {
1275
1299
  specVersion: 'Compact<u32>',
1276
- specName: 'Text'
1300
+ specName: 'Text',
1277
1301
  },
1278
1302
  /**
1279
1303
  * Lookup136: frame_system::CodeUpgradeAuthorization<T>
1280
1304
  **/
1281
1305
  FrameSystemCodeUpgradeAuthorization: {
1282
1306
  codeHash: 'H256',
1283
- checkVersion: 'bool'
1307
+ checkVersion: 'bool',
1284
1308
  },
1285
1309
  /**
1286
1310
  * Lookup137: frame_system::pallet::Call<T>
@@ -1323,9 +1347,9 @@ export default {
1323
1347
  codeHash: 'H256',
1324
1348
  },
1325
1349
  apply_authorized_upgrade: {
1326
- code: 'Bytes'
1327
- }
1328
- }
1350
+ code: 'Bytes',
1351
+ },
1352
+ },
1329
1353
  },
1330
1354
  /**
1331
1355
  * Lookup141: frame_system::limits::BlockWeights
@@ -1333,7 +1357,7 @@ export default {
1333
1357
  FrameSystemLimitsBlockWeights: {
1334
1358
  baseBlock: 'SpWeightsWeightV2Weight',
1335
1359
  maxBlock: 'SpWeightsWeightV2Weight',
1336
- perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1360
+ perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
1337
1361
  },
1338
1362
  /**
1339
1363
  * Lookup142: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
@@ -1341,7 +1365,7 @@ export default {
1341
1365
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1342
1366
  normal: 'FrameSystemLimitsWeightsPerClass',
1343
1367
  operational: 'FrameSystemLimitsWeightsPerClass',
1344
- mandatory: 'FrameSystemLimitsWeightsPerClass'
1368
+ mandatory: 'FrameSystemLimitsWeightsPerClass',
1345
1369
  },
1346
1370
  /**
1347
1371
  * Lookup143: frame_system::limits::WeightsPerClass
@@ -1350,13 +1374,13 @@ export default {
1350
1374
  baseExtrinsic: 'SpWeightsWeightV2Weight',
1351
1375
  maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1352
1376
  maxTotal: 'Option<SpWeightsWeightV2Weight>',
1353
- reserved: 'Option<SpWeightsWeightV2Weight>'
1377
+ reserved: 'Option<SpWeightsWeightV2Weight>',
1354
1378
  },
1355
1379
  /**
1356
1380
  * Lookup145: frame_system::limits::BlockLength
1357
1381
  **/
1358
1382
  FrameSystemLimitsBlockLength: {
1359
- max: 'FrameSupportDispatchPerDispatchClassU32'
1383
+ max: 'FrameSupportDispatchPerDispatchClassU32',
1360
1384
  },
1361
1385
  /**
1362
1386
  * Lookup146: frame_support::dispatch::PerDispatchClass<T>
@@ -1364,14 +1388,14 @@ export default {
1364
1388
  FrameSupportDispatchPerDispatchClassU32: {
1365
1389
  normal: 'u32',
1366
1390
  operational: 'u32',
1367
- mandatory: 'u32'
1391
+ mandatory: 'u32',
1368
1392
  },
1369
1393
  /**
1370
1394
  * Lookup147: sp_weights::RuntimeDbWeight
1371
1395
  **/
1372
1396
  SpWeightsRuntimeDbWeight: {
1373
1397
  read: 'u64',
1374
- write: 'u64'
1398
+ write: 'u64',
1375
1399
  },
1376
1400
  /**
1377
1401
  * Lookup148: sp_version::RuntimeVersion
@@ -1384,13 +1408,23 @@ export default {
1384
1408
  implVersion: 'u32',
1385
1409
  apis: 'Vec<([u8;8],u32)>',
1386
1410
  transactionVersion: 'u32',
1387
- stateVersion: 'u8'
1411
+ stateVersion: 'u8',
1388
1412
  },
1389
1413
  /**
1390
1414
  * Lookup153: frame_system::pallet::Error<T>
1391
1415
  **/
1392
1416
  FrameSystemError: {
1393
- _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1417
+ _enum: [
1418
+ 'InvalidSpecName',
1419
+ 'SpecVersionNeedsToIncrease',
1420
+ 'FailedToExtractRuntimeVersion',
1421
+ 'NonDefaultComposite',
1422
+ 'NonZeroRefCount',
1423
+ 'CallFiltered',
1424
+ 'MultiBlockMigrationsOngoing',
1425
+ 'NothingAuthorized',
1426
+ 'Unauthorized',
1427
+ ],
1394
1428
  },
1395
1429
  /**
1396
1430
  * Lookup154: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
@@ -1401,20 +1435,20 @@ export default {
1401
1435
  votingKey: 'Option<ArgonPrimitivesDigestsParentVotingKeyDigest>',
1402
1436
  forkPower: 'Option<ArgonPrimitivesForkPower>',
1403
1437
  tick: 'u64',
1404
- notebooks: 'ArgonPrimitivesDigestsNotebookDigest'
1438
+ notebooks: 'ArgonPrimitivesDigestsNotebookDigest',
1405
1439
  },
1406
1440
  /**
1407
1441
  * Lookup155: argon_primitives::digests::BlockVoteDigest
1408
1442
  **/
1409
1443
  ArgonPrimitivesDigestsBlockVoteDigest: {
1410
1444
  votingPower: 'Compact<u128>',
1411
- votesCount: 'Compact<u32>'
1445
+ votesCount: 'Compact<u32>',
1412
1446
  },
1413
1447
  /**
1414
1448
  * Lookup157: argon_primitives::digests::ParentVotingKeyDigest
1415
1449
  **/
1416
1450
  ArgonPrimitivesDigestsParentVotingKeyDigest: {
1417
- parentVotingKey: 'Option<H256>'
1451
+ parentVotingKey: 'Option<H256>',
1418
1452
  },
1419
1453
  /**
1420
1454
  * Lookup160: argon_primitives::fork_power::ForkPower
@@ -1425,13 +1459,13 @@ export default {
1425
1459
  votingPower: 'U256',
1426
1460
  sealStrength: 'U256',
1427
1461
  totalComputeDifficulty: 'U256',
1428
- voteCreatedBlocks: 'Compact<u128>'
1462
+ voteCreatedBlocks: 'Compact<u128>',
1429
1463
  },
1430
1464
  /**
1431
1465
  * Lookup164: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1432
1466
  **/
1433
1467
  ArgonPrimitivesDigestsNotebookDigest: {
1434
- notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>'
1468
+ notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>',
1435
1469
  },
1436
1470
  /**
1437
1471
  * Lookup166: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
@@ -1440,13 +1474,26 @@ export default {
1440
1474
  notaryId: 'Compact<u32>',
1441
1475
  notebookNumber: 'Compact<u32>',
1442
1476
  tick: 'Compact<u64>',
1443
- auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
1477
+ auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>',
1444
1478
  },
1445
1479
  /**
1446
1480
  * Lookup168: pallet_digests::pallet::Error<T>
1447
1481
  **/
1448
1482
  PalletDigestsError: {
1449
- _enum: ['DuplicateBlockVoteDigest', 'DuplicateAuthorDigest', 'DuplicateTickDigest', 'DuplicateParentVotingKeyDigest', 'DuplicateNotebookDigest', 'DuplicateForkPowerDigest', 'MissingBlockVoteDigest', 'MissingAuthorDigest', 'MissingTickDigest', 'MissingParentVotingKeyDigest', 'MissingNotebookDigest', 'CouldNotDecodeDigest']
1483
+ _enum: [
1484
+ 'DuplicateBlockVoteDigest',
1485
+ 'DuplicateAuthorDigest',
1486
+ 'DuplicateTickDigest',
1487
+ 'DuplicateParentVotingKeyDigest',
1488
+ 'DuplicateNotebookDigest',
1489
+ 'DuplicateForkPowerDigest',
1490
+ 'MissingBlockVoteDigest',
1491
+ 'MissingAuthorDigest',
1492
+ 'MissingTickDigest',
1493
+ 'MissingParentVotingKeyDigest',
1494
+ 'MissingNotebookDigest',
1495
+ 'CouldNotDecodeDigest',
1496
+ ],
1450
1497
  },
1451
1498
  /**
1452
1499
  * Lookup169: pallet_timestamp::pallet::Call<T>
@@ -1454,9 +1501,9 @@ export default {
1454
1501
  PalletTimestampCall: {
1455
1502
  _enum: {
1456
1503
  set: {
1457
- now: 'Compact<u64>'
1458
- }
1459
- }
1504
+ now: 'Compact<u64>',
1505
+ },
1506
+ },
1460
1507
  },
1461
1508
  /**
1462
1509
  * Lookup171: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
@@ -1465,7 +1512,7 @@ export default {
1465
1512
  when: 'PalletMultisigTimepoint',
1466
1513
  deposit: 'u128',
1467
1514
  depositor: 'AccountId32',
1468
- approvals: 'Vec<AccountId32>'
1515
+ approvals: 'Vec<AccountId32>',
1469
1516
  },
1470
1517
  /**
1471
1518
  * Lookup174: pallet_multisig::pallet::Call<T>
@@ -1494,9 +1541,9 @@ export default {
1494
1541
  threshold: 'u16',
1495
1542
  otherSignatories: 'Vec<AccountId32>',
1496
1543
  timepoint: 'PalletMultisigTimepoint',
1497
- callHash: '[u8;32]'
1498
- }
1499
- }
1544
+ callHash: '[u8;32]',
1545
+ },
1546
+ },
1500
1547
  },
1501
1548
  /**
1502
1549
  * Lookup176: pallet_proxy::pallet::Call<T>
@@ -1547,9 +1594,9 @@ export default {
1547
1594
  delegate: 'MultiAddress',
1548
1595
  real: 'MultiAddress',
1549
1596
  forceProxyType: 'Option<ArgonRuntimeProxyType>',
1550
- call: 'Call'
1551
- }
1552
- }
1597
+ call: 'Call',
1598
+ },
1599
+ },
1553
1600
  },
1554
1601
  /**
1555
1602
  * Lookup181: pallet_ticks::pallet::Call<T>
@@ -1569,16 +1616,16 @@ export default {
1569
1616
  keys_: 'ArgonRuntimeSessionKeys',
1570
1617
  },
1571
1618
  configure_mining_slot_delay: {
1572
- miningSlotDelay: 'u64'
1573
- }
1574
- }
1619
+ miningSlotDelay: 'u64',
1620
+ },
1621
+ },
1575
1622
  },
1576
1623
  /**
1577
1624
  * Lookup184: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1578
1625
  **/
1579
1626
  PalletMiningSlotMiningSlotBid: {
1580
1627
  vaultId: 'u32',
1581
- amount: 'u128'
1628
+ amount: 'u128',
1582
1629
  },
1583
1630
  /**
1584
1631
  * Lookup185: pallet_bitcoin_utxos::pallet::Call<T>
@@ -1593,9 +1640,9 @@ export default {
1593
1640
  bitcoinBlockHash: 'ArgonPrimitivesBitcoinH256Le',
1594
1641
  },
1595
1642
  set_operator: {
1596
- accountId: 'AccountId32'
1597
- }
1598
- }
1643
+ accountId: 'AccountId32',
1644
+ },
1645
+ },
1599
1646
  },
1600
1647
  /**
1601
1648
  * Lookup186: argon_primitives::inherents::BitcoinUtxoSync
@@ -1604,14 +1651,14 @@ export default {
1604
1651
  spent: 'BTreeMap<u64, u64>',
1605
1652
  verified: 'BTreeMap<u64, ArgonPrimitivesBitcoinUtxoRef>',
1606
1653
  invalid: 'BTreeMap<u64, ArgonPrimitivesBitcoinBitcoinRejectedReason>',
1607
- syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1654
+ syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock',
1608
1655
  },
1609
1656
  /**
1610
1657
  * Lookup196: argon_primitives::bitcoin::BitcoinBlock
1611
1658
  **/
1612
1659
  ArgonPrimitivesBitcoinBitcoinBlock: {
1613
1660
  blockHeight: 'Compact<u64>',
1614
- blockHash: 'ArgonPrimitivesBitcoinH256Le'
1661
+ blockHash: 'ArgonPrimitivesBitcoinH256Le',
1615
1662
  },
1616
1663
  /**
1617
1664
  * Lookup197: pallet_vaults::pallet::Call<T>
@@ -1636,9 +1683,9 @@ export default {
1636
1683
  },
1637
1684
  replace_bitcoin_xpub: {
1638
1685
  vaultId: 'u32',
1639
- bitcoinXpub: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub'
1640
- }
1641
- }
1686
+ bitcoinXpub: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1687
+ },
1688
+ },
1642
1689
  },
1643
1690
  /**
1644
1691
  * Lookup198: pallet_vaults::pallet::VaultConfig<Balance>
@@ -1648,7 +1695,7 @@ export default {
1648
1695
  bitcoinAmountAllocated: 'Compact<u128>',
1649
1696
  bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
1650
1697
  bondedArgonsAllocated: 'Compact<u128>',
1651
- addedSecuritizationPercent: 'Compact<u128>'
1698
+ addedSecuritizationPercent: 'Compact<u128>',
1652
1699
  },
1653
1700
  /**
1654
1701
  * Lookup199: argon_primitives::vault::VaultTerms<Balance>
@@ -1658,7 +1705,7 @@ export default {
1658
1705
  bitcoinBaseFee: 'Compact<u128>',
1659
1706
  bondedArgonsAnnualPercentRate: 'Compact<u128>',
1660
1707
  bondedArgonsBaseFee: 'Compact<u128>',
1661
- miningRewardSharingPercentTake: 'Compact<u128>'
1708
+ miningRewardSharingPercentTake: 'Compact<u128>',
1662
1709
  },
1663
1710
  /**
1664
1711
  * Lookup200: argon_primitives::bitcoin::OpaqueBitcoinXpub
@@ -1684,9 +1731,9 @@ export default {
1684
1731
  signature: 'Bytes',
1685
1732
  },
1686
1733
  admin_modify_minimum_locked_sats: {
1687
- satoshis: 'u64'
1688
- }
1689
- }
1734
+ satoshis: 'u64',
1735
+ },
1736
+ },
1690
1737
  },
1691
1738
  /**
1692
1739
  * Lookup203: argon_primitives::bitcoin::CompressedBitcoinPubkey
@@ -1706,9 +1753,9 @@ export default {
1706
1753
  update: {
1707
1754
  notaryId: 'Compact<u32>',
1708
1755
  meta: 'ArgonPrimitivesNotaryNotaryMeta',
1709
- effectiveTick: 'Compact<u64>'
1710
- }
1711
- }
1756
+ effectiveTick: 'Compact<u64>',
1757
+ },
1758
+ },
1712
1759
  },
1713
1760
  /**
1714
1761
  * Lookup208: pallet_notebook::pallet::Call<T>
@@ -1719,16 +1766,16 @@ export default {
1719
1766
  notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>',
1720
1767
  },
1721
1768
  unlock: {
1722
- notaryId: 'u32'
1723
- }
1724
- }
1769
+ notaryId: 'u32',
1770
+ },
1771
+ },
1725
1772
  },
1726
1773
  /**
1727
1774
  * Lookup210: argon_primitives::notebook::SignedNotebookHeader
1728
1775
  **/
1729
1776
  ArgonPrimitivesNotebookSignedNotebookHeader: {
1730
1777
  header: 'ArgonPrimitivesNotebookNotebookHeader',
1731
- signature: '[u8;64]'
1778
+ signature: '[u8;64]',
1732
1779
  },
1733
1780
  /**
1734
1781
  * Lookup211: argon_primitives::notebook::NotebookHeader
@@ -1748,7 +1795,7 @@ export default {
1748
1795
  blockVotingPower: 'Compact<u128>',
1749
1796
  secretHash: 'H256',
1750
1797
  parentSecret: 'Option<H256>',
1751
- domains: 'Vec<(H256,AccountId32)>'
1798
+ domains: 'Vec<(H256,AccountId32)>',
1752
1799
  },
1753
1800
  /**
1754
1801
  * Lookup214: argon_primitives::notebook::ChainTransfer
@@ -1760,16 +1807,16 @@ export default {
1760
1807
  amount: 'Compact<u128>',
1761
1808
  },
1762
1809
  ToLocalchain: {
1763
- transferId: 'Compact<u32>'
1764
- }
1765
- }
1810
+ transferId: 'Compact<u32>',
1811
+ },
1812
+ },
1766
1813
  },
1767
1814
  /**
1768
1815
  * Lookup217: argon_primitives::balance_change::AccountOrigin
1769
1816
  **/
1770
1817
  ArgonPrimitivesBalanceChangeAccountOrigin: {
1771
1818
  notebookNumber: 'Compact<u32>',
1772
- accountUid: 'Compact<u32>'
1819
+ accountUid: 'Compact<u32>',
1773
1820
  },
1774
1821
  /**
1775
1822
  * Lookup224: pallet_chain_transfer::pallet::Call<T>
@@ -1778,9 +1825,9 @@ export default {
1778
1825
  _enum: {
1779
1826
  send_to_localchain: {
1780
1827
  amount: 'Compact<u128>',
1781
- notaryId: 'u32'
1782
- }
1783
- }
1828
+ notaryId: 'u32',
1829
+ },
1830
+ },
1784
1831
  },
1785
1832
  /**
1786
1833
  * Lookup225: pallet_block_seal_spec::pallet::Call<T>
@@ -1789,9 +1836,9 @@ export default {
1789
1836
  _enum: {
1790
1837
  configure: {
1791
1838
  voteMinimum: 'Option<u128>',
1792
- computeDifficulty: 'Option<u128>'
1793
- }
1794
- }
1839
+ computeDifficulty: 'Option<u128>',
1840
+ },
1841
+ },
1795
1842
  },
1796
1843
  /**
1797
1844
  * Lookup226: pallet_domains::pallet::Call<T>
@@ -1800,9 +1847,9 @@ export default {
1800
1847
  _enum: {
1801
1848
  set_zone_record: {
1802
1849
  domainHash: 'H256',
1803
- zoneRecord: 'ArgonPrimitivesDomainZoneRecord'
1804
- }
1805
- }
1850
+ zoneRecord: 'ArgonPrimitivesDomainZoneRecord',
1851
+ },
1852
+ },
1806
1853
  },
1807
1854
  /**
1808
1855
  * Lookup227: pallet_price_index::pallet::Call<T>
@@ -1813,9 +1860,9 @@ export default {
1813
1860
  index: 'PalletPriceIndexPriceIndex',
1814
1861
  },
1815
1862
  set_operator: {
1816
- accountId: 'AccountId32'
1817
- }
1818
- }
1863
+ accountId: 'AccountId32',
1864
+ },
1865
+ },
1819
1866
  },
1820
1867
  /**
1821
1868
  * Lookup228: pallet_price_index::PriceIndex
@@ -1824,7 +1871,7 @@ export default {
1824
1871
  btcUsdPrice: 'Compact<u128>',
1825
1872
  argonUsdPrice: 'Compact<u128>',
1826
1873
  argonUsdTargetPrice: 'u128',
1827
- tick: 'Compact<u64>'
1874
+ tick: 'Compact<u64>',
1828
1875
  },
1829
1876
  /**
1830
1877
  * Lookup229: pallet_grandpa::pallet::Call<T>
@@ -1841,16 +1888,16 @@ export default {
1841
1888
  },
1842
1889
  note_stalled: {
1843
1890
  delay: 'u32',
1844
- bestFinalizedBlockNumber: 'u32'
1845
- }
1846
- }
1891
+ bestFinalizedBlockNumber: 'u32',
1892
+ },
1893
+ },
1847
1894
  },
1848
1895
  /**
1849
1896
  * Lookup230: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1850
1897
  **/
1851
1898
  SpConsensusGrandpaEquivocationProof: {
1852
1899
  setId: 'u64',
1853
- equivocation: 'SpConsensusGrandpaEquivocation'
1900
+ equivocation: 'SpConsensusGrandpaEquivocation',
1854
1901
  },
1855
1902
  /**
1856
1903
  * Lookup231: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
@@ -1858,8 +1905,8 @@ export default {
1858
1905
  SpConsensusGrandpaEquivocation: {
1859
1906
  _enum: {
1860
1907
  Prevote: 'FinalityGrandpaEquivocationPrevote',
1861
- Precommit: 'FinalityGrandpaEquivocationPrecommit'
1862
- }
1908
+ Precommit: 'FinalityGrandpaEquivocationPrecommit',
1909
+ },
1863
1910
  },
1864
1911
  /**
1865
1912
  * Lookup232: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
@@ -1868,14 +1915,14 @@ export default {
1868
1915
  roundNumber: 'u64',
1869
1916
  identity: 'SpConsensusGrandpaAppPublic',
1870
1917
  first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1871
- second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1918
+ second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1872
1919
  },
1873
1920
  /**
1874
1921
  * Lookup233: finality_grandpa::Prevote<primitive_types::H256, N>
1875
1922
  **/
1876
1923
  FinalityGrandpaPrevote: {
1877
1924
  targetHash: 'H256',
1878
- targetNumber: 'u32'
1925
+ targetNumber: 'u32',
1879
1926
  },
1880
1927
  /**
1881
1928
  * Lookup234: sp_consensus_grandpa::app::Signature
@@ -1888,14 +1935,14 @@ export default {
1888
1935
  roundNumber: 'u64',
1889
1936
  identity: 'SpConsensusGrandpaAppPublic',
1890
1937
  first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1891
- second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1938
+ second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1892
1939
  },
1893
1940
  /**
1894
1941
  * Lookup237: finality_grandpa::Precommit<primitive_types::H256, N>
1895
1942
  **/
1896
1943
  FinalityGrandpaPrecommit: {
1897
1944
  targetHash: 'H256',
1898
- targetNumber: 'u32'
1945
+ targetNumber: 'u32',
1899
1946
  },
1900
1947
  /**
1901
1948
  * Lookup239: sp_core::Void
@@ -1907,9 +1954,9 @@ export default {
1907
1954
  PalletBlockSealCall: {
1908
1955
  _enum: {
1909
1956
  apply: {
1910
- seal: 'ArgonPrimitivesInherentsBlockSealInherent'
1911
- }
1912
- }
1957
+ seal: 'ArgonPrimitivesInherentsBlockSealInherent',
1958
+ },
1959
+ },
1913
1960
  },
1914
1961
  /**
1915
1962
  * Lookup241: argon_primitives::inherents::BlockSealInherent
@@ -1923,8 +1970,8 @@ export default {
1923
1970
  sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
1924
1971
  blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
1925
1972
  },
1926
- Compute: 'Null'
1927
- }
1973
+ Compute: 'Null',
1974
+ },
1928
1975
  },
1929
1976
  /**
1930
1977
  * Lookup242: argon_primitives::balance_change::MerkleProof
@@ -1932,7 +1979,7 @@ export default {
1932
1979
  ArgonPrimitivesBalanceChangeMerkleProof: {
1933
1980
  proof: 'Vec<H256>',
1934
1981
  numberOfLeaves: 'Compact<u32>',
1935
- leafIndex: 'Compact<u32>'
1982
+ leafIndex: 'Compact<u32>',
1936
1983
  },
1937
1984
  /**
1938
1985
  * Lookup244: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
@@ -1944,7 +1991,7 @@ export default {
1944
1991
  power: 'Compact<u128>',
1945
1992
  signature: 'SpRuntimeMultiSignature',
1946
1993
  blockRewardsAccountId: 'AccountId32',
1947
- tick: 'Compact<u64>'
1994
+ tick: 'Compact<u64>',
1948
1995
  },
1949
1996
  /**
1950
1997
  * Lookup245: sp_runtime::MultiSignature
@@ -1953,8 +2000,8 @@ export default {
1953
2000
  _enum: {
1954
2001
  Ed25519: '[u8;64]',
1955
2002
  Sr25519: '[u8;64]',
1956
- Ecdsa: '[u8;65]'
1957
- }
2003
+ Ecdsa: '[u8;65]',
2004
+ },
1958
2005
  },
1959
2006
  /**
1960
2007
  * Lookup247: pallet_block_rewards::pallet::Call<T>
@@ -1962,9 +2009,9 @@ export default {
1962
2009
  PalletBlockRewardsCall: {
1963
2010
  _enum: {
1964
2011
  set_block_rewards_paused: {
1965
- paused: 'bool'
1966
- }
1967
- }
2012
+ paused: 'bool',
2013
+ },
2014
+ },
1968
2015
  },
1969
2016
  /**
1970
2017
  * Lookup248: pallet_mint::pallet::Call<T>
@@ -2011,15 +2058,15 @@ export default {
2011
2058
  },
2012
2059
  burn: {
2013
2060
  value: 'Compact<u128>',
2014
- keepAlive: 'bool'
2015
- }
2016
- }
2061
+ keepAlive: 'bool',
2062
+ },
2063
+ },
2017
2064
  },
2018
2065
  /**
2019
2066
  * Lookup250: pallet_balances::types::AdjustmentDirection
2020
2067
  **/
2021
2068
  PalletBalancesAdjustmentDirection: {
2022
- _enum: ['Increase', 'Decrease']
2069
+ _enum: ['Increase', 'Decrease'],
2023
2070
  },
2024
2071
  /**
2025
2072
  * Lookup252: pallet_tx_pause::pallet::Call<T>
@@ -2030,9 +2077,9 @@ export default {
2030
2077
  fullName: '(Bytes,Bytes)',
2031
2078
  },
2032
2079
  unpause: {
2033
- ident: '(Bytes,Bytes)'
2034
- }
2035
- }
2080
+ ident: '(Bytes,Bytes)',
2081
+ },
2082
+ },
2036
2083
  },
2037
2084
  /**
2038
2085
  * Lookup253: pallet_utility::pallet::Call<T>
@@ -2058,9 +2105,9 @@ export default {
2058
2105
  },
2059
2106
  with_weight: {
2060
2107
  call: 'Call',
2061
- weight: 'SpWeightsWeightV2Weight'
2062
- }
2063
- }
2108
+ weight: 'SpWeightsWeightV2Weight',
2109
+ },
2110
+ },
2064
2111
  },
2065
2112
  /**
2066
2113
  * Lookup255: argon_runtime::OriginCaller
@@ -2068,8 +2115,8 @@ export default {
2068
2115
  ArgonRuntimeOriginCaller: {
2069
2116
  _enum: {
2070
2117
  system: 'FrameSupportDispatchRawOrigin',
2071
- Void: 'SpCoreVoid'
2072
- }
2118
+ Void: 'SpCoreVoid',
2119
+ },
2073
2120
  },
2074
2121
  /**
2075
2122
  * Lookup256: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
@@ -2078,8 +2125,8 @@ export default {
2078
2125
  _enum: {
2079
2126
  Root: 'Null',
2080
2127
  Signed: 'AccountId32',
2081
- None: 'Null'
2082
- }
2128
+ None: 'Null',
2129
+ },
2083
2130
  },
2084
2131
  /**
2085
2132
  * Lookup257: pallet_sudo::pallet::Call<T>
@@ -2103,8 +2150,8 @@ export default {
2103
2150
  who: 'MultiAddress',
2104
2151
  call: 'Call',
2105
2152
  },
2106
- remove_key: 'Null'
2107
- }
2153
+ remove_key: 'Null',
2154
+ },
2108
2155
  },
2109
2156
  /**
2110
2157
  * Lookup258: pallet_ismp::pallet::Call<T>
@@ -2122,9 +2169,9 @@ export default {
2122
2169
  message: 'PalletIsmpUtilsUpdateConsensusState',
2123
2170
  },
2124
2171
  fund_message: {
2125
- message: 'PalletIsmpUtilsFundMessageParams'
2126
- }
2127
- }
2172
+ message: 'PalletIsmpUtilsFundMessageParams',
2173
+ },
2174
+ },
2128
2175
  },
2129
2176
  /**
2130
2177
  * Lookup260: ismp::messaging::Message
@@ -2135,8 +2182,8 @@ export default {
2135
2182
  FraudProof: 'IsmpMessagingFraudProofMessage',
2136
2183
  Request: 'IsmpMessagingRequestMessage',
2137
2184
  Response: 'IsmpMessagingResponseMessage',
2138
- Timeout: 'IsmpMessagingTimeoutMessage'
2139
- }
2185
+ Timeout: 'IsmpMessagingTimeoutMessage',
2186
+ },
2140
2187
  },
2141
2188
  /**
2142
2189
  * Lookup261: ismp::messaging::ConsensusMessage
@@ -2144,7 +2191,7 @@ export default {
2144
2191
  IsmpMessagingConsensusMessage: {
2145
2192
  consensusProof: 'Bytes',
2146
2193
  consensusStateId: '[u8;4]',
2147
- signer: 'Bytes'
2194
+ signer: 'Bytes',
2148
2195
  },
2149
2196
  /**
2150
2197
  * Lookup262: ismp::messaging::FraudProofMessage
@@ -2152,7 +2199,7 @@ export default {
2152
2199
  IsmpMessagingFraudProofMessage: {
2153
2200
  proof1: 'Bytes',
2154
2201
  proof2: 'Bytes',
2155
- consensusStateId: '[u8;4]'
2202
+ consensusStateId: '[u8;4]',
2156
2203
  },
2157
2204
  /**
2158
2205
  * Lookup263: ismp::messaging::RequestMessage
@@ -2160,7 +2207,7 @@ export default {
2160
2207
  IsmpMessagingRequestMessage: {
2161
2208
  requests: 'Vec<IsmpRouterPostRequest>',
2162
2209
  proof: 'IsmpMessagingProof',
2163
- signer: 'Bytes'
2210
+ signer: 'Bytes',
2164
2211
  },
2165
2212
  /**
2166
2213
  * Lookup265: ismp::router::PostRequest
@@ -2172,14 +2219,14 @@ export default {
2172
2219
  from: 'Bytes',
2173
2220
  to: 'Bytes',
2174
2221
  timeoutTimestamp: 'u64',
2175
- body: 'Bytes'
2222
+ body: 'Bytes',
2176
2223
  },
2177
2224
  /**
2178
2225
  * Lookup266: ismp::messaging::Proof
2179
2226
  **/
2180
2227
  IsmpMessagingProof: {
2181
2228
  height: 'IsmpConsensusStateMachineHeight',
2182
- proof: 'Bytes'
2229
+ proof: 'Bytes',
2183
2230
  },
2184
2231
  /**
2185
2232
  * Lookup267: ismp::messaging::ResponseMessage
@@ -2187,7 +2234,7 @@ export default {
2187
2234
  IsmpMessagingResponseMessage: {
2188
2235
  datagram: 'IsmpRouterRequestResponse',
2189
2236
  proof: 'IsmpMessagingProof',
2190
- signer: 'Bytes'
2237
+ signer: 'Bytes',
2191
2238
  },
2192
2239
  /**
2193
2240
  * Lookup268: ismp::router::RequestResponse
@@ -2195,8 +2242,8 @@ export default {
2195
2242
  IsmpRouterRequestResponse: {
2196
2243
  _enum: {
2197
2244
  Request: 'Vec<IsmpRouterRequest>',
2198
- Response: 'Vec<IsmpRouterResponse>'
2199
- }
2245
+ Response: 'Vec<IsmpRouterResponse>',
2246
+ },
2200
2247
  },
2201
2248
  /**
2202
2249
  * Lookup270: ismp::router::Request
@@ -2204,15 +2251,15 @@ export default {
2204
2251
  IsmpRouterRequest: {
2205
2252
  _enum: {
2206
2253
  Post: 'IsmpRouterPostRequest',
2207
- Get: 'IsmpRouterGetRequest'
2208
- }
2254
+ Get: 'IsmpRouterGetRequest',
2255
+ },
2209
2256
  },
2210
2257
  /**
2211
2258
  * Lookup271: ismp::router::GetRequest
2212
2259
  **/
2213
2260
  IsmpRouterGetRequest: {
2214
2261
  _alias: {
2215
- keys_: 'keys'
2262
+ keys_: 'keys',
2216
2263
  },
2217
2264
  source: 'IsmpHostStateMachine',
2218
2265
  dest: 'IsmpHostStateMachine',
@@ -2221,7 +2268,7 @@ export default {
2221
2268
  keys_: 'Vec<Bytes>',
2222
2269
  height: 'u64',
2223
2270
  context: 'Bytes',
2224
- timeoutTimestamp: 'u64'
2271
+ timeoutTimestamp: 'u64',
2225
2272
  },
2226
2273
  /**
2227
2274
  * Lookup273: ismp::router::Response
@@ -2229,8 +2276,8 @@ export default {
2229
2276
  IsmpRouterResponse: {
2230
2277
  _enum: {
2231
2278
  Post: 'IsmpRouterPostResponse',
2232
- Get: 'IsmpRouterGetResponse'
2233
- }
2279
+ Get: 'IsmpRouterGetResponse',
2280
+ },
2234
2281
  },
2235
2282
  /**
2236
2283
  * Lookup274: ismp::router::PostResponse
@@ -2238,21 +2285,21 @@ export default {
2238
2285
  IsmpRouterPostResponse: {
2239
2286
  post: 'IsmpRouterPostRequest',
2240
2287
  response: 'Bytes',
2241
- timeoutTimestamp: 'u64'
2288
+ timeoutTimestamp: 'u64',
2242
2289
  },
2243
2290
  /**
2244
2291
  * Lookup275: ismp::router::GetResponse
2245
2292
  **/
2246
2293
  IsmpRouterGetResponse: {
2247
2294
  get: 'IsmpRouterGetRequest',
2248
- values: 'Vec<IsmpRouterStorageValue>'
2295
+ values: 'Vec<IsmpRouterStorageValue>',
2249
2296
  },
2250
2297
  /**
2251
2298
  * Lookup277: ismp::router::StorageValue
2252
2299
  **/
2253
2300
  IsmpRouterStorageValue: {
2254
2301
  key: 'Bytes',
2255
- value: 'Option<Bytes>'
2302
+ value: 'Option<Bytes>',
2256
2303
  },
2257
2304
  /**
2258
2305
  * Lookup279: ismp::messaging::TimeoutMessage
@@ -2268,9 +2315,9 @@ export default {
2268
2315
  timeoutProof: 'IsmpMessagingProof',
2269
2316
  },
2270
2317
  Get: {
2271
- requests: 'Vec<IsmpRouterRequest>'
2272
- }
2273
- }
2318
+ requests: 'Vec<IsmpRouterRequest>',
2319
+ },
2320
+ },
2274
2321
  },
2275
2322
  /**
2276
2323
  * Lookup281: ismp::messaging::CreateConsensusState
@@ -2281,14 +2328,14 @@ export default {
2281
2328
  consensusStateId: '[u8;4]',
2282
2329
  unbondingPeriod: 'u64',
2283
2330
  challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>',
2284
- stateMachineCommitments: 'Vec<(IsmpConsensusStateMachineId,IsmpMessagingStateCommitmentHeight)>'
2331
+ stateMachineCommitments: 'Vec<(IsmpConsensusStateMachineId,IsmpMessagingStateCommitmentHeight)>',
2285
2332
  },
2286
2333
  /**
2287
2334
  * Lookup287: ismp::messaging::StateCommitmentHeight
2288
2335
  **/
2289
2336
  IsmpMessagingStateCommitmentHeight: {
2290
2337
  commitment: 'IsmpConsensusStateCommitment',
2291
- height: 'u64'
2338
+ height: 'u64',
2292
2339
  },
2293
2340
  /**
2294
2341
  * Lookup288: ismp::consensus::StateCommitment
@@ -2296,7 +2343,7 @@ export default {
2296
2343
  IsmpConsensusStateCommitment: {
2297
2344
  timestamp: 'u64',
2298
2345
  overlayRoot: 'Option<H256>',
2299
- stateRoot: 'H256'
2346
+ stateRoot: 'H256',
2300
2347
  },
2301
2348
  /**
2302
2349
  * Lookup289: pallet_ismp::utils::UpdateConsensusState
@@ -2304,14 +2351,14 @@ export default {
2304
2351
  PalletIsmpUtilsUpdateConsensusState: {
2305
2352
  consensusStateId: '[u8;4]',
2306
2353
  unbondingPeriod: 'Option<u64>',
2307
- challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>'
2354
+ challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>',
2308
2355
  },
2309
2356
  /**
2310
2357
  * Lookup290: pallet_ismp::utils::FundMessageParams<Balance>
2311
2358
  **/
2312
2359
  PalletIsmpUtilsFundMessageParams: {
2313
2360
  commitment: 'PalletIsmpUtilsMessageCommitment',
2314
- amount: 'u128'
2361
+ amount: 'u128',
2315
2362
  },
2316
2363
  /**
2317
2364
  * Lookup291: pallet_ismp::utils::MessageCommitment
@@ -2319,8 +2366,8 @@ export default {
2319
2366
  PalletIsmpUtilsMessageCommitment: {
2320
2367
  _enum: {
2321
2368
  Request: 'H256',
2322
- Response: 'H256'
2323
- }
2369
+ Response: 'H256',
2370
+ },
2324
2371
  },
2325
2372
  /**
2326
2373
  * Lookup292: ismp_grandpa::pallet::Call<T>
@@ -2331,16 +2378,16 @@ export default {
2331
2378
  newStateMachines: 'Vec<IsmpGrandpaAddStateMachine>',
2332
2379
  },
2333
2380
  remove_state_machines: {
2334
- stateMachines: 'Vec<IsmpHostStateMachine>'
2335
- }
2336
- }
2381
+ stateMachines: 'Vec<IsmpHostStateMachine>',
2382
+ },
2383
+ },
2337
2384
  },
2338
2385
  /**
2339
2386
  * Lookup294: ismp_grandpa::AddStateMachine
2340
2387
  **/
2341
2388
  IsmpGrandpaAddStateMachine: {
2342
2389
  stateMachine: 'IsmpHostStateMachine',
2343
- slotDuration: 'u64'
2390
+ slotDuration: 'u64',
2344
2391
  },
2345
2392
  /**
2346
2393
  * Lookup295: pallet_token_gateway::pallet::Call<T>
@@ -2360,9 +2407,9 @@ export default {
2360
2407
  asset: 'TokenGatewayPrimitivesGatewayAssetUpdate',
2361
2408
  },
2362
2409
  update_asset_precision: {
2363
- update: 'PalletTokenGatewayPrecisionUpdate'
2364
- }
2365
- }
2410
+ update: 'PalletTokenGatewayPrecisionUpdate',
2411
+ },
2412
+ },
2366
2413
  },
2367
2414
  /**
2368
2415
  * Lookup296: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
@@ -2376,7 +2423,7 @@ export default {
2376
2423
  tokenGateway: 'Bytes',
2377
2424
  relayerFee: 'u128',
2378
2425
  callData: 'Option<Bytes>',
2379
- redeem: 'bool'
2426
+ redeem: 'bool',
2380
2427
  },
2381
2428
  /**
2382
2429
  * Lookup300: pallet_token_gateway::types::AssetRegistration<AssetId>
@@ -2385,7 +2432,7 @@ export default {
2385
2432
  localId: 'u32',
2386
2433
  reg: 'TokenGatewayPrimitivesGatewayAssetRegistration',
2387
2434
  native: 'bool',
2388
- precision: 'BTreeMap<IsmpHostStateMachine, u8>'
2435
+ precision: 'BTreeMap<IsmpHostStateMachine, u8>',
2389
2436
  },
2390
2437
  /**
2391
2438
  * Lookup301: token_gateway_primitives::GatewayAssetRegistration
@@ -2394,7 +2441,7 @@ export default {
2394
2441
  name: 'Bytes',
2395
2442
  symbol: 'Bytes',
2396
2443
  chains: 'Vec<IsmpHostStateMachine>',
2397
- minimumBalance: 'Option<u128>'
2444
+ minimumBalance: 'Option<u128>',
2398
2445
  },
2399
2446
  /**
2400
2447
  * Lookup306: token_gateway_primitives::GatewayAssetUpdate
@@ -2403,20 +2450,35 @@ export default {
2403
2450
  assetId: 'H256',
2404
2451
  addChains: 'Vec<IsmpHostStateMachine>',
2405
2452
  removeChains: 'Vec<IsmpHostStateMachine>',
2406
- newAdmins: 'Vec<(IsmpHostStateMachine,H160)>'
2453
+ newAdmins: 'Vec<(IsmpHostStateMachine,H160)>',
2407
2454
  },
2408
2455
  /**
2409
2456
  * Lookup312: pallet_token_gateway::types::PrecisionUpdate<AssetId>
2410
2457
  **/
2411
2458
  PalletTokenGatewayPrecisionUpdate: {
2412
2459
  assetId: 'u32',
2413
- precisions: 'BTreeMap<IsmpHostStateMachine, u8>'
2460
+ precisions: 'BTreeMap<IsmpHostStateMachine, u8>',
2414
2461
  },
2415
2462
  /**
2416
2463
  * Lookup314: pallet_multisig::pallet::Error<T>
2417
2464
  **/
2418
2465
  PalletMultisigError: {
2419
- _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
2466
+ _enum: [
2467
+ 'MinimumThreshold',
2468
+ 'AlreadyApproved',
2469
+ 'NoApprovalsNeeded',
2470
+ 'TooFewSignatories',
2471
+ 'TooManySignatories',
2472
+ 'SignatoriesOutOfOrder',
2473
+ 'SenderInSignatories',
2474
+ 'NotFound',
2475
+ 'NotOwner',
2476
+ 'NoTimepoint',
2477
+ 'WrongTimepoint',
2478
+ 'UnexpectedTimepoint',
2479
+ 'MaxWeightTooLow',
2480
+ 'AlreadyStored',
2481
+ ],
2420
2482
  },
2421
2483
  /**
2422
2484
  * Lookup317: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
@@ -2424,7 +2486,7 @@ export default {
2424
2486
  PalletProxyProxyDefinition: {
2425
2487
  delegate: 'AccountId32',
2426
2488
  proxyType: 'ArgonRuntimeProxyType',
2427
- delay: 'u32'
2489
+ delay: 'u32',
2428
2490
  },
2429
2491
  /**
2430
2492
  * Lookup321: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
@@ -2432,20 +2494,29 @@ export default {
2432
2494
  PalletProxyAnnouncement: {
2433
2495
  real: 'AccountId32',
2434
2496
  callHash: 'H256',
2435
- height: 'u32'
2497
+ height: 'u32',
2436
2498
  },
2437
2499
  /**
2438
2500
  * Lookup323: pallet_proxy::pallet::Error<T>
2439
2501
  **/
2440
2502
  PalletProxyError: {
2441
- _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
2503
+ _enum: [
2504
+ 'TooMany',
2505
+ 'NotFound',
2506
+ 'NotProxy',
2507
+ 'Unproxyable',
2508
+ 'Duplicate',
2509
+ 'NoPermission',
2510
+ 'Unannounced',
2511
+ 'NoSelfProxy',
2512
+ ],
2442
2513
  },
2443
2514
  /**
2444
2515
  * Lookup324: argon_primitives::tick::Ticker
2445
2516
  **/
2446
2517
  ArgonPrimitivesTickTicker: {
2447
2518
  tickDurationMillis: 'Compact<u64>',
2448
- channelHoldExpirationTicks: 'Compact<u64>'
2519
+ channelHoldExpirationTicks: 'Compact<u64>',
2449
2520
  },
2450
2521
  /**
2451
2522
  * Lookup326: pallet_ticks::pallet::Error<T>
@@ -2458,7 +2529,7 @@ export default {
2458
2529
  bidsCount: 'u32',
2459
2530
  bidAmountMin: 'u128',
2460
2531
  bidAmountMax: 'u128',
2461
- bidAmountSum: 'u128'
2532
+ bidAmountSum: 'u128',
2462
2533
  },
2463
2534
  /**
2464
2535
  * Lookup334: argon_primitives::block_seal::MiningSlotConfig
@@ -2466,7 +2537,7 @@ export default {
2466
2537
  ArgonPrimitivesBlockSealMiningSlotConfig: {
2467
2538
  ticksBeforeBidEndForVrfClose: 'Compact<u64>',
2468
2539
  ticksBetweenSlots: 'Compact<u64>',
2469
- slotBiddingStartAfterTicks: 'Compact<u64>'
2540
+ slotBiddingStartAfterTicks: 'Compact<u64>',
2470
2541
  },
2471
2542
  /**
2472
2543
  * Lookup336: pallet_mining_slot::pallet::Error<T>
@@ -2493,14 +2564,36 @@ export default {
2493
2564
  AccountWouldBeBelowMinimum: 'Null',
2494
2565
  GenericObligationError: 'ArgonPrimitivesVaultObligationError',
2495
2566
  CannotRegisterDuplicateKeys: 'Null',
2496
- InvalidKeyFormat: 'Null'
2497
- }
2567
+ InvalidKeyFormat: 'Null',
2568
+ },
2498
2569
  },
2499
2570
  /**
2500
2571
  * Lookup337: argon_primitives::vault::ObligationError
2501
2572
  **/
2502
2573
  ArgonPrimitivesVaultObligationError: {
2503
- _enum: ['ObligationNotFound', 'NoMoreObligationIds', 'MinimumObligationAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBondedArgons', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'InvalidBitcoinScript', 'InternalError', 'ObligationCompletionError']
2574
+ _enum: [
2575
+ 'ObligationNotFound',
2576
+ 'NoMoreObligationIds',
2577
+ 'MinimumObligationAmountNotMet',
2578
+ 'VaultClosed',
2579
+ 'ExpirationAtBlockOverflow',
2580
+ 'AccountWouldBeBelowMinimum',
2581
+ 'InsufficientFunds',
2582
+ 'InsufficientVaultFunds',
2583
+ 'InsufficientBondedArgons',
2584
+ 'ExpirationTooSoon',
2585
+ 'NoPermissions',
2586
+ 'HoldUnexpectedlyModified',
2587
+ 'UnrecoverableHold',
2588
+ 'VaultNotFound',
2589
+ 'NoVaultBitcoinPubkeysAvailable',
2590
+ 'UnableToGenerateVaultBitcoinPubkey',
2591
+ 'InvalidBitcoinScript',
2592
+ 'InternalError',
2593
+ 'ObligationCompletionError',
2594
+ 'VaultNotYetActive',
2595
+ 'BaseFeeOverflow',
2596
+ ],
2504
2597
  },
2505
2598
  /**
2506
2599
  * Lookup338: argon_primitives::bitcoin::UtxoValue
@@ -2510,7 +2603,7 @@ export default {
2510
2603
  scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
2511
2604
  satoshis: 'Compact<u64>',
2512
2605
  submittedAtHeight: 'Compact<u64>',
2513
- watchForSpentUntilHeight: 'Compact<u64>'
2606
+ watchForSpentUntilHeight: 'Compact<u64>',
2514
2607
  },
2515
2608
  /**
2516
2609
  * Lookup339: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
@@ -2518,21 +2611,33 @@ export default {
2518
2611
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
2519
2612
  _enum: {
2520
2613
  P2WSH: {
2521
- wscriptHash: 'H256'
2522
- }
2523
- }
2614
+ wscriptHash: 'H256',
2615
+ },
2616
+ },
2524
2617
  },
2525
2618
  /**
2526
2619
  * Lookup344: argon_primitives::bitcoin::BitcoinNetwork
2527
2620
  **/
2528
2621
  ArgonPrimitivesBitcoinBitcoinNetwork: {
2529
- _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
2622
+ _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest'],
2530
2623
  },
2531
2624
  /**
2532
2625
  * Lookup347: pallet_bitcoin_utxos::pallet::Error<T>
2533
2626
  **/
2534
2627
  PalletBitcoinUtxosError: {
2535
- _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
2628
+ _enum: [
2629
+ 'NoPermissions',
2630
+ 'NoBitcoinConfirmedBlock',
2631
+ 'InsufficientBitcoinAmount',
2632
+ 'NoBitcoinPricesAvailable',
2633
+ 'ScriptPubkeyConflict',
2634
+ 'UtxoNotLocked',
2635
+ 'RedemptionsUnavailable',
2636
+ 'InvalidBitcoinSyncHeight',
2637
+ 'BitcoinHeightNotConfirmed',
2638
+ 'MaxUtxosExceeded',
2639
+ 'InvalidBitcoinScript',
2640
+ ],
2536
2641
  },
2537
2642
  /**
2538
2643
  * Lookup348: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
@@ -2547,7 +2652,8 @@ export default {
2547
2652
  isClosed: 'bool',
2548
2653
  pendingTerms: 'Option<(u64,ArgonPrimitivesVaultVaultTerms)>',
2549
2654
  pendingBondedArgons: 'Option<(u64,u128)>',
2550
- pendingBitcoins: 'u128'
2655
+ pendingBitcoins: 'u128',
2656
+ activationTick: 'u64',
2551
2657
  },
2552
2658
  /**
2553
2659
  * Lookup349: argon_primitives::vault::VaultArgons<Balance>
@@ -2556,7 +2662,7 @@ export default {
2556
2662
  annualPercentRate: 'Compact<u128>',
2557
2663
  allocated: 'Compact<u128>',
2558
2664
  reserved: 'Compact<u128>',
2559
- baseFee: 'Compact<u128>'
2665
+ baseFee: 'Compact<u128>',
2560
2666
  },
2561
2667
  /**
2562
2668
  * Lookup355: argon_primitives::bitcoin::BitcoinXPub
@@ -2567,16 +2673,16 @@ export default {
2567
2673
  parentFingerprint: '[u8;4]',
2568
2674
  childNumber: 'Compact<u32>',
2569
2675
  chainCode: '[u8;32]',
2570
- network: 'ArgonPrimitivesBitcoinNetworkKind'
2676
+ network: 'ArgonPrimitivesBitcoinNetworkKind',
2571
2677
  },
2572
2678
  /**
2573
2679
  * Lookup357: argon_primitives::bitcoin::NetworkKind
2574
2680
  **/
2575
2681
  ArgonPrimitivesBitcoinNetworkKind: {
2576
- _enum: ['Main', 'Test']
2682
+ _enum: ['Main', 'Test'],
2577
2683
  },
2578
2684
  /**
2579
- * Lookup360: argon_primitives::vault::Obligation<sp_core::crypto::AccountId32, Balance>
2685
+ * Lookup363: argon_primitives::vault::Obligation<sp_core::crypto::AccountId32, Balance>
2580
2686
  **/
2581
2687
  ArgonPrimitivesVaultObligation: {
2582
2688
  obligationId: 'Compact<u64>',
@@ -2587,16 +2693,51 @@ export default {
2587
2693
  prepaidFee: 'Compact<u128>',
2588
2694
  amount: 'Compact<u128>',
2589
2695
  startTick: 'Compact<u64>',
2590
- expiration: 'ArgonPrimitivesVaultObligationExpiration'
2696
+ expiration: 'ArgonPrimitivesVaultObligationExpiration',
2591
2697
  },
2592
2698
  /**
2593
- * Lookup363: pallet_vaults::pallet::Error<T>
2699
+ * Lookup366: pallet_vaults::pallet::Error<T>
2594
2700
  **/
2595
2701
  PalletVaultsError: {
2596
- _enum: ['ObligationNotFound', 'NoMoreVaultIds', 'NoMoreObligationIds', 'MinimumObligationAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBondedArgons', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'FundingChangeAlreadyScheduled', 'ObligationCompletionError']
2597
- },
2598
- /**
2599
- * Lookup364: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
2702
+ _enum: [
2703
+ 'ObligationNotFound',
2704
+ 'NoMoreVaultIds',
2705
+ 'NoMoreObligationIds',
2706
+ 'MinimumObligationAmountNotMet',
2707
+ 'ExpirationAtBlockOverflow',
2708
+ 'InsufficientFunds',
2709
+ 'InsufficientVaultFunds',
2710
+ 'InsufficientBondedArgons',
2711
+ 'AccountBelowMinimumBalance',
2712
+ 'VaultClosed',
2713
+ 'InvalidVaultAmount',
2714
+ 'VaultReductionBelowAllocatedFunds',
2715
+ 'InvalidSecuritization',
2716
+ 'ReusedVaultBitcoinXpub',
2717
+ 'InvalidBitcoinScript',
2718
+ 'InvalidXpubkey',
2719
+ 'WrongXpubNetwork',
2720
+ 'UnsafeXpubkey',
2721
+ 'UnableToDeriveVaultXpubChild',
2722
+ 'BitcoinConversionFailed',
2723
+ 'ExpirationTooSoon',
2724
+ 'NoPermissions',
2725
+ 'HoldUnexpectedlyModified',
2726
+ 'UnrecoverableHold',
2727
+ 'VaultNotFound',
2728
+ 'VaultNotYetActive',
2729
+ 'NoVaultBitcoinPubkeysAvailable',
2730
+ 'TermsModificationOverflow',
2731
+ 'TermsChangeAlreadyScheduled',
2732
+ 'InternalError',
2733
+ 'UnableToGenerateVaultBitcoinPubkey',
2734
+ 'FundingChangeAlreadyScheduled',
2735
+ 'ObligationCompletionError',
2736
+ 'BaseFeeOverflow',
2737
+ ],
2738
+ },
2739
+ /**
2740
+ * Lookup367: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
2600
2741
  **/
2601
2742
  PalletBitcoinLocksLockedBitcoin: {
2602
2743
  obligationId: 'Compact<u64>',
@@ -2612,10 +2753,10 @@ export default {
2612
2753
  openClaimHeight: 'Compact<u64>',
2613
2754
  createdAtHeight: 'Compact<u64>',
2614
2755
  utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
2615
- isVerified: 'bool'
2756
+ isVerified: 'bool',
2616
2757
  },
2617
2758
  /**
2618
- * Lookup368: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
2759
+ * Lookup371: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
2619
2760
  **/
2620
2761
  PalletBitcoinLocksLockReleaseRequest: {
2621
2762
  utxoId: 'Compact<u64>',
@@ -2624,10 +2765,10 @@ export default {
2624
2765
  bitcoinNetworkFee: 'Compact<u64>',
2625
2766
  cosignDueBlock: 'Compact<u64>',
2626
2767
  toScriptPubkey: 'Bytes',
2627
- redemptionPrice: 'Compact<u128>'
2768
+ redemptionPrice: 'Compact<u128>',
2628
2769
  },
2629
2770
  /**
2630
- * Lookup372: pallet_bitcoin_locks::pallet::Error<T>
2771
+ * Lookup375: pallet_bitcoin_locks::pallet::Error<T>
2631
2772
  **/
2632
2773
  PalletBitcoinLocksError: {
2633
2774
  _enum: {
@@ -2660,80 +2801,124 @@ export default {
2660
2801
  GenericObligationError: 'ArgonPrimitivesVaultObligationError',
2661
2802
  LockNotFound: 'Null',
2662
2803
  NoVaultBitcoinPubkeysAvailable: 'Null',
2663
- UnableToGenerateVaultBitcoinPubkey: 'Null'
2664
- }
2804
+ UnableToGenerateVaultBitcoinPubkey: 'Null',
2805
+ },
2665
2806
  },
2666
2807
  /**
2667
- * Lookup384: pallet_notaries::pallet::Error<T>
2808
+ * Lookup387: pallet_notaries::pallet::Error<T>
2668
2809
  **/
2669
2810
  PalletNotariesError: {
2670
- _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2811
+ _enum: [
2812
+ 'ProposalNotFound',
2813
+ 'MaxNotariesExceeded',
2814
+ 'MaxProposalsPerBlockExceeded',
2815
+ 'NotAnActiveNotary',
2816
+ 'InvalidNotaryOperator',
2817
+ 'NoMoreNotaryIds',
2818
+ 'EffectiveTickTooSoon',
2819
+ 'TooManyKeys',
2820
+ 'InvalidNotary',
2821
+ ],
2671
2822
  },
2672
2823
  /**
2673
- * Lookup388: argon_primitives::notary::NotaryNotebookKeyDetails
2824
+ * Lookup391: argon_primitives::notary::NotaryNotebookKeyDetails
2674
2825
  **/
2675
2826
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2676
2827
  notebookNumber: 'Compact<u32>',
2677
2828
  tick: 'Compact<u64>',
2678
2829
  blockVotesRoot: 'H256',
2679
2830
  secretHash: 'H256',
2680
- parentSecret: 'Option<H256>'
2831
+ parentSecret: 'Option<H256>',
2681
2832
  },
2682
2833
  /**
2683
- * Lookup391: pallet_notebook::pallet::Error<T>
2834
+ * Lookup394: pallet_notebook::pallet::Error<T>
2684
2835
  **/
2685
2836
  PalletNotebookError: {
2686
- _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator', 'InvalidNotebookSubmissionTick']
2687
- },
2688
- /**
2689
- * Lookup392: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2837
+ _enum: [
2838
+ 'DuplicateNotebookNumber',
2839
+ 'MissingNotebookNumber',
2840
+ 'NotebookTickAlreadyUsed',
2841
+ 'InvalidNotebookSignature',
2842
+ 'InvalidSecretProvided',
2843
+ 'CouldNotDecodeNotebook',
2844
+ 'DuplicateNotebookDigest',
2845
+ 'MissingNotebookDigest',
2846
+ 'InvalidNotebookDigest',
2847
+ 'MultipleNotebookInherentsProvided',
2848
+ 'InternalError',
2849
+ 'NotebookSubmittedForLockedNotary',
2850
+ 'InvalidReprocessNotebook',
2851
+ 'InvalidNotaryOperator',
2852
+ 'InvalidNotebookSubmissionTick',
2853
+ ],
2854
+ },
2855
+ /**
2856
+ * Lookup395: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2690
2857
  **/
2691
2858
  PalletChainTransferQueuedTransferOut: {
2692
2859
  accountId: 'AccountId32',
2693
2860
  amount: 'u128',
2694
2861
  expirationTick: 'u64',
2695
- notaryId: 'u32'
2862
+ notaryId: 'u32',
2696
2863
  },
2697
2864
  /**
2698
- * Lookup398: frame_support::PalletId
2865
+ * Lookup401: frame_support::PalletId
2699
2866
  **/
2700
2867
  FrameSupportPalletId: '[u8;8]',
2701
2868
  /**
2702
- * Lookup399: pallet_chain_transfer::pallet::Error<T>
2869
+ * Lookup402: pallet_chain_transfer::pallet::Error<T>
2703
2870
  **/
2704
2871
  PalletChainTransferError: {
2705
- _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
2872
+ _enum: [
2873
+ 'MaxBlockTransfersExceeded',
2874
+ 'InsufficientFunds',
2875
+ 'InsufficientNotarizedFunds',
2876
+ 'InvalidOrDuplicatedLocalchainTransfer',
2877
+ 'NotebookIncludesExpiredLocalchainTransfer',
2878
+ 'InvalidNotaryUsedForTransfer',
2879
+ ],
2706
2880
  },
2707
2881
  /**
2708
- * Lookup404: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2882
+ * Lookup407: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2709
2883
  **/
2710
2884
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2711
2885
  notaryId: 'Compact<u32>',
2712
2886
  notebookNumber: 'Compact<u32>',
2713
2887
  tick: 'Compact<u64>',
2714
2888
  blockVotesCount: 'Compact<u32>',
2715
- blockVotingPower: 'Compact<u128>'
2889
+ blockVotingPower: 'Compact<u128>',
2716
2890
  },
2717
2891
  /**
2718
- * Lookup409: pallet_block_seal_spec::pallet::Error<T>
2892
+ * Lookup412: pallet_block_seal_spec::pallet::Error<T>
2719
2893
  **/
2720
2894
  PalletBlockSealSpecError: {
2721
- _enum: ['MaxNotebooksAtTickExceeded']
2895
+ _enum: ['MaxNotebooksAtTickExceeded'],
2722
2896
  },
2723
2897
  /**
2724
- * Lookup411: pallet_domains::pallet::Error<T>
2898
+ * Lookup414: pallet_domains::pallet::Error<T>
2725
2899
  **/
2726
2900
  PalletDomainsError: {
2727
- _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2901
+ _enum: [
2902
+ 'DomainNotRegistered',
2903
+ 'NotDomainOwner',
2904
+ 'FailedToAddToAddressHistory',
2905
+ 'FailedToAddExpiringDomain',
2906
+ 'AccountDecodingError',
2907
+ ],
2728
2908
  },
2729
2909
  /**
2730
- * Lookup412: pallet_price_index::pallet::Error<T>
2910
+ * Lookup415: pallet_price_index::pallet::Error<T>
2731
2911
  **/
2732
2912
  PalletPriceIndexError: {
2733
- _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2913
+ _enum: [
2914
+ 'NotAuthorizedOperator',
2915
+ 'MissingValue',
2916
+ 'PricesTooOld',
2917
+ 'MaxPriceChangePerTickExceeded',
2918
+ ],
2734
2919
  },
2735
2920
  /**
2736
- * Lookup413: pallet_grandpa::StoredState<N>
2921
+ * Lookup416: pallet_grandpa::StoredState<N>
2737
2922
  **/
2738
2923
  PalletGrandpaStoredState: {
2739
2924
  _enum: {
@@ -2745,87 +2930,115 @@ export default {
2745
2930
  Paused: 'Null',
2746
2931
  PendingResume: {
2747
2932
  scheduledAt: 'u32',
2748
- delay: 'u32'
2749
- }
2750
- }
2933
+ delay: 'u32',
2934
+ },
2935
+ },
2751
2936
  },
2752
2937
  /**
2753
- * Lookup414: pallet_grandpa::StoredPendingChange<N, Limit>
2938
+ * Lookup417: pallet_grandpa::StoredPendingChange<N, Limit>
2754
2939
  **/
2755
2940
  PalletGrandpaStoredPendingChange: {
2756
2941
  scheduledAt: 'u32',
2757
2942
  delay: 'u32',
2758
2943
  nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
2759
- forced: 'Option<u32>'
2944
+ forced: 'Option<u32>',
2760
2945
  },
2761
2946
  /**
2762
- * Lookup417: pallet_grandpa::pallet::Error<T>
2947
+ * Lookup420: pallet_grandpa::pallet::Error<T>
2763
2948
  **/
2764
2949
  PalletGrandpaError: {
2765
- _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2950
+ _enum: [
2951
+ 'PauseFailed',
2952
+ 'ResumeFailed',
2953
+ 'ChangePending',
2954
+ 'TooSoon',
2955
+ 'InvalidKeyOwnershipProof',
2956
+ 'InvalidEquivocationProof',
2957
+ 'DuplicateOffenceReport',
2958
+ ],
2766
2959
  },
2767
2960
  /**
2768
- * Lookup418: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2961
+ * Lookup421: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2769
2962
  **/
2770
2963
  ArgonPrimitivesProvidersBlockSealerInfo: {
2771
2964
  blockAuthorAccountId: 'AccountId32',
2772
2965
  blockVoteRewardsAccount: 'Option<AccountId32>',
2773
- blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
2966
+ blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>',
2774
2967
  },
2775
2968
  /**
2776
- * Lookup422: pallet_block_seal::pallet::Error<T>
2969
+ * Lookup425: pallet_block_seal::pallet::Error<T>
2777
2970
  **/
2778
2971
  PalletBlockSealError: {
2779
- _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError', 'InvalidComputeBlockTick']
2780
- },
2781
- /**
2782
- * Lookup425: pallet_block_rewards::pallet::Error<T>
2972
+ _enum: [
2973
+ 'InvalidVoteSealStrength',
2974
+ 'InvalidSubmitter',
2975
+ 'UnableToDecodeVoteAccount',
2976
+ 'UnregisteredBlockAuthor',
2977
+ 'InvalidBlockVoteProof',
2978
+ 'NoGrandparentVoteMinimum',
2979
+ 'DuplicateBlockSealProvided',
2980
+ 'InsufficientVotingPower',
2981
+ 'ParentVotingKeyNotFound',
2982
+ 'InvalidVoteGrandparentHash',
2983
+ 'IneligibleNotebookUsed',
2984
+ 'NoEligibleVotingRoot',
2985
+ 'CouldNotDecodeVote',
2986
+ 'MaxNotebooksAtTickExceeded',
2987
+ 'NoClosestMinerFoundForVote',
2988
+ 'BlockVoteInvalidSignature',
2989
+ 'InvalidForkPowerParent',
2990
+ 'BlockSealDecodeError',
2991
+ 'InvalidComputeBlockTick',
2992
+ ],
2993
+ },
2994
+ /**
2995
+ * Lookup428: pallet_block_rewards::pallet::Error<T>
2783
2996
  **/
2784
2997
  PalletBlockRewardsError: 'Null',
2785
2998
  /**
2786
- * Lookup430: pallet_mint::MintAction<Balance>
2999
+ * Lookup433: pallet_mint::MintAction<Balance>
2787
3000
  **/
2788
3001
  PalletMintMintAction: {
2789
3002
  argonBurned: 'u128',
2790
3003
  argonMinted: 'u128',
2791
- bitcoinMinted: 'u128'
3004
+ bitcoinMinted: 'u128',
2792
3005
  },
2793
3006
  /**
2794
- * Lookup431: pallet_mint::pallet::Error<T>
3007
+ * Lookup434: pallet_mint::pallet::Error<T>
2795
3008
  **/
2796
3009
  PalletMintError: {
2797
- _enum: ['TooManyPendingMints']
3010
+ _enum: ['TooManyPendingMints'],
2798
3011
  },
2799
3012
  /**
2800
- * Lookup433: pallet_balances::types::BalanceLock<Balance>
3013
+ * Lookup436: pallet_balances::types::BalanceLock<Balance>
2801
3014
  **/
2802
3015
  PalletBalancesBalanceLock: {
2803
3016
  id: '[u8;8]',
2804
3017
  amount: 'u128',
2805
- reasons: 'PalletBalancesReasons'
3018
+ reasons: 'PalletBalancesReasons',
2806
3019
  },
2807
3020
  /**
2808
- * Lookup434: pallet_balances::types::Reasons
3021
+ * Lookup437: pallet_balances::types::Reasons
2809
3022
  **/
2810
3023
  PalletBalancesReasons: {
2811
- _enum: ['Fee', 'Misc', 'All']
3024
+ _enum: ['Fee', 'Misc', 'All'],
2812
3025
  },
2813
3026
  /**
2814
- * Lookup437: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
3027
+ * Lookup440: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2815
3028
  **/
2816
3029
  PalletBalancesReserveData: {
2817
3030
  id: '[u8;8]',
2818
- amount: 'u128'
3031
+ amount: 'u128',
2819
3032
  },
2820
3033
  /**
2821
- * Lookup440: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
3034
+ * Lookup443: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2822
3035
  **/
2823
3036
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2824
3037
  id: 'ArgonRuntimeRuntimeHoldReason',
2825
- amount: 'u128'
3038
+ amount: 'u128',
2826
3039
  },
2827
3040
  /**
2828
- * Lookup441: argon_runtime::RuntimeHoldReason
3041
+ * Lookup444: argon_runtime::RuntimeHoldReason
2829
3042
  **/
2830
3043
  ArgonRuntimeRuntimeHoldReason: {
2831
3044
  _enum: {
@@ -2848,42 +3061,42 @@ export default {
2848
3061
  __Unused16: 'Null',
2849
3062
  __Unused17: 'Null',
2850
3063
  __Unused18: 'Null',
2851
- BlockRewards: 'PalletBlockRewardsHoldReason'
2852
- }
3064
+ BlockRewards: 'PalletBlockRewardsHoldReason',
3065
+ },
2853
3066
  },
2854
3067
  /**
2855
- * Lookup442: pallet_mining_slot::pallet::HoldReason
3068
+ * Lookup445: pallet_mining_slot::pallet::HoldReason
2856
3069
  **/
2857
3070
  PalletMiningSlotHoldReason: {
2858
- _enum: ['RegisterAsMiner']
3071
+ _enum: ['RegisterAsMiner'],
2859
3072
  },
2860
3073
  /**
2861
- * Lookup443: pallet_vaults::pallet::HoldReason
3074
+ * Lookup446: pallet_vaults::pallet::HoldReason
2862
3075
  **/
2863
3076
  PalletVaultsHoldReason: {
2864
- _enum: ['EnterVault', 'ObligationFee']
3077
+ _enum: ['EnterVault', 'ObligationFee'],
2865
3078
  },
2866
3079
  /**
2867
- * Lookup444: pallet_bitcoin_locks::pallet::HoldReason
3080
+ * Lookup447: pallet_bitcoin_locks::pallet::HoldReason
2868
3081
  **/
2869
3082
  PalletBitcoinLocksHoldReason: {
2870
- _enum: ['ReleaseBitcoinLock']
3083
+ _enum: ['ReleaseBitcoinLock'],
2871
3084
  },
2872
3085
  /**
2873
- * Lookup445: pallet_block_rewards::pallet::HoldReason
3086
+ * Lookup448: pallet_block_rewards::pallet::HoldReason
2874
3087
  **/
2875
3088
  PalletBlockRewardsHoldReason: {
2876
- _enum: ['MaturationPeriod']
3089
+ _enum: ['MaturationPeriod'],
2877
3090
  },
2878
3091
  /**
2879
- * Lookup448: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
3092
+ * Lookup451: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2880
3093
  **/
2881
3094
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2882
3095
  id: 'ArgonRuntimeRuntimeFreezeReason',
2883
- amount: 'u128'
3096
+ amount: 'u128',
2884
3097
  },
2885
3098
  /**
2886
- * Lookup449: argon_runtime::RuntimeFreezeReason
3099
+ * Lookup452: argon_runtime::RuntimeFreezeReason
2887
3100
  **/
2888
3101
  ArgonRuntimeRuntimeFreezeReason: {
2889
3102
  _enum: {
@@ -2906,104 +3119,133 @@ export default {
2906
3119
  __Unused16: 'Null',
2907
3120
  __Unused17: 'Null',
2908
3121
  __Unused18: 'Null',
2909
- BlockRewards: 'PalletBlockRewardsFreezeReason'
2910
- }
3122
+ BlockRewards: 'PalletBlockRewardsFreezeReason',
3123
+ },
2911
3124
  },
2912
3125
  /**
2913
- * Lookup450: pallet_block_rewards::pallet::FreezeReason
3126
+ * Lookup453: pallet_block_rewards::pallet::FreezeReason
2914
3127
  **/
2915
3128
  PalletBlockRewardsFreezeReason: {
2916
- _enum: ['MaturationPeriod']
3129
+ _enum: ['MaturationPeriod'],
2917
3130
  },
2918
3131
  /**
2919
- * Lookup452: pallet_balances::pallet::Error<T, I>
3132
+ * Lookup455: pallet_balances::pallet::Error<T, I>
2920
3133
  **/
2921
3134
  PalletBalancesError: {
2922
- _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2923
- },
2924
- /**
2925
- * Lookup454: pallet_tx_pause::pallet::Error<T>
3135
+ _enum: [
3136
+ 'VestingBalance',
3137
+ 'LiquidityRestrictions',
3138
+ 'InsufficientBalance',
3139
+ 'ExistentialDeposit',
3140
+ 'Expendability',
3141
+ 'ExistingVestingSchedule',
3142
+ 'DeadAccount',
3143
+ 'TooManyReserves',
3144
+ 'TooManyHolds',
3145
+ 'TooManyFreezes',
3146
+ 'IssuanceDeactivated',
3147
+ 'DeltaZero',
3148
+ ],
3149
+ },
3150
+ /**
3151
+ * Lookup457: pallet_tx_pause::pallet::Error<T>
2926
3152
  **/
2927
3153
  PalletTxPauseError: {
2928
- _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
3154
+ _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound'],
2929
3155
  },
2930
3156
  /**
2931
- * Lookup455: pallet_transaction_payment::Releases
3157
+ * Lookup458: pallet_transaction_payment::Releases
2932
3158
  **/
2933
3159
  PalletTransactionPaymentReleases: {
2934
- _enum: ['V1Ancient', 'V2']
3160
+ _enum: ['V1Ancient', 'V2'],
2935
3161
  },
2936
3162
  /**
2937
- * Lookup456: pallet_utility::pallet::Error<T>
3163
+ * Lookup459: pallet_utility::pallet::Error<T>
2938
3164
  **/
2939
3165
  PalletUtilityError: {
2940
- _enum: ['TooManyCalls']
3166
+ _enum: ['TooManyCalls'],
2941
3167
  },
2942
3168
  /**
2943
- * Lookup457: pallet_sudo::pallet::Error<T>
3169
+ * Lookup460: pallet_sudo::pallet::Error<T>
2944
3170
  **/
2945
3171
  PalletSudoError: {
2946
- _enum: ['RequireSudo']
3172
+ _enum: ['RequireSudo'],
2947
3173
  },
2948
3174
  /**
2949
- * Lookup458: pallet_ismp::pallet::Error<T>
3175
+ * Lookup461: pallet_ismp::pallet::Error<T>
2950
3176
  **/
2951
3177
  PalletIsmpError: {
2952
- _enum: ['InvalidMessage', 'MessageNotFound', 'ConsensusClientCreationFailed', 'UnbondingPeriodUpdateFailed', 'ChallengePeriodUpdateFailed']
3178
+ _enum: [
3179
+ 'InvalidMessage',
3180
+ 'MessageNotFound',
3181
+ 'ConsensusClientCreationFailed',
3182
+ 'UnbondingPeriodUpdateFailed',
3183
+ 'ChallengePeriodUpdateFailed',
3184
+ ],
2953
3185
  },
2954
3186
  /**
2955
- * Lookup459: pallet_hyperbridge::pallet::Error<T>
3187
+ * Lookup462: pallet_hyperbridge::pallet::Error<T>
2956
3188
  **/
2957
3189
  PalletHyperbridgeError: 'Null',
2958
3190
  /**
2959
- * Lookup461: pallet_token_gateway::pallet::Error<T>
3191
+ * Lookup464: pallet_token_gateway::pallet::Error<T>
2960
3192
  **/
2961
3193
  PalletTokenGatewayError: {
2962
- _enum: ['UnregisteredAsset', 'AssetTeleportError', 'CoprocessorNotConfigured', 'DispatchError', 'AssetCreationError', 'AssetDecimalsNotFound', 'NotInitialized', 'UnknownAsset', 'NotAssetOwner']
3194
+ _enum: [
3195
+ 'UnregisteredAsset',
3196
+ 'AssetTeleportError',
3197
+ 'CoprocessorNotConfigured',
3198
+ 'DispatchError',
3199
+ 'AssetCreationError',
3200
+ 'AssetDecimalsNotFound',
3201
+ 'NotInitialized',
3202
+ 'UnknownAsset',
3203
+ 'NotAssetOwner',
3204
+ ],
2963
3205
  },
2964
3206
  /**
2965
- * Lookup464: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3207
+ * Lookup467: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2966
3208
  **/
2967
3209
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2968
3210
  /**
2969
- * Lookup465: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3211
+ * Lookup468: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2970
3212
  **/
2971
3213
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2972
3214
  /**
2973
- * Lookup466: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3215
+ * Lookup469: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2974
3216
  **/
2975
3217
  FrameSystemExtensionsCheckTxVersion: 'Null',
2976
3218
  /**
2977
- * Lookup467: frame_system::extensions::check_genesis::CheckGenesis<T>
3219
+ * Lookup470: frame_system::extensions::check_genesis::CheckGenesis<T>
2978
3220
  **/
2979
3221
  FrameSystemExtensionsCheckGenesis: 'Null',
2980
3222
  /**
2981
- * Lookup470: frame_system::extensions::check_nonce::CheckNonce<T>
3223
+ * Lookup473: frame_system::extensions::check_nonce::CheckNonce<T>
2982
3224
  **/
2983
3225
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2984
3226
  /**
2985
- * Lookup471: frame_system::extensions::check_weight::CheckWeight<T>
3227
+ * Lookup474: frame_system::extensions::check_weight::CheckWeight<T>
2986
3228
  **/
2987
3229
  FrameSystemExtensionsCheckWeight: 'Null',
2988
3230
  /**
2989
- * Lookup472: pallet_transaction_payment::ChargeTransactionPayment<T>
3231
+ * Lookup475: pallet_transaction_payment::ChargeTransactionPayment<T>
2990
3232
  **/
2991
3233
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2992
3234
  /**
2993
- * Lookup473: frame_metadata_hash_extension::CheckMetadataHash<T>
3235
+ * Lookup476: frame_metadata_hash_extension::CheckMetadataHash<T>
2994
3236
  **/
2995
3237
  FrameMetadataHashExtensionCheckMetadataHash: {
2996
- mode: 'FrameMetadataHashExtensionMode'
3238
+ mode: 'FrameMetadataHashExtensionMode',
2997
3239
  },
2998
3240
  /**
2999
- * Lookup474: frame_metadata_hash_extension::Mode
3241
+ * Lookup477: frame_metadata_hash_extension::Mode
3000
3242
  **/
3001
3243
  FrameMetadataHashExtensionMode: {
3002
- _enum: ['Disabled', 'Enabled']
3244
+ _enum: ['Disabled', 'Enabled'],
3003
3245
  },
3004
3246
  /**
3005
- * Lookup476: argon_runtime::Runtime
3247
+ * Lookup479: argon_runtime::Runtime
3006
3248
  **/
3007
- ArgonRuntimeRuntime: 'Null'
3249
+ ArgonRuntimeRuntime: 'Null',
3008
3250
  };
3009
3251
  //# sourceMappingURL=lookup.js.map