@polymeshassociation/polymesh-sdk 24.0.0-alpha.2 → 24.0.0-alpha.20

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 (161) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/README.md +8 -12
  3. package/api/client/Identities.d.ts +27 -1
  4. package/api/client/Identities.d.ts.map +1 -1
  5. package/api/client/Identities.js +34 -2
  6. package/api/client/Identities.js.map +1 -1
  7. package/api/client/Network.d.ts +2 -2
  8. package/api/client/Network.d.ts.map +1 -1
  9. package/api/client/Network.js +6 -4
  10. package/api/client/Network.js.map +1 -1
  11. package/api/entities/Asset/Base/BaseAsset.d.ts +22 -2
  12. package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
  13. package/api/entities/Asset/Base/BaseAsset.js +41 -0
  14. package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
  15. package/api/entities/Asset/Base/Settlements/index.d.ts +14 -2
  16. package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
  17. package/api/entities/Asset/Base/Settlements/index.js +22 -0
  18. package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
  19. package/api/entities/Asset/Fungible/index.d.ts +1 -5
  20. package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
  21. package/api/entities/Asset/Fungible/index.js +0 -1
  22. package/api/entities/Asset/Fungible/index.js.map +1 -1
  23. package/api/entities/Asset/NonFungible/Nft.d.ts +13 -3
  24. package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
  25. package/api/entities/Asset/NonFungible/Nft.js +42 -9
  26. package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
  27. package/api/entities/Asset/types.d.ts +11 -1
  28. package/api/entities/Asset/types.d.ts.map +1 -1
  29. package/api/entities/Asset/types.js.map +1 -1
  30. package/api/entities/Identity/Portfolios.d.ts +13 -1
  31. package/api/entities/Identity/Portfolios.d.ts.map +1 -1
  32. package/api/entities/Identity/Portfolios.js +31 -0
  33. package/api/entities/Identity/Portfolios.js.map +1 -1
  34. package/api/entities/Identity/index.d.ts +9 -1
  35. package/api/entities/Identity/index.d.ts.map +1 -1
  36. package/api/entities/Identity/index.js +32 -0
  37. package/api/entities/Identity/index.js.map +1 -1
  38. package/api/entities/Instruction/index.d.ts +22 -2
  39. package/api/entities/Instruction/index.d.ts.map +1 -1
  40. package/api/entities/Instruction/index.js +38 -0
  41. package/api/entities/Instruction/index.js.map +1 -1
  42. package/api/entities/Instruction/types.d.ts +8 -0
  43. package/api/entities/Instruction/types.d.ts.map +1 -1
  44. package/api/entities/Portfolio/index.d.ts.map +1 -1
  45. package/api/entities/Portfolio/index.js +6 -55
  46. package/api/entities/Portfolio/index.js.map +1 -1
  47. package/api/procedures/addAssetMediators.d.ts +22 -0
  48. package/api/procedures/addAssetMediators.d.ts.map +1 -0
  49. package/api/procedures/addAssetMediators.js +75 -0
  50. package/api/procedures/addAssetMediators.js.map +1 -0
  51. package/api/procedures/addInstruction.d.ts +4 -0
  52. package/api/procedures/addInstruction.d.ts.map +1 -1
  53. package/api/procedures/addInstruction.js +78 -15
  54. package/api/procedures/addInstruction.js.map +1 -1
  55. package/api/procedures/allowIdentityToCreatePortfolios.d.ts +18 -0
  56. package/api/procedures/allowIdentityToCreatePortfolios.d.ts.map +1 -0
  57. package/api/procedures/allowIdentityToCreatePortfolios.js +54 -0
  58. package/api/procedures/allowIdentityToCreatePortfolios.js.map +1 -0
  59. package/api/procedures/attestPrimaryKeyRotation.d.ts.map +1 -1
  60. package/api/procedures/attestPrimaryKeyRotation.js +9 -17
  61. package/api/procedures/attestPrimaryKeyRotation.js.map +1 -1
  62. package/api/procedures/createPortfolios.d.ts +12 -3
  63. package/api/procedures/createPortfolios.d.ts.map +1 -1
  64. package/api/procedures/createPortfolios.js +60 -21
  65. package/api/procedures/createPortfolios.js.map +1 -1
  66. package/api/procedures/executeManualInstruction.d.ts +11 -4
  67. package/api/procedures/executeManualInstruction.d.ts.map +1 -1
  68. package/api/procedures/executeManualInstruction.js +1 -1
  69. package/api/procedures/executeManualInstruction.js.map +1 -1
  70. package/api/procedures/inviteAccount.d.ts.map +1 -1
  71. package/api/procedures/inviteAccount.js +5 -11
  72. package/api/procedures/inviteAccount.js.map +1 -1
  73. package/api/procedures/modifyInstructionAffirmation.d.ts +3 -2
  74. package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
  75. package/api/procedures/modifyInstructionAffirmation.js +130 -38
  76. package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
  77. package/api/procedures/registerIdentity.d.ts.map +1 -1
  78. package/api/procedures/registerIdentity.js +8 -0
  79. package/api/procedures/registerIdentity.js.map +1 -1
  80. package/api/procedures/removeAssetMediators.d.ts +22 -0
  81. package/api/procedures/removeAssetMediators.d.ts.map +1 -0
  82. package/api/procedures/removeAssetMediators.js +64 -0
  83. package/api/procedures/removeAssetMediators.js.map +1 -0
  84. package/api/procedures/revokeIdentityToCreatePortfolios.d.ts +18 -0
  85. package/api/procedures/revokeIdentityToCreatePortfolios.d.ts.map +1 -0
  86. package/api/procedures/revokeIdentityToCreatePortfolios.js +54 -0
  87. package/api/procedures/revokeIdentityToCreatePortfolios.js.map +1 -0
  88. package/api/procedures/setCustodian.d.ts.map +1 -1
  89. package/api/procedures/setCustodian.js +10 -15
  90. package/api/procedures/setCustodian.js.map +1 -1
  91. package/api/procedures/toggleTickerPreApproval.d.ts +22 -0
  92. package/api/procedures/toggleTickerPreApproval.d.ts.map +1 -0
  93. package/api/procedures/toggleTickerPreApproval.js +66 -0
  94. package/api/procedures/toggleTickerPreApproval.js.map +1 -0
  95. package/api/procedures/transferAssetOwnership.d.ts.map +1 -1
  96. package/api/procedures/transferAssetOwnership.js +14 -4
  97. package/api/procedures/transferAssetOwnership.js.map +1 -1
  98. package/api/procedures/transferTickerOwnership.d.ts.map +1 -1
  99. package/api/procedures/transferTickerOwnership.js +17 -7
  100. package/api/procedures/transferTickerOwnership.js.map +1 -1
  101. package/api/procedures/types.d.ts +22 -5
  102. package/api/procedures/types.d.ts.map +1 -1
  103. package/api/procedures/types.js +3 -0
  104. package/api/procedures/types.js.map +1 -1
  105. package/base/Procedure.d.ts.map +1 -1
  106. package/base/Procedure.js +2 -1
  107. package/base/Procedure.js.map +1 -1
  108. package/generated/types.d.ts +11 -3
  109. package/generated/types.d.ts.map +1 -1
  110. package/generated/types.js +8 -0
  111. package/generated/types.js.map +1 -1
  112. package/internal.d.ts +5 -0
  113. package/internal.d.ts.map +1 -1
  114. package/internal.js +11 -1
  115. package/internal.js.map +1 -1
  116. package/middleware/queries.d.ts +12 -0
  117. package/middleware/queries.d.ts.map +1 -1
  118. package/middleware/queries.js +125 -81
  119. package/middleware/queries.js.map +1 -1
  120. package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.20.tgz +0 -0
  121. package/package.json +5 -5
  122. package/polkadot/augment-api-errors.d.ts +28 -0
  123. package/polkadot/augment-api-errors.d.ts.map +1 -1
  124. package/polkadot/augment-api-events.d.ts +38 -1
  125. package/polkadot/augment-api-events.d.ts.map +1 -1
  126. package/polkadot/augment-api-query.d.ts +22 -2
  127. package/polkadot/augment-api-query.d.ts.map +1 -1
  128. package/polkadot/augment-api-tx.d.ts +168 -18
  129. package/polkadot/augment-api-tx.d.ts.map +1 -1
  130. package/polkadot/lookup.d.ts +344 -285
  131. package/polkadot/lookup.d.ts.map +1 -1
  132. package/polkadot/lookup.js +357 -286
  133. package/polkadot/lookup.js.map +1 -1
  134. package/polkadot/polymesh/definitions.d.ts +3 -3
  135. package/polkadot/polymesh/definitions.js +3 -3
  136. package/polkadot/polymesh/definitions.js.map +1 -1
  137. package/polkadot/polymesh/types.d.ts +3 -3
  138. package/polkadot/polymesh/types.d.ts.map +1 -1
  139. package/polkadot/registry.d.ts +2 -1
  140. package/polkadot/registry.d.ts.map +1 -1
  141. package/polkadot/schema.d.ts +3 -3
  142. package/polkadot/schema.js +3 -3
  143. package/polkadot/schema.js.map +1 -1
  144. package/polkadot/types-lookup.d.ts +383 -294
  145. package/polkadot/types-lookup.d.ts.map +1 -1
  146. package/types/index.d.ts +5 -0
  147. package/types/index.d.ts.map +1 -1
  148. package/types/index.js.map +1 -1
  149. package/utils/constants.d.ts +6 -2
  150. package/utils/constants.d.ts.map +1 -1
  151. package/utils/constants.js +7 -3
  152. package/utils/constants.js.map +1 -1
  153. package/utils/conversion.d.ts +25 -3
  154. package/utils/conversion.d.ts.map +1 -1
  155. package/utils/conversion.js +103 -4
  156. package/utils/conversion.js.map +1 -1
  157. package/utils/internal.d.ts +15 -1
  158. package/utils/internal.d.ts.map +1 -1
  159. package/utils/internal.js +66 -1
  160. package/utils/internal.js.map +1 -1
  161. package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.2.tgz +0 -0
@@ -773,6 +773,8 @@ declare const _default: {
773
773
  RemoveAssetAffirmationExemption: string;
774
774
  PreApprovedAsset: string;
775
775
  RemovePreApprovedAsset: string;
776
+ AssetMediatorsAdded: string;
777
+ AssetMediatorsRemoved: string;
776
778
  };
777
779
  };
778
780
  /**
@@ -894,7 +896,7 @@ declare const _default: {
894
896
  };
895
897
  };
896
898
  /**
897
- * Lookup164: pallet_corporate_actions::distribution::Event
899
+ * Lookup165: pallet_corporate_actions::distribution::Event
898
900
  **/
