@storagehub/api-augment 0.2.10 → 0.2.14

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 (84) hide show
  1. package/dist/parachain/interfaces/augment-api-consts.js +1 -1
  2. package/dist/parachain/interfaces/augment-api-errors.js +1 -1
  3. package/dist/parachain/interfaces/augment-api-events.js +1 -1
  4. package/dist/parachain/interfaces/augment-api-query.js +1 -1
  5. package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
  6. package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
  7. package/dist/parachain/interfaces/augment-api-tx.js +1 -1
  8. package/dist/parachain/interfaces/augment-api.js +7 -7
  9. package/dist/parachain/interfaces/augment-types.js +1 -1
  10. package/dist/parachain/interfaces/index.js +1 -1
  11. package/dist/parachain/interfaces/lookup.js +2406 -2869
  12. package/dist/parachain/interfaces/lookup.js.map +1 -1
  13. package/dist/parachain/interfaces/registry.js +1 -1
  14. package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
  15. package/dist/parachain/interfaces/types-lookup.js +1 -1
  16. package/dist/parachain/interfaces/types.js +1 -1
  17. package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
  18. package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
  19. package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
  20. package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
  21. package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
  22. package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
  23. package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
  24. package/dist/solochain-evm/interfaces/augment-api.js +7 -7
  25. package/dist/solochain-evm/interfaces/augment-types.js +1 -1
  26. package/dist/solochain-evm/interfaces/index.js +1 -1
  27. package/dist/solochain-evm/interfaces/lookup.js +1686 -2107
  28. package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
  29. package/dist/solochain-evm/interfaces/registry.js +1 -1
  30. package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
  31. package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
  32. package/dist/solochain-evm/interfaces/types.js +1 -1
  33. package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
  34. package/dist/types/parachain/interfaces/augment-api-errors.d.ts +8 -107
  35. package/dist/types/parachain/interfaces/augment-api-events.d.ts +185 -917
  36. package/dist/types/parachain/interfaces/augment-api-query.d.ts +112 -319
  37. package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
  38. package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +25 -25
  39. package/dist/types/parachain/interfaces/augment-api-tx.d.ts +212 -637
  40. package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
  41. package/dist/types/parachain/interfaces/augment-types.d.ts +76 -75
  42. package/dist/types/parachain/interfaces/index.d.ts +1 -1
  43. package/dist/types/parachain/interfaces/lookup.d.ts +289 -326
  44. package/dist/types/parachain/interfaces/registry.d.ts +4 -4
  45. package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
  46. package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +46 -36
  47. package/dist/types/parachain/interfaces/types-lookup.d.ts +525 -712
  48. package/dist/types/parachain/interfaces/types.d.ts +1 -1
  49. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
  50. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +8 -107
  51. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +150 -763
  52. package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +100 -291
  53. package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
  54. package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +25 -25
  55. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +195 -582
  56. package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
  57. package/dist/types/solochain-evm/interfaces/augment-types.d.ts +76 -75
  58. package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
  59. package/dist/types/solochain-evm/interfaces/lookup.d.ts +239 -276
  60. package/dist/types/solochain-evm/interfaces/registry.d.ts +4 -4
  61. package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
  62. package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +47 -37
  63. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +425 -582
  64. package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
  65. package/metadata-sh-parachain.json +1 -1
  66. package/metadata-sh-solochain-evm.json +1 -1
  67. package/package.json +2 -2
  68. package/src/parachain/interfaces/augment-api-errors.ts +5 -104
  69. package/src/parachain/interfaces/augment-api-events.ts +14 -113
  70. package/src/parachain/interfaces/augment-api-tx.ts +63 -10
  71. package/src/parachain/interfaces/augment-types.ts +2 -0
  72. package/src/parachain/interfaces/lookup.ts +326 -388
  73. package/src/parachain/interfaces/registry.ts +2 -2
  74. package/src/parachain/interfaces/storagehubclient/types.ts +14 -4
  75. package/src/parachain/interfaces/types-lookup.ts +388 -486
  76. package/src/solochain-evm/interfaces/augment-api-errors.ts +5 -104
  77. package/src/solochain-evm/interfaces/augment-api-events.ts +14 -113
  78. package/src/solochain-evm/interfaces/augment-api-tx.ts +63 -10
  79. package/src/solochain-evm/interfaces/augment-types.ts +2 -0
  80. package/src/solochain-evm/interfaces/lookup.ts +276 -338
  81. package/src/solochain-evm/interfaces/registry.ts +2 -2
  82. package/src/solochain-evm/interfaces/storagehubclient/types.ts +14 -4
  83. package/src/solochain-evm/interfaces/types-lookup.ts +338 -436
  84. package/storagehub-api-augment-0.2.14.tgz +0 -0
@@ -798,12 +798,6 @@ declare const _default: {
798
798
  bucketId: string;
799
799
  maybeCollectionId: string;
800
800
  };
