@polymeshassociation/polymesh-sdk 24.0.0-alpha.3 → 24.0.0-alpha.5

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 (43) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/api/entities/Asset/NonFungible/Nft.d.ts +13 -3
  3. package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
  4. package/api/entities/Asset/NonFungible/Nft.js +42 -12
  5. package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
  6. package/api/entities/Identity/Portfolios.d.ts +13 -1
  7. package/api/entities/Identity/Portfolios.d.ts.map +1 -1
  8. package/api/entities/Identity/Portfolios.js +31 -0
  9. package/api/entities/Identity/Portfolios.js.map +1 -1
  10. package/api/entities/Portfolio/index.d.ts.map +1 -1
  11. package/api/entities/Portfolio/index.js +6 -55
  12. package/api/entities/Portfolio/index.js.map +1 -1
  13. package/generated/types.d.ts +2 -1
  14. package/generated/types.d.ts.map +1 -1
  15. package/generated/types.js +1 -0
  16. package/generated/types.js.map +1 -1
  17. package/middleware/queries.d.ts +12 -0
  18. package/middleware/queries.d.ts.map +1 -1
  19. package/middleware/queries.js +125 -81
  20. package/middleware/queries.js.map +1 -1
  21. package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.5.tgz +0 -0
  22. package/package.json +1 -1
  23. package/polkadot/augment-api-errors.d.ts +4 -6
  24. package/polkadot/augment-api-errors.d.ts.map +1 -1
  25. package/polkadot/augment-api-events.d.ts +0 -14
  26. package/polkadot/augment-api-events.d.ts.map +1 -1
  27. package/polkadot/augment-api-query.d.ts +4 -10
  28. package/polkadot/augment-api-query.d.ts.map +1 -1
  29. package/polkadot/augment-api-tx.d.ts +17 -92
  30. package/polkadot/augment-api-tx.d.ts.map +1 -1
  31. package/polkadot/lookup.d.ts +306 -342
  32. package/polkadot/lookup.d.ts.map +1 -1
  33. package/polkadot/lookup.js +316 -346
  34. package/polkadot/lookup.js.map +1 -1
  35. package/polkadot/registry.d.ts +4 -7
  36. package/polkadot/registry.d.ts.map +1 -1
  37. package/polkadot/types-lookup.d.ts +308 -339
  38. package/polkadot/types-lookup.d.ts.map +1 -1
  39. package/utils/conversion.d.ts +8 -2
  40. package/utils/conversion.d.ts.map +1 -1
  41. package/utils/conversion.js +67 -1
  42. package/utils/conversion.js.map +1 -1
  43. package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.3.tgz +0 -0
@@ -56,7 +56,7 @@ declare const _default: {
56
56
  };
57
57
  };
58
58
  /**
59
- * Lookup18: frame_system::EventRecord<polymesh_runtime_develop::runtime::RuntimeEvent, primitive_types::H256>
59
+ * Lookup18: frame_system::EventRecord<polymesh_runtime_testnet::runtime::RuntimeEvent, primitive_types::H256>
60
60
  **/
61
61
  FrameSystemEventRecord: {
62
62
  phase: string;
@@ -401,7 +401,7 @@ declare const _default: {
401
401
  };
402
402
  };
403
403
  /**
404
- * Lookup75: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance2>
404
+ * Lookup75: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_testnet::runtime::RuntimeEvent, pallet_group::Instance2>
405
405
  **/
