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