801
- MoveBucketRequested: {
802
- who: string;
803
- bucketId: string;
804
- newMspId: string;
805
- newValuePropId: string;
806
- };
807
801
  BucketPrivacyUpdated: {
808
802
  who: string;
809
803
  bucketId: string;
@@ -815,6 +809,26 @@ declare const _default: {
815
809
  bucketId: string;
816
810
  collectionId: string;
817
811
  };
812
+ MoveBucketRequested: {
813
+ who: string;
814
+ bucketId: string;
815
+ newMspId: string;
816
+ newValuePropId: string;
817
+ };
818
+ MoveBucketRequestExpired: {
819
+ bucketId: string;
820
+ };
821
+ MoveBucketAccepted: {
822
+ bucketId: string;
823
+ oldMspId: string;
824
+ newMspId: string;
825
+ valuePropId: string;
826
+ };
827
+ MoveBucketRejected: {
828
+ bucketId: string;
829
+ oldMspId: string;
830
+ newMspId: string;
831
+ };
818
832
  NewStorageRequest: {
819
833
  _alias: {
820
834
  size_: string;
@@ -832,6 +846,27 @@ declare const _default: {
832
846
  fileKey: string;
833
847
  fileMetadata: string;
834
848
  };
849
+ StorageRequestFulfilled: {
850
+ fileKey: string;
851
+ };
852
+ StorageRequestExpired: {
853
+ fileKey: string;
854
+ };
855
+ StorageRequestRevoked: {
856
+ fileKey: string;
857
+ };
858
+ StorageRequestRejected: {
859
+ fileKey: string;
860
+ mspId: string;
861
+ bucketId: string;
862
+ reason: string;
863
+ };
864
+ IncompleteStorageRequest: {
865
+ fileKey: string;
866
+ };
867
+ IncompleteStorageRequestCleanedUp: {
868
+ fileKey: string;
869
+ };
835
870
  AcceptedBspVolunteer: {
836
871
  _alias: {
837
872
  size_: string;
@@ -851,20 +886,9 @@ declare const _default: {
851
886
  skippedFileKeys: string;
852
887
  newRoot: string;
853
888
  };
854
- StorageRequestFulfilled: {
855
- fileKey: string;
856
- };
857
- StorageRequestExpired: {
858
- fileKey: string;
859
- };
860
- StorageRequestRevoked: {
861
- fileKey: string;
862
- };
863
- StorageRequestRejected: {
864
- fileKey: string;
865
- mspId: string;
866
- bucketId: string;
867
- reason: string;
889
+ BspChallengeCycleInitialised: {
890
+ who: string;
891
+ bspId: string;
868
892
  };
869
893
  BspRequestedToStopStoring: {
870
894
  bspId: string;
@@ -877,9 +901,10 @@ declare const _default: {
877
901
  fileKey: string;
878
902
  newRoot: string;
879
903
  };
880
- PriorityChallengeForFileDeletionQueued: {
881
- issuer: string;
882
- fileKey: string;
904
+ MspStoppedStoringBucket: {
905
+ mspId: string;
906
+ owner: string;
907
+ bucketId: string;
883
908
  };
884
909
  SpStopStoringInsolventUser: {
885
910
  spId: string;
@@ -893,76 +918,6 @@ declare const _default: {
893
918
  owner: string;
894
919
  bucketId: string;
895
920
  };
896
- FailedToQueuePriorityChallenge: {
897
- fileKey: string;
898
- error: string;
899
- };
900
- FileDeletionRequest: {
901
- user: string;
902
- fileKey: string;
903
- fileSize: string;
904
- bucketId: string;
905
- mspId: string;
906
- proofOfInclusion: string;
907
- };
908
- ProofSubmittedForPendingFileDeletionRequest: {
909
- user: string;
910
- fileKey: string;
911
- fileSize: string;
912
- bucketId: string;
913
- mspId: string;
914
- proofOfInclusion: string;
915
- };
916
- BspChallengeCycleInitialised: {
917
- who: string;
918
- bspId: string;
919
- };
920
- MoveBucketRequestExpired: {
921
- bucketId: string;
922
- };
923
- MoveBucketAccepted: {
924
- bucketId: string;
925
- oldMspId: string;
926
- newMspId: string;
927
- valuePropId: string;
928
- };
929
- MoveBucketRejected: {
930
- bucketId: string;
931
- oldMspId: string;
932
- newMspId: string;
933
- };
934
- MspStoppedStoringBucket: {
935
- mspId: string;
936
- owner: string;
937
- bucketId: string;
938
- };
939
- FailedToGetMspOfBucket: {
940
- bucketId: string;
941
- error: string;
942
- };
943
- FailedToDecreaseMspUsedCapacity: {
944
- user: string;
945
- mspId: string;
946
- fileKey: string;
947
- fileSize: string;
948
- error: string;
949
- };
950
- UsedCapacityShouldBeZero: {
951
- actualUsedCapacity: string;
952
- };
953
- FailedToReleaseStorageRequestCreationDeposit: {
954
- fileKey: string;
955
- owner: string;
956
- amountToReturn: string;
957
- error: string;
958
- };
959
- FailedToTransferDepositFundsToBsp: {
960
- fileKey: string;
961
- owner: string;
962
- bspId: string;
963
- amountToTransfer: string;
964
- error: string;
965
- };
966
921
  FileDeletionRequested: {
967
922
  signedDeleteIntention: string;
968
923
  signature: string;
@@ -982,13 +937,19 @@ declare const _default: {
982
937
  oldRoot: string;
983
938
  newRoot: string;
984
939
  };
985
- IncompleteStorageRequest: {
940
+ UsedCapacityShouldBeZero: {
941
+ actualUsedCapacity: string;
942
+ };
943
+ FailedToReleaseStorageRequestCreationDeposit: {
986
944
  fileKey: string;
945
+ owner: string;
946
+ amountToReturn: string;
947
+ error: string;
987
948
  };
988
949
  };
989
950
  };
990
951
  /**
991
- * Lookup109: shp_file_metadata::FileMetadata
952
+ * Lookup110: shp_file_metadata::FileMetadata
992
953
  **/
993
954
  ShpFileMetadataFileMetadata: {
994
955
  owner: string;
@@ -998,43 +959,34 @@ declare const _default: {
998
959
  fingerprint: string;
999
960
  };
1000
961
  /**
1001
- * Lookup110: shp_file_metadata::Fingerprint
962
+ * Lookup111: shp_file_metadata::Fingerprint
1002
963
  **/
1003
964
  ShpFileMetadataFingerprint: string;
1004
965
  /**
1005
- * Lookup115: pallet_file_system::types::RejectedStorageRequestReason
966
+ * Lookup112: pallet_file_system::types::RejectedStorageRequestReason
1006
967
  **/
1007
968
  PalletFileSystemRejectedStorageRequestReason: {
1008
969
  _enum: string[];
1009
970
  };
1010
971
  /**
1011
- * Lookup116: pallet_file_system::types::EitherAccountIdOrMspId<T>
1012
- **/
1013
- PalletFileSystemEitherAccountIdOrMspId: {
1014
- _enum: {
1015
- AccountId: string;
1016
- MspId: string;
1017
- };
1018
- };
1019
- /**
1020
- * Lookup118: pallet_file_system::types::FileOperationIntention<T>
972
+ * Lookup117: pallet_file_system::types::FileOperationIntention<T>
1021
973
  **/
1022
974
  PalletFileSystemFileOperationIntention: {
1023
975
  fileKey: string;
1024
976
  operation: string;
1025
977
  };
1026
978
  /**
1027
- * Lookup119: pallet_file_system::types::FileOperation
979
+ * Lookup118: pallet_file_system::types::FileOperation
1028
980
  **/
1029
981
  PalletFileSystemFileOperation: {
1030
982
  _enum: string[];
1031
983
  };
1032
984
  /**
1033
- * Lookup120: fp_account::EthereumSignature
985
+ * Lookup119: fp_account::EthereumSignature
1034
986
  **/
1035
987
  FpAccountEthereumSignature: string;
1036
988
  /**
1037
- * Lookup125: pallet_proofs_dealer::pallet::Event<T>
989
+ * Lookup124: pallet_proofs_dealer::pallet::Event<T>
1038
990
  **/
1039
991
  PalletProofsDealerEvent: {
1040
992
  _enum: {
@@ -1091,41 +1043,41 @@ declare const _default: {
1091
1043
  };
1092
1044
  };
1093
1045
  /**
1094
- * Lookup126: pallet_proofs_dealer::types::Proof<T>
1046
+ * Lookup125: pallet_proofs_dealer::types::Proof<T>
1095
1047
  **/
1096
1048
  PalletProofsDealerProof: {
1097
1049
  forestProof: string;
1098
1050
  keyProofs: string;
1099
1051
  };
1100
1052
  /**
1101
- * Lookup127: sp_trie::storage_proof::CompactProof
1053
+ * Lookup126: sp_trie::storage_proof::CompactProof
1102
1054
  **/
1103
1055
  SpTrieStorageProofCompactProof: {
1104
1056
  encodedNodes: string;
1105
1057
  };
1106
1058
  /**
1107
- * Lookup130: pallet_proofs_dealer::types::KeyProof<T>
1059
+ * Lookup129: pallet_proofs_dealer::types::KeyProof<T>
1108
1060
  **/
1109
1061
  PalletProofsDealerKeyProof: {
1110
1062
  proof: string;
1111
1063
  challengeCount: string;
1112
1064
  };
1113
1065
  /**
1114
- * Lookup131: shp_file_key_verifier::types::FileKeyProof
1066
+ * Lookup130: shp_file_key_verifier::types::FileKeyProof
1115
1067
  **/
1116
1068
  ShpFileKeyVerifierFileKeyProof: {
1117
1069
  fileMetadata: string;
1118
1070
  proof: string;
1119
1071
  };
1120
1072
  /**
1121
- * Lookup135: pallet_proofs_dealer::types::CustomChallenge<T>
1073
+ * Lookup134: pallet_proofs_dealer::types::CustomChallenge<T>
1122
1074
  **/
1123
1075
  PalletProofsDealerCustomChallenge: {
1124
1076
  key: string;
1125
1077
  shouldRemoveKey: string;
1126
1078
  };
1127
1079
  /**
1128
- * Lookup139: shp_traits::TrieMutation
1080
+ * Lookup138: shp_traits::TrieMutation
1129
1081
  **/
1130
1082
  ShpTraitsTrieMutation: {
1131
1083
  _enum: {
@@ -1134,19 +1086,19 @@ declare const _default: {
1134
1086
  };
1135
1087
  };
1136
1088
  /**
1137
- * Lookup140: shp_traits::TrieAddMutation
1089
+ * Lookup139: shp_traits::TrieAddMutation
1138
1090
  **/
1139
1091
  ShpTraitsTrieAddMutation: {
1140
1092
  value: string;
1141
1093
  };
1142
1094
  /**
1143
- * Lookup141: shp_traits::TrieRemoveMutation
1095
+ * Lookup140: shp_traits::TrieRemoveMutation
1144
1096
  **/
1145
1097
  ShpTraitsTrieRemoveMutation: {
1146
1098
  maybeValue: string;
1147
1099
  };
1148
1100
  /**
1149
- * Lookup143: pallet_randomness::pallet::Event<T>
1101
+ * Lookup142: pallet_randomness::pallet::Event<T>
1150
1102
  **/
1151
1103
  PalletRandomnessEvent: {
1152
1104
  _enum: {
@@ -1158,7 +1110,7 @@ declare const _default: {
1158
1110
  };
1159
1111
  };
1160
1112
  /**
1161
- * Lookup144: pallet_payment_streams::pallet::Event<T>
1113
+ * Lookup143: pallet_payment_streams::pallet::Event<T>
1162
1114
  **/
1163
1115
  PalletPaymentStreamsEvent: {
1164
1116
  _enum: {
@@ -1226,7 +1178,7 @@ declare const _default: {
1226
1178
  };
1227
1179
  };
1228
1180
  /**
1229
- * Lookup146: pallet_bucket_nfts::pallet::Event<T>
1181
+ * Lookup145: pallet_bucket_nfts::pallet::Event<T>
1230
1182
  **/
1231
1183
  PalletBucketNftsEvent: {
1232
1184
  _enum: {
@@ -1247,7 +1199,7 @@ declare const _default: {
1247
1199
  };
1248
1200
  };
1249
1201
  /**
1250
- * Lookup147: pallet_nfts::pallet::Event<T, I>
1202
+ * Lookup146: pallet_nfts::pallet::Event<T, I>
1251
1203
  **/
1252
1204
  PalletNftsEvent: {
1253
1205
  _enum: {
@@ -1448,7 +1400,7 @@ declare const _default: {
1448
1400
  };
1449
1401
  };
1450
1402
  /**
1451
- * Lookup151: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
1403
+ * Lookup150: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
1452
1404
  **/
1453
1405
  PalletNftsAttributeNamespace: {
1454
1406
  _enum: {
@@ -1459,20 +1411,20 @@ declare const _default: {
1459
1411
  };
1460
1412
  };
1461
1413
  /**
1462
- * Lookup153: pallet_nfts::types::PriceWithDirection<Amount>
1414
+ * Lookup152: pallet_nfts::types::PriceWithDirection<Amount>
1463
1415
  **/
1464
1416
  PalletNftsPriceWithDirection: {
1465
1417
  amount: string;
1466
1418
  direction: string;
1467
1419
  };
1468
1420
  /**
1469
- * Lookup154: pallet_nfts::types::PriceDirection
1421
+ * Lookup153: pallet_nfts::types::PriceDirection
1470
1422
  **/
1471
1423
  PalletNftsPriceDirection: {
1472
1424
  _enum: string[];
1473
1425
  };
1474
1426
  /**
1475
- * Lookup155: pallet_nfts::types::PalletAttributes<CollectionId>
1427
+ * Lookup154: pallet_nfts::types::PalletAttributes<CollectionId>
1476
1428
  **/
1477
1429
  PalletNftsPalletAttributes: {
1478
1430
  _enum: {
@@ -1481,7 +1433,7 @@ declare const _default: {
1481
1433
  };
1482
1434
  };
1483
1435
  /**
1484
- * Lookup156: frame_system::Phase
1436
+ * Lookup155: frame_system::Phase
1485
1437
  **/
1486
1438
  FrameSystemPhase: {
1487
1439
  _enum: {
@@ -1491,21 +1443,21 @@ declare const _default: {
1491
1443
  };
1492
1444
  };
1493
1445
  /**
1494
- * Lookup159: frame_system::LastRuntimeUpgradeInfo
1446
+ * Lookup158: frame_system::LastRuntimeUpgradeInfo
1495
1447
  **/
1496
1448
  FrameSystemLastRuntimeUpgradeInfo: {
1497
1449
  specVersion: string;
1498
1450
  specName: string;
1499
1451
  };
1500
1452
  /**
1501
- * Lookup161: frame_system::CodeUpgradeAuthorization<T>
1453
+ * Lookup160: frame_system::CodeUpgradeAuthorization<T>
1502
1454
  **/
1503
1455
  FrameSystemCodeUpgradeAuthorization: {
1504
1456
  codeHash: string;
1505
1457
  checkVersion: string;
1506
1458
  };
1507
1459
  /**
1508
- * Lookup162: frame_system::pallet::Call<T>
1460
+ * Lookup161: frame_system::pallet::Call<T>
1509
1461
  **/
1510
1462
  FrameSystemCall: {
1511
1463
  _enum: {
@@ -1550,7 +1502,7 @@ declare const _default: {
1550
1502
  };
1551
1503
  };
1552
1504
  /**
1553
- * Lookup165: frame_system::limits::BlockWeights
1505
+ * Lookup164: frame_system::limits::BlockWeights
1554
1506
  **/
1555
1507
  FrameSystemLimitsBlockWeights: {
1556
1508
  baseBlock: string;
@@ -1558,7 +1510,7 @@ declare const _default: {
1558
1510
  perClass: string;
1559
1511
  };
1560
1512
  /**
1561
- * Lookup166: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1513
+ * Lookup165: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1562
1514
  **/
1563
1515
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1564
1516
  normal: string;
@@ -1566,7 +1518,7 @@ declare const _default: {
1566
1518
  mandatory: string;
1567
1519
  };
1568
1520
  /**
1569
- * Lookup167: frame_system::limits::WeightsPerClass
1521
+ * Lookup166: frame_system::limits::WeightsPerClass
1570
1522
  **/
1571
1523
  FrameSystemLimitsWeightsPerClass: {
1572
1524
  baseExtrinsic: string;
@@ -1575,13 +1527,13 @@ declare const _default: {
1575
1527
  reserved: string;
1576
1528
  };
1577
1529
  /**
1578
- * Lookup169: frame_system::limits::BlockLength
1530
+ * Lookup168: frame_system::limits::BlockLength
1579
1531
  **/
1580
1532
  FrameSystemLimitsBlockLength: {
1581
1533
  max: string;
1582
1534
  };
1583
1535
  /**
1584
- * Lookup170: frame_support::dispatch::PerDispatchClass<T>
1536
+ * Lookup169: frame_support::dispatch::PerDispatchClass<T>
1585
1537
  **/
1586
1538
  FrameSupportDispatchPerDispatchClassU32: {
1587
1539
  normal: string;
@@ -1589,14 +1541,14 @@ declare const _default: {
1589
1541
  mandatory: string;
1590
1542
  };
1591
1543
  /**
1592
- * Lookup171: sp_weights::RuntimeDbWeight
1544
+ * Lookup170: sp_weights::RuntimeDbWeight
1593
1545
  **/
1594
1546
  SpWeightsRuntimeDbWeight: {
1595
1547
  read: string;
1596
1548
  write: string;
1597
1549
  };
1598
1550
  /**
1599
- * Lookup172: sp_version::RuntimeVersion
1551
+ * Lookup171: sp_version::RuntimeVersion
1600
1552
  **/
1601
1553
  SpVersionRuntimeVersion: {
1602
1554
  specName: string;
@@ -1609,17 +1561,17 @@ declare const _default: {
1609
1561
  systemVersion: string;
1610
1562
  };
1611
1563
  /**
1612
- * Lookup178: frame_system::pallet::Error<T>
1564
+ * Lookup177: frame_system::pallet::Error<T>
1613
1565
  **/
1614
1566
  FrameSystemError: {
1615
1567
  _enum: string[];
1616
1568
  };
1617
1569
  /**
1618
- * Lookup181: sp_consensus_babe::app::Public
1570
+ * Lookup180: sp_consensus_babe::app::Public
1619
1571
  **/
1620
1572
  SpConsensusBabeAppPublic: string;
1621
1573
  /**
1622
- * Lookup184: sp_consensus_babe::digests::NextConfigDescriptor
1574
+ * Lookup183: sp_consensus_babe::digests::NextConfigDescriptor
1623
1575
  **/
1624
1576
  SpConsensusBabeDigestsNextConfigDescriptor: {
1625
1577
  _enum: {
@@ -1631,13 +1583,13 @@ declare const _default: {
1631
1583
  };
1632
1584
  };
1633
1585
  /**
1634
- * Lookup186: sp_consensus_babe::AllowedSlots
1586
+ * Lookup185: sp_consensus_babe::AllowedSlots
1635
1587
  **/
1636
1588
  SpConsensusBabeAllowedSlots: {
1637
1589
  _enum: string[];
1638
1590
  };
1639
1591
  /**
1640
- * Lookup190: sp_consensus_babe::digests::PreDigest
1592
+ * Lookup189: sp_consensus_babe::digests::PreDigest
1641
1593
  **/
1642
1594
  SpConsensusBabeDigestsPreDigest: {
1643
1595
  _enum: {
@@ -1648,7 +1600,7 @@ declare const _default: {
1648
1600
  };
1649
1601
  };
1650
1602
  /**
1651
- * Lookup191: sp_consensus_babe::digests::PrimaryPreDigest
1603
+ * Lookup190: sp_consensus_babe::digests::PrimaryPreDigest
1652
1604
  **/
1653
1605
  SpConsensusBabeDigestsPrimaryPreDigest: {
1654
1606
  authorityIndex: string;
@@ -1656,21 +1608,21 @@ declare const _default: {
1656
1608
  vrfSignature: string;
1657
1609
  };
1658
1610
  /**
1659
- * Lookup192: sp_core::sr25519::vrf::VrfSignature
1611
+ * Lookup191: sp_core::sr25519::vrf::VrfSignature
1660
1612
  **/
1661
1613
  SpCoreSr25519VrfVrfSignature: {
1662
1614
  preOutput: string;
1663
1615
  proof: string;
1664
1616
  };
1665
1617
  /**
1666
- * Lookup194: sp_consensus_babe::digests::SecondaryPlainPreDigest
1618
+ * Lookup193: sp_consensus_babe::digests::SecondaryPlainPreDigest
1667
1619
  **/
1668
1620
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1669
1621
  authorityIndex: string;
1670
1622
  slot: string;
1671
1623
  };
1672
1624
  /**
1673
- * Lookup195: sp_consensus_babe::digests::SecondaryVRFPreDigest
1625
+ * Lookup194: sp_consensus_babe::digests::SecondaryVRFPreDigest
1674
1626
  **/
1675
1627
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1676
1628
  authorityIndex: string;
@@ -1678,14 +1630,14 @@ declare const _default: {
1678
1630
  vrfSignature: string;
1679
1631
  };
1680
1632
  /**
1681
- * Lookup197: sp_consensus_babe::BabeEpochConfiguration
1633
+ * Lookup196: sp_consensus_babe::BabeEpochConfiguration
1682
1634
  **/
1683
1635
  SpConsensusBabeBabeEpochConfiguration: {
1684
1636
  c: string;
1685
1637
  allowedSlots: string;
1686
1638
  };
1687
1639
  /**
1688
- * Lookup201: pallet_babe::pallet::Call<T>
1640
+ * Lookup200: pallet_babe::pallet::Call<T>
1689
1641
  **/
1690
1642
  PalletBabeCall: {
1691
1643
  _enum: {
@@ -1703,7 +1655,7 @@ declare const _default: {
1703
1655
  };
1704
1656
  };
1705
1657
  /**
1706
- * Lookup202: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
1658
+ * Lookup201: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
1707
1659
  **/
1708
1660
  SpConsensusSlotsEquivocationProof: {
1709
1661
  offender: string;
@@ -1712,7 +1664,7 @@ declare const _default: {
1712
1664
  secondHeader: string;
1713
1665
  };
1714
1666
  /**
1715
- * Lookup203: sp_runtime::generic::header::Header<Number, Hash>
1667
+ * Lookup202: sp_runtime::generic::header::Header<Number, Hash>
1716
1668
  **/
1717
1669
  SpRuntimeHeader: {
1718
1670
  parentHash: string;
@@ -1722,7 +1674,7 @@ declare const _default: {
1722
1674
  digest: string;
1723
1675
  };
1724
1676
  /**
1725
- * Lookup204: sp_session::MembershipProof
1677
+ * Lookup203: sp_session::MembershipProof
1726
1678
  **/
1727
1679
  SpSessionMembershipProof: {
1728
1680
  session: string;
@@ -1730,13 +1682,13 @@ declare const _default: {
1730
1682
  validatorCount: string;
1731
1683
  };
1732
1684
  /**
1733
- * Lookup205: pallet_babe::pallet::Error<T>
1685
+ * Lookup204: pallet_babe::pallet::Error<T>
1734
1686
  **/
1735
1687
  PalletBabeError: {
1736
1688
  _enum: string[];
1737
1689
  };
1738
1690
  /**
1739
- * Lookup206: pallet_timestamp::pallet::Call<T>
1691
+ * Lookup205: pallet_timestamp::pallet::Call<T>
1740
1692
  **/
1741
1693
  PalletTimestampCall: {
1742
1694
  _enum: {
@@ -1746,7 +1698,7 @@ declare const _default: {
1746
1698
  };
1747
1699
  };
1748
1700
  /**
1749
- * Lookup208: pallet_balances::types::BalanceLock<Balance>
1701
+ * Lookup207: pallet_balances::types::BalanceLock<Balance>
1750
1702
  **/
1751
1703
  PalletBalancesBalanceLock: {
1752
1704
  id: string;
@@ -1754,27 +1706,27 @@ declare const _default: {
1754
1706
  reasons: string;
1755
1707
  };
1756
1708
  /**
1757
- * Lookup209: pallet_balances::types::Reasons
1709
+ * Lookup208: pallet_balances::types::Reasons
1758
1710
  **/
1759
1711
  PalletBalancesReasons: {
1760
1712
  _enum: string[];
1761
1713
  };
1762
1714
  /**
1763
- * Lookup212: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1715
+ * Lookup211: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1764
1716
  **/
1765
1717
  PalletBalancesReserveData: {
1766
1718
  id: string;
1767
1719
  amount: string;
1768
1720
  };
1769
1721
  /**
1770
- * Lookup215: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
1722
+ * Lookup214: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
1771
1723
  **/
1772
1724
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
1773
1725
  id: string;
1774
1726
  amount: string;
1775
1727
  };
1776
1728
  /**
1777
- * Lookup216: sh_solochain_evm_runtime::RuntimeHoldReason
1729
+ * Lookup215: sh_solochain_evm_runtime::RuntimeHoldReason
1778
1730
  **/
1779
1731
  ShSolochainEvmRuntimeRuntimeHoldReason: {
1780
1732
  _enum: {
@@ -1866,36 +1818,36 @@ declare const _default: {
1866
1818
  };
1867
1819
  };
1868
1820
  /**
1869
- * Lookup217: pallet_storage_providers::pallet::HoldReason
1821
+ * Lookup216: pallet_storage_providers::pallet::HoldReason
1870
1822
  **/
1871
1823
  PalletStorageProvidersHoldReason: {
1872
1824
  _enum: string[];
1873
1825
  };
1874
1826
  /**
1875
- * Lookup218: pallet_file_system::pallet::HoldReason
1827
+ * Lookup217: pallet_file_system::pallet::HoldReason
1876
1828
  **/
1877
1829
  PalletFileSystemHoldReason: {
1878
1830
  _enum: string[];
1879
1831
  };
1880
1832
  /**
1881
- * Lookup219: pallet_payment_streams::pallet::HoldReason
1833
+ * Lookup218: pallet_payment_streams::pallet::HoldReason
1882
1834
  **/
1883
1835
  PalletPaymentStreamsHoldReason: {
1884
1836
  _enum: string[];
1885
1837
  };
1886
1838
  /**
1887
- * Lookup222: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
1839
+ * Lookup221: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
1888
1840
  **/
1889
1841
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
1890
1842
  id: string;
1891
1843
  amount: string;
1892
1844
  };
1893
1845
  /**
1894
- * Lookup223: sh_solochain_evm_runtime::RuntimeFreezeReason
1846
+ * Lookup222: sh_solochain_evm_runtime::RuntimeFreezeReason
1895
1847
  **/
1896
1848
  ShSolochainEvmRuntimeRuntimeFreezeReason: string;
1897
1849
  /**
1898
- * Lookup225: pallet_balances::pallet::Call<T, I>
1850
+ * Lookup224: pallet_balances::pallet::Call<T, I>
1899
1851
  **/
1900
1852
  PalletBalancesCall: {
1901
1853
  _enum: {
@@ -1940,37 +1892,37 @@ declare const _default: {
1940
1892
  };
1941
1893
  };
1942
1894
  /**
1943
- * Lookup227: pallet_balances::types::AdjustmentDirection
1895
+ * Lookup226: pallet_balances::types::AdjustmentDirection
1944
1896
  **/
1945
1897
  PalletBalancesAdjustmentDirection: {
1946
1898
  _enum: string[];
1947
1899
  };
1948
1900
  /**
1949
- * Lookup228: pallet_balances::pallet::Error<T, I>
1901
+ * Lookup227: pallet_balances::pallet::Error<T, I>
1950
1902
  **/
1951
1903
  PalletBalancesError: {
1952
1904
  _enum: string[];
1953
1905
  };
1954
1906
  /**
1955
- * Lookup229: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
1907
+ * Lookup228: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
1956
1908
  **/
1957
1909
  SpStakingOffenceOffenceDetails: {
1958
1910
  offender: string;
1959
1911
  reporters: string;
1960
1912
  };
1961
1913
  /**
1962
- * Lookup235: sh_solochain_evm_runtime::SessionKeys
1914
+ * Lookup234: sh_solochain_evm_runtime::SessionKeys
1963
1915
  **/
1964
1916
  ShSolochainEvmRuntimeSessionKeys: {
1965
1917
  babe: string;
1966
1918
  grandpa: string;
1967
1919
  };
1968
1920
  /**
1969
- * Lookup237: sp_core::crypto::KeyTypeId
1921
+ * Lookup236: sp_core::crypto::KeyTypeId
1970
1922
  **/
1971
1923
  SpCoreCryptoKeyTypeId: string;
1972
1924
  /**
1973
- * Lookup238: pallet_session::pallet::Call<T>
1925
+ * Lookup237: pallet_session::pallet::Call<T>
1974
1926
  **/
1975
1927
  PalletSessionCall: {
1976
1928
  _enum: {
@@ -1985,13 +1937,13 @@ declare const _default: {
1985
1937
  };
1986
1938
  };
1987
1939
  /**
1988
- * Lookup239: pallet_session::pallet::Error<T>
1940
+ * Lookup238: pallet_session::pallet::Error<T>
1989
1941
  **/
1990
1942
  PalletSessionError: {
1991
1943
  _enum: string[];
1992
1944
  };
1993
1945
  /**
1994
- * Lookup240: pallet_grandpa::StoredState<N>
1946
+ * Lookup239: pallet_grandpa::StoredState<N>
1995
1947
  **/
1996
1948
  PalletGrandpaStoredState: {
1997
1949
  _enum: {
@@ -2008,7 +1960,7 @@ declare const _default: {
2008
1960
  };
2009
1961
  };
2010
1962
  /**
2011
- * Lookup241: pallet_grandpa::StoredPendingChange<N, Limit>
1963
+ * Lookup240: pallet_grandpa::StoredPendingChange<N, Limit>
2012
1964
  **/
2013
1965
  PalletGrandpaStoredPendingChange: {
2014
1966
  scheduledAt: string;
@@ -2017,7 +1969,7 @@ declare const _default: {
2017
1969
  forced: string;
2018
1970
  };
2019
1971
  /**
2020
- * Lookup243: pallet_grandpa::pallet::Call<T>
1972
+ * Lookup242: pallet_grandpa::pallet::Call<T>
2021
1973
  **/
2022
1974
  PalletGrandpaCall: {
2023
1975
  _enum: {
@@ -2036,14 +1988,14 @@ declare const _default: {
2036
1988
  };
2037
1989
  };
2038
1990
  /**
2039
- * Lookup244: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1991
+ * Lookup243: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2040
1992
  **/
2041
1993
  SpConsensusGrandpaEquivocationProof: {
2042
1994
  setId: string;
2043
1995
  equivocation: string;
2044
1996
  };
2045
1997
  /**
2046
- * Lookup245: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1998
+ * Lookup244: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2047
1999
  **/
2048
2000
  SpConsensusGrandpaEquivocation: {
2049
2001
  _enum: {
@@ -2052,7 +2004,7 @@ declare const _default: {
2052
2004
  };
2053
2005
  };
2054
2006
  /**
2055
- * Lookup246: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2007
+ * Lookup245: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2056
2008
  **/
2057
2009
  FinalityGrandpaEquivocationPrevote: {
2058
2010
  roundNumber: string;
@@ -2061,18 +2013,18 @@ declare const _default: {
2061
2013
  second: string;
2062
2014
  };
2063
2015
  /**
2064
- * Lookup247: finality_grandpa::Prevote<primitive_types::H256, N>
2016
+ * Lookup246: finality_grandpa::Prevote<primitive_types::H256, N>
2065
2017
  **/
2066
2018
  FinalityGrandpaPrevote: {
2067
2019
  targetHash: string;
2068
2020
  targetNumber: string;
2069
2021
  };
2070
2022
  /**
2071
- * Lookup248: sp_consensus_grandpa::app::Signature
2023
+ * Lookup247: sp_consensus_grandpa::app::Signature
2072
2024
  **/
2073
2025
  SpConsensusGrandpaAppSignature: string;
2074
2026
  /**
2075
- * Lookup250: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2027
+ * Lookup249: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2076
2028
  **/
2077
2029
  FinalityGrandpaEquivocationPrecommit: {
2078
2030
  roundNumber: string;
@@ -2081,26 +2033,26 @@ declare const _default: {
2081
2033
  second: string;
2082
2034
  };
2083
2035
  /**
2084
- * Lookup251: finality_grandpa::Precommit<primitive_types::H256, N>
2036
+ * Lookup250: finality_grandpa::Precommit<primitive_types::H256, N>
2085
2037
  **/
2086
2038
  FinalityGrandpaPrecommit: {
2087
2039
  targetHash: string;
2088
2040
  targetNumber: string;
2089
2041
  };
2090
2042
  /**
2091
- * Lookup253: pallet_grandpa::pallet::Error<T>
2043
+ * Lookup252: pallet_grandpa::pallet::Error<T>
2092
2044
  **/
2093
2045
  PalletGrandpaError: {
2094
2046
  _enum: string[];
2095
2047
  };
2096
2048
  /**
2097
- * Lookup255: pallet_transaction_payment::Releases
2049
+ * Lookup254: pallet_transaction_payment::Releases
2098
2050
  **/
2099
2051
  PalletTransactionPaymentReleases: {
2100
2052
  _enum: string[];
2101
2053
  };
2102
2054
  /**
2103
- * Lookup256: pallet_parameters::pallet::Call<T>
2055
+ * Lookup255: pallet_parameters::pallet::Call<T>
2104
2056
  **/
2105
2057
  PalletParametersCall: {
2106
2058
  _enum: {
@@ -2110,7 +2062,7 @@ declare const _default: {
2110
2062
  };
2111
2063
  };
2112
2064
  /**
2113
- * Lookup257: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
2065
+ * Lookup256: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
2114
2066
  **/
2115
2067
  ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters: {
2116
2068
  _enum: {
@@ -2118,7 +2070,7 @@ declare const _default: {
2118
2070
  };
2119
2071
  };
2120
2072
  /**
2121
- * Lookup258: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
2073
+ * Lookup257: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
2122
2074
  **/
2123
2075
  ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
2124
2076
  _enum: {
@@ -2155,7 +2107,7 @@ declare const _default: {
2155
2107
  };
2156
2108
  };
2157
2109
  /**
2158
- * Lookup261: pallet_sudo::pallet::Call<T>
2110
+ * Lookup260: pallet_sudo::pallet::Call<T>
2159
2111
  **/
2160
2112
  PalletSudoCall: {
2161
2113
  _enum: {
@@ -2180,7 +2132,7 @@ declare const _default: {
2180
2132
  };
2181
2133
  };
2182
2134
  /**
2183
- * Lookup263: pallet_ethereum::pallet::Call<T>
2135
+ * Lookup262: pallet_ethereum::pallet::Call<T>
2184
2136
  **/
2185
2137
  PalletEthereumCall: {
2186
2138
  _enum: {
@@ -2190,7 +2142,7 @@ declare const _default: {
2190
2142
  };
2191
2143
  };
2192
2144
  /**
2193
- * Lookup264: ethereum::transaction::TransactionV2
2145
+ * Lookup263: ethereum::transaction::TransactionV2
2194
2146
  **/
2195
2147
  EthereumTransactionTransactionV2: {
2196
2148
  _enum: {
@@ -2200,7 +2152,7 @@ declare const _default: {
2200
2152
  };
2201
2153
  };
2202
2154
  /**
2203
- * Lookup265: ethereum::transaction::legacy::LegacyTransaction
2155
+ * Lookup264: ethereum::transaction::legacy::LegacyTransaction
2204
2156
  **/
2205
2157
  EthereumTransactionLegacyLegacyTransaction: {
2206
2158
  nonce: string;
@@ -2212,7 +2164,7 @@ declare const _default: {
2212
2164
  signature: string;
2213
2165
  };
2214
2166
  /**
2215
- * Lookup268: ethereum::transaction::legacy::TransactionAction
2167
+ * Lookup267: ethereum::transaction::legacy::TransactionAction
2216
2168
  **/
2217
2169
  EthereumTransactionLegacyTransactionAction: {
2218
2170
  _enum: {
@@ -2221,7 +2173,7 @@ declare const _default: {
2221
2173
  };
2222
2174
  };
2223
2175
  /**
2224
- * Lookup269: ethereum::transaction::legacy::TransactionSignature
2176
+ * Lookup268: ethereum::transaction::legacy::TransactionSignature
2225
2177
  **/
2226
2178
  EthereumTransactionLegacyTransactionSignature: {
2227
2179
  v: string;
@@ -2229,7 +2181,7 @@ declare const _default: {
2229
2181
  s: string;
2230
2182
  };
2231
2183
  /**
2232
- * Lookup271: ethereum::transaction::eip2930::EIP2930Transaction
2184
+ * Lookup270: ethereum::transaction::eip2930::EIP2930Transaction
2233
2185
  **/
2234
2186
  EthereumTransactionEip2930Eip2930Transaction: {
2235
2187
  chainId: string;
@@ -2245,14 +2197,14 @@ declare const _default: {
2245
2197
  s: string;
2246
2198
  };
2247
2199
  /**
2248
- * Lookup273: ethereum::transaction::eip2930::AccessListItem
2200
+ * Lookup272: ethereum::transaction::eip2930::AccessListItem
2249
2201
  **/
2250
2202
  EthereumTransactionEip2930AccessListItem: {
2251
2203
  address: string;
2252
2204
  storageKeys: string;
2253
2205
  };
2254
2206
  /**
2255
- * Lookup274: ethereum::transaction::eip1559::EIP1559Transaction
2207
+ * Lookup273: ethereum::transaction::eip1559::EIP1559Transaction
2256
2208
  **/
2257
2209
  EthereumTransactionEip1559Eip1559Transaction: {
2258
2210
  chainId: string;
@@ -2269,7 +2221,7 @@ declare const _default: {
2269
2221
  s: string;
2270
2222
  };
2271
2223
  /**
2272
- * Lookup275: pallet_evm::pallet::Call<T>
2224
+ * Lookup274: pallet_evm::pallet::Call<T>
2273
2225
  **/
2274
2226
  PalletEvmCall: {
2275
2227
  _enum: {
@@ -2312,7 +2264,7 @@ declare const _default: {
2312
2264
  };
2313
2265
  };
2314
2266
  /**
2315
- * Lookup279: pallet_storage_providers::pallet::Call<T>
2267
+ * Lookup278: pallet_storage_providers::pallet::Call<T>
2316
2268
  **/
2317
2269
  PalletStorageProvidersCall: {
2318
2270
  _enum: {
@@ -2383,7 +2335,7 @@ declare const _default: {
2383
2335
  };
2384
2336
  };
2385
2337
  /**
2386
- * Lookup280: pallet_file_system::pallet::Call<T>
2338
+ * Lookup279: pallet_file_system::pallet::Call<T>
2387
2339
  **/
2388
2340
  PalletFileSystemCall: {
2389
2341
  _enum: {
@@ -2496,13 +2448,13 @@ declare const _default: {
2496
2448
  };
2497
2449
  };
2498
2450
  /**
2499
- * Lookup281: pallet_file_system::types::BucketMoveRequestResponse
2451
+ * Lookup280: pallet_file_system::types::BucketMoveRequestResponse
2500
2452
  **/
2501
2453
  PalletFileSystemBucketMoveRequestResponse: {
2502
2454
  _enum: string[];
2503
2455
  };
2504
2456
  /**
2505
- * Lookup282: pallet_file_system::types::ReplicationTarget<T>
2457
+ * Lookup281: pallet_file_system::types::ReplicationTarget<T>
2506
2458
  **/
2507
2459
  PalletFileSystemReplicationTarget: {
2508
2460
  _enum: {
@@ -2515,7 +2467,7 @@ declare const _default: {
2515
2467
  };
2516
2468
  };
2517
2469
  /**
2518
- * Lookup284: pallet_file_system::types::StorageRequestMspBucketResponse<T>
2470
+ * Lookup283: pallet_file_system::types::StorageRequestMspBucketResponse<T>
2519
2471
  **/
2520
2472
  PalletFileSystemStorageRequestMspBucketResponse: {
2521
2473
  bucketId: string;
@@ -2523,28 +2475,28 @@ declare const _default: {
2523
2475
  reject: string;
2524
2476
  };
2525
2477
  /**
2526
- * Lookup286: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
2478
+ * Lookup285: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
2527
2479
  **/
2528
2480
  PalletFileSystemStorageRequestMspAcceptedFileKeys: {
2529
2481
  fileKeysAndProofs: string;
2530
2482
  forestProof: string;
2531
2483
  };
2532
2484
  /**
2533
- * Lookup288: pallet_file_system::types::FileKeyWithProof<T>
2485
+ * Lookup287: pallet_file_system::types::FileKeyWithProof<T>
2534
2486
  **/
2535
2487
  PalletFileSystemFileKeyWithProof: {
2536
2488
  fileKey: string;
2537
2489
  proof: string;
2538
2490
  };
2539
2491
  /**
2540
- * Lookup290: pallet_file_system::types::RejectedStorageRequest<T>
2492
+ * Lookup289: pallet_file_system::types::RejectedStorageRequest<T>
2541
2493
  **/
2542
2494
  PalletFileSystemRejectedStorageRequest: {
2543
2495
  fileKey: string;
2544
2496
  reason: string;
2545
2497
  };
2546
2498
  /**
2547
- * Lookup293: pallet_file_system::types::FileDeletionRequest<T>
2499
+ * Lookup292: pallet_file_system::types::FileDeletionRequest<T>
2548
2500
  **/
2549
2501
  PalletFileSystemFileDeletionRequest: {
2550
2502
  _alias: {
@@ -2559,7 +2511,7 @@ declare const _default: {
2559
2511
  fingerprint: string;
2560
2512
  };
2561
2513
  /**
2562
- * Lookup295: pallet_proofs_dealer::pallet::Call<T>
2514
+ * Lookup294: pallet_proofs_dealer::pallet::Call<T>
2563
2515
  **/
2564
2516
  PalletProofsDealerCall: {
2565
2517
  _enum: {
@@ -2583,13 +2535,13 @@ declare const _default: {
2583
2535
  };
2584
2536
  };
2585
2537
  /**
2586
- * Lookup296: pallet_randomness::pallet::Call<T>
2538
+ * Lookup295: pallet_randomness::pallet::Call<T>
2587
2539
  **/
2588
2540
  PalletRandomnessCall: {
2589
2541
  _enum: string[];
2590
2542
  };
2591
2543
  /**
2592
- * Lookup297: pallet_payment_streams::pallet::Call<T>
2544
+ * Lookup296: pallet_payment_streams::pallet::Call<T>
2593
2545
  **/
2594
2546
  PalletPaymentStreamsCall: {
2595
2547
  _enum: {
@@ -2634,7 +2586,7 @@ declare const _default: {
2634
2586
  };
2635
2587
  };
2636
2588
  /**
2637
- * Lookup298: pallet_bucket_nfts::pallet::Call<T>
2589
+ * Lookup297: pallet_bucket_nfts::pallet::Call<T>
2638
2590
  **/
2639
2591
  PalletBucketNftsCall: {
2640
2592
  _enum: {
@@ -2652,7 +2604,7 @@ declare const _default: {
2652
2604
  };
2653
2605
  };
2654
2606
  /**
2655
- * Lookup300: pallet_nfts::pallet::Call<T, I>
2607
+ * Lookup299: pallet_nfts::pallet::Call<T, I>
2656
2608
  **/
2657
2609
  PalletNftsCall: {
2658
2610
  _enum: {
@@ -2849,7 +2801,7 @@ declare const _default: {
2849
2801
  };
2850
2802
  };
2851
2803
  /**
2852
- * Lookup301: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
2804
+ * Lookup300: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
2853
2805
  **/
2854
2806
  PalletNftsCollectionConfig: {
2855
2807
  settings: string;
@@ -2857,13 +2809,13 @@ declare const _default: {
2857
2809
  mintSettings: string;
2858
2810
  };
2859
2811
  /**
2860
- * Lookup303: pallet_nfts::types::CollectionSetting
2812
+ * Lookup302: pallet_nfts::types::CollectionSetting
2861
2813
  **/
2862
2814
  PalletNftsCollectionSetting: {
2863
2815
  _enum: string[];
2864
2816
  };
2865
2817
  /**
2866
- * Lookup304: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
2818
+ * Lookup303: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
2867
2819
  **/
2868
2820
  PalletNftsMintSettings: {
2869
2821
  mintType: string;
@@ -2873,7 +2825,7 @@ declare const _default: {
2873
2825
  defaultItemSettings: string;
2874
2826
  };
2875
2827
  /**
2876
- * Lookup305: pallet_nfts::types::MintType<CollectionId>
2828
+ * Lookup304: pallet_nfts::types::MintType<CollectionId>
2877
2829
  **/
2878
2830
  PalletNftsMintType: {
2879
2831
  _enum: {
@@ -2883,13 +2835,13 @@ declare const _default: {
2883
2835
  };
2884
2836
  };
2885
2837
  /**
2886
- * Lookup307: pallet_nfts::types::ItemSetting
2838
+ * Lookup306: pallet_nfts::types::ItemSetting
2887
2839
  **/
2888
2840
  PalletNftsItemSetting: {
2889
2841
  _enum: string[];
2890
2842
  };
2891
2843
  /**
2892
- * Lookup308: pallet_nfts::types::DestroyWitness
2844
+ * Lookup307: pallet_nfts::types::DestroyWitness
2893
2845
  **/
2894
2846
  PalletNftsDestroyWitness: {
2895
2847
  itemMetadatas: string;
@@ -2897,26 +2849,26 @@ declare const _default: {
2897
2849
  attributes: string;
2898
2850
  };
2899
2851
  /**
2900
- * Lookup310: pallet_nfts::types::MintWitness<ItemId, Balance>
2852
+ * Lookup309: pallet_nfts::types::MintWitness<ItemId, Balance>
2901
2853
  **/
2902
2854
  PalletNftsMintWitness: {
2903
2855
  ownedItem: string;
2904
2856
  mintPrice: string;
2905
2857
  };
2906
2858
  /**
2907
- * Lookup311: pallet_nfts::types::ItemConfig
2859
+ * Lookup310: pallet_nfts::types::ItemConfig
2908
2860
  **/
2909
2861
  PalletNftsItemConfig: {
2910
2862
  settings: string;
2911
2863
  };
2912
2864
  /**
2913
- * Lookup312: pallet_nfts::types::CancelAttributesApprovalWitness
2865
+ * Lookup311: pallet_nfts::types::CancelAttributesApprovalWitness
2914
2866
  **/
2915
2867
  PalletNftsCancelAttributesApprovalWitness: {
2916
2868
  accountAttributes: string;
2917
2869
  };
2918
2870
  /**
2919
- * Lookup314: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
2871
+ * Lookup313: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
2920
2872
  **/
2921
2873
  PalletNftsItemTip: {
2922
2874
  collection: string;
@@ -2925,7 +2877,7 @@ declare const _default: {
2925
2877
  amount: string;
2926
2878
  };
2927
2879
  /**
2928
- * Lookup316: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
2880
+ * Lookup315: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
2929
2881
  **/
2930
2882
  PalletNftsPreSignedMint: {
2931
2883
  collection: string;
@@ -2937,7 +2889,7 @@ declare const _default: {
2937
2889
  mintPrice: string;
2938
2890
  };
2939
2891
  /**
2940
- * Lookup317: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
2892
+ * Lookup316: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
2941
2893
  **/
2942
2894
  PalletNftsPreSignedAttributes: {
2943
2895
  collection: string;
@@ -2947,13 +2899,13 @@ declare const _default: {
2947
2899
  deadline: string;
2948
2900
  };
2949
2901
  /**
2950
- * Lookup318: pallet_sudo::pallet::Error<T>
2902
+ * Lookup317: pallet_sudo::pallet::Error<T>
2951
2903
  **/
2952
2904
  PalletSudoError: {
2953
2905
  _enum: string[];
2954
2906
  };
2955
2907
  /**
2956
- * Lookup320: fp_rpc::TransactionStatus
2908
+ * Lookup319: fp_rpc::TransactionStatus
2957
2909
  **/
2958
2910
  FpRpcTransactionStatus: {
2959
2911
  transactionHash: string;
@@ -2965,11 +2917,11 @@ declare const _default: {
2965
2917
  logsBloom: string;
2966
2918
  };
2967
2919
  /**
2968
- * Lookup323: ethbloom::Bloom
2920
+ * Lookup322: ethbloom::Bloom
2969
2921
  **/
2970
2922
  EthbloomBloom: string;
2971
2923
  /**
2972
- * Lookup325: ethereum::receipt::ReceiptV3
2924
+ * Lookup324: ethereum::receipt::ReceiptV3
2973
2925
  **/
2974
2926
  EthereumReceiptReceiptV3: {
2975
2927
  _enum: {
@@ -2979,7 +2931,7 @@ declare const _default: {
2979
2931
  };
2980
2932
  };
2981
2933
  /**
2982
- * Lookup326: ethereum::receipt::EIP658ReceiptData
2934
+ * Lookup325: ethereum::receipt::EIP658ReceiptData
2983
2935
  **/
2984
2936
  EthereumReceiptEip658ReceiptData: {
2985
2937
  statusCode: string;
@@ -2988,7 +2940,7 @@ declare const _default: {
2988
2940
  logs: string;
2989
2941
  };
2990
2942
  /**
2991
- * Lookup327: ethereum::block::Block<ethereum::transaction::TransactionV2>
2943
+ * Lookup326: ethereum::block::Block<ethereum::transaction::TransactionV2>
2992
2944
  **/
2993
2945
  EthereumBlock: {
2994
2946
  header: string;
@@ -2996,7 +2948,7 @@ declare const _default: {
2996
2948
  ommers: string;
2997
2949
  };
2998
2950
  /**
2999
- * Lookup328: ethereum::header::Header
2951
+ * Lookup327: ethereum::header::Header
3000
2952
  **/
3001
2953
  EthereumHeader: {
3002
2954
  parentHash: string;
@@ -3016,17 +2968,17 @@ declare const _default: {
3016
2968
  nonce: string;
3017
2969
  };
3018
2970
  /**
3019
- * Lookup329: ethereum_types::hash::H64
2971
+ * Lookup328: ethereum_types::hash::H64
3020
2972
  **/
3021
2973
  EthereumTypesHashH64: string;
3022
2974
  /**
3023
- * Lookup334: pallet_ethereum::pallet::Error<T>
2975
+ * Lookup333: pallet_ethereum::pallet::Error<T>
3024
2976
  **/
3025
2977
  PalletEthereumError: {
3026
2978
  _enum: string[];
3027
2979
  };
3028
2980
  /**
3029
- * Lookup335: pallet_evm::CodeMetadata
2981
+ * Lookup334: pallet_evm::CodeMetadata
3030
2982
  **/
3031
2983
  PalletEvmCodeMetadata: {
3032
2984
  _alias: {
@@ -3037,20 +2989,20 @@ declare const _default: {
3037
2989
  hash_: string;
3038
2990
  };
3039
2991
  /**
3040
- * Lookup337: pallet_evm::pallet::Error<T>
2992
+ * Lookup336: pallet_evm::pallet::Error<T>
3041
2993
  **/
3042
2994
  PalletEvmError: {
3043
2995
  _enum: string[];
3044
2996
  };
3045
2997
  /**
3046
- * Lookup338: pallet_storage_providers::types::SignUpRequest<T>
2998
+ * Lookup337: pallet_storage_providers::types::SignUpRequest<T>
3047
2999
  **/
3048
3000
  PalletStorageProvidersSignUpRequest: {
3049
3001
  spSignUpRequest: string;
3050
3002
  at: string;
3051
3003
  };
3052
3004
  /**
3053
- * Lookup339: pallet_storage_providers::types::SignUpRequestSpParams<T>
3005
+ * Lookup338: pallet_storage_providers::types::SignUpRequestSpParams<T>
3054
3006
  **/
3055
3007
  PalletStorageProvidersSignUpRequestSpParams: {
3056
3008
  _enum: {
@@ -3059,7 +3011,7 @@ declare const _default: {
3059
3011
  };
3060
3012
  };
3061
3013
  /**
3062
- * Lookup340: pallet_storage_providers::types::BackupStorageProvider<T>
3014
+ * Lookup339: pallet_storage_providers::types::BackupStorageProvider<T>
3063
3015
  **/
3064
3016
  PalletStorageProvidersBackupStorageProvider: {
3065
3017
  capacity: string;
@@ -3073,14 +3025,14 @@ declare const _default: {
3073
3025
  signUpBlock: string;
3074
3026
  };
3075
3027
  /**
3076
- * Lookup341: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
3028
+ * Lookup340: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
3077
3029
  **/
3078
3030
  PalletStorageProvidersMainStorageProviderSignUpRequest: {
3079
3031
  mspInfo: string;
3080
3032
  valueProp: string;
3081
3033
  };
3082
3034
  /**
3083
- * Lookup342: pallet_storage_providers::types::MainStorageProvider<T>
3035
+ * Lookup341: pallet_storage_providers::types::MainStorageProvider<T>
3084
3036
  **/
3085
3037
  PalletStorageProvidersMainStorageProvider: {
3086
3038
  capacity: string;
@@ -3094,7 +3046,7 @@ declare const _default: {
3094
3046
  signUpBlock: string;
3095
3047
  };
3096
3048
  /**
3097
- * Lookup343: pallet_storage_providers::types::Bucket<T>
3049
+ * Lookup342: pallet_storage_providers::types::Bucket<T>
3098
3050
  **/
3099
3051
  PalletStorageProvidersBucket: {
3100
3052
  _alias: {
@@ -3109,13 +3061,13 @@ declare const _default: {
3109
3061
  valuePropId: string;
3110
3062
  };
3111
3063
  /**
3112
- * Lookup347: pallet_storage_providers::pallet::Error<T>
3064
+ * Lookup346: pallet_storage_providers::pallet::Error<T>
3113
3065
  **/
3114
3066
  PalletStorageProvidersError: {
3115
3067
  _enum: string[];
3116
3068
  };
3117
3069
  /**
3118
- * Lookup348: pallet_file_system::types::StorageRequestMetadata<T>
3070
+ * Lookup347: pallet_file_system::types::StorageRequestMetadata<T>
3119
3071
  **/
3120
3072
  PalletFileSystemStorageRequestMetadata: {
3121
3073
  _alias: {
@@ -3128,7 +3080,7 @@ declare const _default: {
3128
3080
  location: string;
3129
3081
  fingerprint: string;
3130
3082
  size_: string;
3131
- msp: string;
3083
+ mspStatus: string;
3132
3084
  userPeerIds: string;
3133
3085
  bspsRequired: string;
3134
3086
  bspsConfirmed: string;
@@ -3136,13 +3088,24 @@ declare const _default: {
3136
3088
  depositPaid: string;
3137
3089
  };
3138
3090
  /**
3139
- * Lookup351: pallet_file_system::types::StorageRequestBspsMetadata<T>
3091
+ * Lookup348: pallet_file_system::types::MspStorageRequestStatus<T>
3092
+ **/
3093
+ PalletFileSystemMspStorageRequestStatus: {
3094
+ _enum: {
3095
+ None: string;
3096
+ Pending: string;
3097
+ AcceptedNewFile: string;
3098
+ AcceptedExistingFile: string;
3099
+ };
3100
+ };
3101
+ /**
3102
+ * Lookup349: pallet_file_system::types::StorageRequestBspsMetadata<T>
3140
3103
  **/
3141
3104
  PalletFileSystemStorageRequestBspsMetadata: {
3142
3105
  confirmed: string;
3143
3106
  };
3144
3107
  /**
3145
- * Lookup353: pallet_file_system::types::PendingFileDeletionRequest<T>
3108
+ * Lookup351: pallet_file_system::types::PendingFileDeletionRequest<T>
3146
3109
  **/
3147
3110
  PalletFileSystemPendingFileDeletionRequest: {
3148
3111
  user: string;
@@ -3153,7 +3116,7 @@ declare const _default: {
3153
3116
  queuePriorityChallenge: string;
3154
3117
  };
3155
3118
  /**
3156
- * Lookup355: pallet_file_system::types::PendingStopStoringRequest<T>
3119
+ * Lookup353: pallet_file_system::types::PendingStopStoringRequest<T>
3157
3120
  **/
3158
3121
  PalletFileSystemPendingStopStoringRequest: {
3159
3122
  tickWhenRequested: string;
@@ -3161,7 +3124,7 @@ declare const _default: {
3161
3124
  fileSize: string;
3162
3125
  };
3163
3126
  /**
3164
- * Lookup356: pallet_file_system::types::MoveBucketRequestMetadata<T>
3127
+ * Lookup354: pallet_file_system::types::MoveBucketRequestMetadata<T>
3165
3128
  **/
3166
3129
  PalletFileSystemMoveBucketRequestMetadata: {
3167
3130
  requester: string;
@@ -3169,7 +3132,7 @@ declare const _default: {
3169
3132
  newValuePropId: string;
3170
3133
  };
3171
3134
  /**
3172
- * Lookup357: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
3135
+ * Lookup355: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
3173
3136
  **/
3174
3137
  PalletFileSystemIncompleteStorageRequestMetadata: {
3175
3138
  owner: string;
@@ -3181,26 +3144,26 @@ declare const _default: {
3181
3144
  pendingBucketRemoval: string;
3182
3145
  };
3183
3146
  /**
3184
- * Lookup359: pallet_file_system::pallet::Error<T>
3147
+ * Lookup357: pallet_file_system::pallet::Error<T>
3185
3148
  **/
3186
3149
  PalletFileSystemError: {
3187
3150
  _enum: string[];
3188
3151
  };
3189
3152
  /**
3190
- * Lookup361: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
3153
+ * Lookup359: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
3191
3154
  **/
3192
3155
  PalletProofsDealerProofSubmissionRecord: {
3193
3156
  lastTickProven: string;
3194
3157
  nextTickToSubmitProofFor: string;
3195
3158
  };
3196
3159
  /**
3197
- * Lookup368: pallet_proofs_dealer::pallet::Error<T>
3160
+ * Lookup366: pallet_proofs_dealer::pallet::Error<T>
3198
3161
  **/
3199
3162
  PalletProofsDealerError: {
3200
3163
  _enum: string[];
3201
3164
  };
3202
3165
  /**
3203
- * Lookup370: pallet_payment_streams::types::FixedRatePaymentStream<T>
3166
+ * Lookup368: pallet_payment_streams::types::FixedRatePaymentStream<T>
3204
3167
  **/
3205
3168
  PalletPaymentStreamsFixedRatePaymentStream: {
3206
3169
  rate: string;
@@ -3209,7 +3172,7 @@ declare const _default: {
3209
3172
  outOfFundsTick: string;
3210
3173
  };
3211
3174
  /**
3212
- * Lookup371: pallet_payment_streams::types::DynamicRatePaymentStream<T>
3175
+ * Lookup369: pallet_payment_streams::types::DynamicRatePaymentStream<T>
3213
3176
  **/
3214
3177
  PalletPaymentStreamsDynamicRatePaymentStream: {
3215
3178
  amountProvided: string;
@@ -3218,26 +3181,26 @@ declare const _default: {
3218
3181
  outOfFundsTick: string;
3219
3182
  };
3220
3183
  /**
3221
- * Lookup372: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
3184
+ * Lookup370: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
3222
3185
  **/
3223
3186
  PalletPaymentStreamsProviderLastChargeableInfo: {
3224
3187
  lastChargeableTick: string;
3225
3188
  priceIndex: string;
3226
3189
  };
3227
3190
  /**
3228
- * Lookup373: pallet_payment_streams::pallet::Error<T>
3191
+ * Lookup371: pallet_payment_streams::pallet::Error<T>
3229
3192
  **/
3230
3193
  PalletPaymentStreamsError: {
3231
3194
  _enum: string[];
3232
3195
  };
3233
3196
  /**
3234
- * Lookup374: pallet_bucket_nfts::pallet::Error<T>
3197
+ * Lookup372: pallet_bucket_nfts::pallet::Error<T>
3235
3198
  **/
3236
3199
  PalletBucketNftsError: {
3237
3200
  _enum: string[];
3238
3201
  };
3239
3202
  /**
3240
- * Lookup375: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
3203
+ * Lookup373: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
3241
3204
  **/
3242
3205
  PalletNftsCollectionDetails: {
3243
3206
  owner: string;
@@ -3248,13 +3211,13 @@ declare const _default: {
3248
3211
  attributes: string;
3249
3212
  };
3250
3213
  /**
3251
- * Lookup380: pallet_nfts::types::CollectionRole
3214
+ * Lookup378: pallet_nfts::types::CollectionRole
3252
3215
  **/
3253
3216
  PalletNftsCollectionRole: {
3254
3217
  _enum: string[];
3255
3218
  };
3256
3219
  /**
3257
- * Lookup381: pallet_nfts::types::ItemDetails<fp_account::AccountId20, pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>, bounded_collections::bounded_btree_map::BoundedBTreeMap<fp_account::AccountId20, Option<T>, S>>
3220
+ * Lookup379: pallet_nfts::types::ItemDetails<fp_account::AccountId20, pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>, bounded_collections::bounded_btree_map::BoundedBTreeMap<fp_account::AccountId20, Option<T>, S>>
3258
3221
  **/
3259
3222
  PalletNftsItemDetails: {
3260
3223
  owner: string;
@@ -3262,42 +3225,42 @@ declare const _default: {
3262
3225
  deposit: string;
3263
3226
  };
3264
3227
  /**
3265
- * Lookup382: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
3228
+ * Lookup380: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
3266
3229
  **/
3267
3230
  PalletNftsItemDeposit: {
3268
3231
  account: string;
3269
3232
  amount: string;
3270
3233
  };
3271
3234
  /**
3272
- * Lookup387: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
3235
+ * Lookup385: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
3273
3236
  **/
3274
3237
  PalletNftsCollectionMetadata: {
3275
3238
  deposit: string;
3276
3239
  data: string;
3277
3240
  };
3278
3241
  /**
3279
- * Lookup388: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
3242
+ * Lookup386: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
3280
3243
  **/
3281
3244
  PalletNftsItemMetadata: {
3282
3245
  deposit: string;
3283
3246
  data: string;
3284
3247
  };
3285
3248
  /**
3286
- * Lookup389: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
3249
+ * Lookup387: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
3287
3250
  **/
3288
3251
  PalletNftsItemMetadataDeposit: {
3289
3252
  account: string;
3290
3253
  amount: string;
3291
3254
  };
3292
3255
  /**
3293
- * Lookup392: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
3256
+ * Lookup390: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
3294
3257
  **/
3295
3258
  PalletNftsAttributeDeposit: {
3296
3259
  account: string;
3297
3260
  amount: string;
3298
3261
  };
3299
3262
  /**
3300
- * Lookup396: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
3263
+ * Lookup394: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
3301
3264
  **/
3302
3265
  PalletNftsPendingSwap: {
3303
3266
  desiredCollection: string;
@@ -3306,59 +3269,59 @@ declare const _default: {
3306
3269
  deadline: string;
3307
3270
  };
3308
3271
  /**
3309
- * Lookup398: pallet_nfts::types::PalletFeature
3272
+ * Lookup396: pallet_nfts::types::PalletFeature
3310
3273
  **/
3311
3274
  PalletNftsPalletFeature: {
3312
3275
  _enum: string[];
3313
3276
  };
3314
3277
  /**
3315
- * Lookup399: pallet_nfts::pallet::Error<T, I>
3278
+ * Lookup397: pallet_nfts::pallet::Error<T, I>
3316
3279
  **/
3317
3280
  PalletNftsError: {
3318
3281
  _enum: string[];
3319
3282
  };
3320
3283
  /**
3321
- * Lookup402: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3284
+ * Lookup400: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3322
3285
  **/
3323
3286
  FrameSystemExtensionsCheckNonZeroSender: string;
3324
3287
  /**
3325
- * Lookup403: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3288
+ * Lookup401: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3326
3289
  **/
3327
3290
  FrameSystemExtensionsCheckSpecVersion: string;
3328
3291
  /**
3329
- * Lookup404: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3292
+ * Lookup402: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3330
3293
  **/
3331
3294
  FrameSystemExtensionsCheckTxVersion: string;
3332
3295
  /**
3333
- * Lookup405: frame_system::extensions::check_genesis::CheckGenesis<T>
3296
+ * Lookup403: frame_system::extensions::check_genesis::CheckGenesis<T>
3334
3297
  **/
3335
3298
  FrameSystemExtensionsCheckGenesis: string;
3336
3299
  /**
3337
- * Lookup408: frame_system::extensions::check_nonce::CheckNonce<T>
3300
+ * Lookup406: frame_system::extensions::check_nonce::CheckNonce<T>
3338
3301
  **/
3339
3302
  FrameSystemExtensionsCheckNonce: string;
3340
3303
  /**
3341
- * Lookup409: frame_system::extensions::check_weight::CheckWeight<T>
3304
+ * Lookup407: frame_system::extensions::check_weight::CheckWeight<T>
3342
3305
  **/
3343
3306
  FrameSystemExtensionsCheckWeight: string;
3344
3307
  /**
3345
- * Lookup410: pallet_transaction_payment::ChargeTransactionPayment<T>
3308
+ * Lookup408: pallet_transaction_payment::ChargeTransactionPayment<T>
3346
3309
  **/
3347
3310
  PalletTransactionPaymentChargeTransactionPayment: string;
3348
3311
  /**
3349
- * Lookup411: frame_metadata_hash_extension::CheckMetadataHash<T>
3312
+ * Lookup409: frame_metadata_hash_extension::CheckMetadataHash<T>
3350
3313
  **/
3351
3314
  FrameMetadataHashExtensionCheckMetadataHash: {
3352
3315
  mode: string;
3353
3316
  };
3354
3317
  /**
3355
- * Lookup412: frame_metadata_hash_extension::Mode
3318
+ * Lookup410: frame_metadata_hash_extension::Mode
3356
3319
  **/
3357
3320
  FrameMetadataHashExtensionMode: {
3358
3321
  _enum: string[];
3359
3322
  };
3360
3323
  /**
3361
- * Lookup414: sh_solochain_evm_runtime::Runtime
3324
+ * Lookup412: sh_solochain_evm_runtime::Runtime
3362
3325
  **/
3363
3326
  ShSolochainEvmRuntimeRuntime: string;
3364
3327
  };