@argonprotocol/mainchain 0.0.7 → 0.0.9

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