@argonprotocol/mainchain 0.0.8 → 0.0.10

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 (56) hide show
  1. package/lib/cjs/examples/decodePkcs.d.ts +1 -0
  2. package/lib/cjs/examples/decodePkcs.js +48 -0
  3. package/lib/cjs/examples/decodePkcs.js.map +1 -0
  4. package/lib/cjs/examples/findSs58Formats.d.ts +1 -0
  5. package/lib/cjs/examples/findSs58Formats.js +37 -0
  6. package/lib/cjs/examples/findSs58Formats.js.map +1 -0
  7. package/lib/cjs/index.d.ts +4 -1
  8. package/lib/cjs/index.js +9 -1
  9. package/lib/cjs/index.js.map +1 -1
  10. package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -8
  11. package/lib/cjs/interfaces/augment-api-errors.d.ts +1 -23
  12. package/lib/cjs/interfaces/augment-api-events.d.ts +7 -27
  13. package/lib/cjs/interfaces/augment-api-query.d.ts +3 -59
  14. package/lib/cjs/interfaces/augment-api-tx.d.ts +8 -45
  15. package/lib/cjs/interfaces/augment-types.d.ts +63 -4
  16. package/lib/cjs/interfaces/lookup.d.ts +196 -257
  17. package/lib/cjs/interfaces/lookup.js +202 -263
  18. package/lib/cjs/interfaces/lookup.js.map +1 -1
  19. package/lib/cjs/interfaces/registry.d.ts +1 -9
  20. package/lib/cjs/interfaces/types-lookup.d.ts +192 -238
  21. package/lib/esm/examples/decodePkcs.d.ts +1 -0
  22. package/lib/esm/examples/decodePkcs.js +45 -0
  23. package/lib/esm/examples/decodePkcs.js.map +1 -0
  24. package/lib/esm/examples/findSs58Formats.d.ts +1 -0
  25. package/lib/esm/examples/findSs58Formats.js +34 -0
  26. package/lib/esm/examples/findSs58Formats.js.map +1 -0
  27. package/lib/esm/index.d.ts +4 -1
  28. package/lib/esm/index.js +6 -1
  29. package/lib/esm/index.js.map +1 -1
  30. package/lib/esm/interfaces/augment-api-consts.d.ts +0 -8
  31. package/lib/esm/interfaces/augment-api-errors.d.ts +1 -23
  32. package/lib/esm/interfaces/augment-api-events.d.ts +7 -27
  33. package/lib/esm/interfaces/augment-api-query.d.ts +3 -59
  34. package/lib/esm/interfaces/augment-api-tx.d.ts +8 -45
  35. package/lib/esm/interfaces/augment-types.d.ts +63 -4
  36. package/lib/esm/interfaces/lookup.d.ts +196 -257
  37. package/lib/esm/interfaces/lookup.js +202 -263
  38. package/lib/esm/interfaces/lookup.js.map +1 -1
  39. package/lib/esm/interfaces/registry.d.ts +1 -9
  40. package/lib/esm/interfaces/types-lookup.d.ts +192 -238
  41. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  42. package/lib/tsconfig-types.tsbuildinfo +1 -1
  43. package/lib/tsconfig.tsbuildinfo +1 -1
  44. package/lib/types/examples/decodePkcs.d.ts +1 -0
  45. package/lib/types/examples/findSs58Formats.d.ts +1 -0
  46. package/lib/types/index.d.ts +4 -1
  47. package/lib/types/interfaces/augment-api-consts.d.ts +0 -8
  48. package/lib/types/interfaces/augment-api-errors.d.ts +1 -23
  49. package/lib/types/interfaces/augment-api-events.d.ts +7 -27
  50. package/lib/types/interfaces/augment-api-query.d.ts +3 -59
  51. package/lib/types/interfaces/augment-api-tx.d.ts +8 -45
  52. package/lib/types/interfaces/augment-types.d.ts +63 -4
  53. package/lib/types/interfaces/lookup.d.ts +196 -257
  54. package/lib/types/interfaces/registry.d.ts +1 -9
  55. package/lib/types/interfaces/types-lookup.d.ts +192 -238
  56. package/package.json +5 -5
@@ -275,7 +275,7 @@ exports.default = {
275
275
  }
276
276
  },
277
277
  /**
278
- * Lookup40: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance>
278
+ * Lookup40: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_node_runtime::opaque::SessionKeys>
279
279
  **/
