@argonprotocol/mainchain 0.0.16 → 0.0.18

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 (57) hide show
  1. package/README.md +46 -0
  2. package/lib/cjs/WageProtector.d.ts +37 -0
  3. package/lib/cjs/WageProtector.js +63 -0
  4. package/lib/cjs/WageProtector.js.map +1 -0
  5. package/lib/cjs/__test__/WageProtector.test.d.ts +1 -0
  6. package/lib/cjs/__test__/WageProtector.test.js +28 -0
  7. package/lib/cjs/__test__/WageProtector.test.js.map +1 -0
  8. package/lib/cjs/index.d.ts +16 -1
  9. package/lib/cjs/index.js +22 -7
  10. package/lib/cjs/index.js.map +1 -1
  11. package/lib/cjs/interfaces/augment-api-consts.d.ts +34 -7
  12. package/lib/cjs/interfaces/augment-api-errors.d.ts +115 -4
  13. package/lib/cjs/interfaces/augment-api-events.d.ts +172 -14
  14. package/lib/cjs/interfaces/augment-api-query.d.ts +160 -29
  15. package/lib/cjs/interfaces/augment-api-tx.d.ts +140 -13
  16. package/lib/cjs/interfaces/augment-types.d.ts +4 -1
  17. package/lib/cjs/interfaces/lookup.d.ts +809 -307
  18. package/lib/cjs/interfaces/lookup.js +840 -338
  19. package/lib/cjs/interfaces/lookup.js.map +1 -1
  20. package/lib/cjs/interfaces/registry.d.ts +55 -9
  21. package/lib/cjs/interfaces/types-lookup.d.ts +792 -328
  22. package/lib/esm/WageProtector.d.ts +37 -0
  23. package/lib/esm/WageProtector.js +59 -0
  24. package/lib/esm/WageProtector.js.map +1 -0
  25. package/lib/esm/__test__/WageProtector.test.d.ts +1 -0
  26. package/lib/esm/__test__/WageProtector.test.js +26 -0
  27. package/lib/esm/__test__/WageProtector.test.js.map +1 -0
  28. package/lib/esm/index.d.ts +16 -1
  29. package/lib/esm/index.js +16 -2
  30. package/lib/esm/index.js.map +1 -1
  31. package/lib/esm/interfaces/augment-api-consts.d.ts +34 -7
  32. package/lib/esm/interfaces/augment-api-errors.d.ts +115 -4
  33. package/lib/esm/interfaces/augment-api-events.d.ts +172 -14
  34. package/lib/esm/interfaces/augment-api-query.d.ts +160 -29
  35. package/lib/esm/interfaces/augment-api-tx.d.ts +140 -13
  36. package/lib/esm/interfaces/augment-types.d.ts +4 -1
  37. package/lib/esm/interfaces/lookup.d.ts +809 -307
  38. package/lib/esm/interfaces/lookup.js +840 -338
  39. package/lib/esm/interfaces/lookup.js.map +1 -1
  40. package/lib/esm/interfaces/registry.d.ts +55 -9
  41. package/lib/esm/interfaces/types-lookup.d.ts +792 -328
  42. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  43. package/lib/tsconfig-types.tsbuildinfo +1 -1
  44. package/lib/tsconfig.tsbuildinfo +1 -1
  45. package/lib/types/WageProtector.d.ts +37 -0
  46. package/lib/types/__test__/WageProtector.test.d.ts +1 -0
  47. package/lib/types/index.d.ts +16 -1
  48. package/lib/types/interfaces/augment-api-consts.d.ts +34 -7
  49. package/lib/types/interfaces/augment-api-errors.d.ts +115 -4
  50. package/lib/types/interfaces/augment-api-events.d.ts +172 -14
  51. package/lib/types/interfaces/augment-api-query.d.ts +160 -29
  52. package/lib/types/interfaces/augment-api-tx.d.ts +140 -13
  53. package/lib/types/interfaces/augment-types.d.ts +4 -1
  54. package/lib/types/interfaces/lookup.d.ts +809 -307
  55. package/lib/types/interfaces/registry.d.ts +55 -9
  56. package/lib/types/interfaces/types-lookup.d.ts +792 -328
  57. package/package.json +28 -7
@@ -59,7 +59,7 @@ export default {
59
59
  }
60
60
  },
61
61
  /**
62
- * Lookup20: frame_system::EventRecord<argon_node_runtime::RuntimeEvent, primitive_types::H256>
62
+ * Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
63
63
  **/
