@argonprotocol/mainchain 0.0.8 → 0.0.10

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