899
901
  PalletCorporateActionsDistributionEvent: {
900
902
  _enum: {
@@ -905,18 +907,18 @@ declare const _default: {
905
907
  };
906
908
  };
907
909
  /**
908
- * Lookup165: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
910
+ * Lookup166: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
909
911
  **/
910
912
  PolymeshPrimitivesEventOnly: string;
911
913
  /**
912
- * Lookup166: pallet_corporate_actions::CAId
914
+ * Lookup167: pallet_corporate_actions::CAId
913
915
  **/
914
916
  PalletCorporateActionsCaId: {
915
917
  ticker: string;
916
918
  localId: string;
917
919
  };
918
920
  /**
919
- * Lookup168: pallet_corporate_actions::distribution::Distribution
921
+ * Lookup169: pallet_corporate_actions::distribution::Distribution
920
922
  **/
921
923
  PalletCorporateActionsDistribution: {
922
924
  from: string;
@@ -929,7 +931,7 @@ declare const _default: {
929
931
  expiresAt: string;
930
932
  };
931
933
  /**
932
- * Lookup170: polymesh_common_utilities::traits::checkpoint::Event
934
+ * Lookup171: polymesh_common_utilities::traits::checkpoint::Event
933
935
  **/
934
936
  PolymeshCommonUtilitiesCheckpointEvent: {
935
937
  _enum: {
@@ -940,13 +942,13 @@ declare const _default: {
940
942
  };
941
943
  };
942
944
  /**
943
- * Lookup173: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
945
+ * Lookup174: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
944
946
  **/
945
947
  PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
946
948
  pending: string;
947
949
  };
948
950
  /**
949
- * Lookup176: polymesh_common_utilities::traits::compliance_manager::Event
951
+ * Lookup177: polymesh_common_utilities::traits::compliance_manager::Event
950
952
  **/
951
953
  PolymeshCommonUtilitiesComplianceManagerEvent: {
952
954
  _enum: {
@@ -962,7 +964,7 @@ declare const _default: {
962
964
  };
963
965
  };
964
966
  /**
965
- * Lookup177: polymesh_primitives::compliance_manager::ComplianceRequirement
967
+ * Lookup178: polymesh_primitives::compliance_manager::ComplianceRequirement
966
968
  **/
967
969
  PolymeshPrimitivesComplianceManagerComplianceRequirement: {
968
970
  senderConditions: string;
@@ -970,14 +972,14 @@ declare const _default: {
970
972
  id: string;
971
973
  };
972
974
  /**
973
- * Lookup179: polymesh_primitives::condition::Condition
975
+ * Lookup180: polymesh_primitives::condition::Condition
974
976
  **/
975
977
  PolymeshPrimitivesCondition: {
976
978
  conditionType: string;
977
979
  issuers: string;
978
980
  };
979
981
  /**
980
- * Lookup180: polymesh_primitives::condition::ConditionType
982
+ * Lookup181: polymesh_primitives::condition::ConditionType
981
983
  **/
982
984
  PolymeshPrimitivesConditionConditionType: {
983
985
  _enum: {
@@ -989,7 +991,7 @@ declare const _default: {
989
991
  };
990
992
  };
991
993
  /**
992
- * Lookup182: polymesh_primitives::condition::TargetIdentity
994
+ * Lookup183: polymesh_primitives::condition::TargetIdentity
993
995
  **/
994
996
  PolymeshPrimitivesConditionTargetIdentity: {
995
997
  _enum: {
@@ -998,14 +1000,14 @@ declare const _default: {
998
1000
  };
999
1001
  };
1000
1002
  /**
1001
- * Lookup184: polymesh_primitives::condition::TrustedIssuer
1003
+ * Lookup185: polymesh_primitives::condition::TrustedIssuer
1002
1004
  **/
1003
1005
  PolymeshPrimitivesConditionTrustedIssuer: {
1004
1006
  issuer: string;
1005
1007
  trustedFor: string;
1006
1008
  };
1007
1009
  /**
1008
- * Lookup185: polymesh_primitives::condition::TrustedFor
1010
+ * Lookup186: polymesh_primitives::condition::TrustedFor
1009
1011
  **/
1010
1012
  PolymeshPrimitivesConditionTrustedFor: {
1011
1013
  _enum: {
@@ -1014,7 +1016,7 @@ declare const _default: {
1014
1016
  };
1015
1017
  };
1016
1018
  /**
1017
- * Lookup187: polymesh_primitives::identity_claim::ClaimType
1019
+ * Lookup188: polymesh_primitives::identity_claim::ClaimType
1018
1020
  **/
1019
1021
  PolymeshPrimitivesIdentityClaimClaimType: {
1020
1022
  _enum: {
@@ -1031,7 +1033,7 @@ declare const _default: {
1031
1033
  };
1032
1034
  };
1033
1035
  /**
1034
- * Lookup189: pallet_corporate_actions::Event
1036
+ * Lookup190: pallet_corporate_actions::Event
1035
1037
  **/
1036
1038
  PalletCorporateActionsEvent: {
1037
1039
  _enum: {
@@ -1046,20 +1048,20 @@ declare const _default: {
1046
1048
  };
1047
1049
  };
1048
1050
  /**
1049
- * Lookup190: pallet_corporate_actions::TargetIdentities
1051
+ * Lookup191: pallet_corporate_actions::TargetIdentities
1050
1052
  **/
1051
1053
  PalletCorporateActionsTargetIdentities: {
1052
1054
  identities: string;
1053
1055
  treatment: string;
1054
1056
  };
1055
1057
  /**
1056
- * Lookup191: pallet_corporate_actions::TargetTreatment
1058
+ * Lookup192: pallet_corporate_actions::TargetTreatment
1057
1059
  **/
1058
1060
  PalletCorporateActionsTargetTreatment: {
1059
1061
  _enum: string[];
1060
1062
  };
1061
1063
  /**
1062
- * Lookup193: pallet_corporate_actions::CorporateAction
1064
+ * Lookup194: pallet_corporate_actions::CorporateAction
1063
1065
  **/
1064
1066
  PalletCorporateActionsCorporateAction: {
1065
1067
  kind: string;
@@ -1070,20 +1072,20 @@ declare const _default: {
1070
1072
  withholdingTax: string;
1071
1073
  };
1072
1074
  /**
1073
- * Lookup194: pallet_corporate_actions::CAKind
1075
+ * Lookup195: pallet_corporate_actions::CAKind
1074
1076
  **/
1075
1077
  PalletCorporateActionsCaKind: {
1076
1078
  _enum: string[];
1077
1079
  };
1078
1080
  /**
1079
- * Lookup196: pallet_corporate_actions::RecordDate
1081
+ * Lookup197: pallet_corporate_actions::RecordDate
1080
1082
  **/
1081
1083
  PalletCorporateActionsRecordDate: {
1082
1084
  date: string;
1083
1085
  checkpoint: string;
1084
1086
  };
1085
1087
  /**
1086
- * Lookup197: pallet_corporate_actions::CACheckpoint
1088
+ * Lookup198: pallet_corporate_actions::CACheckpoint
1087
1089
  **/
1088
1090
  PalletCorporateActionsCaCheckpoint: {
1089
1091
  _enum: {
@@ -1092,7 +1094,7 @@ declare const _default: {
1092
1094
  };
1093
1095
  };
1094
1096
  /**
1095
- * Lookup202: pallet_corporate_actions::ballot::Event
1097
+ * Lookup203: pallet_corporate_actions::ballot::Event
1096
1098
  **/
1097
1099
  PalletCorporateActionsBallotEvent: {
1098
1100
  _enum: {
@@ -1105,21 +1107,21 @@ declare const _default: {
1105
1107
  };
1106
1108
  };
1107
1109
  /**
1108
- * Lookup203: pallet_corporate_actions::ballot::BallotTimeRange
1110
+ * Lookup204: pallet_corporate_actions::ballot::BallotTimeRange
1109
1111
  **/
1110
1112
  PalletCorporateActionsBallotBallotTimeRange: {
1111
1113
  start: string;
1112
1114
  end: string;
1113
1115
  };
1114
1116
  /**
1115
- * Lookup204: pallet_corporate_actions::ballot::BallotMeta
1117
+ * Lookup205: pallet_corporate_actions::ballot::BallotMeta
1116
1118
  **/
1117
1119
  PalletCorporateActionsBallotBallotMeta: {
1118
1120
  title: string;
1119
1121
  motions: string;
1120
1122
  };
1121
1123
  /**
1122
- * Lookup207: pallet_corporate_actions::ballot::Motion
1124
+ * Lookup208: pallet_corporate_actions::ballot::Motion
1123
1125
  **/
1124
1126
  PalletCorporateActionsBallotMotion: {
1125
1127
  title: string;
@@ -1127,14 +1129,14 @@ declare const _default: {
1127
1129
  choices: string;
1128
1130
  };
1129
1131
  /**
1130
- * Lookup213: pallet_corporate_actions::ballot::BallotVote
1132
+ * Lookup214: pallet_corporate_actions::ballot::BallotVote
1131
1133
  **/
1132
1134
  PalletCorporateActionsBallotBallotVote: {
1133
1135
  power: string;
1134
1136
  fallback: string;
1135
1137
  };
1136
1138
  /**
1137
- * Lookup216: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
1139
+ * Lookup217: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
1138
1140
  **/
1139
1141
  PalletPipsRawEvent: {
1140
1142
  _enum: {
@@ -1161,7 +1163,7 @@ declare const _default: {
1161
1163
  };
1162
1164
  };
1163
1165
  /**
1164
- * Lookup217: pallet_pips::Proposer<sp_core::crypto::AccountId32>
1166
+ * Lookup218: pallet_pips::Proposer<sp_core::crypto::AccountId32>
1165
1167
  **/
1166
1168
  PalletPipsProposer: {
1167
1169
  _enum: {
@@ -1170,13 +1172,13 @@ declare const _default: {
1170
1172
  };
1171
1173
  };
1172
1174
  /**
1173
- * Lookup218: pallet_pips::Committee
1175
+ * Lookup219: pallet_pips::Committee
1174
1176
  **/
1175
1177
  PalletPipsCommittee: {
1176
1178
  _enum: string[];
1177
1179
  };
1178
1180
  /**
1179
- * Lookup222: pallet_pips::ProposalData
1181
+ * Lookup223: pallet_pips::ProposalData
1180
1182
  **/
1181
1183
  PalletPipsProposalData: {
1182
1184
  _enum: {
@@ -1185,20 +1187,20 @@ declare const _default: {
1185
1187
  };
1186
1188
  };
1187
1189
  /**
1188
- * Lookup223: pallet_pips::ProposalState
1190
+ * Lookup224: pallet_pips::ProposalState
1189
1191
  **/
1190
1192
  PalletPipsProposalState: {
1191
1193
  _enum: string[];
1192
1194
  };
1193
1195
  /**
1194
- * Lookup226: pallet_pips::SnapshottedPip
1196
+ * Lookup227: pallet_pips::SnapshottedPip
1195
1197
  **/
1196
1198
  PalletPipsSnapshottedPip: {
1197
1199
  id: string;
1198
1200
  weight: string;
1199
1201
  };
1200
1202
  /**
1201
- * Lookup232: polymesh_common_utilities::traits::portfolio::Event
1203
+ * Lookup233: polymesh_common_utilities::traits::portfolio::Event
1202
1204
  **/
1203
1205
  PolymeshCommonUtilitiesPortfolioEvent: {
1204
1206
  _enum: {
@@ -1213,7 +1215,7 @@ declare const _default: {
1213
1215
  };
1214
1216
  };
1215
1217
  /**
1216
- * Lookup236: polymesh_primitives::portfolio::FundDescription
1218
+ * Lookup237: polymesh_primitives::portfolio::FundDescription
1217
1219
  **/
1218
1220
  PolymeshPrimitivesPortfolioFundDescription: {
1219
1221
  _enum: {
@@ -1225,14 +1227,14 @@ declare const _default: {
1225
1227
  };
1226
1228
  };
1227
1229
  /**
1228
- * Lookup237: polymesh_primitives::nft::NFTs
1230
+ * Lookup238: polymesh_primitives::nft::NFTs
1229
1231
  **/
1230
1232
  PolymeshPrimitivesNftNfTs: {
1231
1233
  ticker: string;
1232
1234
  ids: string;
1233
1235
  };
1234
1236
  /**
1235
- * Lookup240: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
1237
+ * Lookup241: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
1236
1238
  **/
1237
1239
  PalletProtocolFeeRawEvent: {
1238
1240
  _enum: {
@@ -1242,11 +1244,11 @@ declare const _default: {
1242
1244
  };
1243
1245
  };
1244
1246
  /**
1245
- * Lookup241: polymesh_primitives::PosRatio
1247
+ * Lookup242: polymesh_primitives::PosRatio
1246
1248
  **/
1247
1249
  PolymeshPrimitivesPosRatio: string;
1248
1250
  /**
1249
- * Lookup242: pallet_scheduler::pallet::Event<T>
1251
+ * Lookup243: pallet_scheduler::pallet::Event<T>
1250
1252
  **/
1251
1253
  PalletSchedulerEvent: {
1252
1254
  _enum: {
@@ -1278,7 +1280,7 @@ declare const _default: {
1278
1280
  };
1279
1281
  };
1280
1282
  /**
1281
- * Lookup245: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
1283
+ * Lookup246: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
1282
1284
  **/
1283
1285
  PolymeshCommonUtilitiesSettlementRawEvent: {
1284
1286
  _enum: {
@@ -1303,20 +1305,23 @@ declare const _default: {
1303
1305
  InstructionCreated: string;
1304
1306
  FailedToExecuteInstruction: string;
1305
1307
  InstructionAutomaticallyAffirmed: string;
1308
+ MediatorAffirmationReceived: string;
1309
+ MediatorAffirmationWithdrawn: string;
1310
+ InstructionMediators: string;
1306
1311
  };
1307
1312
  };
1308
1313
  /**
1309
- * Lookup248: polymesh_primitives::settlement::VenueType
1314
+ * Lookup249: polymesh_primitives::settlement::VenueType
1310
1315
  **/
1311
1316
  PolymeshPrimitivesSettlementVenueType: {
1312
1317
  _enum: string[];
1313
1318
  };
1314
1319
  /**
1315
- * Lookup251: polymesh_primitives::settlement::ReceiptMetadata
1320
+ * Lookup252: polymesh_primitives::settlement::ReceiptMetadata
1316
1321
  **/
1317
1322
  PolymeshPrimitivesSettlementReceiptMetadata: string;
1318
1323
  /**
1319
- * Lookup253: polymesh_primitives::settlement::SettlementType<BlockNumber>
1324
+ * Lookup254: polymesh_primitives::settlement::SettlementType<BlockNumber>
1320
1325
  **/
1321
1326
  PolymeshPrimitivesSettlementSettlementType: {
1322
1327
  _enum: {
@@ -1326,7 +1331,7 @@ declare const _default: {
1326
1331
  };
1327
1332
  };
1328
1333
  /**
1329
- * Lookup255: polymesh_primitives::settlement::Leg
1334
+ * Lookup256: polymesh_primitives::settlement::Leg
1330
1335
  **/
1331
1336
  PolymeshPrimitivesSettlementLeg: {
1332
1337
  _enum: {
@@ -1350,7 +1355,7 @@ declare const _default: {
1350
1355
  };
1351
1356
  };
1352
1357
  /**
1353
- * Lookup256: polymesh_common_utilities::traits::statistics::Event
1358
+ * Lookup257: polymesh_common_utilities::traits::statistics::Event
1354
1359
  **/
1355
1360
  PolymeshCommonUtilitiesStatisticsEvent: {
1356
1361
  _enum: {
@@ -1363,7 +1368,7 @@ declare const _default: {
1363
1368
  };
1364
1369
  };
1365
1370
  /**
1366
- * Lookup257: polymesh_primitives::statistics::AssetScope
1371
+ * Lookup258: polymesh_primitives::statistics::AssetScope
1367
1372
  **/
1368
1373
  PolymeshPrimitivesStatisticsAssetScope: {
1369
1374
  _enum: {
@@ -1371,27 +1376,27 @@ declare const _default: {
1371
1376
  };
1372
1377
  };
1373
1378
  /**
1374
- * Lookup259: polymesh_primitives::statistics::StatType
1379
+ * Lookup260: polymesh_primitives::statistics::StatType
1375
1380
  **/
1376
1381
  PolymeshPrimitivesStatisticsStatType: {
1377
1382
  op: string;
1378
1383
  claimIssuer: string;
1379
1384
  };
1380
1385
  /**
1381
- * Lookup260: polymesh_primitives::statistics::StatOpType
1386
+ * Lookup261: polymesh_primitives::statistics::StatOpType
1382
1387
  **/
1383
1388
  PolymeshPrimitivesStatisticsStatOpType: {
1384
1389
  _enum: string[];
1385
1390
  };
1386
1391
  /**
1387
- * Lookup264: polymesh_primitives::statistics::StatUpdate
1392
+ * Lookup265: polymesh_primitives::statistics::StatUpdate
1388
1393
  **/
1389
1394
  PolymeshPrimitivesStatisticsStatUpdate: {
1390
1395
  key2: string;
1391
1396
  value: string;
1392
1397
  };
1393
1398
  /**
1394
- * Lookup265: polymesh_primitives::statistics::Stat2ndKey
1399
+ * Lookup266: polymesh_primitives::statistics::Stat2ndKey
1395
1400
  **/
1396
1401
  PolymeshPrimitivesStatisticsStat2ndKey: {
1397
1402
  _enum: {
@@ -1400,7 +1405,7 @@ declare const _default: {
1400
1405
  };
1401
1406
  };
1402
1407
  /**
1403
- * Lookup266: polymesh_primitives::statistics::StatClaim
1408
+ * Lookup267: polymesh_primitives::statistics::StatClaim
1404
1409
  **/
1405
1410
  PolymeshPrimitivesStatisticsStatClaim: {
1406
1411
  _enum: {
@@ -1410,7 +1415,7 @@ declare const _default: {
1410
1415
  };
1411
1416
  };
1412
1417
  /**
1413
- * Lookup270: polymesh_primitives::transfer_compliance::TransferCondition
1418
+ * Lookup271: polymesh_primitives::transfer_compliance::TransferCondition
1414
1419
  **/
1415
1420
  PolymeshPrimitivesTransferComplianceTransferCondition: {
1416
1421
  _enum: {
@@ -1421,7 +1426,7 @@ declare const _default: {
1421
1426
  };
1422
1427
  };
1423
1428
  /**
1424
- * Lookup271: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
1429
+ * Lookup272: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
1425
1430
  **/
1426
1431
  PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
1427
1432
  asset: string;
@@ -1429,7 +1434,7 @@ declare const _default: {
1429
1434
  claimType: string;
1430
1435
  };
1431
1436
  /**
1432
- * Lookup273: pallet_sto::RawEvent<Moment>
1437
+ * Lookup274: pallet_sto::RawEvent<Moment>
1433
1438
  **/
1434
1439
  PalletStoRawEvent: {
1435
1440
  _enum: {
@@ -1442,7 +1447,7 @@ declare const _default: {
1442
1447
  };
1443
1448
  };
1444
1449
  /**
1445
- * Lookup276: pallet_sto::Fundraiser<Moment>
1450
+ * Lookup277: pallet_sto::Fundraiser<Moment>
1446
1451
  **/
1447
1452
  PalletStoFundraiser: {
1448
1453
  creator: string;
@@ -1458,7 +1463,7 @@ declare const _default: {
1458
1463
  minimumInvestment: string;
1459
1464
  };
1460
1465
  /**
1461
- * Lookup278: pallet_sto::FundraiserTier
1466
+ * Lookup279: pallet_sto::FundraiserTier
1462
1467
  **/
1463
1468
  PalletStoFundraiserTier: {
1464
1469
  total: string;
@@ -1466,13 +1471,13 @@ declare const _default: {
1466
1471
  remaining: string;
1467
1472
  };
1468
1473
  /**
1469
- * Lookup279: pallet_sto::FundraiserStatus
1474
+ * Lookup280: pallet_sto::FundraiserStatus
1470
1475
  **/
1471
1476
  PalletStoFundraiserStatus: {
1472
1477
  _enum: string[];
1473
1478
  };
1474
1479
  /**
1475
- * Lookup280: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
1480
+ * Lookup281: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
1476
1481
  **/
1477
1482
  PalletTreasuryRawEvent: {
1478
1483
  _enum: {
@@ -1482,7 +1487,7 @@ declare const _default: {
1482
1487
  };
1483
1488
  };
1484
1489
  /**
1485
- * Lookup281: pallet_utility::pallet::Event<T>
1490
+ * Lookup282: pallet_utility::pallet::Event<T>
1486
1491
  **/
1487
1492
  PalletUtilityEvent: {
1488
1493
  _enum: {
@@ -1510,7 +1515,7 @@ declare const _default: {
1510
1515
  };
1511
1516
  };
1512
1517
  /**
1513
- * Lookup285: polymesh_common_utilities::traits::base::Event
1518
+ * Lookup286: polymesh_common_utilities::traits::base::Event
1514
1519
  **/
1515
1520
  PolymeshCommonUtilitiesBaseEvent: {
1516
1521
  _enum: {
@@ -1518,7 +1523,7 @@ declare const _default: {
1518
1523
  };
1519
1524
  };
1520
1525
  /**
1521
- * Lookup287: polymesh_common_utilities::traits::external_agents::Event
1526
+ * Lookup288: polymesh_common_utilities::traits::external_agents::Event
1522
1527
  **/
1523
1528
  PolymeshCommonUtilitiesExternalAgentsEvent: {
1524
1529
  _enum: {
@@ -1530,7 +1535,7 @@ declare const _default: {
1530
1535
  };
1531
1536
  };
1532
1537
  /**
1533
- * Lookup288: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1538
+ * Lookup289: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1534
1539
  **/
1535
1540
  PolymeshCommonUtilitiesRelayerRawEvent: {
1536
1541
  _enum: {
@@ -1541,7 +1546,7 @@ declare const _default: {
1541
1546
  };
1542
1547
  };
1543
1548
  /**
1544
- * Lookup289: pallet_contracts::pallet::Event<T>
1549
+ * Lookup290: pallet_contracts::pallet::Event<T>
1545
1550
  **/
1546
1551
  PalletContractsEvent: {
1547
1552
  _enum: {
@@ -1579,7 +1584,7 @@ declare const _default: {
1579
1584
  };
1580
1585
  };
1581
1586
  /**
1582
- * Lookup290: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1587
+ * Lookup291: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1583
1588
  **/
1584
1589
  PolymeshContractsRawEvent: {
1585
1590
  _enum: {
@@ -1588,25 +1593,25 @@ declare const _default: {
1588
1593
  };
1589
1594
  };
1590
1595
  /**
1591
- * Lookup291: polymesh_contracts::Api
1596
+ * Lookup292: polymesh_contracts::Api
1592
1597
  **/
1593
1598
  PolymeshContractsApi: {
1594
1599
  desc: string;
1595
1600
  major: string;
1596
1601
  };
1597
1602
  /**
1598
- * Lookup292: polymesh_contracts::ChainVersion
1603
+ * Lookup293: polymesh_contracts::ChainVersion
1599
1604
  **/
1600
1605
  PolymeshContractsChainVersion: {
1601
1606
  specVersion: string;
1602
1607
  txVersion: string;
1603
1608
  };
1604
1609
  /**
1605
- * Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
1610
+ * Lookup294: polymesh_contracts::chain_extension::ExtrinsicId
1606
1611
  **/
1607
1612
  PolymeshContractsChainExtensionExtrinsicId: string;
1608
1613
  /**
1609
- * Lookup294: pallet_preimage::pallet::Event<T>
1614
+ * Lookup295: pallet_preimage::pallet::Event<T>
1610
1615
  **/
1611
1616
  PalletPreimageEvent: {
1612
1617
  _enum: {
@@ -1631,7 +1636,7 @@ declare const _default: {
1631
1636
  };
1632
1637
  };
1633
1638
  /**
1634
- * Lookup295: polymesh_common_utilities::traits::nft::Event
1639
+ * Lookup296: polymesh_common_utilities::traits::nft::Event
1635
1640
  **/
1636
1641
  PolymeshCommonUtilitiesNftEvent: {
1637
1642
  _enum: {
@@ -1640,7 +1645,7 @@ declare const _default: {
1640
1645
  };
1641
1646
  };
1642
1647
  /**
1643
- * Lookup297: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1648
+ * Lookup298: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1644
1649
  **/
1645
1650
  PalletTestUtilsRawEvent: {
1646
1651
  _enum: {
@@ -1649,7 +1654,7 @@ declare const _default: {
1649
1654
  };
1650
1655
  };
1651
1656
  /**
1652
- * Lookup298: frame_system::Phase
1657
+ * Lookup299: frame_system::Phase
1653
1658
  **/
1654
1659
  FrameSystemPhase: {
1655
1660
  _enum: {
@@ -1659,14 +1664,14 @@ declare const _default: {
1659
1664
  };
1660
1665
  };
1661
1666
  /**
1662
- * Lookup301: frame_system::LastRuntimeUpgradeInfo
1667
+ * Lookup302: frame_system::LastRuntimeUpgradeInfo
1663
1668
  **/
1664
1669
  FrameSystemLastRuntimeUpgradeInfo: {
1665
1670
  specVersion: string;
1666
1671
  specName: string;
1667
1672
  };
1668
1673
  /**
1669
- * Lookup304: frame_system::pallet::Call<T>
1674
+ * Lookup305: frame_system::pallet::Call<T>
1670
1675
  **/
1671
1676
  FrameSystemCall: {
1672
1677
  _enum: {
@@ -1701,7 +1706,7 @@ declare const _default: {
1701
1706
  };
1702
1707
  };
1703
1708
  /**
1704
- * Lookup308: frame_system::limits::BlockWeights
1709
+ * Lookup309: frame_system::limits::BlockWeights
1705
1710
  **/
1706
1711
  FrameSystemLimitsBlockWeights: {
1707
1712
  baseBlock: string;
@@ -1709,7 +1714,7 @@ declare const _default: {
1709
1714
  perClass: string;
1710
1715
  };
1711
1716
  /**
1712
- * Lookup309: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1717
+ * Lookup310: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1713
1718
  **/
1714
1719
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1715
1720
  normal: string;
@@ -1717,7 +1722,7 @@ declare const _default: {
1717
1722
  mandatory: string;
1718
1723
  };
1719
1724
  /**
1720
- * Lookup310: frame_system::limits::WeightsPerClass
1725
+ * Lookup311: frame_system::limits::WeightsPerClass
1721
1726
  **/
1722
1727
  FrameSystemLimitsWeightsPerClass: {
1723
1728
  baseExtrinsic: string;
@@ -1726,13 +1731,13 @@ declare const _default: {
1726
1731
  reserved: string;
1727
1732
  };
1728
1733
  /**
1729
- * Lookup312: frame_system::limits::BlockLength
1734
+ * Lookup313: frame_system::limits::BlockLength
1730
1735
  **/
1731
1736
  FrameSystemLimitsBlockLength: {
1732
1737
  max: string;
1733
1738
  };
1734
1739
  /**
1735
- * Lookup313: frame_support::dispatch::PerDispatchClass<T>
1740
+ * Lookup314: frame_support::dispatch::PerDispatchClass<T>
1736
1741
  **/
1737
1742
  FrameSupportDispatchPerDispatchClassU32: {
1738
1743
  normal: string;
@@ -1740,14 +1745,14 @@ declare const _default: {
1740
1745
  mandatory: string;
1741
1746
  };
1742
1747
  /**
1743
- * Lookup314: sp_weights::RuntimeDbWeight
1748
+ * Lookup315: sp_weights::RuntimeDbWeight
1744
1749
  **/
1745
1750
  SpWeightsRuntimeDbWeight: {
1746
1751
  read: string;
1747
1752
  write: string;
1748
1753
  };
1749
1754
  /**
1750
- * Lookup315: sp_version::RuntimeVersion
1755
+ * Lookup316: sp_version::RuntimeVersion
1751
1756
  **/
1752
1757
  SpVersionRuntimeVersion: {
1753
1758
  specName: string;
@@ -1760,17 +1765,17 @@ declare const _default: {
1760
1765
  stateVersion: string;
1761
1766
  };
1762
1767
  /**
1763
- * Lookup320: frame_system::pallet::Error<T>
1768
+ * Lookup321: frame_system::pallet::Error<T>
1764
1769
  **/
1765
1770
  FrameSystemError: {
1766
1771
  _enum: string[];
1767
1772
  };
1768
1773
  /**
1769
- * Lookup323: sp_consensus_babe::app::Public
1774
+ * Lookup324: sp_consensus_babe::app::Public
1770
1775
  **/
1771
1776
  SpConsensusBabeAppPublic: string;
1772
1777
  /**
1773
- * Lookup326: sp_consensus_babe::digests::NextConfigDescriptor
1778
+ * Lookup327: sp_consensus_babe::digests::NextConfigDescriptor
1774
1779
  **/
1775
1780
  SpConsensusBabeDigestsNextConfigDescriptor: {
1776
1781
  _enum: {
@@ -1782,13 +1787,13 @@ declare const _default: {
1782
1787
  };
1783
1788
  };
1784
1789
  /**
1785
- * Lookup328: sp_consensus_babe::AllowedSlots
1790
+ * Lookup329: sp_consensus_babe::AllowedSlots
1786
1791
  **/
1787
1792
  SpConsensusBabeAllowedSlots: {
1788
1793
  _enum: string[];
1789
1794
  };
1790
1795
  /**
1791
- * Lookup332: sp_consensus_babe::digests::PreDigest
1796
+ * Lookup333: sp_consensus_babe::digests::PreDigest
1792
1797
  **/
1793
1798
  SpConsensusBabeDigestsPreDigest: {
1794
1799
  _enum: {
@@ -1799,7 +1804,7 @@ declare const _default: {
1799
1804
  };
1800
1805
  };
1801
1806
  /**
1802
- * Lookup333: sp_consensus_babe::digests::PrimaryPreDigest
1807
+ * Lookup334: sp_consensus_babe::digests::PrimaryPreDigest
1803
1808
  **/
1804
1809
  SpConsensusBabeDigestsPrimaryPreDigest: {
1805
1810
  authorityIndex: string;
@@ -1808,14 +1813,14 @@ declare const _default: {
1808
1813
  vrfProof: string;
1809
1814
  };
1810
1815
  /**
1811
- * Lookup334: sp_consensus_babe::digests::SecondaryPlainPreDigest
1816
+ * Lookup335: sp_consensus_babe::digests::SecondaryPlainPreDigest
1812
1817
  **/
1813
1818
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1814
1819
  authorityIndex: string;
1815
1820
  slot: string;
1816
1821
  };
1817
1822
  /**
1818
- * Lookup335: sp_consensus_babe::digests::SecondaryVRFPreDigest
1823
+ * Lookup336: sp_consensus_babe::digests::SecondaryVRFPreDigest
1819
1824
  **/
1820
1825
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1821
1826
  authorityIndex: string;
@@ -1824,14 +1829,14 @@ declare const _default: {
1824
1829
  vrfProof: string;
1825
1830
  };
1826
1831
  /**
1827
- * Lookup336: sp_consensus_babe::BabeEpochConfiguration
1832
+ * Lookup337: sp_consensus_babe::BabeEpochConfiguration
1828
1833
  **/
1829
1834
  SpConsensusBabeBabeEpochConfiguration: {
1830
1835
  c: string;
1831
1836
  allowedSlots: string;
1832
1837
  };
1833
1838
  /**
1834
- * Lookup340: pallet_babe::pallet::Call<T>
1839
+ * Lookup341: pallet_babe::pallet::Call<T>
1835
1840
  **/
1836
1841
  PalletBabeCall: {
1837
1842
  _enum: {
@@ -1849,7 +1854,7 @@ declare const _default: {
1849
1854
  };
1850
1855
  };
1851
1856
  /**
1852
- * Lookup341: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1857
+ * Lookup342: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1853
1858
  **/
1854
1859
  SpConsensusSlotsEquivocationProof: {
1855
1860
  offender: string;
@@ -1858,7 +1863,7 @@ declare const _default: {
1858
1863
  secondHeader: string;
1859
1864
  };
1860
1865
  /**
1861
- * Lookup342: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1866
+ * Lookup343: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1862
1867
  **/
1863
1868
  SpRuntimeHeader: {
1864
1869
  parentHash: string;
@@ -1868,11 +1873,11 @@ declare const _default: {
1868
1873
  digest: string;
1869
1874
  };
1870
1875
  /**
1871
- * Lookup343: sp_runtime::traits::BlakeTwo256
1876
+ * Lookup344: sp_runtime::traits::BlakeTwo256
1872
1877
  **/
1873
1878
  SpRuntimeBlakeTwo256: string;
1874
1879
  /**
1875
- * Lookup344: sp_session::MembershipProof
1880
+ * Lookup345: sp_session::MembershipProof
1876
1881
  **/
1877
1882
  SpSessionMembershipProof: {
1878
1883
  session: string;
@@ -1880,13 +1885,13 @@ declare const _default: {
1880
1885
  validatorCount: string;
1881
1886
  };
1882
1887
  /**
1883
- * Lookup345: pallet_babe::pallet::Error<T>
1888
+ * Lookup346: pallet_babe::pallet::Error<T>
1884
1889
  **/
1885
1890
  PalletBabeError: {
1886
1891
  _enum: string[];
1887
1892
  };
1888
1893
  /**
1889
- * Lookup346: pallet_timestamp::pallet::Call<T>
1894
+ * Lookup347: pallet_timestamp::pallet::Call<T>
1890
1895
  **/
1891
1896
  PalletTimestampCall: {
1892
1897
  _enum: {
@@ -1896,7 +1901,7 @@ declare const _default: {
1896
1901
  };
1897
1902
  };
1898
1903
  /**
1899
- * Lookup348: pallet_indices::pallet::Call<T>
1904
+ * Lookup349: pallet_indices::pallet::Call<T>
1900
1905
  **/
1901
1906
  PalletIndicesCall: {
1902
1907
  _enum: {
@@ -1927,13 +1932,13 @@ declare const _default: {
1927
1932
  };
1928
1933
  };
1929
1934
  /**
1930
- * Lookup350: pallet_indices::pallet::Error<T>
1935
+ * Lookup351: pallet_indices::pallet::Error<T>
1931
1936
  **/
1932
1937
  PalletIndicesError: {
1933
1938
  _enum: string[];
1934
1939
  };
1935
1940
  /**
1936
- * Lookup352: pallet_balances::BalanceLock<Balance>
1941
+ * Lookup353: pallet_balances::BalanceLock<Balance>
1937
1942
  **/
1938
1943
  PalletBalancesBalanceLock: {
1939
1944
  id: string;
@@ -1941,13 +1946,13 @@ declare const _default: {
1941
1946
  reasons: string;
1942
1947
  };
1943
1948
  /**
1944
- * Lookup353: polymesh_common_utilities::traits::balances::Reasons
1949
+ * Lookup354: polymesh_common_utilities::traits::balances::Reasons
1945
1950
  **/
1946
1951
  PolymeshCommonUtilitiesBalancesReasons: {
1947
1952
  _enum: string[];
1948
1953
  };
1949
1954
  /**
1950
- * Lookup354: pallet_balances::Call<T>
1955
+ * Lookup355: pallet_balances::Call<T>
1951
1956
  **/
1952
1957
  PalletBalancesCall: {
1953
1958
  _enum: {
@@ -1979,19 +1984,19 @@ declare const _default: {
1979
1984
  };
1980
1985
  };
1981
1986
  /**
1982
- * Lookup355: pallet_balances::Error<T>
1987
+ * Lookup356: pallet_balances::Error<T>
1983
1988
  **/
1984
1989
  PalletBalancesError: {
1985
1990
  _enum: string[];
1986
1991
  };
1987
1992
  /**
1988
- * Lookup357: pallet_transaction_payment::Releases
1993
+ * Lookup358: pallet_transaction_payment::Releases
1989
1994
  **/
1990
1995
  PalletTransactionPaymentReleases: {
1991
1996
  _enum: string[];
1992
1997
  };
1993
1998
  /**
1994
- * Lookup359: sp_weights::WeightToFeeCoefficient<Balance>
1999
+ * Lookup360: sp_weights::WeightToFeeCoefficient<Balance>
1995
2000
  **/
1996
2001
  SpWeightsWeightToFeeCoefficient: {
1997
2002
  coeffInteger: string;
@@ -2000,27 +2005,27 @@ declare const _default: {
2000
2005
  degree: string;
2001
2006
  };
2002
2007
  /**
2003
- * Lookup360: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2008
+ * Lookup361: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2004
2009
  **/
2005
2010
  PolymeshPrimitivesIdentityDidRecord: {
2006
2011
  primaryKey: string;
2007
2012
  };
2008
2013
  /**
2009
- * Lookup362: pallet_identity::types::Claim1stKey
2014
+ * Lookup363: pallet_identity::types::Claim1stKey
2010
2015
  **/
2011
2016
  PalletIdentityClaim1stKey: {
2012
2017
  target: string;
2013
2018
  claimType: string;
2014
2019
  };
2015
2020
  /**
2016
- * Lookup363: pallet_identity::types::Claim2ndKey
2021
+ * Lookup364: pallet_identity::types::Claim2ndKey
2017
2022
  **/
2018
2023
  PalletIdentityClaim2ndKey: {
2019
2024
  issuer: string;
2020
2025
  scope: string;
2021
2026
  };
2022
2027
  /**
2023
- * Lookup364: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2028
+ * Lookup365: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2024
2029
  **/
2025
2030
  PolymeshPrimitivesSecondaryKeyKeyRecord: {
2026
2031
  _enum: {
@@ -2030,7 +2035,7 @@ declare const _default: {
2030
2035
  };
2031
2036
  };
2032
2037
  /**
2033
- * Lookup367: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2038
+ * Lookup368: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2034
2039
  **/
2035
2040
  PolymeshPrimitivesAuthorization: {
2036
2041
  authorizationData: string;
@@ -2040,7 +2045,7 @@ declare const _default: {
2040
2045
  count: string;
2041
2046
  };
2042
2047
  /**
2043
- * Lookup370: pallet_identity::Call<T>
2048
+ * Lookup372: pallet_identity::Call<T>
2044
2049
  **/
2045
2050
  PalletIdentityCall: {
2046
2051
  _enum: {
@@ -2132,27 +2137,27 @@ declare const _default: {
2132
2137
  };
2133
2138
  };
2134
2139
  /**
2135
- * Lookup372: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2140
+ * Lookup374: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2136
2141
  **/
2137
2142
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2138
2143
  secondaryKey: string;
2139
2144
  authSignature: string;
2140
2145
  };
2141
2146
  /**
2142
- * Lookup375: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2147
+ * Lookup377: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2143
2148
  **/
2144
2149
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2145
2150
  key: string;
2146
2151
  authSignature: string;
2147
2152
  };
2148
2153
  /**
2149
- * Lookup376: pallet_identity::Error<T>
2154
+ * Lookup378: pallet_identity::Error<T>
2150
2155
  **/
2151
2156
  PalletIdentityError: {
2152
2157
  _enum: string[];
2153
2158
  };
2154
2159
  /**
2155
- * Lookup378: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2160
+ * Lookup380: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2156
2161
  **/
2157
2162
  PolymeshCommonUtilitiesGroupInactiveMember: {
2158
2163
  id: string;
@@ -2160,7 +2165,7 @@ declare const _default: {
2160
2165
  expiry: string;
2161
2166
  };
2162
2167
  /**
2163
- * Lookup379: pallet_group::Call<T, I>
2168
+ * Lookup381: pallet_group::Call<T, I>
2164
2169
  **/
2165
2170
  PalletGroupCall: {
2166
2171
  _enum: {
@@ -2189,13 +2194,13 @@ declare const _default: {
2189
2194
  };
2190
2195
  };
2191
2196
  /**
2192
- * Lookup380: pallet_group::Error<T, I>
2197
+ * Lookup382: pallet_group::Error<T, I>
2193
2198
  **/
2194
2199
  PalletGroupError: {
2195
2200
  _enum: string[];
2196
2201
  };
2197
2202
  /**
2198
- * Lookup382: pallet_committee::Call<T, I>
2203
+ * Lookup384: pallet_committee::Call<T, I>
2199
2204
  **/
2200
2205
  PalletCommitteeCall: {
2201
2206
  _enum: {
@@ -2221,7 +2226,7 @@ declare const _default: {
2221
2226
  };
2222
2227
  };
2223
2228
  /**
2224
- * Lookup388: pallet_multisig::Call<T>
2229
+ * Lookup390: pallet_multisig::Call<T>
2225
2230
  **/
2226
2231
  PalletMultisigCall: {
2227
2232
  _enum: {
@@ -2315,7 +2320,7 @@ declare const _default: {
2315
2320
  };
2316
2321
  };
2317
2322
  /**
2318
- * Lookup389: pallet_bridge::Call<T>
2323
+ * Lookup391: pallet_bridge::Call<T>
2319
2324
  **/
2320
2325
  PalletBridgeCall: {
2321
2326
  _enum: {
@@ -2370,7 +2375,7 @@ declare const _default: {
2370
2375
  };
2371
2376
  };
2372
2377
  /**
2373
- * Lookup393: pallet_staking::Call<T>
2378
+ * Lookup395: pallet_staking::Call<T>
2374
2379
  **/
2375
2380
  PalletStakingCall: {
2376
2381
  _enum: {
@@ -2496,7 +2501,7 @@ declare const _default: {
2496
2501
  };
2497
2502
  };
2498
2503
  /**
2499
- * Lookup394: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2504
+ * Lookup396: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2500
2505
  **/
2501
2506
  PalletStakingRewardDestination: {
2502
2507
  _enum: {
@@ -2507,14 +2512,14 @@ declare const _default: {
2507
2512
  };
2508
2513
  };
2509
2514
  /**
2510
- * Lookup395: pallet_staking::ValidatorPrefs
2515
+ * Lookup397: pallet_staking::ValidatorPrefs
2511
2516
  **/
2512
2517
  PalletStakingValidatorPrefs: {
2513
2518
  commission: string;
2514
2519
  blocked: string;
2515
2520
  };
2516
2521
  /**
2517
- * Lookup401: pallet_staking::CompactAssignments
2522
+ * Lookup403: pallet_staking::CompactAssignments
2518
2523
  **/
2519
2524
  PalletStakingCompactAssignments: {
2520
2525
  votes1: string;
@@ -2535,7 +2540,7 @@ declare const _default: {
2535
2540
  votes16: string;
2536
2541
  };
2537
2542
  /**
2538
- * Lookup452: sp_npos_elections::ElectionScore
2543
+ * Lookup454: sp_npos_elections::ElectionScore
2539
2544
  **/
2540
2545
  SpNposElectionsElectionScore: {
2541
2546
  minimalStake: string;
@@ -2543,14 +2548,14 @@ declare const _default: {
2543
2548
  sumStakeSquared: string;
2544
2549
  };
2545
2550
  /**
2546
- * Lookup453: pallet_staking::ElectionSize
2551
+ * Lookup455: pallet_staking::ElectionSize
2547
2552
  **/
2548
2553
  PalletStakingElectionSize: {
2549
2554
  validators: string;
2550
2555
  nominators: string;
2551
2556
  };
2552
2557
  /**
2553
- * Lookup454: pallet_session::pallet::Call<T>
2558
+ * Lookup456: pallet_session::pallet::Call<T>
2554
2559
  **/
2555
2560
  PalletSessionCall: {
2556
2561
  _enum: {
@@ -2565,7 +2570,7 @@ declare const _default: {
2565
2570
  };
2566
2571
  };
2567
2572
  /**
2568
- * Lookup455: polymesh_runtime_develop::runtime::SessionKeys
2573
+ * Lookup457: polymesh_runtime_develop::runtime::SessionKeys
2569
2574
  **/
2570
2575
  PolymeshRuntimeDevelopRuntimeSessionKeys: {
2571
2576
  grandpa: string;
@@ -2574,11 +2579,11 @@ declare const _default: {
2574
2579
  authorityDiscovery: string;
2575
2580
  };
2576
2581
  /**
2577
- * Lookup456: sp_authority_discovery::app::Public
2582
+ * Lookup458: sp_authority_discovery::app::Public
2578
2583
  **/
2579
2584
  SpAuthorityDiscoveryAppPublic: string;
2580
2585
  /**
2581
- * Lookup457: pallet_grandpa::pallet::Call<T>
2586
+ * Lookup459: pallet_grandpa::pallet::Call<T>
2582
2587
  **/
2583
2588
  PalletGrandpaCall: {
2584
2589
  _enum: {
@@ -2597,14 +2602,14 @@ declare const _default: {
2597
2602
  };
2598
2603
  };
2599
2604
  /**
2600
- * Lookup458: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2605
+ * Lookup460: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2601
2606
  **/
2602
2607
  SpConsensusGrandpaEquivocationProof: {
2603
2608
  setId: string;
2604
2609
  equivocation: string;
2605
2610
  };
2606
2611
  /**
2607
- * Lookup459: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2612
+ * Lookup461: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2608
2613
  **/
2609
2614
  SpConsensusGrandpaEquivocation: {
2610
2615
  _enum: {
@@ -2613,7 +2618,7 @@ declare const _default: {
2613
2618
  };
2614
2619
  };
2615
2620
  /**
2616
- * Lookup460: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2621
+ * Lookup462: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2617
2622
  **/
2618
2623
  FinalityGrandpaEquivocationPrevote: {
2619
2624
  roundNumber: string;
@@ -2622,22 +2627,22 @@ declare const _default: {
2622
2627
  second: string;
2623
2628
  };
2624
2629
  /**
2625
- * Lookup461: finality_grandpa::Prevote<primitive_types::H256, N>
2630
+ * Lookup463: finality_grandpa::Prevote<primitive_types::H256, N>
2626
2631
  **/
2627
2632
  FinalityGrandpaPrevote: {
2628
2633
  targetHash: string;
2629
2634
  targetNumber: string;
2630
2635
  };
2631
2636
  /**
2632
- * Lookup462: sp_consensus_grandpa::app::Signature
2637
+ * Lookup464: sp_consensus_grandpa::app::Signature
2633
2638
  **/
2634
2639
  SpConsensusGrandpaAppSignature: string;
2635
2640
  /**
2636
- * Lookup463: sp_core::ed25519::Signature
2641
+ * Lookup465: sp_core::ed25519::Signature
2637
2642
  **/
2638
2643
  SpCoreEd25519Signature: string;
2639
2644
  /**
2640
- * Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2645
+ * Lookup467: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2641
2646
  **/
2642
2647
  FinalityGrandpaEquivocationPrecommit: {
2643
2648
  roundNumber: string;
@@ -2646,14 +2651,14 @@ declare const _default: {
2646
2651
  second: string;
2647
2652
  };
2648
2653
  /**
2649
- * Lookup466: finality_grandpa::Precommit<primitive_types::H256, N>
2654
+ * Lookup468: finality_grandpa::Precommit<primitive_types::H256, N>
2650
2655
  **/
2651
2656
  FinalityGrandpaPrecommit: {
2652
2657
  targetHash: string;
2653
2658
  targetNumber: string;
2654
2659
  };
2655
2660
  /**
2656
- * Lookup468: pallet_im_online::pallet::Call<T>
2661
+ * Lookup470: pallet_im_online::pallet::Call<T>
2657
2662
  **/
2658
2663
  PalletImOnlineCall: {
2659
2664
  _enum: {
@@ -2664,7 +2669,7 @@ declare const _default: {
2664
2669
  };
2665
2670
  };
2666
2671
  /**
2667
- * Lookup469: pallet_im_online::Heartbeat<BlockNumber>
2672
+ * Lookup471: pallet_im_online::Heartbeat<BlockNumber>
2668
2673
  **/
2669
2674
  PalletImOnlineHeartbeat: {
2670
2675
  blockNumber: string;
@@ -2674,22 +2679,22 @@ declare const _default: {
2674
2679
  validatorsLen: string;
2675
2680
  };
2676
2681
  /**
2677
- * Lookup470: sp_core::offchain::OpaqueNetworkState
2682
+ * Lookup472: sp_core::offchain::OpaqueNetworkState
2678
2683
  **/
2679
2684
  SpCoreOffchainOpaqueNetworkState: {
2680
2685
  peerId: string;
2681
2686
  externalAddresses: string;
2682
2687
  };
2683
2688
  /**
2684
- * Lookup474: pallet_im_online::sr25519::app_sr25519::Signature
2689
+ * Lookup476: pallet_im_online::sr25519::app_sr25519::Signature
2685
2690
  **/
2686
2691
  PalletImOnlineSr25519AppSr25519Signature: string;
2687
2692
  /**
2688
- * Lookup475: sp_core::sr25519::Signature
2693
+ * Lookup477: sp_core::sr25519::Signature
2689
2694
  **/
2690
2695
  SpCoreSr25519Signature: string;
2691
2696
  /**
2692
- * Lookup476: pallet_sudo::Call<T>
2697
+ * Lookup478: pallet_sudo::Call<T>
2693
2698
  **/
2694
2699
  PalletSudoCall: {
2695
2700
  _enum: {
@@ -2713,7 +2718,7 @@ declare const _default: {
2713
2718
  };
2714
2719
  };
2715
2720
  /**
2716
- * Lookup477: pallet_asset::Call<T>
2721
+ * Lookup479: pallet_asset::Call<T>
2717
2722
  **/
2718
2723
  PalletAssetCall: {
2719
2724
  _enum: {
@@ -2844,10 +2849,18 @@ declare const _default: {
2844
2849
  remove_ticker_pre_approval: {
2845
2850
  ticker: string;
2846
2851
  };
2852
+ add_mandatory_mediators: {
2853
+ ticker: string;
2854
+ mediators: string;
2855
+ };
2856
+ remove_mandatory_mediators: {
2857
+ ticker: string;
2858
+ mediators: string;
2859
+ };
2847
2860
  };
2848
2861
  };
2849
2862
  /**
2850
- * Lookup479: pallet_corporate_actions::distribution::Call<T>
2863
+ * Lookup482: pallet_corporate_actions::distribution::Call<T>
2851
2864
  **/
2852
2865
  PalletCorporateActionsDistributionCall: {
2853
2866
  _enum: {
@@ -2876,7 +2889,7 @@ declare const _default: {
2876
2889
  };
2877
2890
  };
2878
2891
  /**
2879
- * Lookup481: pallet_asset::checkpoint::Call<T>
2892
+ * Lookup484: pallet_asset::checkpoint::Call<T>
2880
2893
  **/
2881
2894
  PalletAssetCheckpointCall: {
2882
2895
  _enum: {
@@ -2897,7 +2910,7 @@ declare const _default: {
2897
2910
  };
2898
2911
  };
2899
2912
  /**
2900
- * Lookup482: pallet_compliance_manager::Call<T>
2913
+ * Lookup485: pallet_compliance_manager::Call<T>
2901
2914
  **/
2902
2915
  PalletComplianceManagerCall: {
2903
2916
  _enum: {
@@ -2938,7 +2951,7 @@ declare const _default: {
2938
2951
  };
2939
2952
  };
2940
2953
  /**
2941
- * Lookup483: pallet_corporate_actions::Call<T>
2954
+ * Lookup486: pallet_corporate_actions::Call<T>
2942
2955
  **/
2943
2956
  PalletCorporateActionsCall: {
2944
2957
  _enum: {
@@ -2991,7 +3004,7 @@ declare const _default: {
2991
3004
  };
2992
3005
  };
2993
3006
  /**
2994
- * Lookup485: pallet_corporate_actions::RecordDateSpec
3007
+ * Lookup488: pallet_corporate_actions::RecordDateSpec
2995
3008
  **/
2996
3009
  PalletCorporateActionsRecordDateSpec: {
2997
3010
  _enum: {
@@ -3001,7 +3014,7 @@ declare const _default: {
3001
3014
  };
3002
3015
  };
3003
3016
  /**
3004
- * Lookup488: pallet_corporate_actions::InitiateCorporateActionArgs
3017
+ * Lookup491: pallet_corporate_actions::InitiateCorporateActionArgs
3005
3018
  **/
3006
3019
  PalletCorporateActionsInitiateCorporateActionArgs: {
3007
3020
  ticker: string;
@@ -3014,7 +3027,7 @@ declare const _default: {
3014
3027
  withholdingTax: string;
3015
3028
  };
3016
3029
  /**
3017
- * Lookup489: pallet_corporate_actions::ballot::Call<T>
3030
+ * Lookup492: pallet_corporate_actions::ballot::Call<T>
3018
3031
  **/
3019
3032
  PalletCorporateActionsBallotCall: {
3020
3033
  _enum: {
@@ -3046,7 +3059,7 @@ declare const _default: {
3046
3059
  };
3047
3060
  };
3048
3061
  /**
3049
- * Lookup490: pallet_pips::Call<T>
3062
+ * Lookup493: pallet_pips::Call<T>
3050
3063
  **/
3051
3064
  PalletPipsCall: {
3052
3065
  _enum: {
@@ -3107,13 +3120,13 @@ declare const _default: {
3107
3120
  };
3108
3121
  };
3109
3122
  /**
3110
- * Lookup493: pallet_pips::SnapshotResult
3123
+ * Lookup496: pallet_pips::SnapshotResult
3111
3124
  **/
3112
3125
  PalletPipsSnapshotResult: {
3113
3126
  _enum: string[];
3114
3127
  };
3115
3128
  /**
3116
- * Lookup494: pallet_portfolio::Call<T>
3129
+ * Lookup497: pallet_portfolio::Call<T>
3117
3130
  **/
3118
3131
  PalletPortfolioCall: {
3119
3132
  _enum: {
@@ -3159,14 +3172,14 @@ declare const _default: {
3159
3172
  };
3160
3173
  };
3161
3174
  /**
3162
- * Lookup496: polymesh_primitives::portfolio::Fund
3175
+ * Lookup499: polymesh_primitives::portfolio::Fund
3163
3176
  **/
3164
3177
  PolymeshPrimitivesPortfolioFund: {
3165
3178
  description: string;
3166
3179
  memo: string;
3167
3180
  };
3168
3181
  /**
3169
- * Lookup497: pallet_protocol_fee::Call<T>
3182
+ * Lookup500: pallet_protocol_fee::Call<T>
3170
3183
  **/
3171
3184
  PalletProtocolFeeCall: {
3172
3185
  _enum: {
@@ -3180,13 +3193,13 @@ declare const _default: {
3180
3193
  };
3181
3194
  };
3182
3195
  /**
3183
- * Lookup498: polymesh_common_utilities::protocol_fee::ProtocolOp
3196
+ * Lookup501: polymesh_common_utilities::protocol_fee::ProtocolOp
3184
3197
  **/
3185
3198
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3186
3199
  _enum: string[];
3187
3200
  };
3188
3201
  /**
3189
- * Lookup499: pallet_scheduler::pallet::Call<T>
3202
+ * Lookup502: pallet_scheduler::pallet::Call<T>
3190
3203
  **/
3191
3204
  PalletSchedulerCall: {
3192
3205
  _enum: {
@@ -3226,7 +3239,7 @@ declare const _default: {
3226
3239
  };
3227
3240
  };
3228
3241
  /**
3229
- * Lookup501: pallet_settlement::Call<T>
3242
+ * Lookup504: pallet_settlement::Call<T>
3230
3243
  **/
3231
3244
  PalletSettlementCall: {
3232
3245
  _enum: {
@@ -3327,10 +3340,40 @@ declare const _default: {
3327
3340
  portfolios: string;
3328
3341
  numberOfAssets: string;
3329
3342
  };
3343
+ add_instruction_with_mediators: {
3344
+ venueId: string;
3345
+ settlementType: string;
3346
+ tradeDate: string;
3347
+ valueDate: string;
3348
+ legs: string;
3349
+ instructionMemo: string;
3350
+ mediators: string;
3351
+ };
3352
+ add_and_affirm_with_mediators: {
3353
+ venueId: string;
3354
+ settlementType: string;
3355
+ tradeDate: string;
3356
+ valueDate: string;
3357
+ legs: string;
3358
+ portfolios: string;
3359
+ instructionMemo: string;
3360
+ mediators: string;
3361
+ };
3362
+ affirm_instruction_as_mediator: {
3363
+ instructionId: string;
3364
+ expiry: string;
3365
+ };
3366
+ withdraw_affirmation_as_mediator: {
3367
+ instructionId: string;
3368
+ };
3369
+ reject_instruction_as_mediator: {
3370
+ instructionId: string;
3371
+ numberOfAssets: string;
3372
+ };
3330
3373
  };
3331
3374
  };
3332
3375
  /**
3333
- * Lookup503: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3376
+ * Lookup506: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3334
3377
  **/
3335
3378
  PolymeshPrimitivesSettlementReceiptDetails: {
3336
3379
  uid: string;
@@ -3341,7 +3384,7 @@ declare const _default: {
3341
3384
  metadata: string;
3342
3385
  };
3343
3386
  /**
3344
- * Lookup504: sp_runtime::MultiSignature
3387
+ * Lookup507: sp_runtime::MultiSignature
3345
3388
  **/
3346
3389
  SpRuntimeMultiSignature: {
3347
3390
  _enum: {
@@ -3351,11 +3394,11 @@ declare const _default: {
3351
3394
  };
3352
3395
  };
3353
3396
  /**
3354
- * Lookup505: sp_core::ecdsa::Signature
3397
+ * Lookup508: sp_core::ecdsa::Signature
3355
3398
  **/
3356
3399
  SpCoreEcdsaSignature: string;
3357
3400
  /**
3358
- * Lookup508: polymesh_primitives::settlement::AffirmationCount
3401
+ * Lookup511: polymesh_primitives::settlement::AffirmationCount
3359
3402
  **/
3360
3403
  PolymeshPrimitivesSettlementAffirmationCount: {
3361
3404
  senderAssetCount: string;
@@ -3363,7 +3406,7 @@ declare const _default: {
3363
3406
  offchainCount: string;
3364
3407
  };
3365
3408
  /**
3366
- * Lookup509: polymesh_primitives::settlement::AssetCount
3409
+ * Lookup512: polymesh_primitives::settlement::AssetCount
3367
3410
  **/
3368
3411
  PolymeshPrimitivesSettlementAssetCount: {
3369
3412
  fungible: string;
@@ -3371,7 +3414,7 @@ declare const _default: {
3371
3414
  offChain: string;
3372
3415
  };
3373
3416
  /**
3374
- * Lookup511: pallet_statistics::Call<T>
3417
+ * Lookup515: pallet_statistics::Call<T>
3375
3418
  **/
3376
3419
  PalletStatisticsCall: {
3377
3420
  _enum: {
@@ -3396,7 +3439,7 @@ declare const _default: {
3396
3439
  };
3397
3440
  };
3398
3441
  /**
3399
- * Lookup516: pallet_sto::Call<T>
3442
+ * Lookup519: pallet_sto::Call<T>
3400
3443
  **/
3401
3444
  PalletStoCall: {
3402
3445
  _enum: {
@@ -3442,14 +3485,14 @@ declare const _default: {
3442
3485
  };
3443
3486
  };
3444
3487
  /**
3445
- * Lookup518: pallet_sto::PriceTier
3488
+ * Lookup521: pallet_sto::PriceTier
3446
3489
  **/
3447
3490
  PalletStoPriceTier: {
3448
3491
  total: string;
3449
3492
  price: string;
3450
3493
  };
3451
3494
  /**
3452
- * Lookup520: pallet_treasury::Call<T>
3495
+ * Lookup523: pallet_treasury::Call<T>
3453
3496
  **/
3454
3497
  PalletTreasuryCall: {
3455
3498
  _enum: {
@@ -3462,14 +3505,14 @@ declare const _default: {
3462
3505
  };
3463
3506
  };
3464
3507
  /**
3465
- * Lookup522: polymesh_primitives::Beneficiary<Balance>
3508
+ * Lookup525: polymesh_primitives::Beneficiary<Balance>
3466
3509
  **/
3467
3510
  PolymeshPrimitivesBeneficiary: {
3468
3511
  id: string;
3469
3512
  amount: string;
3470
3513
  };
3471
3514
  /**
3472
- * Lookup523: pallet_utility::pallet::Call<T>
3515
+ * Lookup526: pallet_utility::pallet::Call<T>
3473
3516
  **/
3474
3517
  PalletUtilityCall: {
3475
3518
  _enum: {
@@ -3504,17 +3547,21 @@ declare const _default: {
3504
3547
  batch_optimistic: {
3505
3548
  calls: string;
3506
3549
  };
3550
+ as_derivative: {
3551
+ index: string;
3552
+ call: string;
3553
+ };
3507
3554
  };
3508
3555
  };
3509
3556
  /**
3510
- * Lookup525: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3557
+ * Lookup528: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3511
3558
  **/
3512
3559
  PalletUtilityUniqueCall: {
3513
3560
  nonce: string;
3514
3561
  call: string;
3515
3562
  };
3516
3563
  /**
3517
- * Lookup526: polymesh_runtime_develop::runtime::OriginCaller
3564
+ * Lookup529: polymesh_runtime_develop::runtime::OriginCaller
3518
3565
  **/
3519
3566
  PolymeshRuntimeDevelopRuntimeOriginCaller: {
3520
3567
  _enum: {
@@ -3535,7 +3582,7 @@ declare const _default: {
3535
3582
  };
3536
3583
  };
3537
3584
  /**
3538
- * Lookup527: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3585
+ * Lookup530: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3539
3586
  **/
3540
3587
  FrameSupportDispatchRawOrigin: {
3541
3588
  _enum: {
@@ -3545,33 +3592,33 @@ declare const _default: {
3545
3592
  };
3546
3593
  };
3547
3594
  /**
3548
- * Lookup528: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3595
+ * Lookup531: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3549
3596
  **/
3550
3597
  PalletCommitteeRawOriginInstance1: {
3551
3598
  _enum: string[];
3552
3599
  };
3553
3600
  /**
3554
- * Lookup529: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3601
+ * Lookup532: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3555
3602
  **/
3556
3603
  PalletCommitteeRawOriginInstance3: {
3557
3604
  _enum: string[];
3558
3605
  };
3559
3606
  /**
3560
- * Lookup530: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3607
+ * Lookup533: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3561
3608
  **/
3562
3609
  PalletCommitteeRawOriginInstance4: {
3563
3610
  _enum: string[];
3564
3611
  };
3565
3612
  /**
3566
- * Lookup531: sp_core::Void
3613
+ * Lookup534: sp_core::Void
3567
3614
  **/
3568
3615
  SpCoreVoid: string;
3569
3616
  /**
3570
- * Lookup532: pallet_base::Call<T>
3617
+ * Lookup535: pallet_base::Call<T>
3571
3618
  **/
3572
3619
  PalletBaseCall: string;
3573
3620
  /**
3574
- * Lookup533: pallet_external_agents::Call<T>
3621
+ * Lookup536: pallet_external_agents::Call<T>
3575
3622
  **/
3576
3623
  PalletExternalAgentsCall: {
3577
3624
  _enum: {
@@ -3613,7 +3660,7 @@ declare const _default: {
3613
3660
  };
3614
3661
  };
3615
3662
  /**
3616
- * Lookup534: pallet_relayer::Call<T>
3663
+ * Lookup537: pallet_relayer::Call<T>
3617
3664
  **/
3618
3665
  PalletRelayerCall: {
3619
3666
  _enum: {
@@ -3643,7 +3690,7 @@ declare const _default: {
3643
3690
  };
3644
3691
  };
3645
3692
  /**
3646
- * Lookup535: pallet_contracts::pallet::Call<T>
3693
+ * Lookup538: pallet_contracts::pallet::Call<T>
3647
3694
  **/
3648
3695
  PalletContractsCall: {
3649
3696
  _enum: {
@@ -3708,13 +3755,13 @@ declare const _default: {
3708
3755
  };
3709
3756
  };
3710
3757
  /**
3711
- * Lookup539: pallet_contracts::wasm::Determinism
3758
+ * Lookup542: pallet_contracts::wasm::Determinism
3712
3759
  **/
3713
3760
  PalletContractsWasmDeterminism: {
3714
3761
  _enum: string[];
3715
3762
  };
3716
3763
  /**
3717
- * Lookup540: polymesh_contracts::Call<T>
3764
+ * Lookup543: polymesh_contracts::Call<T>
3718
3765
  **/
3719
3766
  PolymeshContractsCall: {
3720
3767
  _enum: {
@@ -3762,14 +3809,14 @@ declare const _default: {
3762
3809
  };
3763
3810
  };
3764
3811
  /**
3765
- * Lookup543: polymesh_contracts::NextUpgrade<T>
3812
+ * Lookup546: polymesh_contracts::NextUpgrade<T>
3766
3813
  **/
3767
3814
  PolymeshContractsNextUpgrade: {
3768
3815
  chainVersion: string;
3769
3816
  apiHash: string;
3770
3817
  };
3771
3818
  /**
3772
- * Lookup544: polymesh_contracts::ApiCodeHash<T>
3819
+ * Lookup547: polymesh_contracts::ApiCodeHash<T>
3773
3820
  **/
3774
3821
  PolymeshContractsApiCodeHash: {
3775
3822
  _alias: {
@@ -3778,7 +3825,7 @@ declare const _default: {
3778
3825
  hash_: string;
3779
3826
  };
3780
3827
  /**
3781
- * Lookup545: pallet_preimage::pallet::Call<T>
3828
+ * Lookup548: pallet_preimage::pallet::Call<T>
3782
3829
  **/
3783
3830
  PalletPreimageCall: {
3784
3831
  _enum: {
@@ -3806,7 +3853,7 @@ declare const _default: {
3806
3853
  };
3807
3854
  };
3808
3855
  /**
3809
- * Lookup546: pallet_nft::Call<T>
3856
+ * Lookup549: pallet_nft::Call<T>
3810
3857
  **/
3811
3858
  PalletNftCall: {
3812
3859
  _enum: {
@@ -3834,18 +3881,18 @@ declare const _default: {
3834
3881
  };
3835
3882
  };
3836
3883
  /**
3837
- * Lookup548: polymesh_primitives::nft::NFTCollectionKeys
3884
+ * Lookup551: polymesh_primitives::nft::NFTCollectionKeys
3838
3885
  **/
3839
3886
  PolymeshPrimitivesNftNftCollectionKeys: string;
3840
3887
  /**
3841
- * Lookup551: polymesh_primitives::nft::NFTMetadataAttribute
3888
+ * Lookup554: polymesh_primitives::nft::NFTMetadataAttribute
3842
3889
  **/
3843
3890
  PolymeshPrimitivesNftNftMetadataAttribute: {
3844
3891
  key: string;
3845
3892
  value: string;
3846
3893
  };
3847
3894
  /**
3848
- * Lookup552: pallet_test_utils::Call<T>
3895
+ * Lookup555: pallet_test_utils::Call<T>
3849
3896
  **/
3850
3897
  PalletTestUtilsCall: {
3851
3898
  _enum: {
@@ -3862,7 +3909,7 @@ declare const _default: {
3862
3909
  };
3863
3910
  };
3864
3911
  /**
3865
- * Lookup553: pallet_committee::PolymeshVotes<BlockNumber>
3912
+ * Lookup556: pallet_committee::PolymeshVotes<BlockNumber>
3866
3913
  **/
3867
3914
  PalletCommitteePolymeshVotes: {
3868
3915
  index: string;
@@ -3871,13 +3918,13 @@ declare const _default: {
3871
3918
  expiry: string;
3872
3919
  };
3873
3920
  /**
3874
- * Lookup555: pallet_committee::Error<T, I>
3921
+ * Lookup558: pallet_committee::Error<T, I>
3875
3922
  **/
3876
3923
  PalletCommitteeError: {
3877
3924
  _enum: string[];
3878
3925
  };
3879
3926
  /**
3880
- * Lookup565: polymesh_primitives::multisig::ProposalDetails<T>
3927
+ * Lookup568: polymesh_primitives::multisig::ProposalDetails<T>
3881
3928
  **/
3882
3929
  PolymeshPrimitivesMultisigProposalDetails: {
3883
3930
  approvals: string;
@@ -3887,19 +3934,19 @@ declare const _default: {
3887
3934
  autoClose: string;
3888
3935
  };
3889
3936
  /**
3890
- * Lookup566: polymesh_primitives::multisig::ProposalStatus
3937
+ * Lookup569: polymesh_primitives::multisig::ProposalStatus
3891
3938
  **/
3892
3939
  PolymeshPrimitivesMultisigProposalStatus: {
3893
3940
  _enum: string[];
3894
3941
  };
3895
3942
  /**
3896
- * Lookup568: pallet_multisig::Error<T>
3943
+ * Lookup571: pallet_multisig::Error<T>
3897
3944
  **/
3898
3945
  PalletMultisigError: {
3899
3946
  _enum: string[];
3900
3947
  };
3901
3948
  /**
3902
- * Lookup570: pallet_bridge::BridgeTxDetail<BlockNumber>
3949
+ * Lookup573: pallet_bridge::BridgeTxDetail<BlockNumber>
3903
3950
  **/
3904
3951
  PalletBridgeBridgeTxDetail: {
3905
3952
  amount: string;
@@ -3908,7 +3955,7 @@ declare const _default: {
3908
3955
  txHash: string;
3909
3956
  };
3910
3957
  /**
3911
- * Lookup571: pallet_bridge::BridgeTxStatus
3958
+ * Lookup574: pallet_bridge::BridgeTxStatus
3912
3959
  **/
3913
3960
  PalletBridgeBridgeTxStatus: {
3914
3961
  _enum: {
@@ -3920,13 +3967,13 @@ declare const _default: {
3920
3967
  };
3921
3968
  };
3922
3969
  /**
3923
- * Lookup574: pallet_bridge::Error<T>
3970
+ * Lookup577: pallet_bridge::Error<T>
3924
3971
  **/
3925
3972
  PalletBridgeError: {
3926
3973
  _enum: string[];
3927
3974
  };
3928
3975
  /**
3929
- * Lookup575: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
3976
+ * Lookup578: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
3930
3977
  **/
3931
3978
  PalletStakingStakingLedger: {
3932
3979
  stash: string;
@@ -3936,14 +3983,14 @@ declare const _default: {
3936
3983
  claimedRewards: string;
3937
3984
  };
3938
3985
  /**
3939
- * Lookup577: pallet_staking::UnlockChunk<Balance>
3986
+ * Lookup580: pallet_staking::UnlockChunk<Balance>
3940
3987
  **/
3941
3988
  PalletStakingUnlockChunk: {
3942
3989
  value: string;
3943
3990
  era: string;
3944
3991
  };
3945
3992
  /**
3946
- * Lookup578: pallet_staking::Nominations<sp_core::crypto::AccountId32>
3993
+ * Lookup581: pallet_staking::Nominations<sp_core::crypto::AccountId32>
3947
3994
  **/
3948
3995
  PalletStakingNominations: {
3949
3996
  targets: string;
@@ -3951,27 +3998,27 @@ declare const _default: {
3951
3998
  suppressed: string;
3952
3999
  };
3953
4000
  /**
3954
- * Lookup579: pallet_staking::ActiveEraInfo
4001
+ * Lookup582: pallet_staking::ActiveEraInfo
3955
4002
  **/
3956
4003
  PalletStakingActiveEraInfo: {
3957
4004
  index: string;
3958
4005
  start: string;
3959
4006
  };
3960
4007
  /**
3961
- * Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4008
+ * Lookup584: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
3962
4009
  **/
3963
4010
  PalletStakingEraRewardPoints: {
3964
4011
  total: string;
3965
4012
  individual: string;
3966
4013
  };
3967
4014
  /**
3968
- * Lookup584: pallet_staking::Forcing
4015
+ * Lookup587: pallet_staking::Forcing
3969
4016
  **/
3970
4017
  PalletStakingForcing: {
3971
4018
  _enum: string[];
3972
4019
  };
3973
4020
  /**
3974
- * Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4021
+ * Lookup589: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
3975
4022
  **/
3976
4023
  PalletStakingUnappliedSlash: {
3977
4024
  validator: string;
@@ -3981,7 +4028,7 @@ declare const _default: {
3981
4028
  payout: string;
3982
4029
  };
3983
4030
  /**
3984
- * Lookup590: pallet_staking::slashing::SlashingSpans
4031
+ * Lookup593: pallet_staking::slashing::SlashingSpans
3985
4032
  **/
3986
4033
  PalletStakingSlashingSlashingSpans: {
3987
4034
  spanIndex: string;
@@ -3990,14 +4037,14 @@ declare const _default: {
3990
4037
  prior: string;
3991
4038
  };
3992
4039
  /**
3993
- * Lookup591: pallet_staking::slashing::SpanRecord<Balance>
4040
+ * Lookup594: pallet_staking::slashing::SpanRecord<Balance>
3994
4041
  **/
3995
4042
  PalletStakingSlashingSpanRecord: {
3996
4043
  slashed: string;
3997
4044
  paidOut: string;
3998
4045
  };
3999
4046
  /**
4000
- * Lookup594: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4047
+ * Lookup597: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4001
4048
  **/
4002
4049
  PalletStakingElectionResult: {
4003
4050
  electedStashes: string;
@@ -4005,7 +4052,7 @@ declare const _default: {
4005
4052
  compute: string;
4006
4053
  };
4007
4054
  /**
4008
- * Lookup595: pallet_staking::ElectionStatus<BlockNumber>
4055
+ * Lookup598: pallet_staking::ElectionStatus<BlockNumber>
4009
4056
  **/
4010
4057
  PalletStakingElectionStatus: {
4011
4058
  _enum: {
@@ -4014,43 +4061,43 @@ declare const _default: {
4014
4061
  };
4015
4062
  };
4016
4063
  /**
4017
- * Lookup596: pallet_staking::PermissionedIdentityPrefs
4064
+ * Lookup599: pallet_staking::PermissionedIdentityPrefs
4018
4065
  **/
4019
4066
  PalletStakingPermissionedIdentityPrefs: {
4020
4067
  intendedCount: string;
4021
4068
  runningCount: string;
4022
4069
  };
4023
4070
  /**
4024
- * Lookup597: pallet_staking::Releases
4071
+ * Lookup600: pallet_staking::Releases
4025
4072
  **/
4026
4073
  PalletStakingReleases: {
4027
4074
  _enum: string[];
4028
4075
  };
4029
4076
  /**
4030
- * Lookup599: pallet_staking::Error<T>
4077
+ * Lookup602: pallet_staking::Error<T>
4031
4078
  **/
4032
4079
  PalletStakingError: {
4033
4080
  _enum: string[];
4034
4081
  };
4035
4082
  /**
4036
- * Lookup600: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4083
+ * Lookup603: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4037
4084
  **/
4038
4085
  SpStakingOffenceOffenceDetails: {
4039
4086
  offender: string;
4040
4087
  reporters: string;
4041
4088
  };
4042
4089
  /**
4043
- * Lookup605: sp_core::crypto::KeyTypeId
4090
+ * Lookup608: sp_core::crypto::KeyTypeId
4044
4091
  **/
4045
4092
  SpCoreCryptoKeyTypeId: string;
4046
4093
  /**
4047
- * Lookup606: pallet_session::pallet::Error<T>
4094
+ * Lookup609: pallet_session::pallet::Error<T>
4048
4095
  **/
4049
4096
  PalletSessionError: {
4050
4097
  _enum: string[];
4051
4098
  };
4052
4099
  /**
4053
- * Lookup607: pallet_grandpa::StoredState<N>
4100
+ * Lookup610: pallet_grandpa::StoredState<N>
4054
4101
  **/
4055
4102
  PalletGrandpaStoredState: {
4056
4103
  _enum: {
@@ -4067,7 +4114,7 @@ declare const _default: {
4067
4114
  };
4068
4115
  };
4069
4116
  /**
4070
- * Lookup608: pallet_grandpa::StoredPendingChange<N, Limit>
4117
+ * Lookup611: pallet_grandpa::StoredPendingChange<N, Limit>
4071
4118
  **/
4072
4119
  PalletGrandpaStoredPendingChange: {
4073
4120
  scheduledAt: string;
@@ -4076,46 +4123,46 @@ declare const _default: {
4076
4123
  forced: string;
4077
4124
  };
4078
4125
  /**
4079
- * Lookup610: pallet_grandpa::pallet::Error<T>
4126
+ * Lookup613: pallet_grandpa::pallet::Error<T>
4080
4127
  **/
4081
4128
  PalletGrandpaError: {
4082
4129
  _enum: string[];
4083
4130
  };
4084
4131
  /**
4085
- * Lookup614: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4132
+ * Lookup617: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4086
4133
  **/
4087
4134
  PalletImOnlineBoundedOpaqueNetworkState: {
4088
4135
  peerId: string;
4089
4136
  externalAddresses: string;
4090
4137
  };
4091
4138
  /**
4092
- * Lookup618: pallet_im_online::pallet::Error<T>
4139
+ * Lookup621: pallet_im_online::pallet::Error<T>
4093
4140
  **/
4094
4141
  PalletImOnlineError: {
4095
4142
  _enum: string[];
4096
4143
  };
4097
4144
  /**
4098
- * Lookup620: pallet_sudo::Error<T>
4145
+ * Lookup623: pallet_sudo::Error<T>
4099
4146
  **/
4100
4147
  PalletSudoError: {
4101
4148
  _enum: string[];
4102
4149
  };
4103
4150
  /**
4104
- * Lookup621: pallet_asset::TickerRegistration<U>
4151
+ * Lookup624: pallet_asset::types::TickerRegistration<T>
4105
4152
  **/
4106
4153
  PalletAssetTickerRegistration: {
4107
4154
  owner: string;
4108
4155
  expiry: string;
4109
4156
  };
4110
4157
  /**
4111
- * Lookup622: pallet_asset::TickerRegistrationConfig<U>
4158
+ * Lookup625: pallet_asset::types::TickerRegistrationConfig<T>
4112
4159
  **/
4113
4160
  PalletAssetTickerRegistrationConfig: {
4114
4161
  maxTickerLength: string;
4115
4162
  registrationLength: string;
4116
4163
  };
4117
4164
  /**
4118
- * Lookup623: pallet_asset::SecurityToken
4165
+ * Lookup626: pallet_asset::types::SecurityToken
4119
4166
  **/
4120
4167
  PalletAssetSecurityToken: {
4121
4168
  totalSupply: string;
@@ -4124,25 +4171,25 @@ declare const _default: {
4124
4171
  assetType: string;
4125
4172
  };
4126
4173
  /**
4127
- * Lookup627: pallet_asset::AssetOwnershipRelation
4174
+ * Lookup630: pallet_asset::types::AssetOwnershipRelation
4128
4175
  **/
4129
4176
  PalletAssetAssetOwnershipRelation: {
4130
4177
  _enum: string[];
4131
4178
  };
4132
4179
  /**
4133
- * Lookup633: pallet_asset::Error<T>
4180
+ * Lookup636: pallet_asset::error::Error<T>
4134
4181
  **/
4135
4182
  PalletAssetError: {
4136
4183
  _enum: string[];
4137
4184
  };
4138
4185
  /**
4139
- * Lookup636: pallet_corporate_actions::distribution::Error<T>
4186
+ * Lookup639: pallet_corporate_actions::distribution::Error<T>
4140
4187
  **/
4141
4188
  PalletCorporateActionsDistributionError: {
4142
4189
  _enum: string[];
4143
4190
  };
4144
4191
  /**
4145
- * Lookup640: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4192
+ * Lookup643: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4146
4193
  **/
4147
4194
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4148
4195
  nextAt: string;
@@ -4150,44 +4197,44 @@ declare const _default: {
4150
4197
  schedules: string;
4151
4198
  };
4152
4199
  /**
4153
- * Lookup646: pallet_asset::checkpoint::Error<T>
4200
+ * Lookup649: pallet_asset::checkpoint::Error<T>
4154
4201
  **/
4155
4202
  PalletAssetCheckpointError: {
4156
4203
  _enum: string[];
4157
4204
  };
4158
4205
  /**
4159
- * Lookup647: polymesh_primitives::compliance_manager::AssetCompliance
4206
+ * Lookup650: polymesh_primitives::compliance_manager::AssetCompliance
4160
4207
  **/
4161
4208
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4162
4209
  paused: string;
4163
4210
  requirements: string;
4164
4211
  };
4165
4212
  /**
4166
- * Lookup649: pallet_compliance_manager::Error<T>
4213
+ * Lookup652: pallet_compliance_manager::Error<T>
4167
4214
  **/
4168
4215
  PalletComplianceManagerError: {
4169
4216
  _enum: string[];
4170
4217
  };
4171
4218
  /**
4172
- * Lookup652: pallet_corporate_actions::Error<T>
4219
+ * Lookup655: pallet_corporate_actions::Error<T>
4173
4220
  **/
4174
4221
  PalletCorporateActionsError: {
4175
4222
  _enum: string[];
4176
4223
  };
4177
4224
  /**
4178
- * Lookup654: pallet_corporate_actions::ballot::Error<T>
4225
+ * Lookup657: pallet_corporate_actions::ballot::Error<T>
4179
4226
  **/
4180
4227
  PalletCorporateActionsBallotError: {
4181
4228
  _enum: string[];
4182
4229
  };
4183
4230
  /**
4184
- * Lookup655: pallet_permissions::Error<T>
4231
+ * Lookup658: pallet_permissions::Error<T>
4185
4232
  **/
4186
4233
  PalletPermissionsError: {
4187
4234
  _enum: string[];
4188
4235
  };
4189
4236
  /**
4190
- * Lookup656: pallet_pips::PipsMetadata<BlockNumber>
4237
+ * Lookup659: pallet_pips::PipsMetadata<BlockNumber>
4191
4238
  **/
4192
4239
  PalletPipsPipsMetadata: {
4193
4240
  id: string;
@@ -4198,14 +4245,14 @@ declare const _default: {
4198
4245
  expiry: string;
4199
4246
  };
4200
4247
  /**
4201
- * Lookup658: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4248
+ * Lookup661: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4202
4249
  **/
4203
4250
  PalletPipsDepositInfo: {
4204
4251
  owner: string;
4205
4252
  amount: string;
4206
4253
  };
4207
4254
  /**
4208
- * Lookup659: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4255
+ * Lookup662: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4209
4256
  **/
4210
4257
  PalletPipsPip: {
4211
4258
  id: string;
@@ -4213,7 +4260,7 @@ declare const _default: {
4213
4260
  proposer: string;
4214
4261
  };
4215
4262
  /**
4216
- * Lookup660: pallet_pips::VotingResult
4263
+ * Lookup663: pallet_pips::VotingResult
4217
4264
  **/
4218
4265
  PalletPipsVotingResult: {
4219
4266
  ayesCount: string;
@@ -4222,11 +4269,11 @@ declare const _default: {
4222
4269
  naysStake: string;
4223
4270
  };
4224
4271
  /**
4225
- * Lookup661: pallet_pips::Vote
4272
+ * Lookup664: pallet_pips::Vote
4226
4273
  **/
4227
4274
  PalletPipsVote: string;
4228
4275
  /**
4229
- * Lookup662: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4276
+ * Lookup665: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4230
4277
  **/
4231
4278
  PalletPipsSnapshotMetadata: {
4232
4279
  createdAt: string;
@@ -4234,25 +4281,25 @@ declare const _default: {
4234
4281
  id: string;
4235
4282
  };
4236
4283
  /**
4237
- * Lookup664: pallet_pips::Error<T>
4284
+ * Lookup667: pallet_pips::Error<T>
4238
4285
  **/
4239
4286
  PalletPipsError: {
4240
4287
  _enum: string[];
4241
4288
  };
4242
4289
  /**
4243
- * Lookup673: pallet_portfolio::Error<T>
4290
+ * Lookup675: pallet_portfolio::Error<T>
4244
4291
  **/
4245
4292
  PalletPortfolioError: {
4246
4293
  _enum: string[];
4247
4294
  };
4248
4295
  /**
4249
- * Lookup674: pallet_protocol_fee::Error<T>
4296
+ * Lookup676: pallet_protocol_fee::Error<T>
4250
4297
  **/
4251
4298
  PalletProtocolFeeError: {
4252
4299
  _enum: string[];
4253
4300
  };
4254
4301
  /**
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>
4302
+ * Lookup679: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4256
4303
  **/
4257
4304
  PalletSchedulerScheduled: {
4258
4305
  maybeId: string;
@@ -4262,7 +4309,7 @@ declare const _default: {
4262
4309
  origin: string;
4263
4310
  };
4264
4311
  /**
4265
- * Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4312
+ * Lookup680: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4266
4313
  **/
4267
4314
  FrameSupportPreimagesBounded: {
4268
4315
  _enum: {
@@ -4283,20 +4330,20 @@ declare const _default: {
4283
4330
  };
4284
4331
  };
4285
4332
  /**
4286
- * Lookup681: pallet_scheduler::pallet::Error<T>
4333
+ * Lookup683: pallet_scheduler::pallet::Error<T>
4287
4334
  **/
4288
4335
  PalletSchedulerError: {
4289
4336
  _enum: string[];
4290
4337
  };
4291
4338
  /**
4292
- * Lookup682: polymesh_primitives::settlement::Venue
4339
+ * Lookup684: polymesh_primitives::settlement::Venue
4293
4340
  **/
4294
4341
  PolymeshPrimitivesSettlementVenue: {
4295
4342
  creator: string;
4296
4343
  venueType: string;
4297
4344
  };
4298
4345
  /**
4299
- * Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4346
+ * Lookup688: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4300
4347
  **/
4301
4348
  PolymeshPrimitivesSettlementInstruction: {
4302
4349
  instructionId: string;
@@ -4307,7 +4354,7 @@ declare const _default: {
4307
4354
  valueDate: string;
4308
4355
  };
4309
4356
  /**
4310
- * Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4357
+ * Lookup690: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4311
4358
  **/
4312
4359
  PolymeshPrimitivesSettlementLegStatus: {
4313
4360
  _enum: {
@@ -4317,13 +4364,13 @@ declare const _default: {
4317
4364
  };
4318
4365
  };
4319
4366
  /**
4320
- * Lookup690: polymesh_primitives::settlement::AffirmationStatus
4367
+ * Lookup692: polymesh_primitives::settlement::AffirmationStatus
4321
4368
  **/
4322
4369
  PolymeshPrimitivesSettlementAffirmationStatus: {
4323
4370
  _enum: string[];
4324
4371
  };
4325
4372
  /**
4326
- * Lookup694: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4373
+ * Lookup696: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4327
4374
  **/
4328
4375
  PolymeshPrimitivesSettlementInstructionStatus: {
4329
4376
  _enum: {
@@ -4335,76 +4382,88 @@ declare const _default: {
4335
4382
  };
4336
4383
  };
4337
4384
  /**
4338
- * Lookup695: pallet_settlement::Error<T>
4385
+ * Lookup698: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4386
+ **/
4387
+ PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
4388
+ _enum: {
4389
+ Unknown: string;
4390
+ Pending: string;
4391
+ Affirmed: {
4392
+ expiry: string;
4393
+ };
4394
+ };
4395
+ };
4396
+ /**
4397
+ * Lookup699: pallet_settlement::Error<T>
4339
4398
  **/
4340
4399
  PalletSettlementError: {
4341
4400
  _enum: string[];
4342
4401
  };
4343
4402
  /**
4344
- * Lookup698: polymesh_primitives::statistics::Stat1stKey
4403
+ * Lookup702: polymesh_primitives::statistics::Stat1stKey
4345
4404
  **/
4346
4405
  PolymeshPrimitivesStatisticsStat1stKey: {
4347
4406
  asset: string;
4348
4407
  statType: string;
4349
4408
  };
4350
4409
  /**
4351
- * Lookup699: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4410
+ * Lookup703: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4352
4411
  **/
4353
4412
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4354
4413
  paused: string;
4355
4414
  requirements: string;
4356
4415
  };
4357
4416
  /**
4358
- * Lookup703: pallet_statistics::Error<T>
4417
+ * Lookup707: pallet_statistics::Error<T>
4359
4418
  **/
4360
4419
  PalletStatisticsError: {
4361
4420
  _enum: string[];
4362
4421
  };
4363
4422
  /**
4364
- * Lookup705: pallet_sto::Error<T>
4423
+ * Lookup709: pallet_sto::Error<T>
4365
4424
  **/
4366
4425
  PalletStoError: {
4367
4426
  _enum: string[];
4368
4427
  };
4369
4428
  /**
4370
- * Lookup706: pallet_treasury::Error<T>
4429
+ * Lookup710: pallet_treasury::Error<T>
4371
4430
  **/
4372
4431
  PalletTreasuryError: {
4373
4432
  _enum: string[];
4374
4433
  };
4375
4434
  /**
4376
- * Lookup707: pallet_utility::pallet::Error<T>
4435
+ * Lookup711: pallet_utility::pallet::Error<T>
4377
4436
  **/
4378
4437
  PalletUtilityError: {
4379
4438
  _enum: string[];
4380
4439
  };
4381
4440
  /**
4382
- * Lookup708: pallet_base::Error<T>
4441
+ * Lookup712: pallet_base::Error<T>
4383
4442
  **/
4384
4443
  PalletBaseError: {
4385
4444
  _enum: string[];
4386
4445
  };
4387
4446
  /**
4388
- * Lookup710: pallet_external_agents::Error<T>
4447
+ * Lookup714: pallet_external_agents::Error<T>
4389
4448
  **/
4390
4449
  PalletExternalAgentsError: {
4391
4450
  _enum: string[];
4392
4451
  };
4393
4452
  /**
4394
- * Lookup711: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4453
+ * Lookup715: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4395
4454
  **/
4396
4455
  PalletRelayerSubsidy: {
4397
4456
  payingKey: string;
4398
4457
  remaining: string;
4399
4458
  };
4400
4459
  /**
4401
- * Lookup712: pallet_relayer::Error<T>
4460
+ * Lookup716: pallet_relayer::Error<T>
4402
4461
  **/
4403
4462
  PalletRelayerError: {
4404
4463
  _enum: string[];
4405
4464
  };
4406
4465
  /**
4407
- * Lookup714: pallet_contracts::wasm::PrefabWasmModule<T>
4466
+ * Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
4408
4467
  **/
4409
4468
  PalletContractsWasmPrefabWasmModule: {
4410
4469
  instructionWeightsVersion: string;
@@ -4414,7 +4473,7 @@ declare const _default: {
4414
4473
  determinism: string;
4415
4474
  };
4416
4475
  /**
4417
- * Lookup716: pallet_contracts::wasm::OwnerInfo<T>
4476
+ * Lookup720: pallet_contracts::wasm::OwnerInfo<T>
4418
4477
  **/
4419
4478
  PalletContractsWasmOwnerInfo: {
4420
4479
  owner: string;
@@ -4422,7 +4481,7 @@ declare const _default: {
4422
4481
  refcount: string;
4423
4482
  };
4424
4483
  /**
4425
- * Lookup717: pallet_contracts::storage::ContractInfo<T>
4484
+ * Lookup721: pallet_contracts::storage::ContractInfo<T>
4426
4485
  **/
4427
4486
  PalletContractsStorageContractInfo: {
4428
4487
  trieId: string;
@@ -4435,13 +4494,13 @@ declare const _default: {
4435
4494
  storageBaseDeposit: string;
4436
4495
  };
4437
4496
  /**
4438
- * Lookup720: pallet_contracts::storage::DeletedContract
4497
+ * Lookup724: pallet_contracts::storage::DeletedContract
4439
4498
  **/
4440
4499
  PalletContractsStorageDeletedContract: {
4441
4500
  trieId: string;
4442
4501
  };
4443
4502
  /**
4444
- * Lookup722: pallet_contracts::schedule::Schedule<T>
4503
+ * Lookup726: pallet_contracts::schedule::Schedule<T>
4445
4504
  **/
4446
4505
  PalletContractsSchedule: {
4447
4506
  limits: string;
@@ -4449,7 +4508,7 @@ declare const _default: {
4449
4508
  hostFnWeights: string;
4450
4509
  };
4451
4510
  /**
4452
- * Lookup723: pallet_contracts::schedule::Limits
4511
+ * Lookup727: pallet_contracts::schedule::Limits
4453
4512
  **/
4454
4513
  PalletContractsScheduleLimits: {
4455
4514
  eventTopics: string;
@@ -4463,7 +4522,7 @@ declare const _default: {
4463
4522
  payloadLen: string;
4464
4523
  };
4465
4524
  /**
4466
- * Lookup724: pallet_contracts::schedule::InstructionWeights<T>
4525
+ * Lookup728: pallet_contracts::schedule::InstructionWeights<T>
4467
4526
  **/
4468
4527
  PalletContractsScheduleInstructionWeights: {
4469
4528
  _alias: {
@@ -4525,7 +4584,7 @@ declare const _default: {
4525
4584
  i64rotr: string;
4526
4585
  };
4527
4586
  /**
4528
- * Lookup725: pallet_contracts::schedule::HostFnWeights<T>
4587
+ * Lookup729: pallet_contracts::schedule::HostFnWeights<T>
4529
4588
  **/
4530
4589
  PalletContractsScheduleHostFnWeights: {
4531
4590
  _alias: {
@@ -4592,19 +4651,19 @@ declare const _default: {
4592
4651
  instantiationNonce: string;
4593
4652
  };
4594
4653
  /**
4595
- * Lookup726: pallet_contracts::pallet::Error<T>
4654
+ * Lookup730: pallet_contracts::pallet::Error<T>
4596
4655
  **/
4597
4656
  PalletContractsError: {
4598
4657
  _enum: string[];
4599
4658
  };
4600
4659
  /**
4601
- * Lookup728: polymesh_contracts::Error<T>
4660
+ * Lookup732: polymesh_contracts::Error<T>
4602
4661
  **/
4603
4662
  PolymeshContractsError: {
4604
4663
  _enum: string[];
4605
4664
  };
4606
4665
  /**
4607
- * Lookup729: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4666
+ * Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4608
4667
  **/
4609
4668
  PalletPreimageRequestStatus: {
4610
4669
  _enum: {
@@ -4620,62 +4679,62 @@ declare const _default: {
4620
4679
  };
4621
4680
  };
4622
4681
  /**
4623
- * Lookup733: pallet_preimage::pallet::Error<T>
4682
+ * Lookup737: pallet_preimage::pallet::Error<T>
4624
4683
  **/
4625
4684
  PalletPreimageError: {
4626
4685
  _enum: string[];
4627
4686
  };
4628
4687
  /**
4629
- * Lookup734: polymesh_primitives::nft::NFTCollection
4688
+ * Lookup738: polymesh_primitives::nft::NFTCollection
4630
4689
  **/
4631
4690
  PolymeshPrimitivesNftNftCollection: {
4632
4691
  id: string;
4633
4692
  ticker: string;
4634
4693
  };
4635
4694
  /**
4636
- * Lookup739: pallet_nft::Error<T>
4695
+ * Lookup743: pallet_nft::Error<T>
4637
4696
  **/
4638
4697
  PalletNftError: {
4639
4698
  _enum: string[];
4640
4699
  };
4641
4700
  /**
4642
- * Lookup740: pallet_test_utils::Error<T>
4701
+ * Lookup744: pallet_test_utils::Error<T>
4643
4702
  **/
4644
4703
  PalletTestUtilsError: string;
4645
4704
  /**
4646
- * Lookup743: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4705
+ * Lookup747: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4647
4706
  **/
4648
4707
  FrameSystemExtensionsCheckSpecVersion: string;
4649
4708
  /**
4650
- * Lookup744: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4709
+ * Lookup748: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4651
4710
  **/
4652
4711
  FrameSystemExtensionsCheckTxVersion: string;
4653
4712
  /**
4654
- * Lookup745: frame_system::extensions::check_genesis::CheckGenesis<T>
4713
+ * Lookup749: frame_system::extensions::check_genesis::CheckGenesis<T>
4655
4714
  **/
4656
4715
  FrameSystemExtensionsCheckGenesis: string;
4657
4716
  /**
4658
- * Lookup748: frame_system::extensions::check_nonce::CheckNonce<T>
4717
+ * Lookup752: frame_system::extensions::check_nonce::CheckNonce<T>
4659
4718
  **/
4660
4719
  FrameSystemExtensionsCheckNonce: string;
4661
4720
  /**
4662
- * Lookup749: polymesh_extensions::check_weight::CheckWeight<T>
4721
+ * Lookup753: polymesh_extensions::check_weight::CheckWeight<T>
4663
4722
  **/
4664
4723
  PolymeshExtensionsCheckWeight: string;
4665
4724
  /**
4666
- * Lookup750: frame_system::extensions::check_weight::CheckWeight<T>
4725
+ * Lookup754: frame_system::extensions::check_weight::CheckWeight<T>
4667
4726
  **/
4668
4727
  FrameSystemExtensionsCheckWeight: string;
4669
4728
  /**
4670
- * Lookup751: pallet_transaction_payment::ChargeTransactionPayment<T>
4729
+ * Lookup755: pallet_transaction_payment::ChargeTransactionPayment<T>
4671
4730
  **/
4672
4731
  PalletTransactionPaymentChargeTransactionPayment: string;
4673
4732
  /**
4674
- * Lookup752: pallet_permissions::StoreCallMetadata<T>
4733
+ * Lookup756: pallet_permissions::StoreCallMetadata<T>
4675
4734
  **/
4676
4735
  PalletPermissionsStoreCallMetadata: string;
4677
4736
  /**
4678
- * Lookup753: polymesh_runtime_develop::runtime::Runtime
4737
+ * Lookup757: polymesh_runtime_develop::runtime::Runtime
4679
4738
  **/
4680
4739
  PolymeshRuntimeDevelopRuntime: string;
4681
4740
  };