280
280
  ArgonPrimitivesBlockSealMiningRegistration: {
281
281
  accountId: 'AccountId32',
@@ -283,10 +283,26 @@ exports.default = {
283
283
  bondId: 'Option<u64>',
284
284
  bondAmount: 'Compact<u128>',
285
285
  ownershipTokens: 'Compact<u128>',
286
- rewardSharing: 'Option<ArgonPrimitivesBlockSealRewardSharing>'
286
+ rewardSharing: 'Option<ArgonPrimitivesBlockSealRewardSharing>',
287
+ authorityKeys: 'ArgonNodeRuntimeOpaqueSessionKeys'
287
288
  },
288
289
  /**
289
- * Lookup41: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
290
+ * Lookup41: argon_node_runtime::opaque::SessionKeys
291
+ **/
292
+ ArgonNodeRuntimeOpaqueSessionKeys: {
293
+ grandpa: 'SpConsensusGrandpaAppPublic',
294
+ blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
295
+ },
296
+ /**
297
+ * Lookup42: sp_consensus_grandpa::app::Public
298
+ **/
299
+ SpConsensusGrandpaAppPublic: '[u8;32]',
300
+ /**
301
+ * Lookup43: argon_primitives::block_seal::app::Public
302
+ **/
303
+ ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
304
+ /**
305
+ * Lookup44: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
290
306
  **/
291
307
  ArgonPrimitivesBlockSealRewardDestination: {
292
308
  _enum: {
@@ -295,14 +311,14 @@ exports.default = {
295
311
  }
296
312
  },
297
313
  /**
298
- * Lookup45: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
314
+ * Lookup48: argon_primitives::block_seal::RewardSharing<sp_core::crypto::AccountId32>
299
315
  **/
300
316
  ArgonPrimitivesBlockSealRewardSharing: {
301
317
  accountId: 'AccountId32',
302
318
  percentTake: 'Compact<u128>'
303
319
  },
304
320
  /**
305
- * Lookup49: pallet_bitcoin_utxos::pallet::Event<T>
321
+ * Lookup52: pallet_bitcoin_utxos::pallet::Event<T>
306
322
  **/
307
323
  PalletBitcoinUtxosEvent: {
308
324
  _enum: {
@@ -339,24 +355,24 @@ exports.default = {
339
355
  }
340
356
  },
341
357
  /**
342
- * Lookup50: argon_primitives::bitcoin::BitcoinRejectedReason
358
+ * Lookup53: argon_primitives::bitcoin::BitcoinRejectedReason
343
359
  **/
344
360
  ArgonPrimitivesBitcoinBitcoinRejectedReason: {
345
361
  _enum: ['SatoshisMismatch', 'Spent', 'LookupExpired', 'DuplicateUtxo']
346
362
  },
347
363
  /**
348
- * Lookup51: argon_primitives::bitcoin::UtxoRef
364
+ * Lookup54: argon_primitives::bitcoin::UtxoRef
349
365
  **/
350
366
  ArgonPrimitivesBitcoinUtxoRef: {
351
367
  txid: 'ArgonPrimitivesBitcoinH256Le',
352
368
  outputIndex: 'Compact<u32>'
353
369
  },
354
370
  /**
355
- * Lookup52: argon_primitives::bitcoin::H256Le
371
+ * Lookup55: argon_primitives::bitcoin::H256Le
356
372
  **/
357
373
  ArgonPrimitivesBitcoinH256Le: '[u8;32]',
358
374
  /**
359
- * Lookup54: pallet_vaults::pallet::Event<T>
375
+ * Lookup57: pallet_vaults::pallet::Event<T>
360
376
  **/
361
377
  PalletVaultsEvent: {
362
378
  _enum: {
@@ -392,7 +408,7 @@ exports.default = {
392
408
  }
393
409
  },
394
410
  /**
395
- * Lookup55: pallet_bond::pallet::Event<T>
411
+ * Lookup58: pallet_bond::pallet::Event<T>
396
412
  **/
397
413
  PalletBondEvent: {
398
414
  _enum: {
@@ -454,13 +470,13 @@ exports.default = {
454
470
  }
455
471
  },
456
472
  /**
457
- * Lookup56: argon_primitives::bond::BondType
473
+ * Lookup59: argon_primitives::bond::BondType
458
474
  **/
459
475
  ArgonPrimitivesBondBondType: {
460
476
  _enum: ['Mining', 'Bitcoin']
461
477
  },
462
478
  /**
463
- * Lookup57: argon_primitives::bond::BondExpiration<BlockNumber>
479
+ * Lookup60: argon_primitives::bond::BondExpiration<BlockNumber>
464
480
  **/
465
481
  ArgonPrimitivesBondBondExpiration: {
466
482
  _enum: {
@@ -469,7 +485,7 @@ exports.default = {
469
485
  }
470
486
  },
471
487
  /**
472
- * Lookup60: pallet_notaries::pallet::Event<T>
488
+ * Lookup63: pallet_notaries::pallet::Event<T>
473
489
  **/
474
490
  PalletNotariesEvent: {
475
491
  _enum: {
@@ -498,7 +514,7 @@ exports.default = {
498
514
  }
499
515
  },
500
516
  /**
501
- * Lookup61: argon_primitives::notary::NotaryMeta<MaxHosts>
517
+ * Lookup64: argon_primitives::notary::NotaryMeta<MaxHosts>
502
518
  **/
503
519
  ArgonPrimitivesNotaryNotaryMeta: {
504
520
  name: 'Bytes',
@@ -506,7 +522,7 @@ exports.default = {
506
522
  hosts: 'Vec<Bytes>'
507
523
  },
508
524
  /**
509
- * Lookup68: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
525
+ * Lookup71: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
510
526
  **/
511
527
  ArgonPrimitivesNotaryNotaryRecord: {
512
528
  notaryId: 'Compact<u32>',
@@ -517,7 +533,7 @@ exports.default = {
517
533
  meta: 'ArgonPrimitivesNotaryNotaryMeta'
518
534
  },
519
535
  /**
520
- * Lookup69: pallet_notebook::pallet::Event<T>
536
+ * Lookup72: pallet_notebook::pallet::Event<T>
521
537
  **/
522
538
  PalletNotebookEvent: {
523
539
  _enum: {
@@ -533,7 +549,7 @@ exports.default = {
533
549
  }
534
550
  },
535
551
  /**
536
- * Lookup70: argon_notary_audit::error::VerifyError
552
+ * Lookup73: argon_notary_audit::error::VerifyError
537
553
  **/
538
554
  ArgonNotaryAuditErrorVerifyError: {
539
555
  _enum: {
@@ -628,23 +644,27 @@ exports.default = {
628
644
  InvalidBlockVoteList: 'Null',
629
645
  InvalidComputeProof: 'Null',
630
646
  InvalidBlockVoteSource: 'Null',
631
- InsufficientBlockVoteMinimum: 'Null'
647
+ InsufficientBlockVoteMinimum: 'Null',
648
+ InvalidBlockVoteTick: {
649
+ tick: 'u32',
650
+ notebookTick: 'u32'
651
+ }
632
652
  }
633
653
  },
634
654
  /**
635
- * Lookup71: argon_primitives::account::AccountType
655
+ * Lookup74: argon_primitives::account::AccountType
636
656
  **/
637
657
  ArgonPrimitivesAccountAccountType: {
638
658
  _enum: ['Tax', 'Deposit']
639
659
  },
640
660
  /**
641
- * Lookup72: argon_notary_audit::AccountHistoryLookupError
661
+ * Lookup75: argon_notary_audit::AccountHistoryLookupError
642
662
  **/
643
663
  ArgonNotaryAuditAccountHistoryLookupError: {
644
664
  _enum: ['RootNotFound', 'LastChangeNotFound', 'InvalidTransferToLocalchain', 'BlockSpecificationNotFound']
645
665
  },
646
666
  /**
647
- * Lookup75: pallet_chain_transfer::pallet::Event<T>
667
+ * Lookup78: pallet_chain_transfer::pallet::Event<T>
648
668
  **/
649
669
  PalletChainTransferEvent: {
650
670
  _enum: {
@@ -693,7 +713,7 @@ exports.default = {
693
713
  }
694
714
  },
695
715
  /**
696
- * Lookup76: pallet_block_seal_spec::pallet::Event<T>
716
+ * Lookup79: pallet_block_seal_spec::pallet::Event<T>
697
717
  **/
698
718
  PalletBlockSealSpecEvent: {
699
719
  _enum: {
@@ -712,7 +732,7 @@ exports.default = {
712
732
  }
713
733
  },
714
734
  /**
715
- * Lookup77: pallet_domains::pallet::Event<T>
735
+ * Lookup80: pallet_domains::pallet::Event<T>
716
736
  **/
717
737
  PalletDomainsEvent: {
718
738
  _enum: {
@@ -742,7 +762,7 @@ exports.default = {
742
762
  }
743
763
  },
744
764
  /**
745
- * Lookup78: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
765
+ * Lookup81: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
746
766
  **/
747
767
  ArgonPrimitivesDomainZoneRecord: {
748
768
  paymentAccount: 'AccountId32',
@@ -750,7 +770,7 @@ exports.default = {
750
770
  versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>'
751
771
  },
752
772
  /**
753
- * Lookup80: argon_primitives::domain::Semver
773
+ * Lookup83: argon_primitives::domain::Semver
754
774
  **/
755
775
  ArgonPrimitivesDomainSemver: {
756
776
  major: 'u32',
@@ -758,21 +778,21 @@ exports.default = {
758
778
  patch: 'u32'
759
779
  },
760
780
  /**
761
- * Lookup81: argon_primitives::domain::VersionHost
781
+ * Lookup84: argon_primitives::domain::VersionHost
762
782
  **/
763
783
  ArgonPrimitivesDomainVersionHost: {
764
784
  datastoreId: 'Bytes',
765
785
  host: 'Bytes'
766
786
  },
767
787
  /**
768
- * Lookup85: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
788
+ * Lookup88: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
769
789
  **/
770
790
  PalletDomainsDomainRegistration: {
771
791
  accountId: 'AccountId32',
772
792
  registeredAtTick: 'u32'
773
793
  },
774
794
  /**
775
- * Lookup86: pallet_price_index::pallet::Event<T>
795
+ * Lookup89: pallet_price_index::pallet::Event<T>
776
796
  **/
777
797
  PalletPriceIndexEvent: {
778
798
  _enum: {
@@ -783,17 +803,7 @@ exports.default = {
783
803
  }
784
804
  },
785
805
  /**
786
- * Lookup87: pallet_session::pallet::Event
787
- **/
788
- PalletSessionEvent: {
789
- _enum: {
790
- NewSession: {
791
- sessionIndex: 'u32'
792
- }
793
- }
794
- },
795
- /**
796
- * Lookup88: pallet_block_rewards::pallet::Event<T>
806
+ * Lookup90: pallet_block_rewards::pallet::Event<T>
797
807
  **/
798
808
  PalletBlockRewardsEvent: {
799
809
  _enum: {
@@ -819,7 +829,7 @@ exports.default = {
819
829
  }
820
830
  },
821
831
  /**
822
- * Lookup90: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
832
+ * Lookup92: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
823
833
  **/
824
834
  ArgonPrimitivesBlockSealBlockPayout: {
825
835
  accountId: 'AccountId32',
@@ -827,7 +837,7 @@ exports.default = {
827
837
  argons: 'Compact<u128>'
828
838
  },
829
839
  /**
830
- * Lookup92: pallet_grandpa::pallet::Event
840
+ * Lookup94: pallet_grandpa::pallet::Event
831
841
  **/
832
842
  PalletGrandpaEvent: {
833
843
  _enum: {
@@ -839,22 +849,7 @@ exports.default = {
839
849
  }
840
850
  },
841
851
  /**
842
- * Lookup95: sp_consensus_grandpa::app::Public
843
- **/
844
- SpConsensusGrandpaAppPublic: '[u8;32]',
845
- /**
846
- * Lookup96: pallet_offences::pallet::Event
847
- **/
848
- PalletOffencesEvent: {
849
- _enum: {
850
- Offence: {
851
- kind: '[u8;16]',
852
- timeslot: 'Bytes'
853
- }
854
- }
855
- },
856
- /**
857
- * Lookup98: pallet_mint::pallet::Event<T>
852
+ * Lookup97: pallet_mint::pallet::Event<T>
858
853
  **/
859
854
  PalletMintEvent: {
860
855
  _enum: {
@@ -874,13 +869,13 @@ exports.default = {
874
869
  }
875
870
  },
876
871
  /**
877
- * Lookup99: pallet_mint::pallet::MintType
872
+ * Lookup98: pallet_mint::pallet::MintType
878
873
  **/
879
874
  PalletMintMintType: {
880
875
  _enum: ['Bitcoin', 'Mining']
881
876
  },
882
877
  /**
883
- * Lookup100: pallet_balances::pallet::Event<T, I>
878
+ * Lookup99: pallet_balances::pallet::Event<T, I>
884
879
  **/
885
880
  PalletBalancesEvent: {
886
881
  _enum: {
@@ -978,13 +973,13 @@ exports.default = {
978
973
  }
979
974
  },
980
975
  /**
981
- * Lookup101: frame_support::traits::tokens::misc::BalanceStatus
976
+ * Lookup100: frame_support::traits::tokens::misc::BalanceStatus
982
977
  **/
983
978
  FrameSupportTokensMiscBalanceStatus: {
984
979
  _enum: ['Free', 'Reserved']
985
980
  },
986
981
  /**
987
- * Lookup103: pallet_tx_pause::pallet::Event<T>
982
+ * Lookup102: pallet_tx_pause::pallet::Event<T>
988
983
  **/
989
984
  PalletTxPauseEvent: {
990
985
  _enum: {
@@ -997,7 +992,7 @@ exports.default = {
997
992
  }
998
993
  },
999
994
  /**
1000
- * Lookup106: pallet_transaction_payment::pallet::Event<T>
995
+ * Lookup105: pallet_transaction_payment::pallet::Event<T>
1001
996
  **/
1002
997
  PalletTransactionPaymentEvent: {
1003
998
  _enum: {
@@ -1009,7 +1004,7 @@ exports.default = {
1009
1004
  }
1010
1005
  },
1011
1006
  /**
1012
- * Lookup107: pallet_utility::pallet::Event
1007
+ * Lookup106: pallet_utility::pallet::Event
1013
1008
  **/
1014
1009
  PalletUtilityEvent: {
1015
1010
  _enum: {
@@ -1029,7 +1024,7 @@ exports.default = {
1029
1024
  }
1030
1025
  },
1031
1026
  /**
1032
- * Lookup108: pallet_sudo::pallet::Event<T>
1027
+ * Lookup107: pallet_sudo::pallet::Event<T>
1033
1028
  **/
1034
1029
  PalletSudoEvent: {
1035
1030
  _enum: {
@@ -1050,7 +1045,7 @@ exports.default = {
1050
1045
  }
1051
1046
  },
1052
1047
  /**
1053
- * Lookup110: frame_system::Phase
1048
+ * Lookup109: frame_system::Phase
1054
1049
  **/
1055
1050
  FrameSystemPhase: {
1056
1051
  _enum: {
@@ -1060,21 +1055,21 @@ exports.default = {
1060
1055
  }
1061
1056
  },
1062
1057
  /**
1063
- * Lookup114: frame_system::LastRuntimeUpgradeInfo
1058
+ * Lookup113: frame_system::LastRuntimeUpgradeInfo
1064
1059
  **/
1065
1060
  FrameSystemLastRuntimeUpgradeInfo: {
1066
1061
  specVersion: 'Compact<u32>',
1067
1062
  specName: 'Text'
1068
1063
  },
1069
1064
  /**
1070
- * Lookup115: frame_system::CodeUpgradeAuthorization<T>
1065
+ * Lookup114: frame_system::CodeUpgradeAuthorization<T>
1071
1066
  **/
1072
1067
  FrameSystemCodeUpgradeAuthorization: {
1073
1068
  codeHash: 'H256',
1074
1069
  checkVersion: 'bool'
1075
1070
  },
1076
1071
  /**
1077
- * Lookup116: frame_system::pallet::Call<T>
1072
+ * Lookup115: frame_system::pallet::Call<T>
1078
1073
  **/
1079
1074
  FrameSystemCall: {
1080
1075
  _enum: {
@@ -1119,7 +1114,7 @@ exports.default = {
1119
1114
  }
1120
1115
  },
1121
1116
  /**
1122
- * Lookup120: frame_system::limits::BlockWeights
1117
+ * Lookup119: frame_system::limits::BlockWeights
1123
1118
  **/
1124
1119
  FrameSystemLimitsBlockWeights: {
1125
1120
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -1127,7 +1122,7 @@ exports.default = {
1127
1122
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1128
1123
  },
1129
1124
  /**
1130
- * Lookup121: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1125
+ * Lookup120: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1131
1126
  **/
1132
1127
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1133
1128
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1135,7 +1130,7 @@ exports.default = {
1135
1130
  mandatory: 'FrameSystemLimitsWeightsPerClass'
1136
1131
  },
1137
1132
  /**
1138
- * Lookup122: frame_system::limits::WeightsPerClass
1133
+ * Lookup121: frame_system::limits::WeightsPerClass
1139
1134
  **/
1140
1135
  FrameSystemLimitsWeightsPerClass: {
1141
1136
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1144,13 +1139,13 @@ exports.default = {
1144
1139
  reserved: 'Option<SpWeightsWeightV2Weight>'
1145
1140
  },
1146
1141
  /**
1147
- * Lookup124: frame_system::limits::BlockLength
1142
+ * Lookup123: frame_system::limits::BlockLength
1148
1143
  **/
1149
1144
  FrameSystemLimitsBlockLength: {
1150
1145
  max: 'FrameSupportDispatchPerDispatchClassU32'
1151
1146
  },
1152
1147
  /**
1153
- * Lookup125: frame_support::dispatch::PerDispatchClass<T>
1148
+ * Lookup124: frame_support::dispatch::PerDispatchClass<T>
1154
1149
  **/
1155
1150
  FrameSupportDispatchPerDispatchClassU32: {
1156
1151
  normal: 'u32',
@@ -1158,14 +1153,14 @@ exports.default = {
1158
1153
  mandatory: 'u32'
1159
1154
  },
1160
1155
  /**
1161
- * Lookup126: sp_weights::RuntimeDbWeight
1156
+ * Lookup125: sp_weights::RuntimeDbWeight
1162
1157
  **/
1163
1158
  SpWeightsRuntimeDbWeight: {
1164
1159
  read: 'u64',
1165
1160
  write: 'u64'
1166
1161
  },
1167
1162
  /**
1168
- * Lookup127: sp_version::RuntimeVersion
1163
+ * Lookup126: sp_version::RuntimeVersion
1169
1164
  **/
1170
1165
  SpVersionRuntimeVersion: {
1171
1166
  specName: 'Text',
@@ -1178,13 +1173,13 @@ exports.default = {
1178
1173
  stateVersion: 'u8'
1179
1174
  },
1180
1175
  /**
1181
- * Lookup132: frame_system::pallet::Error<T>
1176
+ * Lookup131: frame_system::pallet::Error<T>
1182
1177
  **/
1183
1178
  FrameSystemError: {
1184
1179
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
1185
1180
  },
1186
1181
  /**
1187
- * Lookup133: pallet_timestamp::pallet::Call<T>
1182
+ * Lookup132: pallet_timestamp::pallet::Call<T>
1188
1183
  **/
1189
1184
  PalletTimestampCall: {
1190
1185
  _enum: {
@@ -1194,7 +1189,7 @@ exports.default = {
1194
1189
  }
1195
1190
  },
1196
1191
  /**
1197
- * Lookup135: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1192
+ * Lookup134: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
1198
1193
  **/
1199
1194
  PalletMultisigMultisig: {
1200
1195
  when: 'PalletMultisigTimepoint',
@@ -1203,7 +1198,7 @@ exports.default = {
1203
1198
  approvals: 'Vec<AccountId32>'
1204
1199
  },
1205
1200
  /**
1206
- * Lookup138: pallet_multisig::pallet::Call<T>
1201
+ * Lookup137: pallet_multisig::pallet::Call<T>
1207
1202
  **/
1208
1203
  PalletMultisigCall: {
1209
1204
  _enum: {
@@ -1234,7 +1229,7 @@ exports.default = {
1234
1229
  }
1235
1230
  },
1236
1231
  /**
1237
- * Lookup140: pallet_proxy::pallet::Call<T>
1232
+ * Lookup139: pallet_proxy::pallet::Call<T>
1238
1233
  **/
1239
1234
  PalletProxyCall: {
1240
1235
  _enum: {
@@ -1287,29 +1282,33 @@ exports.default = {
1287
1282
  }
1288
1283
  },
1289
1284
  /**
1290
- * Lookup145: pallet_ticks::pallet::Call<T>
1285
+ * Lookup144: pallet_ticks::pallet::Call<T>
1291
1286
  **/
1292
1287
  PalletTicksCall: 'Null',
1293
1288
  /**
1294
- * Lookup146: pallet_mining_slot::pallet::Call<T>
1289
+ * Lookup145: pallet_mining_slot::pallet::Call<T>
1295
1290
  **/
1296
1291
  PalletMiningSlotCall: {
1297
1292
  _enum: {
1298
1293
  bid: {
1294
+ _alias: {
1295
+ keys_: 'keys',
1296
+ },
1299
1297
  bondInfo: 'Option<PalletMiningSlotMiningSlotBid>',
1300
- rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination'
1298
+ rewardDestination: 'ArgonPrimitivesBlockSealRewardDestination',
1299
+ keys_: 'ArgonNodeRuntimeOpaqueSessionKeys'
1301
1300
  }
1302
1301
  }
1303
1302
  },
1304
1303
  /**
1305
- * Lookup148: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1304
+ * Lookup147: pallet_mining_slot::MiningSlotBid<VaultId, Balance>
1306
1305
  **/
1307
1306
  PalletMiningSlotMiningSlotBid: {
1308
1307
  vaultId: 'u32',
1309
1308
  amount: 'u128'
1310
1309
  },
1311
1310
  /**
1312
- * Lookup149: pallet_bitcoin_utxos::pallet::Call<T>
1311
+ * Lookup148: pallet_bitcoin_utxos::pallet::Call<T>
1313
1312
  **/
1314
1313
  PalletBitcoinUtxosCall: {
1315
1314
  _enum: {
@@ -1326,7 +1325,7 @@ exports.default = {
1326
1325
  }
1327
1326
  },
1328
1327
  /**
1329
- * Lookup150: argon_primitives::inherents::BitcoinUtxoSync
1328
+ * Lookup149: argon_primitives::inherents::BitcoinUtxoSync
1330
1329
  **/
1331
1330
  ArgonPrimitivesInherentsBitcoinUtxoSync: {
1332
1331
  spent: 'BTreeMap<u64, u64>',
@@ -1335,14 +1334,14 @@ exports.default = {
1335
1334
  syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
1336
1335
  },
1337
1336
  /**
1338
- * Lookup160: argon_primitives::bitcoin::BitcoinBlock
1337
+ * Lookup159: argon_primitives::bitcoin::BitcoinBlock
1339
1338
  **/
1340
1339
  ArgonPrimitivesBitcoinBitcoinBlock: {
1341
1340
  blockHeight: 'Compact<u64>',
1342
1341
  blockHash: 'ArgonPrimitivesBitcoinH256Le'
1343
1342
  },
1344
1343
  /**
1345
- * Lookup161: pallet_vaults::pallet::Call<T>
1344
+ * Lookup160: pallet_vaults::pallet::Call<T>
1346
1345
  **/
1347
1346
  PalletVaultsCall: {
1348
1347
  _enum: {
@@ -1369,7 +1368,7 @@ exports.default = {
1369
1368
  }
1370
1369
  },
1371
1370
  /**
1372
- * Lookup162: pallet_vaults::pallet::VaultConfig<Balance>
1371
+ * Lookup161: pallet_vaults::pallet::VaultConfig<Balance>
1373
1372
  **/
1374
1373
  PalletVaultsVaultConfig: {
1375
1374
  terms: 'ArgonPrimitivesBondVaultTerms',
@@ -1379,7 +1378,7 @@ exports.default = {
1379
1378
  securitizationPercent: 'Compact<u128>'
1380
1379
  },
1381
1380
  /**
1382
- * Lookup163: argon_primitives::bond::VaultTerms<Balance>
1381
+ * Lookup162: argon_primitives::bond::VaultTerms<Balance>
1383
1382
  **/
1384
1383
  ArgonPrimitivesBondVaultTerms: {
1385
1384
  bitcoinAnnualPercentRate: 'Compact<u128>',
@@ -1389,11 +1388,11 @@ exports.default = {
1389
1388
  miningRewardSharingPercentTake: 'Compact<u128>'
1390
1389
  },
1391
1390
  /**
1392
- * Lookup164: argon_primitives::bitcoin::OpaqueBitcoinXpub
1391
+ * Lookup163: argon_primitives::bitcoin::OpaqueBitcoinXpub
1393
1392
  **/
1394
1393
  ArgonPrimitivesBitcoinOpaqueBitcoinXpub: '[u8;78]',
1395
1394
  /**
1396
- * Lookup166: pallet_bond::pallet::Call<T>
1395
+ * Lookup165: pallet_bond::pallet::Call<T>
1397
1396
  **/
1398
1397
  PalletBondCall: {
1399
1398
  _enum: {
@@ -1417,11 +1416,11 @@ exports.default = {
1417
1416
  }
1418
1417
  },
1419
1418
  /**
1420
- * Lookup167: argon_primitives::bitcoin::CompressedBitcoinPubkey
1419
+ * Lookup166: argon_primitives::bitcoin::CompressedBitcoinPubkey
1421
1420
  **/
1422
1421
  ArgonPrimitivesBitcoinCompressedBitcoinPubkey: '[u8;33]',
1423
1422
  /**
1424
- * Lookup171: pallet_notaries::pallet::Call<T>
1423
+ * Lookup170: pallet_notaries::pallet::Call<T>
1425
1424
  **/
1426
1425
  PalletNotariesCall: {
1427
1426
  _enum: {
@@ -1439,7 +1438,7 @@ exports.default = {
1439
1438
  }
1440
1439
  },
1441
1440
  /**
1442
- * Lookup172: pallet_notebook::pallet::Call<T>
1441
+ * Lookup171: pallet_notebook::pallet::Call<T>
1443
1442
  **/
1444
1443
  PalletNotebookCall: {
1445
1444
  _enum: {
@@ -1449,14 +1448,14 @@ exports.default = {
1449
1448
  }
1450
1449
  },
1451
1450
  /**
1452
- * Lookup174: argon_primitives::notebook::SignedNotebookHeader
1451
+ * Lookup173: argon_primitives::notebook::SignedNotebookHeader
1453
1452
  **/
1454
1453
  ArgonPrimitivesNotebookSignedNotebookHeader: {
1455
1454
  header: 'ArgonPrimitivesNotebookNotebookHeader',
1456
1455
  signature: '[u8;64]'
1457
1456
  },
1458
1457
  /**
1459
- * Lookup175: argon_primitives::notebook::NotebookHeader
1458
+ * Lookup174: argon_primitives::notebook::NotebookHeader
1460
1459
  **/
1461
1460
  ArgonPrimitivesNotebookNotebookHeader: {
1462
1461
  version: 'Compact<u16>',
@@ -1476,7 +1475,7 @@ exports.default = {
1476
1475
  domains: 'Vec<(H256,AccountId32)>'
1477
1476
  },
1478
1477
  /**
1479
- * Lookup178: argon_primitives::notebook::ChainTransfer
1478
+ * Lookup177: argon_primitives::notebook::ChainTransfer
1480
1479
  **/
1481
1480
  ArgonPrimitivesNotebookChainTransfer: {
1482
1481
  _enum: {
@@ -1490,14 +1489,14 @@ exports.default = {
1490
1489
  }
1491
1490
  },
1492
1491
  /**
1493
- * Lookup181: argon_primitives::balance_change::AccountOrigin
1492
+ * Lookup180: argon_primitives::balance_change::AccountOrigin
1494
1493
  **/
1495
1494
  ArgonPrimitivesBalanceChangeAccountOrigin: {
1496
1495
  notebookNumber: 'Compact<u32>',
1497
1496
  accountUid: 'Compact<u32>'
1498
1497
  },
1499
1498
  /**
1500
- * Lookup189: pallet_chain_transfer::pallet::Call<T>
1499
+ * Lookup188: pallet_chain_transfer::pallet::Call<T>
1501
1500
  **/
1502
1501
  PalletChainTransferCall: {
1503
1502
  _enum: {
@@ -1508,7 +1507,7 @@ exports.default = {
1508
1507
  }
1509
1508
  },
1510
1509
  /**
1511
- * Lookup190: pallet_block_seal_spec::pallet::Call<T>
1510
+ * Lookup189: pallet_block_seal_spec::pallet::Call<T>
1512
1511
  **/
1513
1512
  PalletBlockSealSpecCall: {
1514
1513
  _enum: {
@@ -1519,7 +1518,7 @@ exports.default = {
1519
1518
  }
1520
1519
  },
1521
1520
  /**
1522
- * Lookup191: pallet_domains::pallet::Call<T>
1521
+ * Lookup190: pallet_domains::pallet::Call<T>
1523
1522
  **/
1524
1523
  PalletDomainsCall: {
1525
1524
  _enum: {
@@ -1530,7 +1529,7 @@ exports.default = {
1530
1529
  }
1531
1530
  },
1532
1531
  /**
1533
- * Lookup192: pallet_price_index::pallet::Call<T>
1532
+ * Lookup191: pallet_price_index::pallet::Call<T>
1534
1533
  **/
1535
1534
  PalletPriceIndexCall: {
1536
1535
  _enum: {
@@ -1543,7 +1542,7 @@ exports.default = {
1543
1542
  }
1544
1543
  },
1545
1544
  /**
1546
- * Lookup193: pallet_price_index::PriceIndex
1545
+ * Lookup192: pallet_price_index::PriceIndex
1547
1546
  **/
1548
1547
  PalletPriceIndexPriceIndex: {
1549
1548
  btcUsdPrice: 'Compact<u128>',
@@ -1552,33 +1551,7 @@ exports.default = {
1552
1551
  tick: 'Compact<u32>'
1553
1552
  },
1554
1553
  /**
1555
- * Lookup194: pallet_session::pallet::Call<T>
1556
- **/
1557
- PalletSessionCall: {
1558
- _enum: {
1559
- set_keys: {
1560
- _alias: {
1561
- keys_: 'keys',
1562
- },
1563
- keys_: 'ArgonNodeRuntimeOpaqueSessionKeys',
1564
- proof: 'Bytes',
1565
- },
1566
- purge_keys: 'Null'
1567
- }
1568
- },
1569
- /**
1570
- * Lookup195: argon_node_runtime::opaque::SessionKeys
1571
- **/
1572
- ArgonNodeRuntimeOpaqueSessionKeys: {
1573
- grandpa: 'SpConsensusGrandpaAppPublic',
1574
- blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
1575
- },
1576
- /**
1577
- * Lookup196: argon_primitives::block_seal::app::Public
1578
- **/
1579
- ArgonPrimitivesBlockSealAppPublic: '[u8;32]',
1580
- /**
1581
- * Lookup197: pallet_block_seal::pallet::Call<T>
1554
+ * Lookup193: pallet_block_seal::pallet::Call<T>
1582
1555
  **/
1583
1556
  PalletBlockSealCall: {
1584
1557
  _enum: {
@@ -1588,7 +1561,7 @@ exports.default = {
1588
1561
  }
1589
1562
  },
1590
1563
  /**
1591
- * Lookup198: argon_primitives::inherents::BlockSealInherent
1564
+ * Lookup194: argon_primitives::inherents::BlockSealInherent
1592
1565
  **/
1593
1566
  ArgonPrimitivesInherentsBlockSealInherent: {
1594
1567
  _enum: {
@@ -1604,7 +1577,7 @@ exports.default = {
1604
1577
  }
1605
1578
  },
1606
1579
  /**
1607
- * Lookup201: argon_primitives::balance_change::MerkleProof
1580
+ * Lookup197: argon_primitives::balance_change::MerkleProof
1608
1581
  **/
1609
1582
  ArgonPrimitivesBalanceChangeMerkleProof: {
1610
1583
  proof: 'Vec<H256>',
@@ -1612,7 +1585,7 @@ exports.default = {
1612
1585
  leafIndex: 'Compact<u32>'
1613
1586
  },
1614
1587
  /**
1615
- * Lookup203: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1588
+ * Lookup199: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
1616
1589
  **/
1617
1590
  ArgonPrimitivesBlockVoteBlockVoteT: {
1618
1591
  accountId: 'AccountId32',
@@ -1620,10 +1593,11 @@ exports.default = {
1620
1593
  index: 'Compact<u32>',
1621
1594
  power: 'Compact<u128>',
1622
1595
  signature: 'SpRuntimeMultiSignature',
1623
- blockRewardsAccountId: 'AccountId32'
1596
+ blockRewardsAccountId: 'AccountId32',
1597
+ tick: 'Compact<u32>'
1624
1598
  },
1625
1599
  /**
1626
- * Lookup204: sp_runtime::MultiSignature
1600
+ * Lookup200: sp_runtime::MultiSignature
1627
1601
  **/
1628
1602
  SpRuntimeMultiSignature: {
1629
1603
  _enum: {
@@ -1633,25 +1607,25 @@ exports.default = {
1633
1607
  }
1634
1608
  },
1635
1609
  /**
1636
- * Lookup206: argon_primitives::block_seal::app::Signature
1610
+ * Lookup202: argon_primitives::block_seal::app::Signature
1637
1611
  **/
1638
1612
  ArgonPrimitivesBlockSealAppSignature: '[u8;64]',
1639
1613
  /**
1640
- * Lookup207: pallet_block_rewards::pallet::Call<T>
1614
+ * Lookup203: pallet_block_rewards::pallet::Call<T>
1641
1615
  **/
1642
1616
  PalletBlockRewardsCall: 'Null',
1643
1617
  /**
1644
- * Lookup208: pallet_grandpa::pallet::Call<T>
1618
+ * Lookup204: pallet_grandpa::pallet::Call<T>
1645
1619
  **/
1646
1620
  PalletGrandpaCall: {
1647
1621
  _enum: {
1648
1622
  report_equivocation: {
1649
1623
  equivocationProof: 'SpConsensusGrandpaEquivocationProof',
1650
- keyOwnerProof: 'SpSessionMembershipProof',
1624
+ keyOwnerProof: 'SpCoreVoid',
1651
1625
  },
1652
1626
  report_equivocation_unsigned: {
1653
1627
  equivocationProof: 'SpConsensusGrandpaEquivocationProof',
1654
- keyOwnerProof: 'SpSessionMembershipProof',
1628
+ keyOwnerProof: 'SpCoreVoid',
1655
1629
  },
1656
1630
  note_stalled: {
1657
1631
  delay: 'u32',
@@ -1660,14 +1634,14 @@ exports.default = {
1660
1634
  }
1661
1635
  },
1662
1636
  /**
1663
- * Lookup209: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1637
+ * Lookup205: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1664
1638
  **/
1665
1639
  SpConsensusGrandpaEquivocationProof: {
1666
1640
  setId: 'u64',
1667
1641
  equivocation: 'SpConsensusGrandpaEquivocation'
1668
1642
  },
1669
1643
  /**
1670
- * Lookup210: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1644
+ * Lookup206: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1671
1645
  **/
1672
1646
  SpConsensusGrandpaEquivocation: {
1673
1647
  _enum: {
@@ -1676,7 +1650,7 @@ exports.default = {
1676
1650
  }
1677
1651
  },
1678
1652
  /**
1679
- * Lookup211: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1653
+ * Lookup207: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1680
1654
  **/
1681
1655
  FinalityGrandpaEquivocationPrevote: {
1682
1656
  roundNumber: 'u64',
@@ -1685,18 +1659,18 @@ exports.default = {
1685
1659
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1686
1660
  },
1687
1661
  /**
1688
- * Lookup212: finality_grandpa::Prevote<primitive_types::H256, N>
1662
+ * Lookup208: finality_grandpa::Prevote<primitive_types::H256, N>
1689
1663
  **/
1690
1664
  FinalityGrandpaPrevote: {
1691
1665
  targetHash: 'H256',
1692
1666
  targetNumber: 'u32'
1693
1667
  },
1694
1668
  /**
1695
- * Lookup213: sp_consensus_grandpa::app::Signature
1669
+ * Lookup209: sp_consensus_grandpa::app::Signature
1696
1670
  **/
1697
1671
  SpConsensusGrandpaAppSignature: '[u8;64]',
1698
1672
  /**
1699
- * Lookup215: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1673
+ * Lookup211: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1700
1674
  **/
1701
1675
  FinalityGrandpaEquivocationPrecommit: {
1702
1676
  roundNumber: 'u64',
@@ -1705,26 +1679,22 @@ exports.default = {
1705
1679
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1706
1680
  },
1707
1681
  /**
1708
- * Lookup216: finality_grandpa::Precommit<primitive_types::H256, N>
1682
+ * Lookup212: finality_grandpa::Precommit<primitive_types::H256, N>
1709
1683
  **/
1710
1684
  FinalityGrandpaPrecommit: {
1711
1685
  targetHash: 'H256',
1712
1686
  targetNumber: 'u32'
1713
1687
  },
1714
1688
  /**
1715
- * Lookup218: sp_session::MembershipProof
1689
+ * Lookup214: sp_core::Void
1716
1690
  **/
1717
- SpSessionMembershipProof: {
1718
- session: 'u32',
1719
- trieNodes: 'Vec<Bytes>',
1720
- validatorCount: 'u32'
1721
- },
1691
+ SpCoreVoid: 'Null',
1722
1692
  /**
1723
- * Lookup219: pallet_mint::pallet::Call<T>
1693
+ * Lookup215: pallet_mint::pallet::Call<T>
1724
1694
  **/
1725
1695
  PalletMintCall: 'Null',
1726
1696
  /**
1727
- * Lookup220: pallet_balances::pallet::Call<T, I>
1697
+ * Lookup216: pallet_balances::pallet::Call<T, I>
1728
1698
  **/
1729
1699
  PalletBalancesCall: {
1730
1700
  _enum: {
@@ -1769,13 +1739,13 @@ exports.default = {
1769
1739
  }
1770
1740
  },
1771
1741
  /**
1772
- * Lookup221: pallet_balances::types::AdjustmentDirection
1742
+ * Lookup217: pallet_balances::types::AdjustmentDirection
1773
1743
  **/
1774
1744
  PalletBalancesAdjustmentDirection: {
1775
1745
  _enum: ['Increase', 'Decrease']
1776
1746
  },
1777
1747
  /**
1778
- * Lookup223: pallet_tx_pause::pallet::Call<T>
1748
+ * Lookup219: pallet_tx_pause::pallet::Call<T>
1779
1749
  **/
1780
1750
  PalletTxPauseCall: {
1781
1751
  _enum: {
@@ -1788,7 +1758,7 @@ exports.default = {
1788
1758
  }
1789
1759
  },
1790
1760
  /**
1791
- * Lookup224: pallet_utility::pallet::Call<T>
1761
+ * Lookup220: pallet_utility::pallet::Call<T>
1792
1762
  **/
1793
1763
  PalletUtilityCall: {
1794
1764
  _enum: {
@@ -1816,7 +1786,7 @@ exports.default = {
1816
1786
  }
1817
1787
  },
1818
1788
  /**
1819
- * Lookup226: argon_node_runtime::OriginCaller
1789
+ * Lookup222: argon_node_runtime::OriginCaller
1820
1790
  **/
1821
1791
  ArgonNodeRuntimeOriginCaller: {
1822
1792
  _enum: {
@@ -1825,7 +1795,7 @@ exports.default = {
1825
1795
  }
1826
1796
  },
1827
1797
  /**
1828
- * Lookup227: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1798
+ * Lookup223: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1829
1799
  **/
1830
1800
  FrameSupportDispatchRawOrigin: {
1831
1801
  _enum: {
@@ -1835,11 +1805,7 @@ exports.default = {
1835
1805
  }
1836
1806
  },
1837
1807
  /**
1838
- * Lookup228: sp_core::Void
1839
- **/
1840
- SpCoreVoid: 'Null',
1841
- /**
1842
- * Lookup229: pallet_sudo::pallet::Call<T>
1808
+ * Lookup224: pallet_sudo::pallet::Call<T>
1843
1809
  **/
1844
1810
  PalletSudoCall: {
1845
1811
  _enum: {
@@ -1864,13 +1830,13 @@ exports.default = {
1864
1830
  }
1865
1831
  },
1866
1832
  /**
1867
- * Lookup231: pallet_multisig::pallet::Error<T>
1833
+ * Lookup226: pallet_multisig::pallet::Error<T>
1868
1834
  **/
1869
1835
  PalletMultisigError: {
1870
1836
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
1871
1837
  },
1872
1838
  /**
1873
- * Lookup234: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
1839
+ * Lookup229: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_node_runtime::ProxyType, BlockNumber>
1874
1840
  **/
1875
1841
  PalletProxyProxyDefinition: {
1876
1842
  delegate: 'AccountId32',
@@ -1878,7 +1844,7 @@ exports.default = {
1878
1844
  delay: 'u32'
1879
1845
  },
1880
1846
  /**
1881
- * Lookup238: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
1847
+ * Lookup233: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
1882
1848
  **/
1883
1849
  PalletProxyAnnouncement: {
1884
1850
  real: 'AccountId32',
@@ -1886,13 +1852,13 @@ exports.default = {
1886
1852
  height: 'u32'
1887
1853
  },
1888
1854
  /**
1889
- * Lookup240: pallet_proxy::pallet::Error<T>
1855
+ * Lookup235: pallet_proxy::pallet::Error<T>
1890
1856
  **/
1891
1857
  PalletProxyError: {
1892
1858
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
1893
1859
  },
1894
1860
  /**
1895
- * Lookup241: argon_primitives::tick::Ticker
1861
+ * Lookup236: argon_primitives::tick::Ticker
1896
1862
  **/
1897
1863
  ArgonPrimitivesTickTicker: {
1898
1864
  tickDurationMillis: 'Compact<u64>',
@@ -1900,11 +1866,11 @@ exports.default = {
1900
1866
  channelHoldExpirationTicks: 'Compact<u32>'
1901
1867
  },
1902
1868
  /**
1903
- * Lookup243: pallet_ticks::pallet::Error<T>
1869
+ * Lookup238: pallet_ticks::pallet::Error<T>
1904
1870
  **/
1905
1871
  PalletTicksError: 'Null',
1906
1872
  /**
1907
- * Lookup251: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
1873
+ * Lookup245: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
1908
1874
  **/
1909
1875
  ArgonPrimitivesBlockSealMiningSlotConfig: {
1910
1876
  blocksBeforeBidEndForVrfClose: 'Compact<u32>',
@@ -1912,7 +1878,7 @@ exports.default = {
1912
1878
  slotBiddingStartBlock: 'Compact<u32>'
1913
1879
  },
1914
1880
  /**
1915
- * Lookup252: pallet_mining_slot::pallet::Error<T>
1881
+ * Lookup246: pallet_mining_slot::pallet::Error<T>
1916
1882
  **/
1917
1883
  PalletMiningSlotError: {
1918
1884
  _enum: {
@@ -1940,13 +1906,13 @@ exports.default = {
1940
1906
  }
1941
1907
  },
1942
1908
  /**
1943
- * Lookup253: argon_primitives::bond::BondError
1909
+ * Lookup247: argon_primitives::bond::BondError
1944
1910
  **/
1945
1911
  ArgonPrimitivesBondBondError: {
1946
1912
  _enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
1947
1913
  },
1948
1914
  /**
1949
- * Lookup254: argon_primitives::bitcoin::UtxoValue
1915
+ * Lookup248: argon_primitives::bitcoin::UtxoValue
1950
1916
  **/
1951
1917
  ArgonPrimitivesBitcoinUtxoValue: {
1952
1918
  utxoId: 'u64',
@@ -1956,7 +1922,7 @@ exports.default = {
1956
1922
  watchForSpentUntilHeight: 'Compact<u64>'
1957
1923
  },
1958
1924
  /**
1959
- * Lookup255: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
1925
+ * Lookup249: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
1960
1926
  **/
1961
1927
  ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
1962
1928
  _enum: {
@@ -1966,19 +1932,19 @@ exports.default = {
1966
1932
  }
1967
1933
  },
1968
1934
  /**
1969
- * Lookup260: argon_primitives::bitcoin::BitcoinNetwork
1935
+ * Lookup254: argon_primitives::bitcoin::BitcoinNetwork
1970
1936
  **/
1971
1937
  ArgonPrimitivesBitcoinBitcoinNetwork: {
1972
1938
  _enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
1973
1939
  },
1974
1940
  /**
1975
- * Lookup263: pallet_bitcoin_utxos::pallet::Error<T>
1941
+ * Lookup257: pallet_bitcoin_utxos::pallet::Error<T>
1976
1942
  **/
1977
1943
  PalletBitcoinUtxosError: {
1978
1944
  _enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
1979
1945
  },
1980
1946
  /**
1981
- * Lookup264: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
1947
+ * Lookup258: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
1982
1948
  **/
1983
1949
  ArgonPrimitivesBondVault: {
1984
1950
  operatorAccountId: 'AccountId32',
@@ -1991,7 +1957,7 @@ exports.default = {
1991
1957
  pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
1992
1958
  },
1993
1959
  /**
1994
- * Lookup265: argon_primitives::bond::VaultArgons<Balance>
1960
+ * Lookup259: argon_primitives::bond::VaultArgons<Balance>
1995
1961
  **/
1996
1962
  ArgonPrimitivesBondVaultArgons: {
1997
1963
  annualPercentRate: 'Compact<u128>',
@@ -2000,7 +1966,7 @@ exports.default = {
2000
1966
  baseFee: 'Compact<u128>'
2001
1967
  },
2002
1968
  /**
2003
- * Lookup269: argon_primitives::bitcoin::BitcoinXPub
1969
+ * Lookup263: argon_primitives::bitcoin::BitcoinXPub
2004
1970
  **/
2005
1971
  ArgonPrimitivesBitcoinBitcoinXPub: {
2006
1972
  publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
@@ -2011,19 +1977,19 @@ exports.default = {
2011
1977
  network: 'ArgonPrimitivesBitcoinNetworkKind'
2012
1978
  },
2013
1979
  /**
2014
- * Lookup271: argon_primitives::bitcoin::NetworkKind
1980
+ * Lookup265: argon_primitives::bitcoin::NetworkKind
2015
1981
  **/
2016
1982
  ArgonPrimitivesBitcoinNetworkKind: {
2017
1983
  _enum: ['Main', 'Test']
2018
1984
  },
2019
1985
  /**
2020
- * Lookup273: pallet_vaults::pallet::Error<T>
1986
+ * Lookup267: pallet_vaults::pallet::Error<T>
2021
1987
  **/
2022
1988
  PalletVaultsError: {
2023
1989
  _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']
2024
1990
  },
2025
1991
  /**
2026
- * Lookup274: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
1992
+ * Lookup268: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
2027
1993
  **/
2028
1994
  ArgonPrimitivesBond: {
2029
1995
  bondType: 'ArgonPrimitivesBondBondType',
@@ -2037,7 +2003,7 @@ exports.default = {
2037
2003
  expiration: 'ArgonPrimitivesBondBondExpiration'
2038
2004
  },
2039
2005
  /**
2040
- * Lookup277: pallet_bond::pallet::UtxoState
2006
+ * Lookup271: pallet_bond::pallet::UtxoState
2041
2007
  **/
2042
2008
  PalletBondUtxoState: {
2043
2009
  bondId: 'Compact<u64>',
@@ -2053,7 +2019,7 @@ exports.default = {
2053
2019
  isVerified: 'bool'
2054
2020
  },
2055
2021
  /**
2056
- * Lookup281: pallet_bond::pallet::UtxoCosignRequest<Balance>
2022
+ * Lookup275: pallet_bond::pallet::UtxoCosignRequest<Balance>
2057
2023
  **/
2058
2024
  PalletBondUtxoCosignRequest: {
2059
2025
  bondId: 'Compact<u64>',
@@ -2064,7 +2030,7 @@ exports.default = {
2064
2030
  redemptionPrice: 'Compact<u128>'
2065
2031
  },
2066
2032
  /**
2067
- * Lookup285: pallet_bond::pallet::Error<T>
2033
+ * Lookup279: pallet_bond::pallet::Error<T>
2068
2034
  **/
2069
2035
  PalletBondError: {
2070
2036
  _enum: {
@@ -2100,13 +2066,13 @@ exports.default = {
2100
2066
  }
2101
2067
  },
2102
2068
  /**
2103
- * Lookup297: pallet_notaries::pallet::Error<T>
2069
+ * Lookup291: pallet_notaries::pallet::Error<T>
2104
2070
  **/
2105
2071
  PalletNotariesError: {
2106
2072
  _enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
2107
2073
  },
2108
2074
  /**
2109
- * Lookup301: argon_primitives::notary::NotaryNotebookKeyDetails
2075
+ * Lookup295: argon_primitives::notary::NotaryNotebookKeyDetails
2110
2076
  **/
2111
2077
  ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
2112
2078
  notebookNumber: 'Compact<u32>',
@@ -2116,13 +2082,13 @@ exports.default = {
2116
2082
  parentSecret: 'Option<H256>'
2117
2083
  },
2118
2084
  /**
2119
- * Lookup303: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
2085
+ * Lookup297: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
2120
2086
  **/
2121
2087
  ArgonPrimitivesDigestsNotebookDigest: {
2122
2088
  notebooks: 'Vec<ArgonPrimitivesDigestsNotebookDigestRecord>'
2123
2089
  },
2124
2090
  /**
2125
- * Lookup305: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
2091
+ * Lookup299: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
2126
2092
  **/
2127
2093
  ArgonPrimitivesDigestsNotebookDigestRecord: {
2128
2094
  notaryId: 'Compact<u32>',
@@ -2131,13 +2097,13 @@ exports.default = {
2131
2097
  auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
2132
2098
  },
2133
2099
  /**
2134
- * Lookup308: pallet_notebook::pallet::Error<T>
2100
+ * Lookup302: pallet_notebook::pallet::Error<T>
2135
2101
  **/
2136
2102
  PalletNotebookError: {
2137
2103
  _enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError']
2138
2104
  },
2139
2105
  /**
2140
- * Lookup309: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2106
+ * Lookup303: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
2141
2107
  **/
2142
2108
  PalletChainTransferQueuedTransferOut: {
2143
2109
  accountId: 'AccountId32',
@@ -2146,17 +2112,17 @@ exports.default = {
2146
2112
  notaryId: 'u32'
2147
2113
  },
2148
2114
  /**
2149
- * Lookup314: frame_support::PalletId
2115
+ * Lookup308: frame_support::PalletId
2150
2116
  **/
2151
2117
  FrameSupportPalletId: '[u8;8]',
2152
2118
  /**
2153
- * Lookup315: pallet_chain_transfer::pallet::Error<T>
2119
+ * Lookup309: pallet_chain_transfer::pallet::Error<T>
2154
2120
  **/
2155
2121
  PalletChainTransferError: {
2156
2122
  _enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer', 'NotaryLocked']
2157
2123
  },
2158
2124
  /**
2159
- * Lookup320: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2125
+ * Lookup314: argon_primitives::notary::NotaryNotebookVoteDigestDetails
2160
2126
  **/
2161
2127
  ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
2162
2128
  notaryId: 'Compact<u32>',
@@ -2166,65 +2132,55 @@ exports.default = {
2166
2132
  blockVotingPower: 'Compact<u128>'
2167
2133
  },
2168
2134
  /**
2169
- * Lookup322: argon_primitives::digests::BlockVoteDigest
2135
+ * Lookup316: argon_primitives::digests::BlockVoteDigest
2170
2136
  **/
2171
2137
  ArgonPrimitivesDigestsBlockVoteDigest: {
2172
2138
  votingPower: 'Compact<u128>',
2173
2139
  votesCount: 'Compact<u32>'
2174
2140
  },
2175
2141
  /**
2176
- * Lookup326: pallet_block_seal_spec::pallet::Error<T>
2142
+ * Lookup320: pallet_block_seal_spec::pallet::Error<T>
2177
2143
  **/
2178
2144
  PalletBlockSealSpecError: {
2179
2145
  _enum: ['MaxNotebooksAtTickExceeded']
2180
2146
  },
2181
2147
  /**
2182
- * Lookup328: pallet_domains::pallet::Error<T>
2148
+ * Lookup322: pallet_domains::pallet::Error<T>
2183
2149
  **/
2184
2150
  PalletDomainsError: {
2185
2151
  _enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
2186
2152
  },
2187
2153
  /**
2188
- * Lookup329: pallet_price_index::pallet::Error<T>
2154
+ * Lookup323: pallet_price_index::pallet::Error<T>
2189
2155
  **/
2190
2156
  PalletPriceIndexError: {
2191
2157
  _enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
2192
2158
  },
2193
2159
  /**
2194
- * Lookup334: sp_core::crypto::KeyTypeId
2195
- **/
2196
- SpCoreCryptoKeyTypeId: '[u8;4]',
2197
- /**
2198
- * Lookup335: pallet_session::pallet::Error<T>
2199
- **/
2200
- PalletSessionError: {
2201
- _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
2202
- },
2203
- /**
2204
- * Lookup336: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2160
+ * Lookup324: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
2205
2161
  **/
2206
2162
  ArgonPrimitivesProvidersBlockSealerInfo: {
2207
2163
  blockAuthorAccountId: 'AccountId32',
2208
2164
  blockVoteRewardsAccount: 'Option<AccountId32>'
2209
2165
  },
2210
2166
  /**
2211
- * Lookup337: argon_primitives::digests::ParentVotingKeyDigest
2167
+ * Lookup325: argon_primitives::digests::ParentVotingKeyDigest
2212
2168
  **/
2213
2169
  ArgonPrimitivesDigestsParentVotingKeyDigest: {
2214
2170
  parentVotingKey: 'Option<H256>'
2215
2171
  },
2216
2172
  /**
2217
- * Lookup338: pallet_block_seal::pallet::Error<T>
2173
+ * Lookup326: pallet_block_seal::pallet::Error<T>
2218
2174
  **/
2219
2175
  PalletBlockSealError: {
2220
2176
  _enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'InvalidAuthoritySignature', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature']
2221
2177
  },
2222
2178
  /**
2223
- * Lookup340: pallet_block_rewards::pallet::Error<T>
2179
+ * Lookup328: pallet_block_rewards::pallet::Error<T>
2224
2180
  **/
2225
2181
  PalletBlockRewardsError: 'Null',
2226
2182
  /**
2227
- * Lookup341: pallet_grandpa::StoredState<N>
2183
+ * Lookup329: pallet_grandpa::StoredState<N>
2228
2184
  **/
2229
2185
  PalletGrandpaStoredState: {
2230
2186
  _enum: {
@@ -2241,7 +2197,7 @@ exports.default = {
2241
2197
  }
2242
2198
  },
2243
2199
  /**
2244
- * Lookup342: pallet_grandpa::StoredPendingChange<N, Limit>
2200
+ * Lookup330: pallet_grandpa::StoredPendingChange<N, Limit>
2245
2201
  **/
2246
2202
  PalletGrandpaStoredPendingChange: {
2247
2203
  scheduledAt: 'u32',
@@ -2250,32 +2206,19 @@ exports.default = {
2250
2206
  forced: 'Option<u32>'
2251
2207
  },
2252
2208
  /**
2253
- * Lookup345: pallet_grandpa::pallet::Error<T>
2209
+ * Lookup333: pallet_grandpa::pallet::Error<T>
2254
2210
  **/
2255
2211
  PalletGrandpaError: {
2256
2212
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
2257
2213
  },
2258
2214
  /**
2259
- * Lookup346: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
2260
- **/
2261
- SpStakingOffenceOffenceDetails: {
2262
- offender: '(AccountId32,PalletMiningSlotMinerHistory)',
2263
- reporters: 'Vec<AccountId32>'
2264
- },
2265
- /**
2266
- * Lookup348: pallet_mining_slot::MinerHistory
2267
- **/
2268
- PalletMiningSlotMinerHistory: {
2269
- authorityIndex: 'u32'
2270
- },
2271
- /**
2272
- * Lookup353: pallet_mint::pallet::Error<T>
2215
+ * Lookup337: pallet_mint::pallet::Error<T>
2273
2216
  **/
2274
2217
  PalletMintError: {
2275
2218
  _enum: ['TooManyPendingMints']
2276
2219
  },
2277
2220
  /**
2278
- * Lookup355: pallet_balances::types::BalanceLock<Balance>
2221
+ * Lookup339: pallet_balances::types::BalanceLock<Balance>
2279
2222
  **/
2280
2223
  PalletBalancesBalanceLock: {
2281
2224
  id: '[u8;8]',
@@ -2283,27 +2226,27 @@ exports.default = {
2283
2226
  reasons: 'PalletBalancesReasons'
2284
2227
  },
2285
2228
  /**
2286
- * Lookup356: pallet_balances::types::Reasons
2229
+ * Lookup340: pallet_balances::types::Reasons
2287
2230
  **/
2288
2231
  PalletBalancesReasons: {
2289
2232
  _enum: ['Fee', 'Misc', 'All']
2290
2233
  },
2291
2234
  /**
2292
- * Lookup359: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2235
+ * Lookup343: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
2293
2236
  **/
2294
2237
  PalletBalancesReserveData: {
2295
2238
  id: '[u8;8]',
2296
2239
  amount: 'u128'
2297
2240
  },
2298
2241
  /**
2299
- * Lookup362: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
2242
+ * Lookup346: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
2300
2243
  **/
2301
2244
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
2302
2245
  id: 'ArgonNodeRuntimeRuntimeHoldReason',
2303
2246
  amount: 'u128'
2304
2247
  },
2305
2248
  /**
2306
- * Lookup363: argon_node_runtime::RuntimeHoldReason
2249
+ * Lookup347: argon_node_runtime::RuntimeHoldReason
2307
2250
  **/
2308
2251
  ArgonNodeRuntimeRuntimeHoldReason: {
2309
2252
  _enum: {
@@ -2324,44 +2267,42 @@ exports.default = {
2324
2267
  __Unused14: 'Null',
2325
2268
  __Unused15: 'Null',
2326
2269
  __Unused16: 'Null',
2327
- __Unused17: 'Null',
2328
- __Unused18: 'Null',
2329
2270
  BlockRewards: 'PalletBlockRewardsHoldReason'
2330
2271
  }
2331
2272
  },
2332
2273
  /**
2333
- * Lookup364: pallet_mining_slot::pallet::HoldReason
2274
+ * Lookup348: pallet_mining_slot::pallet::HoldReason
2334
2275
  **/
2335
2276
  PalletMiningSlotHoldReason: {
2336
2277
  _enum: ['RegisterAsMiner']
2337
2278
  },
2338
2279
  /**
2339
- * Lookup365: pallet_vaults::pallet::HoldReason
2280
+ * Lookup349: pallet_vaults::pallet::HoldReason
2340
2281
  **/
2341
2282
  PalletVaultsHoldReason: {
2342
2283
  _enum: ['EnterVault', 'BondFee']
2343
2284
  },
2344
2285
  /**
2345
- * Lookup366: pallet_bond::pallet::HoldReason
2286
+ * Lookup350: pallet_bond::pallet::HoldReason
2346
2287
  **/
2347
2288
  PalletBondHoldReason: {
2348
2289
  _enum: ['UnlockingBitcoin']
2349
2290
  },
2350
2291
  /**
2351
- * Lookup367: pallet_block_rewards::pallet::HoldReason
2292
+ * Lookup351: pallet_block_rewards::pallet::HoldReason
2352
2293
  **/
2353
2294
  PalletBlockRewardsHoldReason: {
2354
2295
  _enum: ['MaturationPeriod']
2355
2296
  },
2356
2297
  /**
2357
- * Lookup370: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
2298
+ * Lookup354: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
2358
2299
  **/
2359
2300
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
2360
2301
  id: 'ArgonNodeRuntimeRuntimeFreezeReason',
2361
2302
  amount: 'u128'
2362
2303
  },
2363
2304
  /**
2364
- * Lookup371: argon_node_runtime::RuntimeFreezeReason
2305
+ * Lookup355: argon_node_runtime::RuntimeFreezeReason
2365
2306
  **/
2366
2307
  ArgonNodeRuntimeRuntimeFreezeReason: {
2367
2308
  _enum: {
@@ -2382,89 +2323,87 @@ exports.default = {
2382
2323
  __Unused14: 'Null',
2383
2324
  __Unused15: 'Null',
2384
2325
  __Unused16: 'Null',
2385
- __Unused17: 'Null',
2386
- __Unused18: 'Null',
2387
2326
  BlockRewards: 'PalletBlockRewardsFreezeReason'
2388
2327
  }
2389
2328
  },
2390
2329
  /**
2391
- * Lookup372: pallet_block_rewards::pallet::FreezeReason
2330
+ * Lookup356: pallet_block_rewards::pallet::FreezeReason
2392
2331
  **/
2393
2332
  PalletBlockRewardsFreezeReason: {
2394
2333
  _enum: ['MaturationPeriod']
2395
2334
  },
2396
2335
  /**
2397
- * Lookup374: pallet_balances::pallet::Error<T, I>
2336
+ * Lookup358: pallet_balances::pallet::Error<T, I>
2398
2337
  **/
2399
2338
  PalletBalancesError: {
2400
2339
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
2401
2340
  },
2402
2341
  /**
2403
- * Lookup376: pallet_tx_pause::pallet::Error<T>
2342
+ * Lookup360: pallet_tx_pause::pallet::Error<T>
2404
2343
  **/
2405
2344
  PalletTxPauseError: {
2406
2345
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
2407
2346
  },
2408
2347
  /**
2409
- * Lookup377: pallet_transaction_payment::Releases
2348
+ * Lookup361: pallet_transaction_payment::Releases
2410
2349
  **/
2411
2350
  PalletTransactionPaymentReleases: {
2412
2351
  _enum: ['V1Ancient', 'V2']
2413
2352
  },
2414
2353
  /**
2415
- * Lookup378: pallet_utility::pallet::Error<T>
2354
+ * Lookup362: pallet_utility::pallet::Error<T>
2416
2355
  **/
2417
2356
  PalletUtilityError: {
2418
2357
  _enum: ['TooManyCalls']
2419
2358
  },
2420
2359
  /**
2421
- * Lookup379: pallet_sudo::pallet::Error<T>
2360
+ * Lookup363: pallet_sudo::pallet::Error<T>
2422
2361
  **/
2423
2362
  PalletSudoError: {
2424
2363
  _enum: ['RequireSudo']
2425
2364
  },
2426
2365
  /**
2427
- * Lookup382: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2366
+ * Lookup366: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
2428
2367
  **/
2429
2368
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
2430
2369
  /**
2431
- * Lookup383: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2370
+ * Lookup367: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2432
2371
  **/
2433
2372
  FrameSystemExtensionsCheckSpecVersion: 'Null',
2434
2373
  /**
2435
- * Lookup384: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2374
+ * Lookup368: frame_system::extensions::check_tx_version::CheckTxVersion<T>
2436
2375
  **/
2437
2376
  FrameSystemExtensionsCheckTxVersion: 'Null',
2438
2377
  /**
2439
- * Lookup385: frame_system::extensions::check_genesis::CheckGenesis<T>
2378
+ * Lookup369: frame_system::extensions::check_genesis::CheckGenesis<T>
2440
2379
  **/
2441
2380
  FrameSystemExtensionsCheckGenesis: 'Null',
2442
2381
  /**
2443
- * Lookup388: frame_system::extensions::check_nonce::CheckNonce<T>
2382
+ * Lookup372: frame_system::extensions::check_nonce::CheckNonce<T>
2444
2383
  **/
2445
2384
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2446
2385
  /**
2447
- * Lookup389: frame_system::extensions::check_weight::CheckWeight<T>
2386
+ * Lookup373: frame_system::extensions::check_weight::CheckWeight<T>
2448
2387
  **/
2449
2388
  FrameSystemExtensionsCheckWeight: 'Null',
2450
2389
  /**
2451
- * Lookup390: pallet_transaction_payment::ChargeTransactionPayment<T>
2390
+ * Lookup374: pallet_transaction_payment::ChargeTransactionPayment<T>
2452
2391
  **/
2453
2392
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2454
2393
  /**
2455
- * Lookup391: frame_metadata_hash_extension::CheckMetadataHash<T>
2394
+ * Lookup375: frame_metadata_hash_extension::CheckMetadataHash<T>
2456
2395
  **/
2457
2396
  FrameMetadataHashExtensionCheckMetadataHash: {
2458
2397
  mode: 'FrameMetadataHashExtensionMode'
2459
2398
  },
2460
2399
  /**
2461
- * Lookup392: frame_metadata_hash_extension::Mode
2400
+ * Lookup376: frame_metadata_hash_extension::Mode
2462
2401
  **/
2463
2402
  FrameMetadataHashExtensionMode: {
2464
2403
  _enum: ['Disabled', 'Enabled']
2465
2404
  },
2466
2405
  /**
2467
- * Lookup394: argon_node_runtime::Runtime
2406
+ * Lookup378: argon_node_runtime::Runtime
2468
2407
  **/
2469
2408
  ArgonNodeRuntimeRuntime: 'Null'
2470
2409
  };