64
64
  FrameSystemEventRecord: {
65
65
  phase: 'FrameSystemPhase',
@@ -165,7 +165,11 @@ export default {
165
165
  _enum: ['LimitReached', 'NoLayer']
166
166
  },
167
167
  /**
168
- * Lookup31: pallet_multisig::pallet::Event<T>
168
+ * Lookup31: pallet_digests::pallet::Event<T>
169
+ **/
170
+ PalletDigestsEvent: 'Null',
171
+ /**
172
+ * Lookup32: pallet_multisig::pallet::Event<T>
169
173
  **/
170
174
  PalletMultisigEvent: {
171
175
  _enum: {
@@ -196,14 +200,14 @@ export default {
196
200
  }
197
201
  },
198
202
  /**
199
- * Lookup32: pallet_multisig::Timepoint<BlockNumber>
203
+ * Lookup33: pallet_multisig::Timepoint<BlockNumber>
200
204
  **/
201
205
  PalletMultisigTimepoint: {
202
206
  height: 'u32',
203
207
  index: 'u32'
204
208
  },
205
209
  /**
206
- * Lookup35: pallet_proxy::pallet::Event<T>
210
+ * Lookup36: pallet_proxy::pallet::Event<T>
207
211
  **/
208
212
  PalletProxyEvent: {
209
213
  _enum: {
@@ -213,7 +217,7 @@ export default {
213
217
  PureCreated: {
214
218
  pure: 'AccountId32',
215
219
  who: 'AccountId32',
216
- proxyType: 'ArgonNodeRuntimeProxyType',
220
+ proxyType: 'ArgonRuntimeConfigsProxyType',
217
221
  disambiguationIndex: 'u16',
218
222
  },
219
223
  Announced: {
@@ -224,25 +228,25 @@ export default {
224
228
  ProxyAdded: {
225
229
  delegator: 'AccountId32',
226
230
  delegatee: 'AccountId32',
227
- proxyType: 'ArgonNodeRuntimeProxyType',
231
+ proxyType: 'ArgonRuntimeConfigsProxyType',
228
232
  delay: 'u32',
229
233
  },
230
234
  ProxyRemoved: {
231
235
  delegator: 'AccountId32',
232
236
  delegatee: 'AccountId32',
233
- proxyType: 'ArgonNodeRuntimeProxyType',
237
+ proxyType: 'ArgonRuntimeConfigsProxyType',
234
238
  delay: 'u32'
235
239
  }
236
240
  }
237
241
  },
238
242
  /**
239
- * Lookup36: argon_node_runtime::ProxyType
243
+ * Lookup37: argon_runtime::configs::ProxyType
240
244
  **/
241
- ArgonNodeRuntimeProxyType: {
245
+ ArgonRuntimeConfigsProxyType: {
242
246
  _enum: ['Any', 'NonTransfer', 'PriceIndex']
243
247
  },
244
248
  /**
245
- * Lookup38: pallet_mining_slot::pallet::Event<T>
249
+ * Lookup39: pallet_mining_slot::pallet::Event<T>
246
250
  **/
247
251
  PalletMiningSlotEvent: {
248
252
  _enum: {
@@ -273,7 +277,7 @@ export default {
273
277
  }
274
278
  },
275
279
  /**
276
- * Lookup40: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_node_runtime::opaque::SessionKeys>
280
+ * Lookup41: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
277
281
  **/
278
282
  ArgonPrimitivesBlockSealMiningRegistration: {
279
283
  accountId: 'AccountId32',
@@ -282,25 +286,25 @@ export default {
282
286
  bondAmount: 'Compact<u128>',
283
287
  ownershipTokens: 'Compact<u128>',
284
288
  rewardSharing: 'Option<ArgonPrimitivesBlockSealRewardSharing>',
285
- authorityKeys: 'ArgonNodeRuntimeOpaqueSessionKeys'
289
+ authorityKeys: 'ArgonRuntimeSessionKeys'
286
290
  },
287
291
  /**
288
- * Lookup41: argon_node_runtime::opaque::SessionKeys
292
+ * Lookup42: argon_runtime::SessionKeys
289
293
  **/
290
- ArgonNodeRuntimeOpaqueSessionKeys: {
294
+ ArgonRuntimeSessionKeys: {
291
295
  grandpa: 'SpConsensusGrandpaAppPublic',
292
296
  blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
293
297
  },
294
298
  /**
295
- * Lookup42: sp_consensus_grandpa::app::Public
299
+ * Lookup43: sp_consensus_grandpa::app::Public
296
300
  **/
297
301
  SpConsensusGrandpaAppPublic: '[u8;32]',
298
302
  /**
299
- * Lookup43: argon_primitives::block_seal::app::Public
303
+ * Lookup44: argon_primitives::block_seal::app::Public
300
304
  **/
301
305
  ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
302
306
  /**
303
- * Lookup44: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
307
+ * Lookup45: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
304
308
  **/
305
309
  ArgonPrimitivesBlockSealRewardDestination: {
306
310
  _enum: {
@@ -309,14 +313,14 @@ export default {
309
313
  }
310
314
  },
311
315
  /**
312
- * Lookup48: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
316
+ * Lookup49: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
313
317
  **/
314
318
  ArgonPrimitivesBlockSealRewardSharing: {
315
319
  accountId: 'AccountId32',
316
320
  percentTake: 'Compact<u128>'
317
321
  },
318
322
  /**
319
- * Lookup52: pallet_bitcoin_utxos::pallet::Event<T>
323
+ * Lookup53: pallet_bitcoin_utxos::pallet::Event<T>
320
324
  **/
321
325
  PalletBitcoinUtxosEvent: {
322
326
  _enum: {
@@ -353,24 +357,24 @@ export default {
353
357
  }
354
358
  },
355
359
  /**
356
- * Lookup53: argon_primitives::bitcoin::BitcoinRejectedReason
360
+ * Lookup54: argon_primitives::bitcoin::BitcoinRejectedReason
357
361
  **/
358
362
  ArgonPrimitivesBitcoinBitcoinRejectedReason: {
359
363
  _enum: ['SatoshisMismatch', 'Spent', 'LookupExpired', 'DuplicateUtxo']
360
364
  },
361
365
  /**
362
- * Lookup54: argon_primitives::bitcoin::UtxoRef
366
+ * Lookup55: argon_primitives::bitcoin::UtxoRef
363
367
  **/
364
368
  ArgonPrimitivesBitcoinUtxoRef: {
365
369
  txid: 'ArgonPrimitivesBitcoinH256Le',
366
370
  outputIndex: 'Compact<u32>'
367
371
  },
368
372
  /**
369
- * Lookup55: argon_primitives::bitcoin::H256Le
373
+ * Lookup56: argon_primitives::bitcoin::H256Le
370
374
  **/
371
375
  ArgonPrimitivesBitcoinH256Le: '[u8;32]',
372
376
  /**
373
- * Lookup57: pallet_vaults::pallet::Event<T>
377
+ * Lookup58: pallet_vaults::pallet::Event<T>
374
378
  **/
375
379
  PalletVaultsEvent: {
376
380
  _enum: {
@@ -406,7 +410,7 @@ export default {
406
410
  }
407
411
  },
408
412
  /**
409
- * Lookup58: pallet_bond::pallet::Event<T>
413
+ * Lookup59: pallet_bond::pallet::Event<T>
410
414
  **/
411
415
  PalletBondEvent: {
412
416
  _enum: {
@@ -468,13 +472,13 @@ export default {
468
472
  }
469
473
  },
470
474
  /**
471
- * Lookup59: argon_primitives::bond::BondType
475
+ * Lookup60: argon_primitives::bond::BondType
472
476
  **/
473
477
  ArgonPrimitivesBondBondType: {
474
478
  _enum: ['Mining', 'Bitcoin']
475
479
  },
476
480
  /**
477
- * Lookup60: argon_primitives::bond::BondExpiration<BlockNumber>
481
+ * Lookup61: argon_primitives::bond::BondExpiration<BlockNumber>
478
482
  **/
479
483
  ArgonPrimitivesBondBondExpiration: {
480
484
  _enum: {
@@ -483,7 +487,7 @@ export default {
483
487
  }
484
488
  },
485
489
  /**
486
- * Lookup63: pallet_notaries::pallet::Event<T>
490
+ * Lookup64: pallet_notaries::pallet::Event<T>
487
491
  **/
488
492
  PalletNotariesEvent: {
489
493
  _enum: {
@@ -498,7 +502,7 @@ export default {
498
502
  NotaryMetaUpdateQueued: {
499
503
  notaryId: 'u32',
500
504
  meta: 'ArgonPrimitivesNotaryNotaryMeta',
501
- effectiveTick: 'u32',
505
+ effectiveTick: 'u64',
502
506
  },
503
507
  NotaryMetaUpdated: {
504
508
  notaryId: 'u32',
@@ -512,7 +516,7 @@ export default {
512
516
  }
513
517
  },
514
518
  /**
515
- * Lookup64: argon_primitives::notary::NotaryMeta<MaxHosts>
519
+ * Lookup65: argon_primitives::notary::NotaryMeta<MaxHosts>
516
520
  **/
517
521
  ArgonPrimitivesNotaryNotaryMeta: {
518
522
  name: 'Bytes',
@@ -520,18 +524,18 @@ export default {
520
524
  hosts: 'Vec<Bytes>'
521
525
  },
522
526
  /**
523
- * Lookup71: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
527
+ * Lookup72: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
524
528
  **/
525
529
  ArgonPrimitivesNotaryNotaryRecord: {
526
530
  notaryId: 'Compact<u32>',
527
531
  operatorAccountId: 'AccountId32',
528
532
  activatedBlock: 'Compact<u32>',
529
533
  metaUpdatedBlock: 'Compact<u32>',
530
- metaUpdatedTick: 'Compact<u32>',
534
+ metaUpdatedTick: 'Compact<u64>',
531
535
  meta: 'ArgonPrimitivesNotaryNotaryMeta'
532
536
  },
533
537
  /**
534
- * Lookup72: pallet_notebook::pallet::Event<T>
538
+ * Lookup73: pallet_notebook::pallet::Event<T>
535
539
  **/
536
540
  PalletNotebookEvent: {
537
541
  _enum: {
@@ -552,7 +556,7 @@ export default {
552
556
  }
553
557
  },
554
558
  /**
555
- * Lookup73: argon_notary_audit::error::VerifyError
559
+ * Lookup74: argon_notary_audit::error::VerifyError
556
560
  **/
557
561
  ArgonNotaryAuditErrorVerifyError: {
558
562
  _enum: {
@@ -622,8 +626,8 @@ export default {
622
626
  AccountChannelHoldDoesntExist: 'Null',
623
627
  AccountAlreadyHasChannelHold: 'Null',
624
628
  ChannelHoldNotReadyForClaim: {
625
- currentTick: 'u32',
626
- claimTick: 'u32',
629
+ currentTick: 'u64',
630
+ claimTick: 'u64',
627
631
  },
628
632
  AccountLocked: 'Null',
629
633
  MissingChannelHoldNote: 'Null',
@@ -649,25 +653,31 @@ export default {
649
653
  InvalidBlockVoteSource: 'Null',
650
654
  InsufficientBlockVoteMinimum: 'Null',
651
655
  InvalidBlockVoteTick: {
652
- tick: 'u32',
653
- notebookTick: 'u32'
654
- }
656
+ tick: 'u64',
657
+ notebookTick: 'u64',
658
+ },
659
+ InvalidDefaultBlockVote: 'Null',
660
+ InvalidDefaultBlockVoteAuthor: {
661
+ author: 'AccountId32',
662
+ expected: 'AccountId32',
663
+ },
664
+ NoDefaultBlockVote: 'Null'
655
665
  }
656
666
  },
657
667
  /**
658
- * Lookup74: argon_primitives::account::AccountType
668
+ * Lookup75: argon_primitives::account::AccountType
659
669
  **/
660
670
  ArgonPrimitivesAccountAccountType: {
661
671
  _enum: ['Tax', 'Deposit']
662
672
  },
663
673
  /**
664
- * Lookup75: argon_notary_audit::AccountHistoryLookupError
674
+ * Lookup76: argon_notary_audit::AccountHistoryLookupError
665
675
  **/
666
676
  ArgonNotaryAuditAccountHistoryLookupError: {
667
677
  _enum: ['RootNotFound', 'LastChangeNotFound', 'InvalidTransferToLocalchain', 'BlockSpecificationNotFound']
668
678
  },
669
679
  /**
670
- * Lookup78: pallet_chain_transfer::pallet::Event<T>
680
+ * Lookup79: pallet_chain_transfer::pallet::Event<T>
671
681
  **/
672
682
  PalletChainTransferEvent: {
673
683
  _enum: {
@@ -676,19 +686,19 @@ export default {
676
686
  amount: 'u128',
677
687
  transferId: 'u32',
678
688
  notaryId: 'u32',
679
- expirationTick: 'u32',
689
+ expirationTick: 'u64',
680
690
  },
681
691
  TransferToLocalchainExpired: {
682
692
  accountId: 'AccountId32',
683
693
  transferId: 'u32',
684
694
  notaryId: 'u32',
685
695
  },
686
- TransferIn: {
696
+ TransferFromLocalchain: {
687
697
  accountId: 'AccountId32',
688
698
  amount: 'u128',
689
699
  notaryId: 'u32',
690
700
  },
691
- TransferInError: {
701
+ TransferFromLocalchainError: {
692
702
  accountId: 'AccountId32',
693
703
  amount: 'u128',
694
704
  notaryId: 'u32',
@@ -702,7 +712,7 @@ export default {
702
712
  notebookNumber: 'u32',
703
713
  error: 'SpRuntimeDispatchError',
704
714
  },
705
- PossibleInvalidTransferAllowed: {
715
+ PossibleInvalidLocalchainTransferAllowed: {
706
716
  transferId: 'u32',
707
717
  notaryId: 'u32',
708
718
  notebookNumber: 'u32',
@@ -716,7 +726,7 @@ export default {
716
726
  }
717
727
  },
718
728
  /**
719
- * Lookup79: pallet_block_seal_spec::pallet::Event<T>
729
+ * Lookup80: pallet_block_seal_spec::pallet::Event<T>
720
730
  **/
721
731
  PalletBlockSealSpecEvent: {
722
732
  _enum: {
@@ -735,7 +745,7 @@ export default {
735
745
  }
736
746
  },
737
747
  /**
738
- * Lookup80: pallet_domains::pallet::Event<T>
748
+ * Lookup81: pallet_domains::pallet::Event<T>
739
749
  **/
740
750
  PalletDomainsEvent: {
741
751
  _enum: {
@@ -765,7 +775,7 @@ export default {
765
775
  }
766
776
  },
767
777
  /**
768
- * Lookup81: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
778
+ * Lookup82: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
769
779
  **/
770
780
  ArgonPrimitivesDomainZoneRecord: {
771
781
  paymentAccount: 'AccountId32',
@@ -773,7 +783,7 @@ export default {
773
783
  versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>'
774
784
  },
775
785
  /**
776
- * Lookup83: argon_primitives::domain::Semver
786
+ * Lookup84: argon_primitives::domain::Semver
777
787
  **/
778
788
  ArgonPrimitivesDomainSemver: {
779
789
  major: 'u32',
@@ -781,21 +791,21 @@ export default {
781
791
  patch: 'u32'
782
792
  },
783
793
  /**
784
- * Lookup84: argon_primitives::domain::VersionHost
794
+ * Lookup85: argon_primitives::domain::VersionHost
785
795
  **/
786
796
  ArgonPrimitivesDomainVersionHost: {
787
797
  datastoreId: 'Bytes',
788
798
  host: 'Bytes'
789
799
  },
790
800
  /**
791
- * Lookup88: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
801
+ * Lookup89: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
792
802
  **/
793
803
  PalletDomainsDomainRegistration: {
794
804
  accountId: 'AccountId32',
795
- registeredAtTick: 'u32'
805
+ registeredAtTick: 'u64'
796
806
  },
797
807
  /**
798
- * Lookup89: pallet_price_index::pallet::Event<T>
808
+ * Lookup90: pallet_price_index::pallet::Event<T>
799
809
  **/
800
810
  PalletPriceIndexEvent: {
801
811
  _enum: {
@@ -806,7 +816,19 @@ export default {
806
816
  }
807
817
  },
808
818
  /**
809
- * Lookup90: pallet_block_rewards::pallet::Event<T>
819
+ * Lookup91: pallet_grandpa::pallet::Event
820
+ **/
821
+ PalletGrandpaEvent: {
822
+ _enum: {
823
+ NewAuthorities: {
824
+ authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
825
+ },
826
+ Paused: 'Null',
827
+ Resumed: 'Null'
828
+ }
829
+ },
830
+ /**
831
+ * Lookup94: pallet_block_rewards::pallet::Event<T>
810
832
  **/
811
833
  PalletBlockRewardsEvent: {
812
834
  _enum: {
@@ -832,7 +854,7 @@ export default {
832
854
  }
833
855
  },
834
856
  /**
835
- * Lookup92: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
857
+ * Lookup96: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
836
858
  **/
837
859
  ArgonPrimitivesBlockSealBlockPayout: {
838
860
  accountId: 'AccountId32',
@@ -840,19 +862,7 @@ export default {
840
862
  argons: 'Compact<u128>'
841
863
  },
842
864
  /**
843
- * Lookup94: pallet_grandpa::pallet::Event
844
- **/
845
- PalletGrandpaEvent: {
846
- _enum: {
847
- NewAuthorities: {
848
- authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
849
- },
850
- Paused: 'Null',
851
- Resumed: 'Null'
852
- }
853
- },
854
- /**
855
- * Lookup97: pallet_mint::pallet::Event<T>
865
+ * Lookup98: pallet_mint::pallet::Event<T>
856
866
  **/
857
867
  PalletMintEvent: {
858
868
  _enum: {
@@ -872,13 +882,13 @@ export default {
872
882
  }
873
883
  },
874
884
  /**
875
- * Lookup98: pallet_mint::pallet::MintType
885
+ * Lookup99: pallet_mint::pallet::MintType
876
886
  **/
877
887
  PalletMintMintType: {
878
888
  _enum: ['Bitcoin', 'Mining']
879
889
  },
880
890
  /**
881
- * Lookup99: pallet_balances::pallet::Event<T, I>
891
+ * Lookup100: pallet_balances::pallet::Event<T, I>
882
892
  **/
883
893
  PalletBalancesEvent: {
884
894
  _enum: {
@@ -976,13 +986,13 @@ export default {
976
986
  }
977
987
  },
978
988
  /**
979
- * Lookup100: frame_support::traits::tokens::misc::BalanceStatus
989
+ * Lookup101: frame_support::traits::tokens::misc::BalanceStatus
980
990
  **/
981
991
  FrameSupportTokensMiscBalanceStatus: {
982
992
  _enum: ['Free', 'Reserved']
983
993
  },
984
994
  /**
985
- * Lookup102: pallet_tx_pause::pallet::Event<T>
995
+ * Lookup103: pallet_tx_pause::pallet::Event<T>
986
996
  **/
987
997
  PalletTxPauseEvent: {
988
998
  _enum: {
@@ -995,7 +1005,7 @@ export default {
995
1005
  }
996
1006
  },
997
1007
  /**
998
- * Lookup105: pallet_transaction_payment::pallet::Event<T>
1008
+ * Lookup106: pallet_transaction_payment::pallet::Event<T>
999
1009
  **/
1000
1010
  PalletTransactionPaymentEvent: {
1001
1011
  _enum: {
@@ -1007,7 +1017,7 @@ export default {
1007
1017
  }
1008
1018
  },
1009
1019
  /**
1010
- * Lookup106: pallet_utility::pallet::Event
1020
+ * Lookup107: pallet_utility::pallet::Event
1011
1021
  **/
1012
1022
  PalletUtilityEvent: {
1013
1023
  _enum: {
@@ -1027,7 +1037,7 @@ export default {
1027
1037
  }
1028
1038
  },
1029
1039
  /**
1030
- * Lookup107: pallet_sudo::pallet::Event<T>
1040
+ * Lookup108: pallet_sudo::pallet::Event<T>
1031
1041
  **/
1032
1042
  PalletSudoEvent: {
1033
1043
  _enum: {
@@ -1048,7 +1058,175 @@ export default {
1048
1058
  }
1049
1059
  },
1050
1060
  /**
1051
- * Lookup109: frame_system::Phase
1061
+ * Lookup110: pallet_ismp::pallet::Event<T>
1062
+ **/
1063
+ PalletIsmpEvent: {
1064
+ _enum: {
1065
+ StateMachineUpdated: {
1066
+ stateMachineId: 'IsmpConsensusStateMachineId',
1067
+ latestHeight: 'u64',
1068
+ },
1069
+ StateCommitmentVetoed: {
1070
+ height: 'IsmpConsensusStateMachineHeight',
1071
+ fisherman: 'Bytes',
1072
+ },
1073
+ ConsensusClientCreated: {
1074
+ consensusClientId: '[u8;4]',
1075
+ },
1076
+ ConsensusClientFrozen: {
1077
+ consensusClientId: '[u8;4]',
1078
+ },
1079
+ Response: {
1080
+ destChain: 'IsmpHostStateMachine',
1081
+ sourceChain: 'IsmpHostStateMachine',
1082
+ requestNonce: 'u64',
1083
+ commitment: 'H256',
1084
+ reqCommitment: 'H256',
1085
+ },
1086
+ Request: {
1087
+ destChain: 'IsmpHostStateMachine',
1088
+ sourceChain: 'IsmpHostStateMachine',
1089
+ requestNonce: 'u64',
1090
+ commitment: 'H256',
1091
+ },
1092
+ Errors: {
1093
+ errors: 'Vec<PalletIsmpErrorsHandlingError>',
1094
+ },
1095
+ PostRequestHandled: 'IsmpEventsRequestResponseHandled',
1096
+ PostResponseHandled: 'IsmpEventsRequestResponseHandled',
1097
+ GetRequestHandled: 'IsmpEventsRequestResponseHandled',
1098
+ PostRequestTimeoutHandled: 'IsmpEventsTimeoutHandled',
1099
+ PostResponseTimeoutHandled: 'IsmpEventsTimeoutHandled',
1100
+ GetRequestTimeoutHandled: 'IsmpEventsTimeoutHandled'
1101
+ }
1102
+ },
1103
+ /**
1104
+ * Lookup111: ismp::consensus::StateMachineId
1105
+ **/
1106
+ IsmpConsensusStateMachineId: {
1107
+ stateId: 'IsmpHostStateMachine',
1108
+ consensusStateId: '[u8;4]'
1109
+ },
1110
+ /**
1111
+ * Lookup112: ismp::host::StateMachine
1112
+ **/
1113
+ IsmpHostStateMachine: {
1114
+ _enum: {
1115
+ Evm: 'u32',
1116
+ Polkadot: 'u32',
1117
+ Kusama: 'u32',
1118
+ Substrate: '[u8;4]',
1119
+ Tendermint: '[u8;4]'
1120
+ }
1121
+ },
1122
+ /**
1123
+ * Lookup113: ismp::consensus::StateMachineHeight
1124
+ **/
1125
+ IsmpConsensusStateMachineHeight: {
1126
+ id: 'IsmpConsensusStateMachineId',
1127
+ height: 'u64'
1128
+ },
1129
+ /**
1130
+ * Lookup116: pallet_ismp::errors::HandlingError
1131
+ **/
1132
+ PalletIsmpErrorsHandlingError: {
1133
+ message: 'Bytes'
1134
+ },
1135
+ /**
1136
+ * Lookup118: ismp::events::RequestResponseHandled
1137
+ **/
1138
+ IsmpEventsRequestResponseHandled: {
1139
+ commitment: 'H256',
1140
+ relayer: 'Bytes'
1141
+ },
1142
+ /**
1143
+ * Lookup119: ismp::events::TimeoutHandled
1144
+ **/
1145
+ IsmpEventsTimeoutHandled: {
1146
+ commitment: 'H256',
1147
+ source: 'IsmpHostStateMachine',
1148
+ dest: 'IsmpHostStateMachine'
1149
+ },
1150
+ /**
1151
+ * Lookup120: ismp_grandpa::pallet::Event<T>
1152
+ **/
1153
+ IsmpGrandpaEvent: {
1154
+ _enum: {
1155
+ StateMachineAdded: {
1156
+ stateMachines: 'Vec<IsmpHostStateMachine>',
1157
+ },
1158
+ StateMachineRemoved: {
1159
+ stateMachines: 'Vec<IsmpHostStateMachine>'
1160
+ }
1161
+ }
1162
+ },
1163
+ /**
1164
+ * Lookup122: pallet_hyperbridge::pallet::Event<T>
1165
+ **/
1166
+ PalletHyperbridgeEvent: {
1167
+ _enum: {
1168
+ HostParamsUpdated: {
1169
+ _alias: {
1170
+ new_: 'new',
1171
+ },
1172
+ old: 'PalletHyperbridgeVersionedHostParams',
1173
+ new_: 'PalletHyperbridgeVersionedHostParams',
1174
+ },
1175
+ RelayerFeeWithdrawn: {
1176
+ amount: 'u128',
1177
+ account: 'AccountId32',
1178
+ },
1179
+ ProtocolRevenueWithdrawn: {
1180
+ amount: 'u128',
1181
+ account: 'AccountId32'
1182
+ }
1183
+ }
1184
+ },
1185
+ /**
1186
+ * Lookup123: pallet_hyperbridge::VersionedHostParams<Balance>
1187
+ **/
1188
+ PalletHyperbridgeVersionedHostParams: {
1189
+ _enum: {
1190
+ V1: 'PalletHyperbridgeSubstrateHostParams'
1191
+ }
1192
+ },
1193
+ /**
1194
+ * Lookup124: pallet_hyperbridge::SubstrateHostParams<B>
1195
+ **/
1196
+ PalletHyperbridgeSubstrateHostParams: {
1197
+ defaultPerByteFee: 'u128',
1198
+ perByteFees: 'BTreeMap<IsmpHostStateMachine, u128>',
1199
+ assetRegistrationFee: 'u128'
1200
+ },
1201
+ /**
1202
+ * Lookup128: pallet_token_gateway::pallet::Event<T>
1203
+ **/
1204
+ PalletTokenGatewayEvent: {
1205
+ _enum: {
1206
+ AssetTeleported: {
1207
+ from: 'AccountId32',
1208
+ to: 'H256',
1209
+ amount: 'u128',
1210
+ dest: 'IsmpHostStateMachine',
1211
+ commitment: 'H256',
1212
+ },
1213
+ AssetReceived: {
1214
+ beneficiary: 'AccountId32',
1215
+ amount: 'u128',
1216
+ source: 'IsmpHostStateMachine',
1217
+ },
1218
+ AssetRefunded: {
1219
+ beneficiary: 'AccountId32',
1220
+ amount: 'u128',
1221
+ source: 'IsmpHostStateMachine',
1222
+ },
1223
+ ERC6160AssetRegistrationDispatched: {
1224
+ commitment: 'H256'
1225
+ }
1226
+ }
1227
+ },
1228
+ /**
1229
+ * Lookup129: frame_system::Phase
1052
1230
  **/
1053
1231
  FrameSystemPhase: {
1054
1232
  _enum: {
@@ -1058,21 +1236,21 @@ export default {
1058
1236
  }
1059
1237
  },
1060
1238
  /**
1061
- * Lookup113: frame_system::LastRuntimeUpgradeInfo
1239
+ * Lookup133: frame_system::LastRuntimeUpgradeInfo
1062
1240
  **/
1063
1241
  FrameSystemLastRuntimeUpgradeInfo: {
1064
1242
  specVersion: 'Compact<u32>',
1065
1243
  specName: 'Text'
1066
1244
  },
1067
1245
  /**
1068
- * Lookup114: frame_system::CodeUpgradeAuthorization<T>
1246
+ * Lookup134: frame_system::CodeUpgradeAuthorization<T>
1069
1247
  **/
1070
1248
  FrameSystemCodeUpgradeAuthorization: {
1071
1249
  codeHash: 'H256',
1072
1250
  checkVersion: 'bool'
1073
1251
  },
1074
1252
  /**
1075
- * Lookup115: frame_system::pallet::Call<T>
1253
+ * Lookup135: frame_system::pallet::Call<T>
1076
1254
  **/
1077
1255
  FrameSystemCall: {
1078
1256
  _enum: {
@@ -1117,7 +1295,7 @@ export default {
1117
1295
  }
1118
1296
  },
1119
1297
  /**
1120
- * Lookup119: frame_system::limits::BlockWeights
1298
+ * Lookup139: frame_system::limits::BlockWeights
1121
1299
  **/
1122
1300
  FrameSystemLimitsBlockWeights: {
1123
1301
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -1125,7 +1303,7 @@ export default {
1125
1303
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1126
1304
  },
1127
1305
  /**
1128
- * Lookup120: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1306
+ * Lookup140: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1129
1307
  **/
1130
1308
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1131
1309
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1133,7 +1311,7 @@ export default {
1133
1311
  mandatory: 'FrameSystemLimitsWeightsPerClass'
1134
1312
  },
1135
1313
  /**
1136
- * Lookup121: frame_system::limits::WeightsPerClass
1314
+ * Lookup141: frame_system::limits::WeightsPerClass
1137
1315
  **/
1138
1316
  FrameSystemLimitsWeightsPerClass: {
1139
1317
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1142,13 +1320,13 @@ export default {
1142
1320
  reserved: 'Option<SpWeightsWeightV2Weight>'
1143
1321
  },
1144
1322
  /**
1145
- * Lookup123: frame_system::limits::BlockLength
1323
+ * Lookup143: frame_system::limits::BlockLength
1146
1324
  **/
1147
1325
  FrameSystemLimitsBlockLength: {
1148
1326
  max: 'FrameSupportDispatchPerDispatchClassU32'
1149
1327
  },
1150
1328
  /**
1151
- * Lookup124: frame_support::dispatch::PerDispatchClass<T>
1329
+ * Lookup144: frame_support::dispatch::PerDispatchClass<T>
1152
1330
  **/
1153
1331
  FrameSupportDispatchPerDispatchClassU32: {
1154
1332
  normal: 'u32',
@@ -1156,14 +1334,14 @@ export default {
1156
1334
  mandatory: 'u32'
1157
1335
  },
1158
1336
  /**
1159
- * Lookup125: sp_weights::RuntimeDbWeight
1337
+ * Lookup145: sp_weights::RuntimeDbWeight
1160
1338
  **/
1161
1339
  SpWeightsRuntimeDbWeight: {
1162
1340
  read: 'u64',
1163
1341
  write: 'u64'
1164
1342
  },
1165
1343
  /**
1166
- * Lookup126: sp_version::RuntimeVersion
1344
+ * Lookup146: sp_version::RuntimeVersion
1167
1345
  **/
1168
1346
  SpVersionRuntimeVersion: {
1169
1347
  specName: 'Text',
@@ -1176,13 +1354,69 @@ export default {
1176
1354
  stateVersion: 'u8'
1177
1355
  },
1178
1356
  /**
1179
- * Lookup131: frame_system::pallet::Error<T>
1357
+ * Lookup151: frame_system::pallet::Error<T>
1180
1358
  **/
1181
1359
  FrameSystemError: {
1182
1360
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1183
1361
  },
1184
1362
  /**
1185
- * Lookup132: pallet_timestamp::pallet::Call<T>
1363
+ * Lookup152: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
1364
+ **/
1365
+ ArgonPrimitivesDigestsDigestset: {
1366
+ author: 'AccountId32',
1367
+ blockVote: 'ArgonPrimitivesDigestsBlockVoteDigest',
1368
+ votingKey: 'Option<ArgonPrimitivesDigestsParentVotingKeyDigest>',
1369
+ forkPower: 'Option<ArgonPrimitivesForkPower>',
1370
+ tick: 'u64',
1371
+ notebooks: 'ArgonPrimitivesDigestsNotebookDigest'
1372
+ },
1373
+ /**
1374
+ * Lookup153: argon_primitives::digests::BlockVoteDigest
1375
+ **/
1376
+ ArgonPrimitivesDigestsBlockVoteDigest: {
1377
+ votingPower: 'Compact<u128>',
1378
+ votesCount: 'Compact<u32>'
1379
+ },
1380
+ /**
1381
+ * Lookup155: argon_primitives::digests::ParentVotingKeyDigest
1382
+ **/
1383
+ ArgonPrimitivesDigestsParentVotingKeyDigest: {
1384
+ parentVotingKey: 'Option<H256>'
1385
+ },
1386
+ /**
1387
+ * Lookup158: argon_primitives::fork_power::ForkPower
1388
+ **/
1389
+ ArgonPrimitivesForkPower: {
1390
+ isLatestVote: 'bool',
1391
+ notebooks: 'Compact<u64>',
1392
+ votingPower: 'U256',
1393
+ sealStrength: 'U256',
1394
+ totalComputeDifficulty: 'U256',
1395
+ voteCreatedBlocks: 'Compact<u128>'
1396
+ },
1397
+ /**
1398
+ * Lookup162: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
1399
+ **/
1400
+ ArgonPrimitivesDigestsNotebookDigest: {
1401
+ notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>'
1402
+ },
1403
+ /**
1404
+ * Lookup164: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
1405
+ **/
1406
+ ArgonPrimitivesNotebookNotebookAuditResult: {
1407
+ notaryId: 'Compact<u32>',
1408
+ notebookNumber: 'Compact<u32>',
1409
+ tick: 'Compact<u64>',
1410
+ auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
1411
+ },
1412
+ /**
1413
+ * Lookup166: pallet_digests::pallet::Error<T>
1414
+ **/
1415
+ PalletDigestsError: {
1416
+ _enum: ['DuplicateBlockVoteDigest', 'DuplicateAuthorDigest', 'DuplicateTickDigest', 'DuplicateParentVotingKeyDigest', 'DuplicateNotebookDigest', 'DuplicateForkPowerDigest', 'MissingBlockVoteDigest', 'MissingAuthorDigest', 'MissingTickDigest', 'MissingParentVotingKeyDigest', 'MissingNotebookDigest', 'CouldNotDecodeDigest']
1417
+ },
1418
+ /**
1419
+ * Lookup167: pallet_timestamp::pallet::Call<T>
1186
1420
  **/
1187
1421
  PalletTimestampCall: {
1188
1422
  _enum: {
@@ -1192,7 +1426,7 @@ export default {
1192
1426
  }
1193
1427
  },
1194
1428
  /**
1195
- * Lookup134: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1429
+ * Lookup169: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1196
1430
  **/
1197
1431
  PalletMultisigMultisig: {
1198
1432
  when: 'PalletMultisigTimepoint',
@@ -1201,7 +1435,7 @@ export default {
1201
1435
  approvals: 'Vec<AccountId32>'
1202
1436
  },
1203
1437
  /**
1204
- * Lookup137: pallet_multisig::pallet::Call<T>
1438
+ * Lookup172: pallet_multisig::pallet::Call<T>
1205
1439
  **/
1206
1440
  PalletMultisigCall: {
1207
1441
  _enum: {
@@ -1232,34 +1466,34 @@ export default {
1232
1466
  }
1233
1467
  },
1234
1468
  /**
1235
- * Lookup139: pallet_proxy::pallet::Call<T>
1469
+ * Lookup174: pallet_proxy::pallet::Call<T>
1236
1470
  **/
1237
1471
  PalletProxyCall: {
1238
1472
  _enum: {
1239
1473
  proxy: {
1240
1474
  real: 'MultiAddress',
1241
- forceProxyType: 'Option<ArgonNodeRuntimeProxyType>',
1475
+ forceProxyType: 'Option<ArgonRuntimeConfigsProxyType>',
1242
1476
  call: 'Call',
1243
1477
  },
1244
1478
  add_proxy: {
1245
1479
  delegate: 'MultiAddress',
1246
- proxyType: 'ArgonNodeRuntimeProxyType',
1480
+ proxyType: 'ArgonRuntimeConfigsProxyType',
1247
1481
  delay: 'u32',
1248
1482
  },
1249
1483
  remove_proxy: {
1250
1484
  delegate: 'MultiAddress',
1251
- proxyType: 'ArgonNodeRuntimeProxyType',
1485
+ proxyType: 'ArgonRuntimeConfigsProxyType',
1252
1486
  delay: 'u32',
1253
1487
  },
1254
1488
  remove_proxies: 'Null',
1255
1489
  create_pure: {
1256
- proxyType: 'ArgonNodeRuntimeProxyType',
1490
+ proxyType: 'ArgonRuntimeConfigsProxyType',
1257
1491
  delay: 'u32',
1258
1492
  index: 'u16',
1259
1493
  },
1260
1494
  kill_pure: {
1261
1495
  spawner: 'MultiAddress',
1262
- proxyType: 'ArgonNodeRuntimeProxyType',
1496
+ proxyType: 'ArgonRuntimeConfigsProxyType',
1263
1497
  index: 'u16',
1264
1498
  height: 'Compact<u32>',
1265
1499
  extIndex: 'Compact<u32>',
@@ -1279,17 +1513,17 @@ export default {
1279
1513
  proxy_announced: {
1280
1514
  delegate: 'MultiAddress',
1281
1515
  real: 'MultiAddress',
1282
- forceProxyType: 'Option<ArgonNodeRuntimeProxyType>',
1516
+ forceProxyType: 'Option<ArgonRuntimeConfigsProxyType>',
1283
1517
  call: 'Call'
1284
1518
  }
1285
1519
  }
1286
1520
  },
1287
1521
  /**
1288
- * Lookup144: pallet_ticks::pallet::Call<T>
1522
+ * Lookup179: pallet_ticks::pallet::Call<T>
1289
1523
  **/
1290
1524
  PalletTicksCall: 'Null',
1291
1525
  /**
1292
- * Lookup145: pallet_mining_slot::pallet::Call<T>
1526
+ * Lookup180: pallet_mining_slot::pallet::Call<T>
1293
1527
  **/
1294
1528
  PalletMiningSlotCall: {
1295
1529
  _enum: {
@@ -1299,19 +1533,19 @@ export default {
1299
1533
  },
1300
1534
  bondInfo: 'Option<PalletMiningSlotMiningSlotBid>',
1301
1535
  rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
1302
- keys_: 'ArgonNodeRuntimeOpaqueSessionKeys'
1536
+ keys_: 'ArgonRuntimeSessionKeys'
1303
1537
  }
1304
1538
  }
1305
1539
  },
1306
1540
  /**
1307
- * Lookup147: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1541
+ * Lookup182: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1308
1542
  **/
1309
1543
  PalletMiningSlotMiningSlotBid: {
1310
1544
  vaultId: 'u32',
1311
1545
  amount: 'u128'
1312
1546
  },
1313
1547
  /**
1314
- * Lookup148: pallet_bitcoin_utxos::pallet::Call<T>
1548
+ * Lookup183: pallet_bitcoin_utxos::pallet::Call<T>
1315
1549
  **/
1316
1550
  PalletBitcoinUtxosCall: {
1317
1551
  _enum: {
@@ -1328,7 +1562,7 @@ export default {
1328
1562
  }
1329
1563
  },
1330
1564
  /**
1331
- * Lookup149: argon_primitives::inherents::BitcoinUtxoSync
1565
+ * Lookup184: argon_primitives::inherents::BitcoinUtxoSync
1332
1566
  **/
1333
1567
  ArgonPrimitivesInherentsBitcoinUtxoSync: {
1334
1568
  spent: 'BTreeMap<u64, u64>',
@@ -1337,14 +1571,14 @@ export default {
1337
1571
  syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1338
1572
  },
1339
1573
  /**
1340
- * Lookup159: argon_primitives::bitcoin::BitcoinBlock
1574
+ * Lookup194: argon_primitives::bitcoin::BitcoinBlock
1341
1575
  **/
1342
1576
  ArgonPrimitivesBitcoinBitcoinBlock: {
1343
1577
  blockHeight: 'Compact<u64>',
1344
1578
  blockHash: 'ArgonPrimitivesBitcoinH256Le'
1345
1579
  },
1346
1580
  /**
1347
- * Lookup160: pallet_vaults::pallet::Call<T>
1581
+ * Lookup195: pallet_vaults::pallet::Call<T>
1348
1582
  **/
1349
1583
  PalletVaultsCall: {
1350
1584
  _enum: {
@@ -1371,7 +1605,7 @@ export default {
1371
1605
  }
1372
1606
  },
1373
1607
  /**
1374
- * Lookup161: pallet_vaults::pallet::VaultConfig<Balance>
1608
+ * Lookup196: pallet_vaults::pallet::VaultConfig<Balance>
1375
1609
  **/
1376
1610
  PalletVaultsVaultConfig: {
1377
1611
  terms: 'ArgonPrimitivesBondVaultTerms',
@@ -1381,7 +1615,7 @@ export default {
1381
1615
  securitizationPercent: 'Compact<u128>'
1382
1616
  },
1383
1617
  /**
1384
- * Lookup162: argon_primitives::bond::VaultTerms<Balance>
1618
+ * Lookup197: argon_primitives::bond::VaultTerms<Balance>
1385
1619
  **/
1386
1620
  ArgonPrimitivesBondVaultTerms: {
1387
1621
  bitcoinAnnualPercentRate: 'Compact<u128>',
@@ -1391,11 +1625,11 @@ export default {
1391
1625
  miningRewardSharingPercentTake: 'Compact<u128>'
1392
1626
  },
1393
1627
  /**
1394
- * Lookup163: argon_primitives::bitcoin::OpaqueBitcoinXpub
1628
+ * Lookup198: argon_primitives::bitcoin::OpaqueBitcoinXpub
1395
1629
  **/
1396
1630
  ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1397
1631
  /**
1398
- * Lookup165: pallet_bond::pallet::Call<T>
1632
+ * Lookup200: pallet_bond::pallet::Call<T>
1399
1633
  **/
1400
1634
  PalletBondCall: {
1401
1635
  _enum: {
@@ -1419,11 +1653,11 @@ export default {
1419
1653
  }
1420
1654
  },
1421
1655
  /**
1422
- * Lookup166: argon_primitives::bitcoin::CompressedBitcoinPubkey
1656
+ * Lookup201: argon_primitives::bitcoin::CompressedBitcoinPubkey
1423
1657
  **/
1424
1658
  ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1425
1659
  /**
1426
- * Lookup170: pallet_notaries::pallet::Call<T>
1660
+ * Lookup205: pallet_notaries::pallet::Call<T>
1427
1661
  **/
1428
1662
  PalletNotariesCall: {
1429
1663
  _enum: {
@@ -1436,12 +1670,12 @@ export default {
1436
1670
  update: {
1437
1671
  notaryId: 'Compact<u32>',
1438
1672
  meta: 'ArgonPrimitivesNotaryNotaryMeta',
1439
- effectiveTick: 'Compact<u32>'
1673
+ effectiveTick: 'Compact<u64>'
1440
1674
  }
1441
1675
  }
1442
1676
  },
1443
1677
  /**
1444
- * Lookup171: pallet_notebook::pallet::Call<T>
1678
+ * Lookup206: pallet_notebook::pallet::Call<T>
1445
1679
  **/
1446
1680
  PalletNotebookCall: {
1447
1681
  _enum: {
@@ -1454,19 +1688,19 @@ export default {
1454
1688
  }
1455
1689
  },
1456
1690
  /**
1457
- * Lookup173: argon_primitives::notebook::SignedNotebookHeader
1691
+ * Lookup208: argon_primitives::notebook::SignedNotebookHeader
1458
1692
  **/
1459
1693
  ArgonPrimitivesNotebookSignedNotebookHeader: {
1460
1694
  header: 'ArgonPrimitivesNotebookNotebookHeader',
1461
1695
  signature: '[u8;64]'
1462
1696
  },
1463
1697
  /**
1464
- * Lookup174: argon_primitives::notebook::NotebookHeader
1698
+ * Lookup209: argon_primitives::notebook::NotebookHeader
1465
1699
  **/
1466
1700
  ArgonPrimitivesNotebookNotebookHeader: {
1467
1701
  version: 'Compact<u16>',
1468
1702
  notebookNumber: 'Compact<u32>',
1469
- tick: 'Compact<u32>',
1703
+ tick: 'Compact<u64>',
1470
1704
  tax: 'Compact<u128>',
1471
1705
  notaryId: 'Compact<u32>',
1472
1706
  chainTransfers: 'Vec<ArgonPrimitivesNotebookChainTransfer>',
@@ -1481,7 +1715,7 @@ export default {
1481
1715
  domains: 'Vec<(H256,AccountId32)>'
1482
1716
  },
1483
1717
  /**
1484
- * Lookup177: argon_primitives::notebook::ChainTransfer
1718
+ * Lookup212: argon_primitives::notebook::ChainTransfer
1485
1719
  **/
1486
1720
  ArgonPrimitivesNotebookChainTransfer: {
1487
1721
  _enum: {
@@ -1495,14 +1729,14 @@ export default {
1495
1729
  }
1496
1730
  },
1497
1731
  /**
1498
- * Lookup180: argon_primitives::balance_change::AccountOrigin
1732
+ * Lookup215: argon_primitives::balance_change::AccountOrigin
1499
1733
  **/
1500
1734
  ArgonPrimitivesBalanceChangeAccountOrigin: {
1501
1735
  notebookNumber: 'Compact<u32>',
1502
1736
  accountUid: 'Compact<u32>'
1503
1737
  },
1504
1738
  /**
1505
- * Lookup188: pallet_chain_transfer::pallet::Call<T>
1739
+ * Lookup222: pallet_chain_transfer::pallet::Call<T>
1506
1740
  **/
1507
1741
  PalletChainTransferCall: {
1508
1742
  _enum: {
@@ -1513,7 +1747,7 @@ export default {
1513
1747
  }
1514
1748
  },
1515
1749
  /**
1516
- * Lookup189: pallet_block_seal_spec::pallet::Call<T>
1750
+ * Lookup223: pallet_block_seal_spec::pallet::Call<T>
1517
1751
  **/
1518
1752
  PalletBlockSealSpecCall: {
1519
1753
  _enum: {
@@ -1524,7 +1758,7 @@ export default {
1524
1758
  }
1525
1759
  },
1526
1760
  /**
1527
- * Lookup190: pallet_domains::pallet::Call<T>
1761
+ * Lookup224: pallet_domains::pallet::Call<T>
1528
1762
  **/
1529
1763
  PalletDomainsCall: {
1530
1764
  _enum: {
@@ -1535,7 +1769,7 @@ export default {
1535
1769
  }
1536
1770
  },
1537
1771
  /**
1538
- * Lookup191: pallet_price_index::pallet::Call<T>
1772
+ * Lookup225: pallet_price_index::pallet::Call<T>
1539
1773
  **/
1540
1774
  PalletPriceIndexCall: {
1541
1775
  _enum: {
@@ -1548,80 +1782,16 @@ export default {
1548
1782
  }
1549
1783
  },
1550
1784
  /**
1551
- * Lookup192: pallet_price_index::PriceIndex
1785
+ * Lookup226: pallet_price_index::PriceIndex
1552
1786
  **/
1553
1787
  PalletPriceIndexPriceIndex: {
1554
1788
  btcUsdPrice: 'Compact<u128>',
1555
1789
  argonUsdPrice: 'Compact<u128>',
1556
1790
  argonUsdTargetPrice: 'u128',
1557
- tick: 'Compact<u32>'
1558
- },
1559
- /**
1560
- * Lookup193: pallet_block_seal::pallet::Call<T>
1561
- **/
1562
- PalletBlockSealCall: {
1563
- _enum: {
1564
- apply: {
1565
- seal: 'ArgonPrimitivesInherentsBlockSealInherent'
1566
- }
1567
- }
1568
- },
1569
- /**
1570
- * Lookup194: argon_primitives::inherents::BlockSealInherent
1571
- **/
1572
- ArgonPrimitivesInherentsBlockSealInherent: {
1573
- _enum: {
1574
- Vote: {
1575
- sealStrength: 'U256',
1576
- notaryId: 'Compact<u32>',
1577
- sourceNotebookNumber: 'Compact<u32>',
1578
- sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
1579
- blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
1580
- minerSignature: 'ArgonPrimitivesBlockSealAppSignature',
1581
- },
1582
- Compute: 'Null'
1583
- }
1584
- },
1585
- /**
1586
- * Lookup197: argon_primitives::balance_change::MerkleProof
1587
- **/
1588
- ArgonPrimitivesBalanceChangeMerkleProof: {
1589
- proof: 'Vec<H256>',
1590
- numberOfLeaves: 'Compact<u32>',
1591
- leafIndex: 'Compact<u32>'
1791
+ tick: 'Compact<u64>'
1592
1792
  },
1593
1793
  /**
1594
- * Lookup199: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1595
- **/
1596
- ArgonPrimitivesBlockVoteBlockVoteT: {
1597
- accountId: 'AccountId32',
1598
- blockHash: 'H256',
1599
- index: 'Compact<u32>',
1600
- power: 'Compact<u128>',
1601
- signature: 'SpRuntimeMultiSignature',
1602
- blockRewardsAccountId: 'AccountId32',
1603
- tick: 'Compact<u32>'
1604
- },
1605
- /**
1606
- * Lookup200: sp_runtime::MultiSignature
1607
- **/
1608
- SpRuntimeMultiSignature: {
1609
- _enum: {
1610
- Ed25519: '[u8;64]',
1611
- Sr25519: '[u8;64]',
1612
- Ecdsa: '[u8;65]'
1613
- }
1614
- },
1615
- /**
1616
- * Lookup202: argon_primitives::block_seal::app::Signature
1617
- **/
1618
- ArgonPrimitivesBlockSealAppSignature: '[u8;64]',
1619
- /**
1620
- * Lookup203: pallet_block_rewards::pallet::Call<T>
1621
- **/
1622
- PalletBlockRewardsCall: 'Null',
1623
- /**
1624
- * Lookup204: pallet_grandpa::pallet::Call<T>
1794
+ * Lookup227: pallet_grandpa::pallet::Call<T>
1625
1795
  **/
1626
1796
  PalletGrandpaCall: {
1627
1797
  _enum: {
@@ -1640,14 +1810,14 @@ export default {
1640
1810
  }
1641
1811
  },
1642
1812
  /**
1643
- * Lookup205: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1813
+ * Lookup228: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1644
1814
  **/
1645
1815
  SpConsensusGrandpaEquivocationProof: {
1646
1816
  setId: 'u64',
1647
1817
  equivocation: 'SpConsensusGrandpaEquivocation'
1648
1818
  },
1649
1819
  /**
1650
- * Lookup206: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1820
+ * Lookup229: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1651
1821
  **/
1652
1822
  SpConsensusGrandpaEquivocation: {
1653
1823
  _enum: {
@@ -1656,7 +1826,7 @@ export default {
1656
1826
  }
1657
1827
  },
1658
1828
  /**
1659
- * Lookup207: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1829
+ * Lookup230: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1660
1830
  **/
1661
1831
  FinalityGrandpaEquivocationPrevote: {
1662
1832
  roundNumber: 'u64',
@@ -1665,18 +1835,18 @@ export default {
1665
1835
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1666
1836
  },
1667
1837
  /**
1668
- * Lookup208: finality_grandpa::Prevote<primitive_types::H256, N>
1838
+ * Lookup231: finality_grandpa::Prevote<primitive_types::H256, N>
1669
1839
  **/
1670
1840
  FinalityGrandpaPrevote: {
1671
1841
  targetHash: 'H256',
1672
1842
  targetNumber: 'u32'
1673
1843
  },
1674
1844
  /**
1675
- * Lookup209: sp_consensus_grandpa::app::Signature
1845
+ * Lookup232: sp_consensus_grandpa::app::Signature
1676
1846
  **/
1677
1847
  SpConsensusGrandpaAppSignature: '[u8;64]',
1678
1848
  /**
1679
- * Lookup211: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1849
+ * Lookup234: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1680
1850
  **/
1681
1851
  FinalityGrandpaEquivocationPrecommit: {
1682
1852
  roundNumber: 'u64',
@@ -1685,22 +1855,81 @@ export default {
1685
1855
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1686
1856
  },
1687
1857
  /**
1688
- * Lookup212: finality_grandpa::Precommit<primitive_types::H256, N>
1858
+ * Lookup235: finality_grandpa::Precommit<primitive_types::H256, N>
1689
1859
  **/
1690
1860
  FinalityGrandpaPrecommit: {
1691
1861
  targetHash: 'H256',
1692
1862
  targetNumber: 'u32'
1693
1863
  },
1694
1864
  /**
1695
- * Lookup214: sp_core::Void
1865
+ * Lookup237: sp_core::Void
1696
1866
  **/
1697
1867
  SpCoreVoid: 'Null',
1698
1868
  /**
1699
- * Lookup215: pallet_mint::pallet::Call<T>
1869
+ * Lookup238: pallet_block_seal::pallet::Call<T>
1870
+ **/
1871
+ PalletBlockSealCall: {
1872
+ _enum: {
1873
+ apply: {
1874
+ seal: 'ArgonPrimitivesInherentsBlockSealInherent'
1875
+ }
1876
+ }
1877
+ },
1878
+ /**
1879
+ * Lookup239: argon_primitives::inherents::BlockSealInherent
1880
+ **/
1881
+ ArgonPrimitivesInherentsBlockSealInherent: {
1882
+ _enum: {
1883
+ Vote: {
1884
+ sealStrength: 'U256',
1885
+ notaryId: 'Compact<u32>',
1886
+ sourceNotebookNumber: 'Compact<u32>',
1887
+ sourceNotebookProof: 'ArgonPrimitivesBalanceChangeMerkleProof',
1888
+ blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
1889
+ },
1890
+ Compute: 'Null'
1891
+ }
1892
+ },
1893
+ /**
1894
+ * Lookup240: argon_primitives::balance_change::MerkleProof
1895
+ **/
1896
+ ArgonPrimitivesBalanceChangeMerkleProof: {
1897
+ proof: 'Vec<H256>',
1898
+ numberOfLeaves: 'Compact<u32>',
1899
+ leafIndex: 'Compact<u32>'
1900
+ },
1901
+ /**
1902
+ * Lookup242: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1903
+ **/
1904
+ ArgonPrimitivesBlockVoteBlockVoteT: {
1905
+ accountId: 'AccountId32',
1906
+ blockHash: 'H256',
1907
+ index: 'Compact<u32>',
1908
+ power: 'Compact<u128>',
1909
+ signature: 'SpRuntimeMultiSignature',
1910
+ blockRewardsAccountId: 'AccountId32',
1911
+ tick: 'Compact<u64>'
1912
+ },
1913
+ /**
1914
+ * Lookup243: sp_runtime::MultiSignature
1915
+ **/
1916
+ SpRuntimeMultiSignature: {
1917
+ _enum: {
1918
+ Ed25519: '[u8;64]',
1919
+ Sr25519: '[u8;64]',
1920
+ Ecdsa: '[u8;65]'
1921
+ }
1922
+ },
1923
+ /**
1924
+ * Lookup245: pallet_block_rewards::pallet::Call<T>
1925
+ **/
1926
+ PalletBlockRewardsCall: 'Null',
1927
+ /**
1928
+ * Lookup246: pallet_mint::pallet::Call<T>
1700
1929
  **/
1701
1930
  PalletMintCall: 'Null',
1702
1931
  /**
1703
- * Lookup216: pallet_balances::pallet::Call<T, I>
1932
+ * Lookup247: pallet_balances::pallet::Call<T, I>
1704
1933
  **/
1705
1934
  PalletBalancesCall: {
1706
1935
  _enum: {
@@ -1745,13 +1974,13 @@ export default {
1745
1974
  }
1746
1975
  },
1747
1976
  /**
1748
- * Lookup217: pallet_balances::types::AdjustmentDirection
1977
+ * Lookup248: pallet_balances::types::AdjustmentDirection
1749
1978
  **/
1750
1979
  PalletBalancesAdjustmentDirection: {
1751
1980
  _enum: ['Increase', 'Decrease']
1752
1981
  },
1753
1982
  /**
1754
- * Lookup219: pallet_tx_pause::pallet::Call<T>
1983
+ * Lookup250: pallet_tx_pause::pallet::Call<T>
1755
1984
  **/
1756
1985
  PalletTxPauseCall: {
1757
1986
  _enum: {
@@ -1764,7 +1993,7 @@ export default {
1764
1993
  }
1765
1994
  },
1766
1995
  /**
1767
- * Lookup220: pallet_utility::pallet::Call<T>
1996
+ * Lookup251: pallet_utility::pallet::Call<T>
1768
1997
  **/
1769
1998
  PalletUtilityCall: {
1770
1999
  _enum: {
@@ -1779,7 +2008,7 @@ export default {
1779
2008
  calls: 'Vec<Call>',
1780
2009
  },
1781
2010
  dispatch_as: {
1782
- asOrigin: 'ArgonNodeRuntimeOriginCaller',
2011
+ asOrigin: 'ArgonRuntimeOriginCaller',
1783
2012
  call: 'Call',
1784
2013
  },
1785
2014
  force_batch: {
@@ -1792,16 +2021,16 @@ export default {
1792
2021
  }
1793
2022
  },
1794
2023
  /**
1795
- * Lookup222: argon_node_runtime::OriginCaller
2024
+ * Lookup253: argon_runtime::OriginCaller
1796
2025
  **/
1797
- ArgonNodeRuntimeOriginCaller: {
2026
+ ArgonRuntimeOriginCaller: {
1798
2027
  _enum: {
1799
2028
  system: 'FrameSupportDispatchRawOrigin',
1800
2029
  Void: 'SpCoreVoid'
1801
2030
  }
1802
2031
  },
1803
2032
  /**
1804
- * Lookup223: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
2033
+ * Lookup254: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1805
2034
  **/
1806
2035
  FrameSupportDispatchRawOrigin: {
1807
2036
  _enum: {
@@ -1811,7 +2040,7 @@ export default {
1811
2040
  }
1812
2041
  },
1813
2042
  /**
1814
- * Lookup224: pallet_sudo::pallet::Call<T>
2043
+ * Lookup255: pallet_sudo::pallet::Call<T>
1815
2044
  **/
1816
2045
  PalletSudoCall: {
1817
2046
  _enum: {
@@ -1836,21 +2065,313 @@ export default {
1836
2065
  }
1837
2066
  },
1838
2067
  /**
1839
- * Lookup226: pallet_multisig::pallet::Error<T>
2068
+ * Lookup256: pallet_ismp::pallet::Call<T>
2069
+ **/
2070
+ PalletIsmpCall: {
2071
+ _enum: {
2072
+ handle_unsigned: {
2073
+ messages: 'Vec<IsmpMessagingMessage>',
2074
+ },
2075
+ __Unused1: 'Null',
2076
+ create_consensus_client: {
2077
+ message: 'IsmpMessagingCreateConsensusState',
2078
+ },
2079
+ update_consensus_state: {
2080
+ message: 'PalletIsmpUtilsUpdateConsensusState',
2081
+ },
2082
+ fund_message: {
2083
+ message: 'PalletIsmpUtilsFundMessageParams'
2084
+ }
2085
+ }
2086
+ },
2087
+ /**
2088
+ * Lookup258: ismp::messaging::Message
2089
+ **/
2090
+ IsmpMessagingMessage: {
2091
+ _enum: {
2092
+ Consensus: 'IsmpMessagingConsensusMessage',
2093
+ FraudProof: 'IsmpMessagingFraudProofMessage',
2094
+ Request: 'IsmpMessagingRequestMessage',
2095
+ Response: 'IsmpMessagingResponseMessage',
2096
+ Timeout: 'IsmpMessagingTimeoutMessage'
2097
+ }
2098
+ },
2099
+ /**
2100
+ * Lookup259: ismp::messaging::ConsensusMessage
2101
+ **/
2102
+ IsmpMessagingConsensusMessage: {
2103
+ consensusProof: 'Bytes',
2104
+ consensusStateId: '[u8;4]',
2105
+ signer: 'Bytes'
2106
+ },
2107
+ /**
2108
+ * Lookup260: ismp::messaging::FraudProofMessage
2109
+ **/
2110
+ IsmpMessagingFraudProofMessage: {
2111
+ proof1: 'Bytes',
2112
+ proof2: 'Bytes',
2113
+ consensusStateId: '[u8;4]'
2114
+ },
2115
+ /**
2116
+ * Lookup261: ismp::messaging::RequestMessage
2117
+ **/
2118
+ IsmpMessagingRequestMessage: {
2119
+ requests: 'Vec<IsmpRouterPostRequest>',
2120
+ proof: 'IsmpMessagingProof',
2121
+ signer: 'Bytes'
2122
+ },
2123
+ /**
2124
+ * Lookup263: ismp::router::PostRequest
2125
+ **/
2126
+ IsmpRouterPostRequest: {
2127
+ source: 'IsmpHostStateMachine',
2128
+ dest: 'IsmpHostStateMachine',
2129
+ nonce: 'u64',
2130
+ from: 'Bytes',
2131
+ to: 'Bytes',
2132
+ timeoutTimestamp: 'u64',
2133
+ body: 'Bytes'
2134
+ },
2135
+ /**
2136
+ * Lookup264: ismp::messaging::Proof
2137
+ **/
2138
+ IsmpMessagingProof: {
2139
+ height: 'IsmpConsensusStateMachineHeight',
2140
+ proof: 'Bytes'
2141
+ },
2142
+ /**
2143
+ * Lookup265: ismp::messaging::ResponseMessage
2144
+ **/
2145
+ IsmpMessagingResponseMessage: {
2146
+ datagram: 'IsmpRouterRequestResponse',
2147
+ proof: 'IsmpMessagingProof',
2148
+ signer: 'Bytes'
2149
+ },
2150
+ /**
2151
+ * Lookup266: ismp::router::RequestResponse
2152
+ **/
2153
+ IsmpRouterRequestResponse: {
2154
+ _enum: {
2155
+ Request: 'Vec<IsmpRouterRequest>',
2156
+ Response: 'Vec<IsmpRouterResponse>'
2157
+ }
2158
+ },
2159
+ /**
2160
+ * Lookup268: ismp::router::Request
2161
+ **/
2162
+ IsmpRouterRequest: {
2163
+ _enum: {
2164
+ Post: 'IsmpRouterPostRequest',
2165
+ Get: 'IsmpRouterGetRequest'
2166
+ }
2167
+ },
2168
+ /**
2169
+ * Lookup269: ismp::router::GetRequest
2170
+ **/
2171
+ IsmpRouterGetRequest: {
2172
+ _alias: {
2173
+ keys_: 'keys'
2174
+ },
2175
+ source: 'IsmpHostStateMachine',
2176
+ dest: 'IsmpHostStateMachine',
2177
+ nonce: 'u64',
2178
+ from: 'Bytes',
2179
+ keys_: 'Vec<Bytes>',
2180
+ height: 'u64',
2181
+ context: 'Bytes',
2182
+ timeoutTimestamp: 'u64'
2183
+ },
2184
+ /**
2185
+ * Lookup271: ismp::router::Response
2186
+ **/
2187
+ IsmpRouterResponse: {
2188
+ _enum: {
2189
+ Post: 'IsmpRouterPostResponse',
2190
+ Get: 'IsmpRouterGetResponse'
2191
+ }
2192
+ },
2193
+ /**
2194
+ * Lookup272: ismp::router::PostResponse
2195
+ **/
2196
+ IsmpRouterPostResponse: {
2197
+ post: 'IsmpRouterPostRequest',
2198
+ response: 'Bytes',
2199
+ timeoutTimestamp: 'u64'
2200
+ },
2201
+ /**
2202
+ * Lookup273: ismp::router::GetResponse
2203
+ **/
2204
+ IsmpRouterGetResponse: {
2205
+ get: 'IsmpRouterGetRequest',
2206
+ values: 'Vec<IsmpRouterStorageValue>'
2207
+ },
2208
+ /**
2209
+ * Lookup275: ismp::router::StorageValue
2210
+ **/
2211
+ IsmpRouterStorageValue: {
2212
+ key: 'Bytes',
2213
+ value: 'Option<Bytes>'
2214
+ },
2215
+ /**
2216
+ * Lookup277: ismp::messaging::TimeoutMessage
2217
+ **/
2218
+ IsmpMessagingTimeoutMessage: {
2219
+ _enum: {
2220
+ Post: {
2221
+ requests: 'Vec<IsmpRouterRequest>',
2222
+ timeoutProof: 'IsmpMessagingProof',
2223
+ },
2224
+ PostResponse: {
2225
+ responses: 'Vec<IsmpRouterPostResponse>',
2226
+ timeoutProof: 'IsmpMessagingProof',
2227
+ },
2228
+ Get: {
2229
+ requests: 'Vec<IsmpRouterRequest>'
2230
+ }
2231
+ }
2232
+ },
2233
+ /**
2234
+ * Lookup279: ismp::messaging::CreateConsensusState
2235
+ **/
2236
+ IsmpMessagingCreateConsensusState: {
2237
+ consensusState: 'Bytes',
2238
+ consensusClientId: '[u8;4]',
2239
+ consensusStateId: '[u8;4]',
2240
+ unbondingPeriod: 'u64',
2241
+ challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>',
2242
+ stateMachineCommitments: 'Vec<(IsmpConsensusStateMachineId,IsmpMessagingStateCommitmentHeight)>'
2243
+ },
2244
+ /**
2245
+ * Lookup285: ismp::messaging::StateCommitmentHeight
2246
+ **/
2247
+ IsmpMessagingStateCommitmentHeight: {
2248
+ commitment: 'IsmpConsensusStateCommitment',
2249
+ height: 'u64'
2250
+ },
2251
+ /**
2252
+ * Lookup286: ismp::consensus::StateCommitment
2253
+ **/
2254
+ IsmpConsensusStateCommitment: {
2255
+ timestamp: 'u64',
2256
+ overlayRoot: 'Option<H256>',
2257
+ stateRoot: 'H256'
2258
+ },
2259
+ /**
2260
+ * Lookup287: pallet_ismp::utils::UpdateConsensusState
2261
+ **/
2262
+ PalletIsmpUtilsUpdateConsensusState: {
2263
+ consensusStateId: '[u8;4]',
2264
+ unbondingPeriod: 'Option<u64>',
2265
+ challengePeriods: 'BTreeMap<IsmpHostStateMachine, u64>'
2266
+ },
2267
+ /**
2268
+ * Lookup288: pallet_ismp::utils::FundMessageParams<Balance>
2269
+ **/
2270
+ PalletIsmpUtilsFundMessageParams: {
2271
+ commitment: 'PalletIsmpUtilsMessageCommitment',
2272
+ amount: 'u128'
2273
+ },
2274
+ /**
2275
+ * Lookup289: pallet_ismp::utils::MessageCommitment
2276
+ **/
2277
+ PalletIsmpUtilsMessageCommitment: {
2278
+ _enum: {
2279
+ Request: 'H256',
2280
+ Response: 'H256'
2281
+ }
2282
+ },
2283
+ /**
2284
+ * Lookup290: ismp_grandpa::pallet::Call<T>
2285
+ **/
2286
+ IsmpGrandpaCall: {
2287
+ _enum: {
2288
+ add_state_machines: {
2289
+ newStateMachines: 'Vec<IsmpGrandpaAddStateMachine>',
2290
+ },
2291
+ remove_state_machines: {
2292
+ stateMachines: 'Vec<IsmpHostStateMachine>'
2293
+ }
2294
+ }
2295
+ },
2296
+ /**
2297
+ * Lookup292: ismp_grandpa::AddStateMachine
2298
+ **/
2299
+ IsmpGrandpaAddStateMachine: {
2300
+ stateMachine: 'IsmpHostStateMachine',
2301
+ slotDuration: 'u64'
2302
+ },
2303
+ /**
2304
+ * Lookup293: pallet_token_gateway::pallet::Call<T>
2305
+ **/
2306
+ PalletTokenGatewayCall: {
2307
+ _enum: {
2308
+ teleport: {
2309
+ params: 'PalletTokenGatewayTeleportParams',
2310
+ },
2311
+ set_token_gateway_addresses: {
2312
+ addresses: 'BTreeMap<IsmpHostStateMachine, Bytes>',
2313
+ },
2314
+ create_erc6160_asset: {
2315
+ asset: 'PalletTokenGatewayAssetRegistration',
2316
+ },
2317
+ update_erc6160_asset: {
2318
+ asset: 'TokenGatewayPrimitivesGatewayAssetUpdate'
2319
+ }
2320
+ }
2321
+ },
2322
+ /**
2323
+ * Lookup294: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
2324
+ **/
2325
+ PalletTokenGatewayTeleportParams: {
2326
+ assetId: 'u32',
2327
+ destination: 'IsmpHostStateMachine',
2328
+ recepient: 'H256',
2329
+ amount: 'u128',
2330
+ timeout: 'u64',
2331
+ tokenGateway: 'Bytes',
2332
+ relayerFee: 'u128'
2333
+ },
2334
+ /**
2335
+ * Lookup298: pallet_token_gateway::types::AssetRegistration<AssetId>
2336
+ **/
2337
+ PalletTokenGatewayAssetRegistration: {
2338
+ localId: 'u32',
2339
+ reg: 'TokenGatewayPrimitivesGatewayAssetRegistration'
2340
+ },
2341
+ /**
2342
+ * Lookup299: token_gateway_primitives::GatewayAssetRegistration
2343
+ **/
2344
+ TokenGatewayPrimitivesGatewayAssetRegistration: {
2345
+ name: 'Bytes',
2346
+ symbol: 'Bytes',
2347
+ chains: 'Vec<IsmpHostStateMachine>',
2348
+ minimumBalance: 'Option<u128>'
2349
+ },
2350
+ /**
2351
+ * Lookup301: token_gateway_primitives::GatewayAssetUpdate
2352
+ **/
2353
+ TokenGatewayPrimitivesGatewayAssetUpdate: {
2354
+ assetId: 'H256',
2355
+ addChains: 'Vec<IsmpHostStateMachine>',
2356
+ removeChains: 'Vec<IsmpHostStateMachine>',
2357
+ newAdmins: 'Vec<(IsmpHostStateMachine,H160)>'
2358
+ },
2359
+ /**
2360
+ * Lookup308: pallet_multisig::pallet::Error<T>
1840
2361
  **/
1841
2362
  PalletMultisigError: {
1842
2363
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
1843
2364
  },
1844
2365
  /**
1845
- * Lookup229: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
2366
+ * Lookup311: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::configs::ProxyType, BlockNumber>
1846
2367
  **/
1847
2368
  PalletProxyProxyDefinition: {
1848
2369
  delegate: 'AccountId32',
1849
- proxyType: 'ArgonNodeRuntimeProxyType',
2370
+ proxyType: 'ArgonRuntimeConfigsProxyType',
1850
2371
  delay: 'u32'
1851
2372
  },
1852
2373
  /**
1853
- * Lookup233: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
2374
+ * Lookup315: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
1854
2375
  **/
1855
2376
  PalletProxyAnnouncement: {
1856
2377
  real: 'AccountId32',
@@ -1858,25 +2379,24 @@ export default {
1858
2379
  height: 'u32'
1859
2380
  },
1860
2381
  /**
1861
- * Lookup235: pallet_proxy::pallet::Error<T>
2382
+ * Lookup317: pallet_proxy::pallet::Error<T>
1862
2383
  **/
1863
2384
  PalletProxyError: {
1864
2385
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
1865
2386
  },
1866
2387
  /**
1867
- * Lookup236: argon_primitives::tick::Ticker
2388
+ * Lookup318: argon_primitives::tick::Ticker
1868
2389
  **/
1869
2390
  ArgonPrimitivesTickTicker: {
1870
2391
  tickDurationMillis: 'Compact<u64>',
1871
- genesisUtcTime: 'Compact<u64>',
1872
- channelHoldExpirationTicks: 'Compact<u32>'
2392
+ channelHoldExpirationTicks: 'Compact<u64>'
1873
2393
  },
1874
2394
  /**
1875
- * Lookup241: pallet_ticks::pallet::Error<T>
2395
+ * Lookup320: pallet_ticks::pallet::Error<T>
1876
2396
  **/
1877
2397
  PalletTicksError: 'Null',
1878
2398
  /**
1879
- * Lookup248: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
2399
+ * Lookup327: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
1880
2400
  **/
1881
2401
  ArgonPrimitivesBlockSealMiningSlotConfig: {
1882
2402
  blocksBeforeBidEndForVrfClose: 'Compact<u32>',
@@ -1884,7 +2404,7 @@ export default {
1884
2404
  slotBiddingStartBlock: 'Compact<u32>'
1885
2405
  },
1886
2406
  /**
1887
- * Lookup249: pallet_mining_slot::pallet::Error<T>
2407
+ * Lookup328: pallet_mining_slot::pallet::Error<T>
1888
2408
  **/
1889
2409
  PalletMiningSlotError: {
1890
2410
  _enum: {
@@ -1912,13 +2432,13 @@ export default {
1912
2432
  }
1913
2433
  },
1914
2434
  /**
1915
- * Lookup250: argon_primitives::bond::BondError
2435
+ * Lookup329: argon_primitives::bond::BondError
1916
2436
  **/
1917
2437
  ArgonPrimitivesBondBondError: {
1918
2438
  _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
1919
2439
  },
1920
2440
  /**
1921
- * Lookup251: argon_primitives::bitcoin::UtxoValue
2441
+ * Lookup330: argon_primitives::bitcoin::UtxoValue
1922
2442
  **/
1923
2443
  ArgonPrimitivesBitcoinUtxoValue: {
1924
2444
  utxoId: 'u64',
@@ -1928,7 +2448,7 @@ export default {
1928
2448
  watchForSpentUntilHeight: 'Compact<u64>'
1929
2449
  },
1930
2450
  /**
1931
- * Lookup252: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
2451
+ * Lookup331: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
1932
2452
  **/
1933
2453
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
1934
2454
  _enum: {
@@ -1938,19 +2458,19 @@ export default {
1938
2458
  }
1939
2459
  },
1940
2460
  /**
1941
- * Lookup257: argon_primitives::bitcoin::BitcoinNetwork
2461
+ * Lookup336: argon_primitives::bitcoin::BitcoinNetwork
1942
2462
  **/
1943
2463
  ArgonPrimitivesBitcoinBitcoinNetwork: {
1944
2464
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
1945
2465
  },
1946
2466
  /**
1947
- * Lookup260: pallet_bitcoin_utxos::pallet::Error<T>
2467
+ * Lookup339: pallet_bitcoin_utxos::pallet::Error<T>
1948
2468
  **/
1949
2469
  PalletBitcoinUtxosError: {
1950
2470
  _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
1951
2471
  },
1952
2472
  /**
1953
- * Lookup261: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
2473
+ * Lookup340: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
1954
2474
  **/
1955
2475
  ArgonPrimitivesBondVault: {
1956
2476
  operatorAccountId: 'AccountId32',
@@ -1963,7 +2483,7 @@ export default {
1963
2483
  pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
1964
2484
  },
1965
2485
  /**
1966
- * Lookup262: argon_primitives::bond::VaultArgons<Balance>
2486
+ * Lookup341: argon_primitives::bond::VaultArgons<Balance>
1967
2487
  **/
1968
2488
  ArgonPrimitivesBondVaultArgons: {
1969
2489
  annualPercentRate: 'Compact<u128>',
@@ -1972,7 +2492,7 @@ export default {
1972
2492
  baseFee: 'Compact<u128>'
1973
2493
  },
1974
2494
  /**
1975
- * Lookup266: argon_primitives::bitcoin::BitcoinXPub
2495
+ * Lookup345: argon_primitives::bitcoin::BitcoinXPub
1976
2496
  **/
1977
2497
  ArgonPrimitivesBitcoinBitcoinXPub: {
1978
2498
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -1983,19 +2503,19 @@ export default {
1983
2503
  network: 'ArgonPrimitivesBitcoinNetworkKind'
1984
2504
  },
1985
2505
  /**
1986
- * Lookup268: argon_primitives::bitcoin::NetworkKind
2506
+ * Lookup347: argon_primitives::bitcoin::NetworkKind
1987
2507
  **/
1988
2508
  ArgonPrimitivesBitcoinNetworkKind: {
1989
2509
  _enum: ['Main', 'Test']
1990
2510
  },
1991
2511
  /**
1992
- * Lookup270: pallet_vaults::pallet::Error<T>
2512
+ * Lookup349: pallet_vaults::pallet::Error<T>
1993
2513
  **/
1994
2514
  PalletVaultsError: {
1995
2515
  _enum: ['BondNotFound', 'NoMoreVaultIds', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'MaxSecuritizationPercentExceeded', 'InvalidBondType', 'BitcoinUtxoNotFound', 'InsufficientSatoshisBonded', 'NoBitcoinPricesAvailable', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'FeeExceedsBondAmount', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey']
1996
2516
  },
1997
2517
  /**
1998
- * Lookup271: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2518
+ * Lookup350: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
1999
2519
  **/
2000
2520
  ArgonPrimitivesBond: {
2001
2521
  bondType: 'ArgonPrimitivesBondBondType',
@@ -2009,7 +2529,7 @@ export default {
2009
2529
  expiration: 'ArgonPrimitivesBondBondExpiration'
2010
2530
  },
2011
2531
  /**
2012
- * Lookup274: pallet_bond::pallet::UtxoState
2532
+ * Lookup353: pallet_bond::pallet::UtxoState
2013
2533
  **/
2014
2534
  PalletBondUtxoState: {
2015
2535
  bondId: 'Compact<u64>',
@@ -2025,7 +2545,7 @@ export default {
2025
2545
  isVerified: 'bool'
2026
2546
  },
2027
2547
  /**
2028
- * Lookup278: pallet_bond::pallet::UtxoCosignRequest<Balance>
2548
+ * Lookup357: pallet_bond::pallet::UtxoCosignRequest<Balance>
2029
2549
  **/
2030
2550
  PalletBondUtxoCosignRequest: {
2031
2551
  bondId: 'Compact<u64>',
@@ -2036,7 +2556,7 @@ export default {
2036
2556
  redemptionPrice: 'Compact<u128>'
2037
2557
  },
2038
2558
  /**
2039
- * Lookup282: pallet_bond::pallet::Error<T>
2559
+ * Lookup361: pallet_bond::pallet::Error<T>
2040
2560
  **/
2041
2561
  PalletBondError: {
2042
2562
  _enum: {
@@ -2072,131 +2592,76 @@ export default {
2072
2592
  }
2073
2593
  },
2074
2594
  /**
2075
- * Lookup294: pallet_notaries::pallet::Error<T>
2595
+ * Lookup373: pallet_notaries::pallet::Error<T>
2076
2596
  **/
2077
2597
  PalletNotariesError: {
2078
2598
  _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2079
2599
  },
2080
2600
  /**
2081
- * Lookup298: argon_primitives::notary::NotaryNotebookKeyDetails
2601
+ * Lookup377: argon_primitives::notary::NotaryNotebookKeyDetails
2082
2602
  **/
2083
2603
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2084
2604
  notebookNumber: 'Compact<u32>',
2085
- tick: 'Compact<u32>',
2605
+ tick: 'Compact<u64>',
2086
2606
  blockVotesRoot: 'H256',
2087
2607
  secretHash: 'H256',
2088
2608
  parentSecret: 'Option<H256>'
2089
2609
  },
2090
2610
  /**
2091
- * Lookup300: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
2092
- **/
2093
- ArgonPrimitivesDigestsNotebookDigest: {
2094
- notebooks: 'Vec<ArgonPrimitivesDigestsNotebookDigestRecord>'
2095
- },
2096
- /**
2097
- * Lookup302: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
2098
- **/
2099
- ArgonPrimitivesDigestsNotebookDigestRecord: {
2100
- notaryId: 'Compact<u32>',
2101
- notebookNumber: 'Compact<u32>',
2102
- tick: 'Compact<u32>',
2103
- auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
2104
- },
2105
- /**
2106
- * Lookup305: pallet_notebook::pallet::Error<T>
2611
+ * Lookup380: pallet_notebook::pallet::Error<T>
2107
2612
  **/
2108
2613
  PalletNotebookError: {
2109
2614
  _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator']
2110
2615
  },
2111
2616
  /**
2112
- * Lookup306: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2617
+ * Lookup381: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2113
2618
  **/
2114
2619
  PalletChainTransferQueuedTransferOut: {
2115
2620
  accountId: 'AccountId32',
2116
2621
  amount: 'u128',
2117
- expirationTick: 'u32',
2622
+ expirationTick: 'u64',
2118
2623
  notaryId: 'u32'
2119
2624
  },
2120
2625
  /**
2121
- * Lookup311: frame_support::PalletId
2626
+ * Lookup387: frame_support::PalletId
2122
2627
  **/
2123
2628
  FrameSupportPalletId: '[u8;8]',
2124
2629
  /**
2125
- * Lookup312: pallet_chain_transfer::pallet::Error<T>
2630
+ * Lookup388: pallet_chain_transfer::pallet::Error<T>
2126
2631
  **/
2127
2632
  PalletChainTransferError: {
2128
2633
  _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
2129
2634
  },
2130
2635
  /**
2131
- * Lookup317: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2636
+ * Lookup393: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2132
2637
  **/
2133
2638
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2134
2639
  notaryId: 'Compact<u32>',
2135
2640
  notebookNumber: 'Compact<u32>',
2136
- tick: 'Compact<u32>',
2641
+ tick: 'Compact<u64>',
2137
2642
  blockVotesCount: 'Compact<u32>',
2138
2643
  blockVotingPower: 'Compact<u128>'
2139
2644
  },
2140
2645
  /**
2141
- * Lookup319: argon_primitives::digests::BlockVoteDigest
2142
- **/
2143
- ArgonPrimitivesDigestsBlockVoteDigest: {
2144
- votingPower: 'Compact<u128>',
2145
- votesCount: 'Compact<u32>'
2146
- },
2147
- /**
2148
- * Lookup323: pallet_block_seal_spec::pallet::Error<T>
2646
+ * Lookup398: pallet_block_seal_spec::pallet::Error<T>
2149
2647
  **/
2150
2648
  PalletBlockSealSpecError: {
2151
2649
  _enum: ['MaxNotebooksAtTickExceeded']
2152
2650
  },
2153
2651
  /**
2154
- * Lookup325: pallet_domains::pallet::Error<T>
2652
+ * Lookup400: pallet_domains::pallet::Error<T>
2155
2653
  **/
2156
2654
  PalletDomainsError: {
2157
2655
  _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2158
2656
  },
2159
2657
  /**
2160
- * Lookup326: pallet_price_index::pallet::Error<T>
2658
+ * Lookup401: pallet_price_index::pallet::Error<T>
2161
2659
  **/
2162
2660
  PalletPriceIndexError: {
2163
2661
  _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2164
2662
  },
2165
2663
  /**
2166
- * Lookup327: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2167
- **/
2168
- ArgonPrimitivesProvidersBlockSealerInfo: {
2169
- blockAuthorAccountId: 'AccountId32',
2170
- blockVoteRewardsAccount: 'Option<AccountId32>'
2171
- },
2172
- /**
2173
- * Lookup328: argon_primitives::fork_power::ForkPower
2174
- **/
2175
- ArgonPrimitivesForkPower: {
2176
- notebooks: 'Compact<u64>',
2177
- votingPower: 'U256',
2178
- sealStrength: 'U256',
2179
- totalComputeDifficulty: 'U256',
2180
- voteCreatedBlocks: 'Compact<u128>'
2181
- },
2182
- /**
2183
- * Lookup330: argon_primitives::digests::ParentVotingKeyDigest
2184
- **/
2185
- ArgonPrimitivesDigestsParentVotingKeyDigest: {
2186
- parentVotingKey: 'Option<H256>'
2187
- },
2188
- /**
2189
- * Lookup331: pallet_block_seal::pallet::Error<T>
2190
- **/
2191
- PalletBlockSealError: {
2192
- _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'InvalidAuthoritySignature', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature']
2193
- },
2194
- /**
2195
- * Lookup333: pallet_block_rewards::pallet::Error<T>
2196
- **/
2197
- PalletBlockRewardsError: 'Null',
2198
- /**
2199
- * Lookup334: pallet_grandpa::StoredState<N>
2664
+ * Lookup402: pallet_grandpa::StoredState<N>
2200
2665
  **/
2201
2666
  PalletGrandpaStoredState: {
2202
2667
  _enum: {
@@ -2213,7 +2678,7 @@ export default {
2213
2678
  }
2214
2679
  },
2215
2680
  /**
2216
- * Lookup335: pallet_grandpa::StoredPendingChange<N, Limit>
2681
+ * Lookup403: pallet_grandpa::StoredPendingChange<N, Limit>
2217
2682
  **/
2218
2683
  PalletGrandpaStoredPendingChange: {
2219
2684
  scheduledAt: 'u32',
@@ -2222,19 +2687,36 @@ export default {
2222
2687
  forced: 'Option<u32>'
2223
2688
  },
2224
2689
  /**
2225
- * Lookup338: pallet_grandpa::pallet::Error<T>
2690
+ * Lookup406: pallet_grandpa::pallet::Error<T>
2226
2691
  **/
2227
2692
  PalletGrandpaError: {
2228
2693
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2229
2694
  },
2230
2695
  /**
2231
- * Lookup342: pallet_mint::pallet::Error<T>
2696
+ * Lookup407: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2697
+ **/
2698
+ ArgonPrimitivesProvidersBlockSealerInfo: {
2699
+ blockAuthorAccountId: 'AccountId32',
2700
+ blockVoteRewardsAccount: 'Option<AccountId32>'
2701
+ },
2702
+ /**
2703
+ * Lookup411: pallet_block_seal::pallet::Error<T>
2704
+ **/
2705
+ PalletBlockSealError: {
2706
+ _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent']
2707
+ },
2708
+ /**
2709
+ * Lookup414: pallet_block_rewards::pallet::Error<T>
2710
+ **/
2711
+ PalletBlockRewardsError: 'Null',
2712
+ /**
2713
+ * Lookup418: pallet_mint::pallet::Error<T>
2232
2714
  **/
2233
2715
  PalletMintError: {
2234
2716
  _enum: ['TooManyPendingMints']
2235
2717
  },
2236
2718
  /**
2237
- * Lookup344: pallet_balances::types::BalanceLock<Balance>
2719
+ * Lookup420: pallet_balances::types::BalanceLock<Balance>
2238
2720
  **/
2239
2721
  PalletBalancesBalanceLock: {
2240
2722
  id: '[u8;8]',
@@ -2242,40 +2724,40 @@ export default {
2242
2724
  reasons: 'PalletBalancesReasons'
2243
2725
  },
2244
2726
  /**
2245
- * Lookup345: pallet_balances::types::Reasons
2727
+ * Lookup421: pallet_balances::types::Reasons
2246
2728
  **/
2247
2729
  PalletBalancesReasons: {
2248
2730
  _enum: ['Fee', 'Misc', 'All']
2249
2731
  },
2250
2732
  /**
2251
- * Lookup348: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2733
+ * Lookup424: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2252
2734
  **/
2253
2735
  PalletBalancesReserveData: {
2254
2736
  id: '[u8;8]',
2255
2737
  amount: 'u128'
2256
2738
  },
2257
2739
  /**
2258
- * Lookup351: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
2740
+ * Lookup427: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
2259
2741
  **/
2260
2742
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2261
- id: 'ArgonNodeRuntimeRuntimeHoldReason',
2743
+ id: 'ArgonRuntimeRuntimeHoldReason',
2262
2744
  amount: 'u128'
2263
2745
  },
2264
2746
  /**
2265
- * Lookup352: argon_node_runtime::RuntimeHoldReason
2747
+ * Lookup428: argon_runtime::RuntimeHoldReason
2266
2748
  **/
2267
- ArgonNodeRuntimeRuntimeHoldReason: {
2749
+ ArgonRuntimeRuntimeHoldReason: {
2268
2750
  _enum: {
2269
2751
  __Unused0: 'Null',
2270
2752
  __Unused1: 'Null',
2271
2753
  __Unused2: 'Null',
2272
2754
  __Unused3: 'Null',
2273
2755
  __Unused4: 'Null',
2756
+ __Unused5: 'Null',
2274
2757
  MiningSlot: 'PalletMiningSlotHoldReason',
2275
- __Unused6: 'Null',
2758
+ __Unused7: 'Null',
2276
2759
  Vaults: 'PalletVaultsHoldReason',
2277
2760
  Bonds: 'PalletBondHoldReason',
2278
- __Unused9: 'Null',
2279
2761
  __Unused10: 'Null',
2280
2762
  __Unused11: 'Null',
2281
2763
  __Unused12: 'Null',
@@ -2283,44 +2765,46 @@ export default {
2283
2765
  __Unused14: 'Null',
2284
2766
  __Unused15: 'Null',
2285
2767
  __Unused16: 'Null',
2768
+ __Unused17: 'Null',
2769
+ __Unused18: 'Null',
2286
2770
  BlockRewards: 'PalletBlockRewardsHoldReason'
2287
2771
  }
2288
2772
  },
2289
2773
  /**
2290
- * Lookup353: pallet_mining_slot::pallet::HoldReason
2774
+ * Lookup429: pallet_mining_slot::pallet::HoldReason
2291
2775
  **/
2292
2776
  PalletMiningSlotHoldReason: {
2293
2777
  _enum: ['RegisterAsMiner']
2294
2778
  },
2295
2779
  /**
2296
- * Lookup354: pallet_vaults::pallet::HoldReason
2780
+ * Lookup430: pallet_vaults::pallet::HoldReason
2297
2781
  **/
2298
2782
  PalletVaultsHoldReason: {
2299
2783
  _enum: ['EnterVault', 'BondFee']
2300
2784
  },
2301
2785
  /**
2302
- * Lookup355: pallet_bond::pallet::HoldReason
2786
+ * Lookup431: pallet_bond::pallet::HoldReason
2303
2787
  **/
2304
2788
  PalletBondHoldReason: {
2305
2789
  _enum: ['UnlockingBitcoin']
2306
2790
  },
2307
2791
  /**
2308
- * Lookup356: pallet_block_rewards::pallet::HoldReason
2792
+ * Lookup432: pallet_block_rewards::pallet::HoldReason
2309
2793
  **/
2310
2794
  PalletBlockRewardsHoldReason: {
2311
2795
  _enum: ['MaturationPeriod']
2312
2796
  },
2313
2797
  /**
2314
- * Lookup359: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
2798
+ * Lookup435: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
2315
2799
  **/
2316
2800
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2317
- id: 'ArgonNodeRuntimeRuntimeFreezeReason',
2801
+ id: 'ArgonRuntimeRuntimeFreezeReason',
2318
2802
  amount: 'u128'
2319
2803
  },
2320
2804
  /**
2321
- * Lookup360: argon_node_runtime::RuntimeFreezeReason
2805
+ * Lookup436: argon_runtime::RuntimeFreezeReason
2322
2806
  **/
2323
- ArgonNodeRuntimeRuntimeFreezeReason: {
2807
+ ArgonRuntimeRuntimeFreezeReason: {
2324
2808
  _enum: {
2325
2809
  __Unused0: 'Null',
2326
2810
  __Unused1: 'Null',
@@ -2339,88 +2823,106 @@ export default {
2339
2823
  __Unused14: 'Null',
2340
2824
  __Unused15: 'Null',
2341
2825
  __Unused16: 'Null',
2826
+ __Unused17: 'Null',
2827
+ __Unused18: 'Null',
2342
2828
  BlockRewards: 'PalletBlockRewardsFreezeReason'
2343
2829
  }
2344
2830
  },
2345
2831
  /**
2346
- * Lookup361: pallet_block_rewards::pallet::FreezeReason
2832
+ * Lookup437: pallet_block_rewards::pallet::FreezeReason
2347
2833
  **/
2348
2834
  PalletBlockRewardsFreezeReason: {
2349
2835
  _enum: ['MaturationPeriod']
2350
2836
  },
2351
2837
  /**
2352
- * Lookup363: pallet_balances::pallet::Error<T, I>
2838
+ * Lookup439: pallet_balances::pallet::Error<T, I>
2353
2839
  **/
2354
2840
  PalletBalancesError: {
2355
2841
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2356
2842
  },
2357
2843
  /**
2358
- * Lookup365: pallet_tx_pause::pallet::Error<T>
2844
+ * Lookup441: pallet_tx_pause::pallet::Error<T>
2359
2845
  **/
2360
2846
  PalletTxPauseError: {
2361
2847
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2362
2848
  },
2363
2849
  /**
2364
- * Lookup366: pallet_transaction_payment::Releases
2850
+ * Lookup442: pallet_transaction_payment::Releases
2365
2851
  **/
2366
2852
  PalletTransactionPaymentReleases: {
2367
2853
  _enum: ['V1Ancient', 'V2']
2368
2854
  },
2369
2855
  /**
2370
- * Lookup367: pallet_utility::pallet::Error<T>
2856
+ * Lookup443: pallet_utility::pallet::Error<T>
2371
2857
  **/
2372
2858
  PalletUtilityError: {
2373
2859
  _enum: ['TooManyCalls']
2374
2860
  },
2375
2861
  /**
2376
- * Lookup368: pallet_sudo::pallet::Error<T>
2862
+ * Lookup444: pallet_sudo::pallet::Error<T>
2377
2863
  **/
2378
2864
  PalletSudoError: {
2379
2865
  _enum: ['RequireSudo']
2380
2866
  },
2381
2867
  /**
2382
- * Lookup371: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2868
+ * Lookup445: pallet_ismp::pallet::Error<T>
2869
+ **/
2870
+ PalletIsmpError: {
2871
+ _enum: ['InvalidMessage', 'MessageNotFound', 'ConsensusClientCreationFailed', 'UnbondingPeriodUpdateFailed', 'ChallengePeriodUpdateFailed']
2872
+ },
2873
+ /**
2874
+ * Lookup446: pallet_hyperbridge::pallet::Error<T>
2875
+ **/
2876
+ PalletHyperbridgeError: 'Null',
2877
+ /**
2878
+ * Lookup447: pallet_token_gateway::pallet::Error<T>
2879
+ **/
2880
+ PalletTokenGatewayError: {
2881
+ _enum: ['UnregisteredAsset', 'AssetTeleportError', 'CoprocessorNotConfigured', 'DispatchError', 'AssetCreationError', 'AssetDecimalsNotFound', 'NotInitialized', 'UnknownAsset', 'NotAssetOwner']
2882
+ },
2883
+ /**
2884
+ * Lookup450: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2383
2885
  **/
2384
2886
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2385
2887
  /**
2386
- * Lookup372: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2888
+ * Lookup451: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2387
2889
  **/
2388
2890
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2389
2891
  /**
2390
- * Lookup373: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2892
+ * Lookup452: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2391
2893
  **/
2392
2894
  FrameSystemExtensionsCheckTxVersion: 'Null',
2393
2895
  /**
2394
- * Lookup374: frame_system::extensions::check_genesis::CheckGenesis<T>
2896
+ * Lookup453: frame_system::extensions::check_genesis::CheckGenesis<T>
2395
2897
  **/
2396
2898
  FrameSystemExtensionsCheckGenesis: 'Null',
2397
2899
  /**
2398
- * Lookup377: frame_system::extensions::check_nonce::CheckNonce<T>
2900
+ * Lookup456: frame_system::extensions::check_nonce::CheckNonce<T>
2399
2901
  **/
2400
2902
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2401
2903
  /**
2402
- * Lookup378: frame_system::extensions::check_weight::CheckWeight<T>
2904
+ * Lookup457: frame_system::extensions::check_weight::CheckWeight<T>
2403
2905
  **/
2404
2906
  FrameSystemExtensionsCheckWeight: 'Null',
2405
2907
  /**
2406
- * Lookup379: pallet_transaction_payment::ChargeTransactionPayment<T>
2908
+ * Lookup458: pallet_transaction_payment::ChargeTransactionPayment<T>
2407
2909
  **/
2408
2910
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2409
2911
  /**
2410
- * Lookup380: frame_metadata_hash_extension::CheckMetadataHash<T>
2912
+ * Lookup459: frame_metadata_hash_extension::CheckMetadataHash<T>
2411
2913
  **/
2412
2914
  FrameMetadataHashExtensionCheckMetadataHash: {
2413
2915
  mode: 'FrameMetadataHashExtensionMode'
2414
2916
  },
2415
2917
  /**
2416
- * Lookup381: frame_metadata_hash_extension::Mode
2918
+ * Lookup460: frame_metadata_hash_extension::Mode
2417
2919
  **/
2418
2920
  FrameMetadataHashExtensionMode: {
2419
2921
  _enum: ['Disabled', 'Enabled']
2420
2922
  },
2421
2923
  /**
2422
- * Lookup383: argon_node_runtime::Runtime
2924
+ * Lookup462: argon_runtime::Runtime
2423
2925
  **/
2424
- ArgonNodeRuntimeRuntime: 'Null'
2926
+ ArgonRuntimeRuntime: 'Null'
2425
2927
  };
2426
2928
  //# sourceMappingURL=lookup.js.map