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