406
406
  PolymeshCommonUtilitiesGroupRawEventInstance2: {
407
407
  _enum: {
@@ -449,7 +449,7 @@ declare const _default: {
449
449
  };
450
450
  };
451
451
  /**
452
- * Lookup83: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance1>
452
+ * Lookup83: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_testnet::runtime::RuntimeEvent, pallet_group::Instance1>
453
453
  **/
454
454
  PolymeshCommonUtilitiesGroupRawEventInstance1: {
455
455
  _enum: {
@@ -488,7 +488,7 @@ declare const _default: {
488
488
  **/
489
489
  PalletCommitteeInstance3: string;
490
490
  /**
491
- * Lookup87: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance3>
491
+ * Lookup87: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_testnet::runtime::RuntimeEvent, pallet_group::Instance3>
492
492
  **/
493
493
  PolymeshCommonUtilitiesGroupRawEventInstance3: {
494
494
  _enum: {
@@ -527,7 +527,7 @@ declare const _default: {
527
527
  **/
528
528
  PalletCommitteeInstance4: string;
529
529
  /**
530
- * Lookup91: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance4>
530
+ * Lookup91: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_testnet::runtime::RuntimeEvent, pallet_group::Instance4>
531
531
  **/
532
532
  PolymeshCommonUtilitiesGroupRawEventInstance4: {
533
533
  _enum: {
@@ -729,17 +729,7 @@ declare const _default: {
729
729
  value: string;
730
730
  };
731
731
  /**
732
- * Lookup122: pallet_sudo::RawEvent<sp_core::crypto::AccountId32>
733
- **/
734
- PalletSudoRawEvent: {
735
- _enum: {
736
- Sudid: string;
737
- KeyChanged: string;
738
- SudoAsDone: string;
739
- };
740
- };
741
- /**
742
- * Lookup123: polymesh_common_utilities::traits::asset::RawEvent<Moment, sp_core::crypto::AccountId32>
732
+ * Lookup122: polymesh_common_utilities::traits::asset::RawEvent<Moment, sp_core::crypto::AccountId32>
743
733
  **/
744
734
  PolymeshCommonUtilitiesAssetRawEvent: {
745
735
  _enum: {
@@ -776,7 +766,7 @@ declare const _default: {
776
766
  };
777
767
  };
778
768
  /**
779
- * Lookup124: polymesh_primitives::asset::AssetType
769
+ * Lookup123: polymesh_primitives::asset::AssetType
780
770
  **/
781
771
  PolymeshPrimitivesAssetAssetType: {
782
772
  _enum: {
@@ -795,7 +785,7 @@ declare const _default: {
795
785
  };
796
786
  };
797
787
  /**
798
- * Lookup126: polymesh_primitives::asset::NonFungibleType
788
+ * Lookup125: polymesh_primitives::asset::NonFungibleType
799
789
  **/
800
790
  PolymeshPrimitivesAssetNonFungibleType: {
801
791
  _enum: {
@@ -806,7 +796,7 @@ declare const _default: {
806
796
  };
807
797
  };
808
798
  /**
809
- * Lookup129: polymesh_primitives::asset_identifier::AssetIdentifier
799
+ * Lookup128: polymesh_primitives::asset_identifier::AssetIdentifier
810
800
  **/
811
801
  PolymeshPrimitivesAssetIdentifier: {
812
802
  _enum: {
@@ -818,7 +808,7 @@ declare const _default: {
818
808
  };
819
809
  };
820
810
  /**
821
- * Lookup135: polymesh_primitives::document::Document
811
+ * Lookup134: polymesh_primitives::document::Document
822
812
  **/
823
813
  PolymeshPrimitivesDocument: {
824
814
  uri: string;
@@ -828,7 +818,7 @@ declare const _default: {
828
818
  filingDate: string;
829
819
  };
830
820
  /**
831
- * Lookup137: polymesh_primitives::document_hash::DocumentHash
821
+ * Lookup136: polymesh_primitives::document_hash::DocumentHash
832
822
  **/
833
823
  PolymeshPrimitivesDocumentHash: {
834
824
  _enum: {
@@ -844,14 +834,14 @@ declare const _default: {
844
834
  };
845
835
  };
846
836
  /**
847
- * Lookup148: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
837
+ * Lookup147: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
848
838
  **/
849
839
  PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail: {
850
840
  expire: string;
851
841
  lockStatus: string;
852
842
  };
853
843
  /**
854
- * Lookup149: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
844
+ * Lookup148: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
855
845
  **/
856
846
  PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus: {
857
847
  _enum: {
@@ -861,7 +851,7 @@ declare const _default: {
861
851
  };
862
852
  };
863
853
  /**
864
- * Lookup152: polymesh_primitives::asset_metadata::AssetMetadataSpec
854
+ * Lookup151: polymesh_primitives::asset_metadata::AssetMetadataSpec
865
855
  **/
866
856
  PolymeshPrimitivesAssetMetadataAssetMetadataSpec: {
867
857
  url: string;
@@ -869,7 +859,7 @@ declare const _default: {
869
859
  typeDef: string;
870
860
  };
871
861
  /**
872
- * Lookup159: polymesh_primitives::asset_metadata::AssetMetadataKey
862
+ * Lookup158: polymesh_primitives::asset_metadata::AssetMetadataKey
873
863
  **/
874
864
  PolymeshPrimitivesAssetMetadataAssetMetadataKey: {
875
865
  _enum: {
@@ -878,7 +868,7 @@ declare const _default: {
878
868
  };
879
869
  };
880
870
  /**
881
- * Lookup161: polymesh_primitives::portfolio::PortfolioUpdateReason
871
+ * Lookup160: polymesh_primitives::portfolio::PortfolioUpdateReason
882
872
  **/
883
873
  PolymeshPrimitivesPortfolioPortfolioUpdateReason: {
884
874
  _enum: {
@@ -894,7 +884,7 @@ declare const _default: {
894
884
  };
895
885
  };
896
886
  /**
897
- * Lookup164: pallet_corporate_actions::distribution::Event
887
+ * Lookup163: pallet_corporate_actions::distribution::Event
898
888
  **/
899
889
  PalletCorporateActionsDistributionEvent: {
900
890
  _enum: {
@@ -905,18 +895,18 @@ declare const _default: {
905
895
  };
906
896
  };
907
897
  /**
908
- * Lookup165: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
898
+ * Lookup164: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
909
899
  **/
910
900
  PolymeshPrimitivesEventOnly: string;
911
901
  /**
912
- * Lookup166: pallet_corporate_actions::CAId
902
+ * Lookup165: pallet_corporate_actions::CAId
913
903
  **/
914
904
  PalletCorporateActionsCaId: {
915
905
  ticker: string;
916
906
  localId: string;
917
907
  };
918
908
  /**
919
- * Lookup168: pallet_corporate_actions::distribution::Distribution
909
+ * Lookup167: pallet_corporate_actions::distribution::Distribution
920
910
  **/
921
911
  PalletCorporateActionsDistribution: {
922
912
  from: string;
@@ -929,7 +919,7 @@ declare const _default: {
929
919
  expiresAt: string;
930
920
  };
931
921
  /**
932
- * Lookup170: polymesh_common_utilities::traits::checkpoint::Event
922
+ * Lookup169: polymesh_common_utilities::traits::checkpoint::Event
933
923
  **/
934
924
  PolymeshCommonUtilitiesCheckpointEvent: {
935
925
  _enum: {
@@ -940,13 +930,13 @@ declare const _default: {
940
930
  };
941
931
  };
942
932
  /**
943
- * Lookup173: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
933
+ * Lookup172: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
944
934
  **/
945
935
  PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
946
936
  pending: string;
947
937
  };
948
938
  /**
949
- * Lookup176: polymesh_common_utilities::traits::compliance_manager::Event
939
+ * Lookup175: polymesh_common_utilities::traits::compliance_manager::Event
950
940
  **/
951
941
  PolymeshCommonUtilitiesComplianceManagerEvent: {
952
942
  _enum: {
@@ -962,7 +952,7 @@ declare const _default: {
962
952
  };
963
953
  };
964
954
  /**
965
- * Lookup177: polymesh_primitives::compliance_manager::ComplianceRequirement
955
+ * Lookup176: polymesh_primitives::compliance_manager::ComplianceRequirement
966
956
  **/
967
957
  PolymeshPrimitivesComplianceManagerComplianceRequirement: {
968
958
  senderConditions: string;
@@ -970,14 +960,14 @@ declare const _default: {
970
960
  id: string;
971
961
  };
972
962
  /**
973
- * Lookup179: polymesh_primitives::condition::Condition
963
+ * Lookup178: polymesh_primitives::condition::Condition
974
964
  **/
975
965
  PolymeshPrimitivesCondition: {
976
966
  conditionType: string;
977
967
  issuers: string;
978
968
  };
979
969
  /**
980
- * Lookup180: polymesh_primitives::condition::ConditionType
970
+ * Lookup179: polymesh_primitives::condition::ConditionType
981
971
  **/
982
972
  PolymeshPrimitivesConditionConditionType: {
983
973
  _enum: {
@@ -989,7 +979,7 @@ declare const _default: {
989
979
  };
990
980
  };
991
981
  /**
992
- * Lookup182: polymesh_primitives::condition::TargetIdentity
982
+ * Lookup181: polymesh_primitives::condition::TargetIdentity
993
983
  **/
994
984
  PolymeshPrimitivesConditionTargetIdentity: {
995
985
  _enum: {
@@ -998,14 +988,14 @@ declare const _default: {
998
988
  };
999
989
  };
1000
990
  /**
1001
- * Lookup184: polymesh_primitives::condition::TrustedIssuer
991
+ * Lookup183: polymesh_primitives::condition::TrustedIssuer
1002
992
  **/
1003
993
  PolymeshPrimitivesConditionTrustedIssuer: {
1004
994
  issuer: string;
1005
995
  trustedFor: string;
1006
996
  };
1007
997
  /**
1008
- * Lookup185: polymesh_primitives::condition::TrustedFor
998
+ * Lookup184: polymesh_primitives::condition::TrustedFor
1009
999
  **/
1010
1000
  PolymeshPrimitivesConditionTrustedFor: {
1011
1001
  _enum: {
@@ -1014,7 +1004,7 @@ declare const _default: {
1014
1004
  };
1015
1005
  };
1016
1006
  /**
1017
- * Lookup187: polymesh_primitives::identity_claim::ClaimType
1007
+ * Lookup186: polymesh_primitives::identity_claim::ClaimType
1018
1008
  **/
1019
1009
  PolymeshPrimitivesIdentityClaimClaimType: {
1020
1010
  _enum: {
@@ -1031,7 +1021,7 @@ declare const _default: {
1031
1021
  };
1032
1022
  };
1033
1023
  /**
1034
- * Lookup189: pallet_corporate_actions::Event
1024
+ * Lookup188: pallet_corporate_actions::Event
1035
1025
  **/
1036
1026
  PalletCorporateActionsEvent: {
1037
1027
  _enum: {
@@ -1046,20 +1036,20 @@ declare const _default: {
1046
1036
  };
1047
1037
  };
1048
1038
  /**
1049
- * Lookup190: pallet_corporate_actions::TargetIdentities
1039
+ * Lookup189: pallet_corporate_actions::TargetIdentities
1050
1040
  **/
1051
1041
  PalletCorporateActionsTargetIdentities: {
1052
1042
  identities: string;
1053
1043
  treatment: string;
1054
1044
  };
1055
1045
  /**
1056
- * Lookup191: pallet_corporate_actions::TargetTreatment
1046
+ * Lookup190: pallet_corporate_actions::TargetTreatment
1057
1047
  **/
1058
1048
  PalletCorporateActionsTargetTreatment: {
1059
1049
  _enum: string[];
1060
1050
  };
1061
1051
  /**
1062
- * Lookup193: pallet_corporate_actions::CorporateAction
1052
+ * Lookup192: pallet_corporate_actions::CorporateAction
1063
1053
  **/
1064
1054
  PalletCorporateActionsCorporateAction: {
1065
1055
  kind: string;
@@ -1070,20 +1060,20 @@ declare const _default: {
1070
1060
  withholdingTax: string;
1071
1061
  };
1072
1062
  /**
1073
- * Lookup194: pallet_corporate_actions::CAKind
1063
+ * Lookup193: pallet_corporate_actions::CAKind
1074
1064
  **/
1075
1065
  PalletCorporateActionsCaKind: {
1076
1066
  _enum: string[];
1077
1067
  };
1078
1068
  /**
1079
- * Lookup196: pallet_corporate_actions::RecordDate
1069
+ * Lookup195: pallet_corporate_actions::RecordDate
1080
1070
  **/
1081
1071
  PalletCorporateActionsRecordDate: {
1082
1072
  date: string;
1083
1073
  checkpoint: string;
1084
1074
  };
1085
1075
  /**
1086
- * Lookup197: pallet_corporate_actions::CACheckpoint
1076
+ * Lookup196: pallet_corporate_actions::CACheckpoint
1087
1077
  **/
1088
1078
  PalletCorporateActionsCaCheckpoint: {
1089
1079
  _enum: {
@@ -1092,7 +1082,7 @@ declare const _default: {
1092
1082
  };
1093
1083
  };
1094
1084
  /**
1095
- * Lookup202: pallet_corporate_actions::ballot::Event
1085
+ * Lookup201: pallet_corporate_actions::ballot::Event
1096
1086
  **/
1097
1087
  PalletCorporateActionsBallotEvent: {
1098
1088
  _enum: {
@@ -1105,21 +1095,21 @@ declare const _default: {
1105
1095
  };
1106
1096
  };
1107
1097
  /**
1108
- * Lookup203: pallet_corporate_actions::ballot::BallotTimeRange
1098
+ * Lookup202: pallet_corporate_actions::ballot::BallotTimeRange
1109
1099
  **/
1110
1100
  PalletCorporateActionsBallotBallotTimeRange: {
1111
1101
  start: string;
1112
1102
  end: string;
1113
1103
  };
1114
1104
  /**
1115
- * Lookup204: pallet_corporate_actions::ballot::BallotMeta
1105
+ * Lookup203: pallet_corporate_actions::ballot::BallotMeta
1116
1106
  **/
1117
1107
  PalletCorporateActionsBallotBallotMeta: {
1118
1108
  title: string;
1119
1109
  motions: string;
1120
1110
  };
1121
1111
  /**
1122
- * Lookup207: pallet_corporate_actions::ballot::Motion
1112
+ * Lookup206: pallet_corporate_actions::ballot::Motion
1123
1113
  **/
1124
1114
  PalletCorporateActionsBallotMotion: {
1125
1115
  title: string;
@@ -1127,14 +1117,14 @@ declare const _default: {
1127
1117
  choices: string;
1128
1118
  };
1129
1119
  /**
1130
- * Lookup213: pallet_corporate_actions::ballot::BallotVote
1120
+ * Lookup212: pallet_corporate_actions::ballot::BallotVote
1131
1121
  **/
1132
1122
  PalletCorporateActionsBallotBallotVote: {
1133
1123
  power: string;
1134
1124
  fallback: string;
1135
1125
  };
1136
1126
  /**
1137
- * Lookup216: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
1127
+ * Lookup215: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
1138
1128
  **/
1139
1129
  PalletPipsRawEvent: {
1140
1130
  _enum: {
@@ -1161,7 +1151,7 @@ declare const _default: {
1161
1151
  };
1162
1152
  };
1163
1153
  /**
1164
- * Lookup217: pallet_pips::Proposer<sp_core::crypto::AccountId32>
1154
+ * Lookup216: pallet_pips::Proposer<sp_core::crypto::AccountId32>
1165
1155
  **/
1166
1156
  PalletPipsProposer: {
1167
1157
  _enum: {
@@ -1170,13 +1160,13 @@ declare const _default: {
1170
1160
  };
1171
1161
  };
1172
1162
  /**
1173
- * Lookup218: pallet_pips::Committee
1163
+ * Lookup217: pallet_pips::Committee
1174
1164
  **/
1175
1165
  PalletPipsCommittee: {
1176
1166
  _enum: string[];
1177
1167
  };
1178
1168
  /**
1179
- * Lookup222: pallet_pips::ProposalData
1169
+ * Lookup221: pallet_pips::ProposalData
1180
1170
  **/
1181
1171
  PalletPipsProposalData: {
1182
1172
  _enum: {
@@ -1185,20 +1175,20 @@ declare const _default: {
1185
1175
  };
1186
1176
  };
1187
1177
  /**
1188
- * Lookup223: pallet_pips::ProposalState
1178
+ * Lookup222: pallet_pips::ProposalState
1189
1179
  **/
1190
1180
  PalletPipsProposalState: {
1191
1181
  _enum: string[];
1192
1182
  };
1193
1183
  /**
1194
- * Lookup226: pallet_pips::SnapshottedPip
1184
+ * Lookup225: pallet_pips::SnapshottedPip
1195
1185
  **/
1196
1186
  PalletPipsSnapshottedPip: {
1197
1187
  id: string;
1198
1188
  weight: string;
1199
1189
  };
1200
1190
  /**
1201
- * Lookup232: polymesh_common_utilities::traits::portfolio::Event
1191
+ * Lookup231: polymesh_common_utilities::traits::portfolio::Event
1202
1192
  **/
1203
1193
  PolymeshCommonUtilitiesPortfolioEvent: {
1204
1194
  _enum: {
@@ -1213,7 +1203,7 @@ declare const _default: {
1213
1203
  };
1214
1204
  };
1215
1205
  /**
1216
- * Lookup236: polymesh_primitives::portfolio::FundDescription
1206
+ * Lookup235: polymesh_primitives::portfolio::FundDescription
1217
1207
  **/
1218
1208
  PolymeshPrimitivesPortfolioFundDescription: {
1219
1209
  _enum: {
@@ -1225,14 +1215,14 @@ declare const _default: {
1225
1215
  };
1226
1216
  };
1227
1217
  /**
1228
- * Lookup237: polymesh_primitives::nft::NFTs
1218
+ * Lookup236: polymesh_primitives::nft::NFTs
1229
1219
  **/
1230
1220
  PolymeshPrimitivesNftNfTs: {
1231
1221
  ticker: string;
1232
1222
  ids: string;
1233
1223
  };
1234
1224
  /**
1235
- * Lookup240: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
1225
+ * Lookup239: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
1236
1226
  **/
1237
1227
  PalletProtocolFeeRawEvent: {
1238
1228
  _enum: {
@@ -1242,11 +1232,11 @@ declare const _default: {
1242
1232
  };
1243
1233
  };
1244
1234
  /**
1245
- * Lookup241: polymesh_primitives::PosRatio
1235
+ * Lookup240: polymesh_primitives::PosRatio
1246
1236
  **/
1247
1237
  PolymeshPrimitivesPosRatio: string;
1248
1238
  /**
1249
- * Lookup242: pallet_scheduler::pallet::Event<T>
1239
+ * Lookup241: pallet_scheduler::pallet::Event<T>
1250
1240
  **/
1251
1241
  PalletSchedulerEvent: {
1252
1242
  _enum: {
@@ -1278,7 +1268,7 @@ declare const _default: {
1278
1268
  };
1279
1269
  };
1280
1270
  /**
1281
- * Lookup245: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
1271
+ * Lookup244: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
1282
1272
  **/
1283
1273
  PolymeshCommonUtilitiesSettlementRawEvent: {
1284
1274
  _enum: {
@@ -1306,17 +1296,17 @@ declare const _default: {
1306
1296
  };
1307
1297
  };
1308
1298
  /**
1309
- * Lookup248: polymesh_primitives::settlement::VenueType
1299
+ * Lookup247: polymesh_primitives::settlement::VenueType
1310
1300
  **/
1311
1301
  PolymeshPrimitivesSettlementVenueType: {
1312
1302
  _enum: string[];
1313
1303
  };
1314
1304
  /**
1315
- * Lookup251: polymesh_primitives::settlement::ReceiptMetadata
1305
+ * Lookup250: polymesh_primitives::settlement::ReceiptMetadata
1316
1306
  **/
1317
1307
  PolymeshPrimitivesSettlementReceiptMetadata: string;
1318
1308
  /**
1319
- * Lookup253: polymesh_primitives::settlement::SettlementType<BlockNumber>
1309
+ * Lookup252: polymesh_primitives::settlement::SettlementType<BlockNumber>
1320
1310
  **/
1321
1311
  PolymeshPrimitivesSettlementSettlementType: {
1322
1312
  _enum: {
@@ -1326,7 +1316,7 @@ declare const _default: {
1326
1316
  };
1327
1317
  };
1328
1318
  /**
1329
- * Lookup255: polymesh_primitives::settlement::Leg
1319
+ * Lookup254: polymesh_primitives::settlement::Leg
1330
1320
  **/
1331
1321
  PolymeshPrimitivesSettlementLeg: {
1332
1322
  _enum: {
@@ -1350,7 +1340,7 @@ declare const _default: {
1350
1340
  };
1351
1341
  };
1352
1342
  /**
1353
- * Lookup256: polymesh_common_utilities::traits::statistics::Event
1343
+ * Lookup255: polymesh_common_utilities::traits::statistics::Event
1354
1344
  **/
1355
1345
  PolymeshCommonUtilitiesStatisticsEvent: {
1356
1346
  _enum: {
@@ -1363,7 +1353,7 @@ declare const _default: {
1363
1353
  };
1364
1354
  };
1365
1355
  /**
1366
- * Lookup257: polymesh_primitives::statistics::AssetScope
1356
+ * Lookup256: polymesh_primitives::statistics::AssetScope
1367
1357
  **/
1368
1358
  PolymeshPrimitivesStatisticsAssetScope: {
1369
1359
  _enum: {
@@ -1371,27 +1361,27 @@ declare const _default: {
1371
1361
  };
1372
1362
  };
1373
1363
  /**
1374
- * Lookup259: polymesh_primitives::statistics::StatType
1364
+ * Lookup258: polymesh_primitives::statistics::StatType
1375
1365
  **/
1376
1366
  PolymeshPrimitivesStatisticsStatType: {
1377
1367
  op: string;
1378
1368
  claimIssuer: string;
1379
1369
  };
1380
1370
  /**
1381
- * Lookup260: polymesh_primitives::statistics::StatOpType
1371
+ * Lookup259: polymesh_primitives::statistics::StatOpType
1382
1372
  **/
1383
1373
  PolymeshPrimitivesStatisticsStatOpType: {
1384
1374
  _enum: string[];
1385
1375
  };
1386
1376
  /**
1387
- * Lookup264: polymesh_primitives::statistics::StatUpdate
1377
+ * Lookup263: polymesh_primitives::statistics::StatUpdate
1388
1378
  **/
1389
1379
  PolymeshPrimitivesStatisticsStatUpdate: {
1390
1380
  key2: string;
1391
1381
  value: string;
1392
1382
  };
1393
1383
  /**
1394
- * Lookup265: polymesh_primitives::statistics::Stat2ndKey
1384
+ * Lookup264: polymesh_primitives::statistics::Stat2ndKey
1395
1385
  **/
1396
1386
  PolymeshPrimitivesStatisticsStat2ndKey: {
1397
1387
  _enum: {
@@ -1400,7 +1390,7 @@ declare const _default: {
1400
1390
  };
1401
1391
  };
1402
1392
  /**
1403
- * Lookup266: polymesh_primitives::statistics::StatClaim
1393
+ * Lookup265: polymesh_primitives::statistics::StatClaim
1404
1394
  **/
1405
1395
  PolymeshPrimitivesStatisticsStatClaim: {
1406
1396
  _enum: {
@@ -1410,7 +1400,7 @@ declare const _default: {
1410
1400
  };
1411
1401
  };
1412
1402
  /**
1413
- * Lookup270: polymesh_primitives::transfer_compliance::TransferCondition
1403
+ * Lookup269: polymesh_primitives::transfer_compliance::TransferCondition
1414
1404
  **/
1415
1405
  PolymeshPrimitivesTransferComplianceTransferCondition: {
1416
1406
  _enum: {
@@ -1421,7 +1411,7 @@ declare const _default: {
1421
1411
  };
1422
1412
  };
1423
1413
  /**
1424
- * Lookup271: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
1414
+ * Lookup270: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
1425
1415
  **/
1426
1416
  PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
1427
1417
  asset: string;
@@ -1429,7 +1419,7 @@ declare const _default: {
1429
1419
  claimType: string;
1430
1420
  };
1431
1421
  /**
1432
- * Lookup273: pallet_sto::RawEvent<Moment>
1422
+ * Lookup272: pallet_sto::RawEvent<Moment>
1433
1423
  **/
1434
1424
  PalletStoRawEvent: {
1435
1425
  _enum: {
@@ -1442,7 +1432,7 @@ declare const _default: {
1442
1432
  };
1443
1433
  };
1444
1434
  /**
1445
- * Lookup276: pallet_sto::Fundraiser<Moment>
1435
+ * Lookup275: pallet_sto::Fundraiser<Moment>
1446
1436
  **/
1447
1437
  PalletStoFundraiser: {
1448
1438
  creator: string;
@@ -1458,7 +1448,7 @@ declare const _default: {
1458
1448
  minimumInvestment: string;
1459
1449
  };
1460
1450
  /**
1461
- * Lookup278: pallet_sto::FundraiserTier
1451
+ * Lookup277: pallet_sto::FundraiserTier
1462
1452
  **/
1463
1453
  PalletStoFundraiserTier: {
1464
1454
  total: string;
@@ -1466,13 +1456,13 @@ declare const _default: {
1466
1456
  remaining: string;
1467
1457
  };
1468
1458
  /**
1469
- * Lookup279: pallet_sto::FundraiserStatus
1459
+ * Lookup278: pallet_sto::FundraiserStatus
1470
1460
  **/
1471
1461
  PalletStoFundraiserStatus: {
1472
1462
  _enum: string[];
1473
1463
  };
1474
1464
  /**
1475
- * Lookup280: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
1465
+ * Lookup279: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
1476
1466
  **/
1477
1467
  PalletTreasuryRawEvent: {
1478
1468
  _enum: {
@@ -1482,7 +1472,7 @@ declare const _default: {
1482
1472
  };
1483
1473
  };
1484
1474
  /**
1485
- * Lookup281: pallet_utility::pallet::Event<T>
1475
+ * Lookup280: pallet_utility::pallet::Event<T>
1486
1476
  **/
1487
1477
  PalletUtilityEvent: {
1488
1478
  _enum: {
@@ -1510,7 +1500,7 @@ declare const _default: {
1510
1500
  };
1511
1501
  };
1512
1502
  /**
1513
- * Lookup285: polymesh_common_utilities::traits::base::Event
1503
+ * Lookup284: polymesh_common_utilities::traits::base::Event
1514
1504
  **/
1515
1505
  PolymeshCommonUtilitiesBaseEvent: {
1516
1506
  _enum: {
@@ -1518,7 +1508,7 @@ declare const _default: {
1518
1508
  };
1519
1509
  };
1520
1510
  /**
1521
- * Lookup287: polymesh_common_utilities::traits::external_agents::Event
1511
+ * Lookup286: polymesh_common_utilities::traits::external_agents::Event
1522
1512
  **/
1523
1513
  PolymeshCommonUtilitiesExternalAgentsEvent: {
1524
1514
  _enum: {
@@ -1530,7 +1520,7 @@ declare const _default: {
1530
1520
  };
1531
1521
  };
1532
1522
  /**
1533
- * Lookup288: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1523
+ * Lookup287: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1534
1524
  **/
1535
1525
  PolymeshCommonUtilitiesRelayerRawEvent: {
1536
1526
  _enum: {
@@ -1541,7 +1531,7 @@ declare const _default: {
1541
1531
  };
1542
1532
  };
1543
1533
  /**
1544
- * Lookup289: pallet_contracts::pallet::Event<T>
1534
+ * Lookup288: pallet_contracts::pallet::Event<T>
1545
1535
  **/
1546
1536
  PalletContractsEvent: {
1547
1537
  _enum: {
@@ -1579,7 +1569,7 @@ declare const _default: {
1579
1569
  };
1580
1570
  };
1581
1571
  /**
1582
- * Lookup290: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1572
+ * Lookup289: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1583
1573
  **/
1584
1574
  PolymeshContractsRawEvent: {
1585
1575
  _enum: {
@@ -1588,25 +1578,25 @@ declare const _default: {
1588
1578
  };
1589
1579
  };
1590
1580
  /**
1591
- * Lookup291: polymesh_contracts::Api
1581
+ * Lookup290: polymesh_contracts::Api
1592
1582
  **/
1593
1583
  PolymeshContractsApi: {
1594
1584
  desc: string;
1595
1585
  major: string;
1596
1586
  };
1597
1587
  /**
1598
- * Lookup292: polymesh_contracts::ChainVersion
1588
+ * Lookup291: polymesh_contracts::ChainVersion
1599
1589
  **/
1600
1590
  PolymeshContractsChainVersion: {
1601
1591
  specVersion: string;
1602
1592
  txVersion: string;
1603
1593
  };
1604
1594
  /**
1605
- * Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
1595
+ * Lookup292: polymesh_contracts::chain_extension::ExtrinsicId
1606
1596
  **/
1607
1597
  PolymeshContractsChainExtensionExtrinsicId: string;
1608
1598
  /**
1609
- * Lookup294: pallet_preimage::pallet::Event<T>
1599
+ * Lookup293: pallet_preimage::pallet::Event<T>
1610
1600
  **/
1611
1601
  PalletPreimageEvent: {
1612
1602
  _enum: {
@@ -1631,7 +1621,7 @@ declare const _default: {
1631
1621
  };
1632
1622
  };
1633
1623
  /**
1634
- * Lookup295: polymesh_common_utilities::traits::nft::Event
1624
+ * Lookup294: polymesh_common_utilities::traits::nft::Event
1635
1625
  **/
1636
1626
  PolymeshCommonUtilitiesNftEvent: {
1637
1627
  _enum: {
@@ -1640,7 +1630,7 @@ declare const _default: {
1640
1630
  };
1641
1631
  };
1642
1632
  /**
1643
- * Lookup297: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1633
+ * Lookup296: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1644
1634
  **/
1645
1635
  PalletTestUtilsRawEvent: {
1646
1636
  _enum: {
@@ -1649,7 +1639,7 @@ declare const _default: {
1649
1639
  };
1650
1640
  };
1651
1641
  /**
1652
- * Lookup298: frame_system::Phase
1642
+ * Lookup297: frame_system::Phase
1653
1643
  **/
1654
1644
  FrameSystemPhase: {
1655
1645
  _enum: {
@@ -1659,14 +1649,14 @@ declare const _default: {
1659
1649
  };
1660
1650
  };
1661
1651
  /**
1662
- * Lookup301: frame_system::LastRuntimeUpgradeInfo
1652
+ * Lookup300: frame_system::LastRuntimeUpgradeInfo
1663
1653
  **/
1664
1654
  FrameSystemLastRuntimeUpgradeInfo: {
1665
1655
  specVersion: string;
1666
1656
  specName: string;
1667
1657
  };
1668
1658
  /**
1669
- * Lookup304: frame_system::pallet::Call<T>
1659
+ * Lookup303: frame_system::pallet::Call<T>
1670
1660
  **/
1671
1661
  FrameSystemCall: {
1672
1662
  _enum: {
@@ -1701,7 +1691,7 @@ declare const _default: {
1701
1691
  };
1702
1692
  };
1703
1693
  /**
1704
- * Lookup308: frame_system::limits::BlockWeights
1694
+ * Lookup307: frame_system::limits::BlockWeights
1705
1695
  **/
1706
1696
  FrameSystemLimitsBlockWeights: {
1707
1697
  baseBlock: string;
@@ -1709,7 +1699,7 @@ declare const _default: {
1709
1699
  perClass: string;
1710
1700
  };
1711
1701
  /**
1712
- * Lookup309: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1702
+ * Lookup308: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1713
1703
  **/
1714
1704
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1715
1705
  normal: string;
@@ -1717,7 +1707,7 @@ declare const _default: {
1717
1707
  mandatory: string;
1718
1708
  };
1719
1709
  /**
1720
- * Lookup310: frame_system::limits::WeightsPerClass
1710
+ * Lookup309: frame_system::limits::WeightsPerClass
1721
1711
  **/
1722
1712
  FrameSystemLimitsWeightsPerClass: {
1723
1713
  baseExtrinsic: string;
@@ -1726,13 +1716,13 @@ declare const _default: {
1726
1716
  reserved: string;
1727
1717
  };
1728
1718
  /**
1729
- * Lookup312: frame_system::limits::BlockLength
1719
+ * Lookup311: frame_system::limits::BlockLength
1730
1720
  **/
1731
1721
  FrameSystemLimitsBlockLength: {
1732
1722
  max: string;
1733
1723
  };
1734
1724
  /**
1735
- * Lookup313: frame_support::dispatch::PerDispatchClass<T>
1725
+ * Lookup312: frame_support::dispatch::PerDispatchClass<T>
1736
1726
  **/
1737
1727
  FrameSupportDispatchPerDispatchClassU32: {
1738
1728
  normal: string;
@@ -1740,14 +1730,14 @@ declare const _default: {
1740
1730
  mandatory: string;
1741
1731
  };
1742
1732
  /**
1743
- * Lookup314: sp_weights::RuntimeDbWeight
1733
+ * Lookup313: sp_weights::RuntimeDbWeight
1744
1734
  **/
1745
1735
  SpWeightsRuntimeDbWeight: {
1746
1736
  read: string;
1747
1737
  write: string;
1748
1738
  };
1749
1739
  /**
1750
- * Lookup315: sp_version::RuntimeVersion
1740
+ * Lookup314: sp_version::RuntimeVersion
1751
1741
  **/
1752
1742
  SpVersionRuntimeVersion: {
1753
1743
  specName: string;
@@ -1760,17 +1750,17 @@ declare const _default: {
1760
1750
  stateVersion: string;
1761
1751
  };
1762
1752
  /**
1763
- * Lookup320: frame_system::pallet::Error<T>
1753
+ * Lookup319: frame_system::pallet::Error<T>
1764
1754
  **/
1765
1755
  FrameSystemError: {
1766
1756
  _enum: string[];
1767
1757
  };
1768
1758
  /**
1769
- * Lookup323: sp_consensus_babe::app::Public
1759
+ * Lookup322: sp_consensus_babe::app::Public
1770
1760
  **/
1771
1761
  SpConsensusBabeAppPublic: string;
1772
1762
  /**
1773
- * Lookup326: sp_consensus_babe::digests::NextConfigDescriptor
1763
+ * Lookup325: sp_consensus_babe::digests::NextConfigDescriptor
1774
1764
  **/
1775
1765
  SpConsensusBabeDigestsNextConfigDescriptor: {
1776
1766
  _enum: {
@@ -1782,13 +1772,13 @@ declare const _default: {
1782
1772
  };
1783
1773
  };
1784
1774
  /**
1785
- * Lookup328: sp_consensus_babe::AllowedSlots
1775
+ * Lookup327: sp_consensus_babe::AllowedSlots
1786
1776
  **/
1787
1777
  SpConsensusBabeAllowedSlots: {
1788
1778
  _enum: string[];
1789
1779
  };
1790
1780
  /**
1791
- * Lookup332: sp_consensus_babe::digests::PreDigest
1781
+ * Lookup331: sp_consensus_babe::digests::PreDigest
1792
1782
  **/
1793
1783
  SpConsensusBabeDigestsPreDigest: {
1794
1784
  _enum: {
@@ -1799,7 +1789,7 @@ declare const _default: {
1799
1789
  };
1800
1790
  };
1801
1791
  /**
1802
- * Lookup333: sp_consensus_babe::digests::PrimaryPreDigest
1792
+ * Lookup332: sp_consensus_babe::digests::PrimaryPreDigest
1803
1793
  **/
1804
1794
  SpConsensusBabeDigestsPrimaryPreDigest: {
1805
1795
  authorityIndex: string;
@@ -1808,14 +1798,14 @@ declare const _default: {
1808
1798
  vrfProof: string;
1809
1799
  };
1810
1800
  /**
1811
- * Lookup334: sp_consensus_babe::digests::SecondaryPlainPreDigest
1801
+ * Lookup333: sp_consensus_babe::digests::SecondaryPlainPreDigest
1812
1802
  **/
1813
1803
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1814
1804
  authorityIndex: string;
1815
1805
  slot: string;
1816
1806
  };
1817
1807
  /**
1818
- * Lookup335: sp_consensus_babe::digests::SecondaryVRFPreDigest
1808
+ * Lookup334: sp_consensus_babe::digests::SecondaryVRFPreDigest
1819
1809
  **/
1820
1810
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1821
1811
  authorityIndex: string;
@@ -1824,14 +1814,14 @@ declare const _default: {
1824
1814
  vrfProof: string;
1825
1815
  };
1826
1816
  /**
1827
- * Lookup336: sp_consensus_babe::BabeEpochConfiguration
1817
+ * Lookup335: sp_consensus_babe::BabeEpochConfiguration
1828
1818
  **/
1829
1819
  SpConsensusBabeBabeEpochConfiguration: {
1830
1820
  c: string;
1831
1821
  allowedSlots: string;
1832
1822
  };
1833
1823
  /**
1834
- * Lookup340: pallet_babe::pallet::Call<T>
1824
+ * Lookup339: pallet_babe::pallet::Call<T>
1835
1825
  **/
1836
1826
  PalletBabeCall: {
1837
1827
  _enum: {
@@ -1849,7 +1839,7 @@ declare const _default: {
1849
1839
  };
1850
1840
  };
1851
1841
  /**
1852
- * Lookup341: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1842
+ * Lookup340: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1853
1843
  **/
1854
1844
  SpConsensusSlotsEquivocationProof: {
1855
1845
  offender: string;
@@ -1858,7 +1848,7 @@ declare const _default: {
1858
1848
  secondHeader: string;
1859
1849
  };
1860
1850
  /**
1861
- * Lookup342: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1851
+ * Lookup341: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1862
1852
  **/
1863
1853
  SpRuntimeHeader: {
1864
1854
  parentHash: string;
@@ -1868,11 +1858,11 @@ declare const _default: {
1868
1858
  digest: string;
1869
1859
  };
1870
1860
  /**
1871
- * Lookup343: sp_runtime::traits::BlakeTwo256
1861
+ * Lookup342: sp_runtime::traits::BlakeTwo256
1872
1862
  **/
1873
1863
  SpRuntimeBlakeTwo256: string;
1874
1864
  /**
1875
- * Lookup344: sp_session::MembershipProof
1865
+ * Lookup343: sp_session::MembershipProof
1876
1866
  **/
1877
1867
  SpSessionMembershipProof: {
1878
1868
  session: string;
@@ -1880,13 +1870,13 @@ declare const _default: {
1880
1870
  validatorCount: string;
1881
1871
  };
1882
1872
  /**
1883
- * Lookup345: pallet_babe::pallet::Error<T>
1873
+ * Lookup344: pallet_babe::pallet::Error<T>
1884
1874
  **/
1885
1875
  PalletBabeError: {
1886
1876
  _enum: string[];
1887
1877
  };
1888
1878
  /**
1889
- * Lookup346: pallet_timestamp::pallet::Call<T>
1879
+ * Lookup345: pallet_timestamp::pallet::Call<T>
1890
1880
  **/
1891
1881
  PalletTimestampCall: {
1892
1882
  _enum: {
@@ -1896,7 +1886,7 @@ declare const _default: {
1896
1886
  };
1897
1887
  };
1898
1888
  /**
1899
- * Lookup348: pallet_indices::pallet::Call<T>
1889
+ * Lookup347: pallet_indices::pallet::Call<T>
1900
1890
  **/
1901
1891
  PalletIndicesCall: {
1902
1892
  _enum: {
@@ -1927,13 +1917,13 @@ declare const _default: {
1927
1917
  };
1928
1918
  };
1929
1919
  /**
1930
- * Lookup350: pallet_indices::pallet::Error<T>
1920
+ * Lookup349: pallet_indices::pallet::Error<T>
1931
1921
  **/
1932
1922
  PalletIndicesError: {
1933
1923
  _enum: string[];
1934
1924
  };
1935
1925
  /**
1936
- * Lookup352: pallet_balances::BalanceLock<Balance>
1926
+ * Lookup351: pallet_balances::BalanceLock<Balance>
1937
1927
  **/
1938
1928
  PalletBalancesBalanceLock: {
1939
1929
  id: string;
@@ -1941,13 +1931,13 @@ declare const _default: {
1941
1931
  reasons: string;
1942
1932
  };
1943
1933
  /**
1944
- * Lookup353: polymesh_common_utilities::traits::balances::Reasons
1934
+ * Lookup352: polymesh_common_utilities::traits::balances::Reasons
1945
1935
  **/
1946
1936
  PolymeshCommonUtilitiesBalancesReasons: {
1947
1937
  _enum: string[];
1948
1938
  };
1949
1939
  /**
1950
- * Lookup354: pallet_balances::Call<T>
1940
+ * Lookup353: pallet_balances::Call<T>
1951
1941
  **/
1952
1942
  PalletBalancesCall: {
1953
1943
  _enum: {
@@ -1979,19 +1969,19 @@ declare const _default: {
1979
1969
  };
1980
1970
  };
1981
1971
  /**
1982
- * Lookup355: pallet_balances::Error<T>
1972
+ * Lookup354: pallet_balances::Error<T>
1983
1973
  **/
1984
1974
  PalletBalancesError: {
1985
1975
  _enum: string[];
1986
1976
  };
1987
1977
  /**
1988
- * Lookup357: pallet_transaction_payment::Releases
1978
+ * Lookup356: pallet_transaction_payment::Releases
1989
1979
  **/
1990
1980
  PalletTransactionPaymentReleases: {
1991
1981
  _enum: string[];
1992
1982
  };
1993
1983
  /**
1994
- * Lookup359: sp_weights::WeightToFeeCoefficient<Balance>
1984
+ * Lookup358: sp_weights::WeightToFeeCoefficient<Balance>
1995
1985
  **/
1996
1986
  SpWeightsWeightToFeeCoefficient: {
1997
1987
  coeffInteger: string;
@@ -2000,27 +1990,27 @@ declare const _default: {
2000
1990
  degree: string;
2001
1991
  };
2002
1992
  /**
2003
- * Lookup360: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
1993
+ * Lookup359: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2004
1994
  **/
2005
1995
  PolymeshPrimitivesIdentityDidRecord: {
2006
1996
  primaryKey: string;
2007
1997
  };
2008
1998
  /**
2009
- * Lookup362: pallet_identity::types::Claim1stKey
1999
+ * Lookup361: pallet_identity::types::Claim1stKey
2010
2000
  **/
2011
2001
  PalletIdentityClaim1stKey: {
2012
2002
  target: string;
2013
2003
  claimType: string;
2014
2004
  };
2015
2005
  /**
2016
- * Lookup363: pallet_identity::types::Claim2ndKey
2006
+ * Lookup362: pallet_identity::types::Claim2ndKey
2017
2007
  **/
2018
2008
  PalletIdentityClaim2ndKey: {
2019
2009
  issuer: string;
2020
2010
  scope: string;
2021
2011
  };
2022
2012
  /**
2023
- * Lookup364: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2013
+ * Lookup363: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2024
2014
  **/
2025
2015
  PolymeshPrimitivesSecondaryKeyKeyRecord: {
2026
2016
  _enum: {
@@ -2030,7 +2020,7 @@ declare const _default: {
2030
2020
  };
2031
2021
  };
2032
2022
  /**
2033
- * Lookup367: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2023
+ * Lookup366: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2034
2024
  **/
2035
2025
  PolymeshPrimitivesAuthorization: {
2036
2026
  authorizationData: string;
@@ -2040,7 +2030,7 @@ declare const _default: {
2040
2030
  count: string;
2041
2031
  };
2042
2032
  /**
2043
- * Lookup370: pallet_identity::Call<T>
2033
+ * Lookup369: pallet_identity::Call<T>
2044
2034
  **/
2045
2035
  PalletIdentityCall: {
2046
2036
  _enum: {
@@ -2132,27 +2122,27 @@ declare const _default: {
2132
2122
  };
2133
2123
  };
2134
2124
  /**
2135
- * Lookup372: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2125
+ * Lookup371: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2136
2126
  **/
2137
2127
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2138
2128
  secondaryKey: string;
2139
2129
  authSignature: string;
2140
2130
  };
2141
2131
  /**
2142
- * Lookup375: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2132
+ * Lookup374: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2143
2133
  **/
2144
2134
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2145
2135
  key: string;
2146
2136
  authSignature: string;
2147
2137
  };
2148
2138
  /**
2149
- * Lookup376: pallet_identity::Error<T>
2139
+ * Lookup375: pallet_identity::Error<T>
2150
2140
  **/
2151
2141
  PalletIdentityError: {
2152
2142
  _enum: string[];
2153
2143
  };
2154
2144
  /**
2155
- * Lookup378: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2145
+ * Lookup377: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2156
2146
  **/
2157
2147
  PolymeshCommonUtilitiesGroupInactiveMember: {
2158
2148
  id: string;
@@ -2160,7 +2150,7 @@ declare const _default: {
2160
2150
  expiry: string;
2161
2151
  };
2162
2152
  /**
2163
- * Lookup379: pallet_group::Call<T, I>
2153
+ * Lookup378: pallet_group::Call<T, I>
2164
2154
  **/
2165
2155
  PalletGroupCall: {
2166
2156
  _enum: {
@@ -2189,13 +2179,13 @@ declare const _default: {
2189
2179
  };
2190
2180
  };
2191
2181
  /**
2192
- * Lookup380: pallet_group::Error<T, I>
2182
+ * Lookup379: pallet_group::Error<T, I>
2193
2183
  **/
2194
2184
  PalletGroupError: {
2195
2185
  _enum: string[];
2196
2186
  };
2197
2187
  /**
2198
- * Lookup382: pallet_committee::Call<T, I>
2188
+ * Lookup381: pallet_committee::Call<T, I>
2199
2189
  **/
2200
2190
  PalletCommitteeCall: {
2201
2191
  _enum: {
@@ -2221,7 +2211,7 @@ declare const _default: {
2221
2211
  };
2222
2212
  };
2223
2213
  /**
2224
- * Lookup388: pallet_multisig::Call<T>
2214
+ * Lookup387: pallet_multisig::Call<T>
2225
2215
  **/
2226
2216
  PalletMultisigCall: {
2227
2217
  _enum: {
@@ -2315,7 +2305,7 @@ declare const _default: {
2315
2305
  };
2316
2306
  };
2317
2307
  /**
2318
- * Lookup389: pallet_bridge::Call<T>
2308
+ * Lookup388: pallet_bridge::Call<T>
2319
2309
  **/
2320
2310
  PalletBridgeCall: {
2321
2311
  _enum: {
@@ -2370,7 +2360,7 @@ declare const _default: {
2370
2360
  };
2371
2361
  };
2372
2362
  /**
2373
- * Lookup393: pallet_staking::Call<T>
2363
+ * Lookup392: pallet_staking::Call<T>
2374
2364
  **/
2375
2365
  PalletStakingCall: {
2376
2366
  _enum: {
@@ -2496,7 +2486,7 @@ declare const _default: {
2496
2486
  };
2497
2487
  };
2498
2488
  /**
2499
- * Lookup394: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2489
+ * Lookup393: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2500
2490
  **/
2501
2491
  PalletStakingRewardDestination: {
2502
2492
  _enum: {
@@ -2507,14 +2497,14 @@ declare const _default: {
2507
2497
  };
2508
2498
  };
2509
2499
  /**
2510
- * Lookup395: pallet_staking::ValidatorPrefs
2500
+ * Lookup394: pallet_staking::ValidatorPrefs
2511
2501
  **/
2512
2502
  PalletStakingValidatorPrefs: {
2513
2503
  commission: string;
2514
2504
  blocked: string;
2515
2505
  };
2516
2506
  /**
2517
- * Lookup401: pallet_staking::CompactAssignments
2507
+ * Lookup400: pallet_staking::CompactAssignments
2518
2508
  **/
2519
2509
  PalletStakingCompactAssignments: {
2520
2510
  votes1: string;
@@ -2535,7 +2525,7 @@ declare const _default: {
2535
2525
  votes16: string;
2536
2526
  };
2537
2527
  /**
2538
- * Lookup452: sp_npos_elections::ElectionScore
2528
+ * Lookup451: sp_npos_elections::ElectionScore
2539
2529
  **/
2540
2530
  SpNposElectionsElectionScore: {
2541
2531
  minimalStake: string;
@@ -2543,14 +2533,14 @@ declare const _default: {
2543
2533
  sumStakeSquared: string;
2544
2534
  };
2545
2535
  /**
2546
- * Lookup453: pallet_staking::ElectionSize
2536
+ * Lookup452: pallet_staking::ElectionSize
2547
2537
  **/
2548
2538
  PalletStakingElectionSize: {
2549
2539
  validators: string;
2550
2540
  nominators: string;
2551
2541
  };
2552
2542
  /**
2553
- * Lookup454: pallet_session::pallet::Call<T>
2543
+ * Lookup453: pallet_session::pallet::Call<T>
2554
2544
  **/
2555
2545
  PalletSessionCall: {
2556
2546
  _enum: {
@@ -2565,20 +2555,20 @@ declare const _default: {
2565
2555
  };
2566
2556
  };
2567
2557
  /**
2568
- * Lookup455: polymesh_runtime_develop::runtime::SessionKeys
2558
+ * Lookup454: polymesh_runtime_testnet::runtime::SessionKeys
2569
2559
  **/
2570
- PolymeshRuntimeDevelopRuntimeSessionKeys: {
2560
+ PolymeshRuntimeTestnetRuntimeSessionKeys: {
2571
2561
  grandpa: string;
2572
2562
  babe: string;
2573
2563
  imOnline: string;
2574
2564
  authorityDiscovery: string;
2575
2565
  };
2576
2566
  /**
2577
- * Lookup456: sp_authority_discovery::app::Public
2567
+ * Lookup455: sp_authority_discovery::app::Public
2578
2568
  **/
2579
2569
  SpAuthorityDiscoveryAppPublic: string;
2580
2570
  /**
2581
- * Lookup457: pallet_grandpa::pallet::Call<T>
2571
+ * Lookup456: pallet_grandpa::pallet::Call<T>
2582
2572
  **/
2583
2573
  PalletGrandpaCall: {
2584
2574
  _enum: {
@@ -2597,14 +2587,14 @@ declare const _default: {
2597
2587
  };
2598
2588
  };
2599
2589
  /**
2600
- * Lookup458: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2590
+ * Lookup457: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2601
2591
  **/
2602
2592
  SpConsensusGrandpaEquivocationProof: {
2603
2593
  setId: string;
2604
2594
  equivocation: string;
2605
2595
  };
2606
2596
  /**
2607
- * Lookup459: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2597
+ * Lookup458: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2608
2598
  **/
2609
2599
  SpConsensusGrandpaEquivocation: {
2610
2600
  _enum: {
@@ -2613,7 +2603,7 @@ declare const _default: {
2613
2603
  };
2614
2604
  };
2615
2605
  /**
2616
- * Lookup460: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2606
+ * Lookup459: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2617
2607
  **/
2618
2608
  FinalityGrandpaEquivocationPrevote: {
2619
2609
  roundNumber: string;
@@ -2622,22 +2612,22 @@ declare const _default: {
2622
2612
  second: string;
2623
2613
  };
2624
2614
  /**
2625
- * Lookup461: finality_grandpa::Prevote<primitive_types::H256, N>
2615
+ * Lookup460: finality_grandpa::Prevote<primitive_types::H256, N>
2626
2616
  **/
2627
2617
  FinalityGrandpaPrevote: {
2628
2618
  targetHash: string;
2629
2619
  targetNumber: string;
2630
2620
  };
2631
2621
  /**
2632
- * Lookup462: sp_consensus_grandpa::app::Signature
2622
+ * Lookup461: sp_consensus_grandpa::app::Signature
2633
2623
  **/
2634
2624
  SpConsensusGrandpaAppSignature: string;
2635
2625
  /**
2636
- * Lookup463: sp_core::ed25519::Signature
2626
+ * Lookup462: sp_core::ed25519::Signature
2637
2627
  **/
2638
2628
  SpCoreEd25519Signature: string;
2639
2629
  /**
2640
- * Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2630
+ * Lookup464: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2641
2631
  **/
2642
2632
  FinalityGrandpaEquivocationPrecommit: {
2643
2633
  roundNumber: string;
@@ -2646,14 +2636,14 @@ declare const _default: {
2646
2636
  second: string;
2647
2637
  };
2648
2638
  /**
2649
- * Lookup466: finality_grandpa::Precommit<primitive_types::H256, N>
2639
+ * Lookup465: finality_grandpa::Precommit<primitive_types::H256, N>
2650
2640
  **/
2651
2641
  FinalityGrandpaPrecommit: {
2652
2642
  targetHash: string;
2653
2643
  targetNumber: string;
2654
2644
  };
2655
2645
  /**
2656
- * Lookup468: pallet_im_online::pallet::Call<T>
2646
+ * Lookup467: pallet_im_online::pallet::Call<T>
2657
2647
  **/
2658
2648
  PalletImOnlineCall: {
2659
2649
  _enum: {
@@ -2664,7 +2654,7 @@ declare const _default: {
2664
2654
  };
2665
2655
  };
2666
2656
  /**
2667
- * Lookup469: pallet_im_online::Heartbeat<BlockNumber>
2657
+ * Lookup468: pallet_im_online::Heartbeat<BlockNumber>
2668
2658
  **/
2669
2659
  PalletImOnlineHeartbeat: {
2670
2660
  blockNumber: string;
@@ -2674,46 +2664,22 @@ declare const _default: {
2674
2664
  validatorsLen: string;
2675
2665
  };
2676
2666
  /**
2677
- * Lookup470: sp_core::offchain::OpaqueNetworkState
2667
+ * Lookup469: sp_core::offchain::OpaqueNetworkState
2678
2668
  **/
2679
2669
  SpCoreOffchainOpaqueNetworkState: {
2680
2670
  peerId: string;
2681
2671
  externalAddresses: string;
2682
2672
  };
2683
2673
  /**
2684
- * Lookup474: pallet_im_online::sr25519::app_sr25519::Signature
2674
+ * Lookup473: pallet_im_online::sr25519::app_sr25519::Signature
2685
2675
  **/
2686
2676
  PalletImOnlineSr25519AppSr25519Signature: string;
2687
2677
  /**
2688
- * Lookup475: sp_core::sr25519::Signature
2678
+ * Lookup474: sp_core::sr25519::Signature
2689
2679
  **/
2690
2680
  SpCoreSr25519Signature: string;
2691
2681
  /**
2692
- * Lookup476: pallet_sudo::Call<T>
2693
- **/
2694
- PalletSudoCall: {
2695
- _enum: {
2696
- sudo: {
2697
- call: string;
2698
- };
2699
- sudo_unchecked_weight: {
2700
- call: string;
2701
- weight: string;
2702
- };
2703
- set_key: {
2704
- _alias: {
2705
- new_: string;
2706
- };
2707
- new_: string;
2708
- };
2709
- sudo_as: {
2710
- who: string;
2711
- call: string;
2712
- };
2713
- };
2714
- };
2715
- /**
2716
- * Lookup477: pallet_asset::Call<T>
2682
+ * Lookup475: pallet_asset::Call<T>
2717
2683
  **/
2718
2684
  PalletAssetCall: {
2719
2685
  _enum: {
@@ -2847,7 +2813,7 @@ declare const _default: {
2847
2813
  };
2848
2814
  };
2849
2815
  /**
2850
- * Lookup479: pallet_corporate_actions::distribution::Call<T>
2816
+ * Lookup477: pallet_corporate_actions::distribution::Call<T>
2851
2817
  **/
2852
2818
  PalletCorporateActionsDistributionCall: {
2853
2819
  _enum: {
@@ -2876,7 +2842,7 @@ declare const _default: {
2876
2842
  };
2877
2843
  };
2878
2844
  /**
2879
- * Lookup481: pallet_asset::checkpoint::Call<T>
2845
+ * Lookup479: pallet_asset::checkpoint::Call<T>
2880
2846
  **/
2881
2847
  PalletAssetCheckpointCall: {
2882
2848
  _enum: {
@@ -2897,7 +2863,7 @@ declare const _default: {
2897
2863
  };
2898
2864
  };
2899
2865
  /**
2900
- * Lookup482: pallet_compliance_manager::Call<T>
2866
+ * Lookup480: pallet_compliance_manager::Call<T>
2901
2867
  **/
2902
2868
  PalletComplianceManagerCall: {
2903
2869
  _enum: {
@@ -2938,7 +2904,7 @@ declare const _default: {
2938
2904
  };
2939
2905
  };
2940
2906
  /**
2941
- * Lookup483: pallet_corporate_actions::Call<T>
2907
+ * Lookup481: pallet_corporate_actions::Call<T>
2942
2908
  **/
2943
2909
  PalletCorporateActionsCall: {
2944
2910
  _enum: {
@@ -2991,7 +2957,7 @@ declare const _default: {
2991
2957
  };
2992
2958
  };
2993
2959
  /**
2994
- * Lookup485: pallet_corporate_actions::RecordDateSpec
2960
+ * Lookup483: pallet_corporate_actions::RecordDateSpec
2995
2961
  **/
2996
2962
  PalletCorporateActionsRecordDateSpec: {
2997
2963
  _enum: {
@@ -3001,7 +2967,7 @@ declare const _default: {
3001
2967
  };
3002
2968
  };
3003
2969
  /**
3004
- * Lookup488: pallet_corporate_actions::InitiateCorporateActionArgs
2970
+ * Lookup486: pallet_corporate_actions::InitiateCorporateActionArgs
3005
2971
  **/
3006
2972
  PalletCorporateActionsInitiateCorporateActionArgs: {
3007
2973
  ticker: string;
@@ -3014,7 +2980,7 @@ declare const _default: {
3014
2980
  withholdingTax: string;
3015
2981
  };
3016
2982
  /**
3017
- * Lookup489: pallet_corporate_actions::ballot::Call<T>
2983
+ * Lookup487: pallet_corporate_actions::ballot::Call<T>
3018
2984
  **/
3019
2985
  PalletCorporateActionsBallotCall: {
3020
2986
  _enum: {
@@ -3046,7 +3012,7 @@ declare const _default: {
3046
3012
  };
3047
3013
  };
3048
3014
  /**
3049
- * Lookup490: pallet_pips::Call<T>
3015
+ * Lookup488: pallet_pips::Call<T>
3050
3016
  **/
3051
3017
  PalletPipsCall: {
3052
3018
  _enum: {
@@ -3107,13 +3073,13 @@ declare const _default: {
3107
3073
  };
3108
3074
  };
3109
3075
  /**
3110
- * Lookup493: pallet_pips::SnapshotResult
3076
+ * Lookup491: pallet_pips::SnapshotResult
3111
3077
  **/
3112
3078
  PalletPipsSnapshotResult: {
3113
3079
  _enum: string[];
3114
3080
  };
3115
3081
  /**
3116
- * Lookup494: pallet_portfolio::Call<T>
3082
+ * Lookup492: pallet_portfolio::Call<T>
3117
3083
  **/
3118
3084
  PalletPortfolioCall: {
3119
3085
  _enum: {
@@ -3159,14 +3125,14 @@ declare const _default: {
3159
3125
  };
3160
3126
  };
3161
3127
  /**
3162
- * Lookup496: polymesh_primitives::portfolio::Fund
3128
+ * Lookup494: polymesh_primitives::portfolio::Fund
3163
3129
  **/
3164
3130
  PolymeshPrimitivesPortfolioFund: {
3165
3131
  description: string;
3166
3132
  memo: string;
3167
3133
  };
3168
3134
  /**
3169
- * Lookup497: pallet_protocol_fee::Call<T>
3135
+ * Lookup495: pallet_protocol_fee::Call<T>
3170
3136
  **/
3171
3137
  PalletProtocolFeeCall: {
3172
3138
  _enum: {
@@ -3180,13 +3146,13 @@ declare const _default: {
3180
3146
  };
3181
3147
  };
3182
3148
  /**
3183
- * Lookup498: polymesh_common_utilities::protocol_fee::ProtocolOp
3149
+ * Lookup496: polymesh_common_utilities::protocol_fee::ProtocolOp
3184
3150
  **/
3185
3151
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3186
3152
  _enum: string[];
3187
3153
  };
3188
3154
  /**
3189
- * Lookup499: pallet_scheduler::pallet::Call<T>
3155
+ * Lookup497: pallet_scheduler::pallet::Call<T>
3190
3156
  **/
3191
3157
  PalletSchedulerCall: {
3192
3158
  _enum: {
@@ -3226,7 +3192,7 @@ declare const _default: {
3226
3192
  };
3227
3193
  };
3228
3194
  /**
3229
- * Lookup501: pallet_settlement::Call<T>
3195
+ * Lookup499: pallet_settlement::Call<T>
3230
3196
  **/
3231
3197
  PalletSettlementCall: {
3232
3198
  _enum: {
@@ -3330,7 +3296,7 @@ declare const _default: {
3330
3296
  };
3331
3297
  };
3332
3298
  /**
3333
- * Lookup503: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3299
+ * Lookup501: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3334
3300
  **/
3335
3301
  PolymeshPrimitivesSettlementReceiptDetails: {
3336
3302
  uid: string;
@@ -3341,7 +3307,7 @@ declare const _default: {
3341
3307
  metadata: string;
3342
3308
  };
3343
3309
  /**
3344
- * Lookup504: sp_runtime::MultiSignature
3310
+ * Lookup502: sp_runtime::MultiSignature
3345
3311
  **/
3346
3312
  SpRuntimeMultiSignature: {
3347
3313
  _enum: {
@@ -3351,11 +3317,11 @@ declare const _default: {
3351
3317
  };
3352
3318
  };
3353
3319
  /**
3354
- * Lookup505: sp_core::ecdsa::Signature
3320
+ * Lookup503: sp_core::ecdsa::Signature
3355
3321
  **/
3356
3322
  SpCoreEcdsaSignature: string;
3357
3323
  /**
3358
- * Lookup508: polymesh_primitives::settlement::AffirmationCount
3324
+ * Lookup506: polymesh_primitives::settlement::AffirmationCount
3359
3325
  **/
3360
3326
  PolymeshPrimitivesSettlementAffirmationCount: {
3361
3327
  senderAssetCount: string;
@@ -3363,7 +3329,7 @@ declare const _default: {
3363
3329
  offchainCount: string;
3364
3330
  };
3365
3331
  /**
3366
- * Lookup509: polymesh_primitives::settlement::AssetCount
3332
+ * Lookup507: polymesh_primitives::settlement::AssetCount
3367
3333
  **/
3368
3334
  PolymeshPrimitivesSettlementAssetCount: {
3369
3335
  fungible: string;
@@ -3371,7 +3337,7 @@ declare const _default: {
3371
3337
  offChain: string;
3372
3338
  };
3373
3339
  /**
3374
- * Lookup511: pallet_statistics::Call<T>
3340
+ * Lookup509: pallet_statistics::Call<T>
3375
3341
  **/
3376
3342
  PalletStatisticsCall: {
3377
3343
  _enum: {
@@ -3396,7 +3362,7 @@ declare const _default: {
3396
3362
  };
3397
3363
  };
3398
3364
  /**
3399
- * Lookup516: pallet_sto::Call<T>
3365
+ * Lookup514: pallet_sto::Call<T>
3400
3366
  **/
3401
3367
  PalletStoCall: {
3402
3368
  _enum: {
@@ -3442,14 +3408,14 @@ declare const _default: {
3442
3408
  };
3443
3409
  };
3444
3410
  /**
3445
- * Lookup518: pallet_sto::PriceTier
3411
+ * Lookup516: pallet_sto::PriceTier
3446
3412
  **/
3447
3413
  PalletStoPriceTier: {
3448
3414
  total: string;
3449
3415
  price: string;
3450
3416
  };
3451
3417
  /**
3452
- * Lookup520: pallet_treasury::Call<T>
3418
+ * Lookup518: pallet_treasury::Call<T>
3453
3419
  **/
3454
3420
  PalletTreasuryCall: {
3455
3421
  _enum: {
@@ -3462,14 +3428,14 @@ declare const _default: {
3462
3428
  };
3463
3429
  };
3464
3430
  /**
3465
- * Lookup522: polymesh_primitives::Beneficiary<Balance>
3431
+ * Lookup520: polymesh_primitives::Beneficiary<Balance>
3466
3432
  **/
3467
3433
  PolymeshPrimitivesBeneficiary: {
3468
3434
  id: string;
3469
3435
  amount: string;
3470
3436
  };
3471
3437
  /**
3472
- * Lookup523: pallet_utility::pallet::Call<T>
3438
+ * Lookup521: pallet_utility::pallet::Call<T>
3473
3439
  **/
3474
3440
  PalletUtilityCall: {
3475
3441
  _enum: {
@@ -3504,19 +3470,23 @@ declare const _default: {
3504
3470
  batch_optimistic: {
3505
3471
  calls: string;
3506
3472
  };
3473
+ as_derivative: {
3474
+ index: string;
3475
+ call: string;
3476
+ };
3507
3477
  };
3508
3478
  };
3509
3479
  /**
3510
- * Lookup525: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3480
+ * Lookup523: pallet_utility::UniqueCall<polymesh_runtime_testnet::runtime::RuntimeCall>
3511
3481
  **/
3512
3482
  PalletUtilityUniqueCall: {
3513
3483
  nonce: string;
3514
3484
  call: string;
3515
3485
  };
3516
3486
  /**
3517
- * Lookup526: polymesh_runtime_develop::runtime::OriginCaller
3487
+ * Lookup524: polymesh_runtime_testnet::runtime::OriginCaller
3518
3488
  **/
3519
- PolymeshRuntimeDevelopRuntimeOriginCaller: {
3489
+ PolymeshRuntimeTestnetRuntimeOriginCaller: {
3520
3490
  _enum: {
3521
3491
  system: string;
3522
3492
  __Unused1: string;
@@ -3535,7 +3505,7 @@ declare const _default: {
3535
3505
  };
3536
3506
  };
3537
3507
  /**
3538
- * Lookup527: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3508
+ * Lookup525: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3539
3509
  **/
3540
3510
  FrameSupportDispatchRawOrigin: {
3541
3511
  _enum: {
@@ -3545,33 +3515,33 @@ declare const _default: {
3545
3515
  };
3546
3516
  };
3547
3517
  /**
3548
- * Lookup528: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3518
+ * Lookup526: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3549
3519
  **/
3550
3520
  PalletCommitteeRawOriginInstance1: {
3551
3521
  _enum: string[];
3552
3522
  };
3553
3523
  /**
3554
- * Lookup529: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3524
+ * Lookup527: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3555
3525
  **/
3556
3526
  PalletCommitteeRawOriginInstance3: {
3557
3527
  _enum: string[];
3558
3528
  };
3559
3529
  /**
3560
- * Lookup530: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3530
+ * Lookup528: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3561
3531
  **/
3562
3532
  PalletCommitteeRawOriginInstance4: {
3563
3533
  _enum: string[];
3564
3534
  };
3565
3535
  /**
3566
- * Lookup531: sp_core::Void
3536
+ * Lookup529: sp_core::Void
3567
3537
  **/
3568
3538
  SpCoreVoid: string;
3569
3539
  /**
3570
- * Lookup532: pallet_base::Call<T>
3540
+ * Lookup530: pallet_base::Call<T>
3571
3541
  **/
3572
3542
  PalletBaseCall: string;
3573
3543
  /**
3574
- * Lookup533: pallet_external_agents::Call<T>
3544
+ * Lookup531: pallet_external_agents::Call<T>
3575
3545
  **/
3576
3546
  PalletExternalAgentsCall: {
3577
3547
  _enum: {
@@ -3613,7 +3583,7 @@ declare const _default: {
3613
3583
  };
3614
3584
  };
3615
3585
  /**
3616
- * Lookup534: pallet_relayer::Call<T>
3586
+ * Lookup532: pallet_relayer::Call<T>
3617
3587
  **/
3618
3588
  PalletRelayerCall: {
3619
3589
  _enum: {
@@ -3643,7 +3613,7 @@ declare const _default: {
3643
3613
  };
3644
3614
  };
3645
3615
  /**
3646
- * Lookup535: pallet_contracts::pallet::Call<T>
3616
+ * Lookup533: pallet_contracts::pallet::Call<T>
3647
3617
  **/
3648
3618
  PalletContractsCall: {
3649
3619
  _enum: {
@@ -3708,13 +3678,13 @@ declare const _default: {
3708
3678
  };
3709
3679
  };
3710
3680
  /**
3711
- * Lookup539: pallet_contracts::wasm::Determinism
3681
+ * Lookup537: pallet_contracts::wasm::Determinism
3712
3682
  **/
3713
3683
  PalletContractsWasmDeterminism: {
3714
3684
  _enum: string[];
3715
3685
  };
3716
3686
  /**
3717
- * Lookup540: polymesh_contracts::Call<T>
3687
+ * Lookup538: polymesh_contracts::Call<T>
3718
3688
  **/
3719
3689
  PolymeshContractsCall: {
3720
3690
  _enum: {
@@ -3762,14 +3732,14 @@ declare const _default: {
3762
3732
  };
3763
3733
  };
3764
3734
  /**
3765
- * Lookup543: polymesh_contracts::NextUpgrade<T>
3735
+ * Lookup541: polymesh_contracts::NextUpgrade<T>
3766
3736
  **/
3767
3737
  PolymeshContractsNextUpgrade: {
3768
3738
  chainVersion: string;
3769
3739
  apiHash: string;
3770
3740
  };
3771
3741
  /**
3772
- * Lookup544: polymesh_contracts::ApiCodeHash<T>
3742
+ * Lookup542: polymesh_contracts::ApiCodeHash<T>
3773
3743
  **/
3774
3744
  PolymeshContractsApiCodeHash: {
3775
3745
  _alias: {
@@ -3778,7 +3748,7 @@ declare const _default: {
3778
3748
  hash_: string;
3779
3749
  };
3780
3750
  /**
3781
- * Lookup545: pallet_preimage::pallet::Call<T>
3751
+ * Lookup543: pallet_preimage::pallet::Call<T>
3782
3752
  **/
3783
3753
  PalletPreimageCall: {
3784
3754
  _enum: {
@@ -3806,7 +3776,7 @@ declare const _default: {
3806
3776
  };
3807
3777
  };
3808
3778
  /**
3809
- * Lookup546: pallet_nft::Call<T>
3779
+ * Lookup544: pallet_nft::Call<T>
3810
3780
  **/
3811
3781
  PalletNftCall: {
3812
3782
  _enum: {
@@ -3834,18 +3804,18 @@ declare const _default: {
3834
3804
  };
3835
3805
  };
3836
3806
  /**
3837
- * Lookup548: polymesh_primitives::nft::NFTCollectionKeys
3807
+ * Lookup546: polymesh_primitives::nft::NFTCollectionKeys
3838
3808
  **/
3839
3809
  PolymeshPrimitivesNftNftCollectionKeys: string;
3840
3810
  /**
3841
- * Lookup551: polymesh_primitives::nft::NFTMetadataAttribute
3811
+ * Lookup549: polymesh_primitives::nft::NFTMetadataAttribute
3842
3812
  **/
3843
3813
  PolymeshPrimitivesNftNftMetadataAttribute: {
3844
3814
  key: string;
3845
3815
  value: string;
3846
3816
  };
3847
3817
  /**
3848
- * Lookup552: pallet_test_utils::Call<T>
3818
+ * Lookup550: pallet_test_utils::Call<T>
3849
3819
  **/
3850
3820
  PalletTestUtilsCall: {
3851
3821
  _enum: {
@@ -3862,7 +3832,7 @@ declare const _default: {
3862
3832
  };
3863
3833
  };
3864
3834
  /**
3865
- * Lookup553: pallet_committee::PolymeshVotes<BlockNumber>
3835
+ * Lookup551: pallet_committee::PolymeshVotes<BlockNumber>
3866
3836
  **/
3867
3837
  PalletCommitteePolymeshVotes: {
3868
3838
  index: string;
@@ -3871,13 +3841,13 @@ declare const _default: {
3871
3841
  expiry: string;
3872
3842
  };
3873
3843
  /**
3874
- * Lookup555: pallet_committee::Error<T, I>
3844
+ * Lookup553: pallet_committee::Error<T, I>
3875
3845
  **/
3876
3846
  PalletCommitteeError: {
3877
3847
  _enum: string[];
3878
3848
  };
3879
3849
  /**
3880
- * Lookup565: polymesh_primitives::multisig::ProposalDetails<T>
3850
+ * Lookup563: polymesh_primitives::multisig::ProposalDetails<T>
3881
3851
  **/
3882
3852
  PolymeshPrimitivesMultisigProposalDetails: {
3883
3853
  approvals: string;
@@ -3887,19 +3857,19 @@ declare const _default: {
3887
3857
  autoClose: string;
3888
3858
  };
3889
3859
  /**
3890
- * Lookup566: polymesh_primitives::multisig::ProposalStatus
3860
+ * Lookup564: polymesh_primitives::multisig::ProposalStatus
3891
3861
  **/
3892
3862
  PolymeshPrimitivesMultisigProposalStatus: {
3893
3863
  _enum: string[];
3894
3864
  };
3895
3865
  /**
3896
- * Lookup568: pallet_multisig::Error<T>
3866
+ * Lookup566: pallet_multisig::Error<T>
3897
3867
  **/
3898
3868
  PalletMultisigError: {
3899
3869
  _enum: string[];
3900
3870
  };
3901
3871
  /**
3902
- * Lookup570: pallet_bridge::BridgeTxDetail<BlockNumber>
3872
+ * Lookup568: pallet_bridge::BridgeTxDetail<BlockNumber>
3903
3873
  **/
3904
3874
  PalletBridgeBridgeTxDetail: {
3905
3875
  amount: string;
@@ -3908,7 +3878,7 @@ declare const _default: {
3908
3878
  txHash: string;
3909
3879
  };
3910
3880
  /**
3911
- * Lookup571: pallet_bridge::BridgeTxStatus
3881
+ * Lookup569: pallet_bridge::BridgeTxStatus
3912
3882
  **/
3913
3883
  PalletBridgeBridgeTxStatus: {
3914
3884
  _enum: {
@@ -3920,13 +3890,13 @@ declare const _default: {
3920
3890
  };
3921
3891
  };
3922
3892
  /**
3923
- * Lookup574: pallet_bridge::Error<T>
3893
+ * Lookup572: pallet_bridge::Error<T>
3924
3894
  **/
3925
3895
  PalletBridgeError: {
3926
3896
  _enum: string[];
3927
3897
  };
3928
3898
  /**
3929
- * Lookup575: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
3899
+ * Lookup573: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
3930
3900
  **/
3931
3901
  PalletStakingStakingLedger: {
3932
3902
  stash: string;
@@ -3936,14 +3906,14 @@ declare const _default: {
3936
3906
  claimedRewards: string;
3937
3907
  };
3938
3908
  /**
3939
- * Lookup577: pallet_staking::UnlockChunk<Balance>
3909
+ * Lookup575: pallet_staking::UnlockChunk<Balance>
3940
3910
  **/
3941
3911
  PalletStakingUnlockChunk: {
3942
3912
  value: string;
3943
3913
  era: string;
3944
3914
  };
3945
3915
  /**
3946
- * Lookup578: pallet_staking::Nominations<sp_core::crypto::AccountId32>
3916
+ * Lookup576: pallet_staking::Nominations<sp_core::crypto::AccountId32>
3947
3917
  **/
3948
3918
  PalletStakingNominations: {
3949
3919
  targets: string;
@@ -3951,27 +3921,27 @@ declare const _default: {
3951
3921
  suppressed: string;
3952
3922
  };
3953
3923
  /**
3954
- * Lookup579: pallet_staking::ActiveEraInfo
3924
+ * Lookup577: pallet_staking::ActiveEraInfo
3955
3925
  **/
3956
3926
  PalletStakingActiveEraInfo: {
3957
3927
  index: string;
3958
3928
  start: string;
3959
3929
  };
3960
3930
  /**
3961
- * Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
3931
+ * Lookup579: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
3962
3932
  **/
3963
3933
  PalletStakingEraRewardPoints: {
3964
3934
  total: string;
3965
3935
  individual: string;
3966
3936
  };
3967
3937
  /**
3968
- * Lookup584: pallet_staking::Forcing
3938
+ * Lookup582: pallet_staking::Forcing
3969
3939
  **/
3970
3940
  PalletStakingForcing: {
3971
3941
  _enum: string[];
3972
3942
  };
3973
3943
  /**
3974
- * Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
3944
+ * Lookup584: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
3975
3945
  **/
3976
3946
  PalletStakingUnappliedSlash: {
3977
3947
  validator: string;
@@ -3981,7 +3951,7 @@ declare const _default: {
3981
3951
  payout: string;
3982
3952
  };
3983
3953
  /**
3984
- * Lookup590: pallet_staking::slashing::SlashingSpans
3954
+ * Lookup588: pallet_staking::slashing::SlashingSpans
3985
3955
  **/
3986
3956
  PalletStakingSlashingSlashingSpans: {
3987
3957
  spanIndex: string;
@@ -3990,14 +3960,14 @@ declare const _default: {
3990
3960
  prior: string;
3991
3961
  };
3992
3962
  /**
3993
- * Lookup591: pallet_staking::slashing::SpanRecord<Balance>
3963
+ * Lookup589: pallet_staking::slashing::SpanRecord<Balance>
3994
3964
  **/
3995
3965
  PalletStakingSlashingSpanRecord: {
3996
3966
  slashed: string;
3997
3967
  paidOut: string;
3998
3968
  };
3999
3969
  /**
4000
- * Lookup594: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
3970
+ * Lookup592: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4001
3971
  **/
4002
3972
  PalletStakingElectionResult: {
4003
3973
  electedStashes: string;
@@ -4005,7 +3975,7 @@ declare const _default: {
4005
3975
  compute: string;
4006
3976
  };
4007
3977
  /**
4008
- * Lookup595: pallet_staking::ElectionStatus<BlockNumber>
3978
+ * Lookup593: pallet_staking::ElectionStatus<BlockNumber>
4009
3979
  **/
4010
3980
  PalletStakingElectionStatus: {
4011
3981
  _enum: {
@@ -4014,43 +3984,43 @@ declare const _default: {
4014
3984
  };
4015
3985
  };
4016
3986
  /**
4017
- * Lookup596: pallet_staking::PermissionedIdentityPrefs
3987
+ * Lookup594: pallet_staking::PermissionedIdentityPrefs
4018
3988
  **/
4019
3989
  PalletStakingPermissionedIdentityPrefs: {
4020
3990
  intendedCount: string;
4021
3991
  runningCount: string;
4022
3992
  };
4023
3993
  /**
4024
- * Lookup597: pallet_staking::Releases
3994
+ * Lookup595: pallet_staking::Releases
4025
3995
  **/
4026
3996
  PalletStakingReleases: {
4027
3997
  _enum: string[];
4028
3998
  };
4029
3999
  /**
4030
- * Lookup599: pallet_staking::Error<T>
4000
+ * Lookup597: pallet_staking::Error<T>
4031
4001
  **/
4032
4002
  PalletStakingError: {
4033
4003
  _enum: string[];
4034
4004
  };
4035
4005
  /**
4036
- * Lookup600: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4006
+ * Lookup598: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4037
4007
  **/
4038
4008
  SpStakingOffenceOffenceDetails: {
4039
4009
  offender: string;
4040
4010
  reporters: string;
4041
4011
  };
4042
4012
  /**
4043
- * Lookup605: sp_core::crypto::KeyTypeId
4013
+ * Lookup603: sp_core::crypto::KeyTypeId
4044
4014
  **/
4045
4015
  SpCoreCryptoKeyTypeId: string;
4046
4016
  /**
4047
- * Lookup606: pallet_session::pallet::Error<T>
4017
+ * Lookup604: pallet_session::pallet::Error<T>
4048
4018
  **/
4049
4019
  PalletSessionError: {
4050
4020
  _enum: string[];
4051
4021
  };
4052
4022
  /**
4053
- * Lookup607: pallet_grandpa::StoredState<N>
4023
+ * Lookup605: pallet_grandpa::StoredState<N>
4054
4024
  **/
4055
4025
  PalletGrandpaStoredState: {
4056
4026
  _enum: {
@@ -4067,7 +4037,7 @@ declare const _default: {
4067
4037
  };
4068
4038
  };
4069
4039
  /**
4070
- * Lookup608: pallet_grandpa::StoredPendingChange<N, Limit>
4040
+ * Lookup606: pallet_grandpa::StoredPendingChange<N, Limit>
4071
4041
  **/
4072
4042
  PalletGrandpaStoredPendingChange: {
4073
4043
  scheduledAt: string;
@@ -4076,46 +4046,40 @@ declare const _default: {
4076
4046
  forced: string;
4077
4047
  };
4078
4048
  /**
4079
- * Lookup610: pallet_grandpa::pallet::Error<T>
4049
+ * Lookup608: pallet_grandpa::pallet::Error<T>
4080
4050
  **/
4081
4051
  PalletGrandpaError: {
4082
4052
  _enum: string[];
4083
4053
  };
4084
4054
  /**
4085
- * Lookup614: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4055
+ * Lookup612: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4086
4056
  **/
4087
4057
  PalletImOnlineBoundedOpaqueNetworkState: {
4088
4058
  peerId: string;
4089
4059
  externalAddresses: string;
4090
4060
  };
4091
4061
  /**
4092
- * Lookup618: pallet_im_online::pallet::Error<T>
4062
+ * Lookup616: pallet_im_online::pallet::Error<T>
4093
4063
  **/
4094
4064
  PalletImOnlineError: {
4095
4065
  _enum: string[];
4096
4066
  };
4097
4067
  /**
4098
- * Lookup620: pallet_sudo::Error<T>
4099
- **/
4100
- PalletSudoError: {
4101
- _enum: string[];
4102
- };
4103
- /**
4104
- * Lookup621: pallet_asset::TickerRegistration<U>
4068
+ * Lookup618: pallet_asset::TickerRegistration<U>
4105
4069
  **/
4106
4070
  PalletAssetTickerRegistration: {
4107
4071
  owner: string;
4108
4072
  expiry: string;
4109
4073
  };
4110
4074
  /**
4111
- * Lookup622: pallet_asset::TickerRegistrationConfig<U>
4075
+ * Lookup619: pallet_asset::TickerRegistrationConfig<U>
4112
4076
  **/
4113
4077
  PalletAssetTickerRegistrationConfig: {
4114
4078
  maxTickerLength: string;
4115
4079
  registrationLength: string;
4116
4080
  };
4117
4081
  /**
4118
- * Lookup623: pallet_asset::SecurityToken
4082
+ * Lookup620: pallet_asset::SecurityToken
4119
4083
  **/
4120
4084
  PalletAssetSecurityToken: {
4121
4085
  totalSupply: string;
@@ -4124,25 +4088,25 @@ declare const _default: {
4124
4088
  assetType: string;
4125
4089
  };
4126
4090
  /**
4127
- * Lookup627: pallet_asset::AssetOwnershipRelation
4091
+ * Lookup624: pallet_asset::AssetOwnershipRelation
4128
4092
  **/
4129
4093
  PalletAssetAssetOwnershipRelation: {
4130
4094
  _enum: string[];
4131
4095
  };
4132
4096
  /**
4133
- * Lookup633: pallet_asset::Error<T>
4097
+ * Lookup630: pallet_asset::Error<T>
4134
4098
  **/
4135
4099
  PalletAssetError: {
4136
4100
  _enum: string[];
4137
4101
  };
4138
4102
  /**
4139
- * Lookup636: pallet_corporate_actions::distribution::Error<T>
4103
+ * Lookup633: pallet_corporate_actions::distribution::Error<T>
4140
4104
  **/
4141
4105
  PalletCorporateActionsDistributionError: {
4142
4106
  _enum: string[];
4143
4107
  };
4144
4108
  /**
4145
- * Lookup640: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4109
+ * Lookup637: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4146
4110
  **/
4147
4111
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4148
4112
  nextAt: string;
@@ -4150,44 +4114,44 @@ declare const _default: {
4150
4114
  schedules: string;
4151
4115
  };
4152
4116
  /**
4153
- * Lookup646: pallet_asset::checkpoint::Error<T>
4117
+ * Lookup643: pallet_asset::checkpoint::Error<T>
4154
4118
  **/
4155
4119
  PalletAssetCheckpointError: {
4156
4120
  _enum: string[];
4157
4121
  };
4158
4122
  /**
4159
- * Lookup647: polymesh_primitives::compliance_manager::AssetCompliance
4123
+ * Lookup644: polymesh_primitives::compliance_manager::AssetCompliance
4160
4124
  **/
4161
4125
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4162
4126
  paused: string;
4163
4127
  requirements: string;
4164
4128
  };
4165
4129
  /**
4166
- * Lookup649: pallet_compliance_manager::Error<T>
4130
+ * Lookup646: pallet_compliance_manager::Error<T>
4167
4131
  **/
4168
4132
  PalletComplianceManagerError: {
4169
4133
  _enum: string[];
4170
4134
  };
4171
4135
  /**
4172
- * Lookup652: pallet_corporate_actions::Error<T>
4136
+ * Lookup649: pallet_corporate_actions::Error<T>
4173
4137
  **/
4174
4138
  PalletCorporateActionsError: {
4175
4139
  _enum: string[];
4176
4140
  };
4177
4141
  /**
4178
- * Lookup654: pallet_corporate_actions::ballot::Error<T>
4142
+ * Lookup651: pallet_corporate_actions::ballot::Error<T>
4179
4143
  **/
4180
4144
  PalletCorporateActionsBallotError: {
4181
4145
  _enum: string[];
4182
4146
  };
4183
4147
  /**
4184
- * Lookup655: pallet_permissions::Error<T>
4148
+ * Lookup652: pallet_permissions::Error<T>
4185
4149
  **/
4186
4150
  PalletPermissionsError: {
4187
4151
  _enum: string[];
4188
4152
  };
4189
4153
  /**
4190
- * Lookup656: pallet_pips::PipsMetadata<BlockNumber>
4154
+ * Lookup653: pallet_pips::PipsMetadata<BlockNumber>
4191
4155
  **/
4192
4156
  PalletPipsPipsMetadata: {
4193
4157
  id: string;
@@ -4198,14 +4162,14 @@ declare const _default: {
4198
4162
  expiry: string;
4199
4163
  };
4200
4164
  /**
4201
- * Lookup658: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4165
+ * Lookup655: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4202
4166
  **/
4203
4167
  PalletPipsDepositInfo: {
4204
4168
  owner: string;
4205
4169
  amount: string;
4206
4170
  };
4207
4171
  /**
4208
- * Lookup659: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4172
+ * Lookup656: pallet_pips::Pip<polymesh_runtime_testnet::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4209
4173
  **/
4210
4174
  PalletPipsPip: {
4211
4175
  id: string;
@@ -4213,7 +4177,7 @@ declare const _default: {
4213
4177
  proposer: string;
4214
4178
  };
4215
4179
  /**
4216
- * Lookup660: pallet_pips::VotingResult
4180
+ * Lookup657: pallet_pips::VotingResult
4217
4181
  **/
4218
4182
  PalletPipsVotingResult: {
4219
4183
  ayesCount: string;
@@ -4222,11 +4186,11 @@ declare const _default: {
4222
4186
  naysStake: string;
4223
4187
  };
4224
4188
  /**
4225
- * Lookup661: pallet_pips::Vote
4189
+ * Lookup658: pallet_pips::Vote
4226
4190
  **/
4227
4191
  PalletPipsVote: string;
4228
4192
  /**
4229
- * Lookup662: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4193
+ * Lookup659: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4230
4194
  **/
4231
4195
  PalletPipsSnapshotMetadata: {
4232
4196
  createdAt: string;
@@ -4234,25 +4198,25 @@ declare const _default: {
4234
4198
  id: string;
4235
4199
  };
4236
4200
  /**
4237
- * Lookup664: pallet_pips::Error<T>
4201
+ * Lookup661: pallet_pips::Error<T>
4238
4202
  **/
4239
4203
  PalletPipsError: {
4240
4204
  _enum: string[];
4241
4205
  };
4242
4206
  /**
4243
- * Lookup673: pallet_portfolio::Error<T>
4207
+ * Lookup670: pallet_portfolio::Error<T>
4244
4208
  **/
4245
4209
  PalletPortfolioError: {
4246
4210
  _enum: string[];
4247
4211
  };
4248
4212
  /**
4249
- * Lookup674: pallet_protocol_fee::Error<T>
4213
+ * Lookup671: pallet_protocol_fee::Error<T>
4250
4214
  **/
4251
4215
  PalletProtocolFeeError: {
4252
4216
  _enum: string[];
4253
4217
  };
4254
4218
  /**
4255
- * Lookup677: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4219
+ * Lookup674: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_testnet::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_testnet::runtime::OriginCaller, sp_core::crypto::AccountId32>
4256
4220
  **/
4257
4221
  PalletSchedulerScheduled: {
4258
4222
  maybeId: string;
@@ -4262,7 +4226,7 @@ declare const _default: {
4262
4226
  origin: string;
4263
4227
  };
4264
4228
  /**
4265
- * Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4229
+ * Lookup675: frame_support::traits::preimages::Bounded<polymesh_runtime_testnet::runtime::RuntimeCall>
4266
4230
  **/
4267
4231
  FrameSupportPreimagesBounded: {
4268
4232
  _enum: {
@@ -4283,20 +4247,20 @@ declare const _default: {
4283
4247
  };
4284
4248
  };
4285
4249
  /**
4286
- * Lookup681: pallet_scheduler::pallet::Error<T>
4250
+ * Lookup678: pallet_scheduler::pallet::Error<T>
4287
4251
  **/
4288
4252
  PalletSchedulerError: {
4289
4253
  _enum: string[];
4290
4254
  };
4291
4255
  /**
4292
- * Lookup682: polymesh_primitives::settlement::Venue
4256
+ * Lookup679: polymesh_primitives::settlement::Venue
4293
4257
  **/
4294
4258
  PolymeshPrimitivesSettlementVenue: {
4295
4259
  creator: string;
4296
4260
  venueType: string;
4297
4261
  };
4298
4262
  /**
4299
- * Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4263
+ * Lookup683: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4300
4264
  **/
4301
4265
  PolymeshPrimitivesSettlementInstruction: {
4302
4266
  instructionId: string;
@@ -4307,7 +4271,7 @@ declare const _default: {
4307
4271
  valueDate: string;
4308
4272
  };
4309
4273
  /**
4310
- * Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4274
+ * Lookup685: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4311
4275
  **/
4312
4276
  PolymeshPrimitivesSettlementLegStatus: {
4313
4277
  _enum: {
@@ -4317,13 +4281,13 @@ declare const _default: {
4317
4281
  };
4318
4282
  };
4319
4283
  /**
4320
- * Lookup690: polymesh_primitives::settlement::AffirmationStatus
4284
+ * Lookup687: polymesh_primitives::settlement::AffirmationStatus
4321
4285
  **/
4322
4286
  PolymeshPrimitivesSettlementAffirmationStatus: {
4323
4287
  _enum: string[];
4324
4288
  };
4325
4289
  /**
4326
- * Lookup694: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4290
+ * Lookup691: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4327
4291
  **/
4328
4292
  PolymeshPrimitivesSettlementInstructionStatus: {
4329
4293
  _enum: {
@@ -4335,76 +4299,76 @@ declare const _default: {
4335
4299
  };
4336
4300
  };
4337
4301
  /**
4338
- * Lookup695: pallet_settlement::Error<T>
4302
+ * Lookup692: pallet_settlement::Error<T>
4339
4303
  **/
4340
4304
  PalletSettlementError: {
4341
4305
  _enum: string[];
4342
4306
  };
4343
4307
  /**
4344
- * Lookup698: polymesh_primitives::statistics::Stat1stKey
4308
+ * Lookup695: polymesh_primitives::statistics::Stat1stKey
4345
4309
  **/
4346
4310
  PolymeshPrimitivesStatisticsStat1stKey: {
4347
4311
  asset: string;
4348
4312
  statType: string;
4349
4313
  };
4350
4314
  /**
4351
- * Lookup699: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4315
+ * Lookup696: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4352
4316
  **/
4353
4317
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4354
4318
  paused: string;
4355
4319
  requirements: string;
4356
4320
  };
4357
4321
  /**
4358
- * Lookup703: pallet_statistics::Error<T>
4322
+ * Lookup700: pallet_statistics::Error<T>
4359
4323
  **/
4360
4324
  PalletStatisticsError: {
4361
4325
  _enum: string[];
4362
4326
  };
4363
4327
  /**
4364
- * Lookup705: pallet_sto::Error<T>
4328
+ * Lookup702: pallet_sto::Error<T>
4365
4329
  **/
4366
4330
  PalletStoError: {
4367
4331
  _enum: string[];
4368
4332
  };
4369
4333
  /**
4370
- * Lookup706: pallet_treasury::Error<T>
4334
+ * Lookup703: pallet_treasury::Error<T>
4371
4335
  **/
4372
4336
  PalletTreasuryError: {
4373
4337
  _enum: string[];
4374
4338
  };
4375
4339
  /**
4376
- * Lookup707: pallet_utility::pallet::Error<T>
4340
+ * Lookup704: pallet_utility::pallet::Error<T>
4377
4341
  **/
4378
4342
  PalletUtilityError: {
4379
4343
  _enum: string[];
4380
4344
  };
4381
4345
  /**
4382
- * Lookup708: pallet_base::Error<T>
4346
+ * Lookup705: pallet_base::Error<T>
4383
4347
  **/
4384
4348
  PalletBaseError: {
4385
4349
  _enum: string[];
4386
4350
  };
4387
4351
  /**
4388
- * Lookup710: pallet_external_agents::Error<T>
4352
+ * Lookup707: pallet_external_agents::Error<T>
4389
4353
  **/
4390
4354
  PalletExternalAgentsError: {
4391
4355
  _enum: string[];
4392
4356
  };
4393
4357
  /**
4394
- * Lookup711: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4358
+ * Lookup708: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4395
4359
  **/
4396
4360
  PalletRelayerSubsidy: {
4397
4361
  payingKey: string;
4398
4362
  remaining: string;
4399
4363
  };
4400
4364
  /**
4401
- * Lookup712: pallet_relayer::Error<T>
4365
+ * Lookup709: pallet_relayer::Error<T>
4402
4366
  **/
4403
4367
  PalletRelayerError: {
4404
4368
  _enum: string[];
4405
4369
  };
4406
4370
  /**
4407
- * Lookup714: pallet_contracts::wasm::PrefabWasmModule<T>
4371
+ * Lookup711: pallet_contracts::wasm::PrefabWasmModule<T>
4408
4372
  **/
4409
4373
  PalletContractsWasmPrefabWasmModule: {
4410
4374
  instructionWeightsVersion: string;
@@ -4414,7 +4378,7 @@ declare const _default: {
4414
4378
  determinism: string;
4415
4379
  };
4416
4380
  /**
4417
- * Lookup716: pallet_contracts::wasm::OwnerInfo<T>
4381
+ * Lookup713: pallet_contracts::wasm::OwnerInfo<T>
4418
4382
  **/
4419
4383
  PalletContractsWasmOwnerInfo: {
4420
4384
  owner: string;
@@ -4422,7 +4386,7 @@ declare const _default: {
4422
4386
  refcount: string;
4423
4387
  };
4424
4388
  /**
4425
- * Lookup717: pallet_contracts::storage::ContractInfo<T>
4389
+ * Lookup714: pallet_contracts::storage::ContractInfo<T>
4426
4390
  **/
4427
4391
  PalletContractsStorageContractInfo: {
4428
4392
  trieId: string;
@@ -4435,13 +4399,13 @@ declare const _default: {
4435
4399
  storageBaseDeposit: string;
4436
4400
  };
4437
4401
  /**
4438
- * Lookup720: pallet_contracts::storage::DeletedContract
4402
+ * Lookup717: pallet_contracts::storage::DeletedContract
4439
4403
  **/
4440
4404
  PalletContractsStorageDeletedContract: {
4441
4405
  trieId: string;
4442
4406
  };
4443
4407
  /**
4444
- * Lookup722: pallet_contracts::schedule::Schedule<T>
4408
+ * Lookup719: pallet_contracts::schedule::Schedule<T>
4445
4409
  **/
4446
4410
  PalletContractsSchedule: {
4447
4411
  limits: string;
@@ -4449,7 +4413,7 @@ declare const _default: {
4449
4413
  hostFnWeights: string;
4450
4414
  };
4451
4415
  /**
4452
- * Lookup723: pallet_contracts::schedule::Limits
4416
+ * Lookup720: pallet_contracts::schedule::Limits
4453
4417
  **/
4454
4418
  PalletContractsScheduleLimits: {
4455
4419
  eventTopics: string;
@@ -4463,7 +4427,7 @@ declare const _default: {
4463
4427
  payloadLen: string;
4464
4428
  };
4465
4429
  /**
4466
- * Lookup724: pallet_contracts::schedule::InstructionWeights<T>
4430
+ * Lookup721: pallet_contracts::schedule::InstructionWeights<T>
4467
4431
  **/
4468
4432
  PalletContractsScheduleInstructionWeights: {
4469
4433
  _alias: {
@@ -4525,7 +4489,7 @@ declare const _default: {
4525
4489
  i64rotr: string;
4526
4490
  };
4527
4491
  /**
4528
- * Lookup725: pallet_contracts::schedule::HostFnWeights<T>
4492
+ * Lookup722: pallet_contracts::schedule::HostFnWeights<T>
4529
4493
  **/
4530
4494
  PalletContractsScheduleHostFnWeights: {
4531
4495
  _alias: {
@@ -4592,19 +4556,19 @@ declare const _default: {
4592
4556
  instantiationNonce: string;
4593
4557
  };
4594
4558
  /**
4595
- * Lookup726: pallet_contracts::pallet::Error<T>
4559
+ * Lookup723: pallet_contracts::pallet::Error<T>
4596
4560
  **/
4597
4561
  PalletContractsError: {
4598
4562
  _enum: string[];
4599
4563
  };
4600
4564
  /**
4601
- * Lookup728: polymesh_contracts::Error<T>
4565
+ * Lookup725: polymesh_contracts::Error<T>
4602
4566
  **/
4603
4567
  PolymeshContractsError: {
4604
4568
  _enum: string[];
4605
4569
  };
4606
4570
  /**
4607
- * Lookup729: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4571
+ * Lookup726: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4608
4572
  **/
4609
4573
  PalletPreimageRequestStatus: {
4610
4574
  _enum: {
@@ -4620,64 +4584,64 @@ declare const _default: {
4620
4584
  };
4621
4585
  };
4622
4586
  /**
4623
- * Lookup733: pallet_preimage::pallet::Error<T>
4587
+ * Lookup730: pallet_preimage::pallet::Error<T>
4624
4588
  **/
4625
4589
  PalletPreimageError: {
4626
4590
  _enum: string[];
4627
4591
  };
4628
4592
  /**
4629
- * Lookup734: polymesh_primitives::nft::NFTCollection
4593
+ * Lookup731: polymesh_primitives::nft::NFTCollection
4630
4594
  **/
4631
4595
  PolymeshPrimitivesNftNftCollection: {
4632
4596
  id: string;
4633
4597
  ticker: string;
4634
4598
  };
4635
4599
  /**
4636
- * Lookup739: pallet_nft::Error<T>
4600
+ * Lookup736: pallet_nft::Error<T>
4637
4601
  **/
4638
4602
  PalletNftError: {
4639
4603
  _enum: string[];
4640
4604
  };
4641
4605
  /**
4642
- * Lookup740: pallet_test_utils::Error<T>
4606
+ * Lookup737: pallet_test_utils::Error<T>
4643
4607
  **/
4644
4608
  PalletTestUtilsError: string;
4645
4609
  /**
4646
- * Lookup743: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4610
+ * Lookup740: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4647
4611
  **/
4648
4612
  FrameSystemExtensionsCheckSpecVersion: string;
4649
4613
  /**
4650
- * Lookup744: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4614
+ * Lookup741: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4651
4615
  **/
4652
4616
  FrameSystemExtensionsCheckTxVersion: string;
4653
4617
  /**
4654
- * Lookup745: frame_system::extensions::check_genesis::CheckGenesis<T>
4618
+ * Lookup742: frame_system::extensions::check_genesis::CheckGenesis<T>
4655
4619
  **/
4656
4620
  FrameSystemExtensionsCheckGenesis: string;
4657
4621
  /**
4658
- * Lookup748: frame_system::extensions::check_nonce::CheckNonce<T>
4622
+ * Lookup745: frame_system::extensions::check_nonce::CheckNonce<T>
4659
4623
  **/
4660
4624
  FrameSystemExtensionsCheckNonce: string;
4661
4625
  /**
4662
- * Lookup749: polymesh_extensions::check_weight::CheckWeight<T>
4626
+ * Lookup746: polymesh_extensions::check_weight::CheckWeight<T>
4663
4627
  **/
4664
4628
  PolymeshExtensionsCheckWeight: string;
4665
4629
  /**
4666
- * Lookup750: frame_system::extensions::check_weight::CheckWeight<T>
4630
+ * Lookup747: frame_system::extensions::check_weight::CheckWeight<T>
4667
4631
  **/
4668
4632
  FrameSystemExtensionsCheckWeight: string;
4669
4633
  /**
4670
- * Lookup751: pallet_transaction_payment::ChargeTransactionPayment<T>
4634
+ * Lookup748: pallet_transaction_payment::ChargeTransactionPayment<T>
4671
4635
  **/
4672
4636
  PalletTransactionPaymentChargeTransactionPayment: string;
4673
4637
  /**
4674
- * Lookup752: pallet_permissions::StoreCallMetadata<T>
4638
+ * Lookup749: pallet_permissions::StoreCallMetadata<T>
4675
4639
  **/
4676
4640
  PalletPermissionsStoreCallMetadata: string;
4677
4641
  /**
4678
- * Lookup753: polymesh_runtime_develop::runtime::Runtime
4642
+ * Lookup750: polymesh_runtime_testnet::runtime::Runtime
4679
4643
  **/
4680
- PolymeshRuntimeDevelopRuntime: string;
4644
+ PolymeshRuntimeTestnetRuntime: string;
4681
4645
  };
4682
4646
  export default _default;
4683
4647
  //# sourceMappingURL=lookup.d.ts.map