@polymeshassociation/polymesh-sdk 25.1.1 → 26.0.0-alpha.1

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 (563) hide show
  1. package/CHANGELOG.md +32 -4
  2. package/api/client/Assets.d.ts +15 -1
  3. package/api/client/Assets.d.ts.map +1 -1
  4. package/api/client/Assets.js +118 -52
  5. package/api/client/Assets.js.map +1 -1
  6. package/api/client/Claims.d.ts +1 -1
  7. package/api/client/Claims.d.ts.map +1 -1
  8. package/api/client/Claims.js +7 -5
  9. package/api/client/Claims.js.map +1 -1
  10. package/api/client/Network.d.ts +2 -2
  11. package/api/client/Network.d.ts.map +1 -1
  12. package/api/client/Network.js +4 -3
  13. package/api/client/Network.js.map +1 -1
  14. package/api/client/Polymesh.d.ts.map +1 -1
  15. package/api/client/Polymesh.js +5 -3
  16. package/api/client/Polymesh.js.map +1 -1
  17. package/api/client/types.d.ts +2 -0
  18. package/api/client/types.d.ts.map +1 -1
  19. package/api/client/types.js.map +1 -1
  20. package/api/entities/Account/MultiSig/index.d.ts +26 -2
  21. package/api/entities/Account/MultiSig/index.d.ts.map +1 -1
  22. package/api/entities/Account/MultiSig/index.js +97 -18
  23. package/api/entities/Account/MultiSig/index.js.map +1 -1
  24. package/api/entities/Account/MultiSig/types.d.ts +2 -0
  25. package/api/entities/Account/MultiSig/types.d.ts.map +1 -1
  26. package/api/entities/Account/index.d.ts +4 -0
  27. package/api/entities/Account/index.d.ts.map +1 -1
  28. package/api/entities/Account/index.js +17 -0
  29. package/api/entities/Account/index.js.map +1 -1
  30. package/api/entities/Asset/Base/BaseAsset.d.ts +17 -4
  31. package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
  32. package/api/entities/Asset/Base/BaseAsset.js +79 -43
  33. package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
  34. package/api/entities/Asset/Base/Compliance/Requirements.d.ts.map +1 -1
  35. package/api/entities/Asset/Base/Compliance/Requirements.js +16 -17
  36. package/api/entities/Asset/Base/Compliance/Requirements.js.map +1 -1
  37. package/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.d.ts.map +1 -1
  38. package/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.js +8 -9
  39. package/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.js.map +1 -1
  40. package/api/entities/Asset/Base/Documents/index.d.ts.map +1 -1
  41. package/api/entities/Asset/Base/Documents/index.js +4 -4
  42. package/api/entities/Asset/Base/Documents/index.js.map +1 -1
  43. package/api/entities/Asset/Base/Metadata/index.d.ts.map +1 -1
  44. package/api/entities/Asset/Base/Metadata/index.js +25 -21
  45. package/api/entities/Asset/Base/Metadata/index.js.map +1 -1
  46. package/api/entities/Asset/Base/Permissions/index.d.ts.map +1 -1
  47. package/api/entities/Asset/Base/Permissions/index.js +15 -14
  48. package/api/entities/Asset/Base/Permissions/index.js.map +1 -1
  49. package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
  50. package/api/entities/Asset/Base/Settlements/index.js +42 -23
  51. package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
  52. package/api/entities/Asset/Fungible/AssetHolders/index.js +3 -3
  53. package/api/entities/Asset/Fungible/AssetHolders/index.js.map +1 -1
  54. package/api/entities/Asset/Fungible/Checkpoints/Schedules.d.ts.map +1 -1
  55. package/api/entities/Asset/Fungible/Checkpoints/Schedules.js +8 -9
  56. package/api/entities/Asset/Fungible/Checkpoints/Schedules.js.map +1 -1
  57. package/api/entities/Asset/Fungible/Checkpoints/index.d.ts.map +1 -1
  58. package/api/entities/Asset/Fungible/Checkpoints/index.js +8 -9
  59. package/api/entities/Asset/Fungible/Checkpoints/index.js.map +1 -1
  60. package/api/entities/Asset/Fungible/CorporateActions/Distributions.d.ts.map +1 -1
  61. package/api/entities/Asset/Fungible/CorporateActions/Distributions.js +6 -8
  62. package/api/entities/Asset/Fungible/CorporateActions/Distributions.js.map +1 -1
  63. package/api/entities/Asset/Fungible/CorporateActions/index.d.ts.map +1 -1
  64. package/api/entities/Asset/Fungible/CorporateActions/index.js +10 -10
  65. package/api/entities/Asset/Fungible/CorporateActions/index.js.map +1 -1
  66. package/api/entities/Asset/Fungible/Issuance/index.d.ts.map +1 -1
  67. package/api/entities/Asset/Fungible/Issuance/index.js +1 -2
  68. package/api/entities/Asset/Fungible/Issuance/index.js.map +1 -1
  69. package/api/entities/Asset/Fungible/Offerings/index.d.ts.map +1 -1
  70. package/api/entities/Asset/Fungible/Offerings/index.js +8 -9
  71. package/api/entities/Asset/Fungible/Offerings/index.js.map +1 -1
  72. package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.d.ts +1 -1
  73. package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.d.ts.map +1 -1
  74. package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.js +22 -28
  75. package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.js.map +1 -1
  76. package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
  77. package/api/entities/Asset/Fungible/index.js +30 -22
  78. package/api/entities/Asset/Fungible/index.js.map +1 -1
  79. package/api/entities/Asset/NonFungible/AssetHolders/index.js +3 -3
  80. package/api/entities/Asset/NonFungible/AssetHolders/index.js.map +1 -1
  81. package/api/entities/Asset/NonFungible/Nft.d.ts +1 -1
  82. package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
  83. package/api/entities/Asset/NonFungible/Nft.js +25 -19
  84. package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
  85. package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
  86. package/api/entities/Asset/NonFungible/NftCollection.js +43 -30
  87. package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
  88. package/api/entities/Asset/types.d.ts +13 -5
  89. package/api/entities/Asset/types.d.ts.map +1 -1
  90. package/api/entities/Asset/types.js +4 -0
  91. package/api/entities/Asset/types.js.map +1 -1
  92. package/api/entities/Checkpoint.d.ts +5 -1
  93. package/api/entities/Checkpoint.d.ts.map +1 -1
  94. package/api/entities/Checkpoint.js +24 -20
  95. package/api/entities/Checkpoint.js.map +1 -1
  96. package/api/entities/CheckpointSchedule/index.d.ts +5 -1
  97. package/api/entities/CheckpointSchedule/index.d.ts.map +1 -1
  98. package/api/entities/CheckpointSchedule/index.js +12 -11
  99. package/api/entities/CheckpointSchedule/index.js.map +1 -1
  100. package/api/entities/CorporateAction.d.ts +5 -1
  101. package/api/entities/CorporateAction.d.ts.map +1 -1
  102. package/api/entities/CorporateAction.js.map +1 -1
  103. package/api/entities/CorporateActionBase/index.d.ts +5 -1
  104. package/api/entities/CorporateActionBase/index.d.ts.map +1 -1
  105. package/api/entities/CorporateActionBase/index.js +21 -15
  106. package/api/entities/CorporateActionBase/index.js.map +1 -1
  107. package/api/entities/CustomPermissionGroup.d.ts +5 -1
  108. package/api/entities/CustomPermissionGroup.d.ts.map +1 -1
  109. package/api/entities/CustomPermissionGroup.js +10 -8
  110. package/api/entities/CustomPermissionGroup.js.map +1 -1
  111. package/api/entities/DefaultTrustedClaimIssuer.d.ts +1 -1
  112. package/api/entities/DefaultTrustedClaimIssuer.d.ts.map +1 -1
  113. package/api/entities/DefaultTrustedClaimIssuer.js +9 -9
  114. package/api/entities/DefaultTrustedClaimIssuer.js.map +1 -1
  115. package/api/entities/DividendDistribution/index.d.ts +1 -1
  116. package/api/entities/DividendDistribution/index.d.ts.map +1 -1
  117. package/api/entities/DividendDistribution/index.js +10 -10
  118. package/api/entities/DividendDistribution/index.js.map +1 -1
  119. package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
  120. package/api/entities/Identity/AssetPermissions.js +11 -11
  121. package/api/entities/Identity/AssetPermissions.js.map +1 -1
  122. package/api/entities/Identity/Portfolios.d.ts +4 -0
  123. package/api/entities/Identity/Portfolios.d.ts.map +1 -1
  124. package/api/entities/Identity/Portfolios.js +4 -24
  125. package/api/entities/Identity/Portfolios.js.map +1 -1
  126. package/api/entities/Identity/index.d.ts +10 -1
  127. package/api/entities/Identity/index.d.ts.map +1 -1
  128. package/api/entities/Identity/index.js +111 -55
  129. package/api/entities/Identity/index.js.map +1 -1
  130. package/api/entities/Instruction/index.d.ts.map +1 -1
  131. package/api/entities/Instruction/index.js +9 -24
  132. package/api/entities/Instruction/index.js.map +1 -1
  133. package/api/entities/Instruction/types.d.ts +5 -2
  134. package/api/entities/Instruction/types.d.ts.map +1 -1
  135. package/api/entities/Instruction/types.js.map +1 -1
  136. package/api/entities/KnownPermissionGroup.d.ts +5 -1
  137. package/api/entities/KnownPermissionGroup.d.ts.map +1 -1
  138. package/api/entities/KnownPermissionGroup.js +3 -2
  139. package/api/entities/KnownPermissionGroup.js.map +1 -1
  140. package/api/entities/MetadataEntry/index.d.ts +5 -1
  141. package/api/entities/MetadataEntry/index.d.ts.map +1 -1
  142. package/api/entities/MetadataEntry/index.js +16 -15
  143. package/api/entities/MetadataEntry/index.js.map +1 -1
  144. package/api/entities/MultiSigProposal/index.d.ts.map +1 -1
  145. package/api/entities/MultiSigProposal/index.js +87 -35
  146. package/api/entities/MultiSigProposal/index.js.map +1 -1
  147. package/api/entities/Offering/index.d.ts +5 -1
  148. package/api/entities/Offering/index.d.ts.map +1 -1
  149. package/api/entities/Offering/index.js +24 -18
  150. package/api/entities/Offering/index.js.map +1 -1
  151. package/api/entities/PermissionGroup.d.ts +3 -3
  152. package/api/entities/PermissionGroup.d.ts.map +1 -1
  153. package/api/entities/PermissionGroup.js +2 -2
  154. package/api/entities/PermissionGroup.js.map +1 -1
  155. package/api/entities/Portfolio/index.d.ts +4 -0
  156. package/api/entities/Portfolio/index.d.ts.map +1 -1
  157. package/api/entities/Portfolio/index.js +30 -55
  158. package/api/entities/Portfolio/index.js.map +1 -1
  159. package/api/entities/TickerReservation/index.d.ts +1 -2
  160. package/api/entities/TickerReservation/index.d.ts.map +1 -1
  161. package/api/entities/TickerReservation/index.js +43 -12
  162. package/api/entities/TickerReservation/index.js.map +1 -1
  163. package/api/entities/TickerReservation/types.d.ts +10 -3
  164. package/api/entities/TickerReservation/types.d.ts.map +1 -1
  165. package/api/entities/Venue/index.d.ts.map +1 -1
  166. package/api/entities/Venue/index.js +5 -28
  167. package/api/entities/Venue/index.js.map +1 -1
  168. package/api/entities/types.d.ts +4 -0
  169. package/api/entities/types.d.ts.map +1 -1
  170. package/api/entities/types.js +4 -0
  171. package/api/entities/types.js.map +1 -1
  172. package/api/procedures/addAssetMediators.d.ts.map +1 -1
  173. package/api/procedures/addAssetMediators.js +4 -4
  174. package/api/procedures/addAssetMediators.js.map +1 -1
  175. package/api/procedures/addAssetRequirement.d.ts +3 -3
  176. package/api/procedures/addAssetRequirement.d.ts.map +1 -1
  177. package/api/procedures/addAssetRequirement.js +6 -7
  178. package/api/procedures/addAssetRequirement.js.map +1 -1
  179. package/api/procedures/addAssetStat.d.ts +1 -1
  180. package/api/procedures/addAssetStat.d.ts.map +1 -1
  181. package/api/procedures/addAssetStat.js +14 -11
  182. package/api/procedures/addAssetStat.js.map +1 -1
  183. package/api/procedures/addInstruction.d.ts +1 -1
  184. package/api/procedures/addInstruction.d.ts.map +1 -1
  185. package/api/procedures/addInstruction.js +65 -31
  186. package/api/procedures/addInstruction.js.map +1 -1
  187. package/api/procedures/addTransferRestriction.d.ts +3 -3
  188. package/api/procedures/addTransferRestriction.d.ts.map +1 -1
  189. package/api/procedures/addTransferRestriction.js +12 -9
  190. package/api/procedures/addTransferRestriction.js.map +1 -1
  191. package/api/procedures/claimDividends.d.ts.map +1 -1
  192. package/api/procedures/claimDividends.js +2 -2
  193. package/api/procedures/claimDividends.js.map +1 -1
  194. package/api/procedures/clearMetadata.d.ts +1 -1
  195. package/api/procedures/clearMetadata.d.ts.map +1 -1
  196. package/api/procedures/clearMetadata.js +5 -7
  197. package/api/procedures/clearMetadata.js.map +1 -1
  198. package/api/procedures/closeOffering.d.ts +3 -3
  199. package/api/procedures/closeOffering.d.ts.map +1 -1
  200. package/api/procedures/closeOffering.js +6 -7
  201. package/api/procedures/closeOffering.js.map +1 -1
  202. package/api/procedures/configureDividendDistribution.d.ts +3 -3
  203. package/api/procedures/configureDividendDistribution.d.ts.map +1 -1
  204. package/api/procedures/configureDividendDistribution.js +14 -11
  205. package/api/procedures/configureDividendDistribution.js.map +1 -1
  206. package/api/procedures/consumeAddMultiSigSignerAuthorization.d.ts +1 -1
  207. package/api/procedures/consumeAddMultiSigSignerAuthorization.d.ts.map +1 -1
  208. package/api/procedures/consumeAddMultiSigSignerAuthorization.js +14 -4
  209. package/api/procedures/consumeAddMultiSigSignerAuthorization.js.map +1 -1
  210. package/api/procedures/controllerTransfer.d.ts +3 -3
  211. package/api/procedures/controllerTransfer.d.ts.map +1 -1
  212. package/api/procedures/controllerTransfer.js +4 -5
  213. package/api/procedures/controllerTransfer.js.map +1 -1
  214. package/api/procedures/createAsset.d.ts.map +1 -1
  215. package/api/procedures/createAsset.js +127 -41
  216. package/api/procedures/createAsset.js.map +1 -1
  217. package/api/procedures/createCheckpoint.d.ts +4 -4
  218. package/api/procedures/createCheckpoint.d.ts.map +1 -1
  219. package/api/procedures/createCheckpoint.js +8 -8
  220. package/api/procedures/createCheckpoint.js.map +1 -1
  221. package/api/procedures/createCheckpointSchedule.d.ts +4 -4
  222. package/api/procedures/createCheckpointSchedule.d.ts.map +1 -1
  223. package/api/procedures/createCheckpointSchedule.js +8 -9
  224. package/api/procedures/createCheckpointSchedule.js.map +1 -1
  225. package/api/procedures/createGroup.d.ts +5 -9
  226. package/api/procedures/createGroup.d.ts.map +1 -1
  227. package/api/procedures/createGroup.js +7 -18
  228. package/api/procedures/createGroup.js.map +1 -1
  229. package/api/procedures/createMultiSig.d.ts.map +1 -1
  230. package/api/procedures/createMultiSig.js +46 -14
  231. package/api/procedures/createMultiSig.js.map +1 -1
  232. package/api/procedures/createNftCollection.d.ts +8 -4
  233. package/api/procedures/createNftCollection.d.ts.map +1 -1
  234. package/api/procedures/createNftCollection.js +167 -64
  235. package/api/procedures/createNftCollection.js.map +1 -1
  236. package/api/procedures/evaluateMultiSigProposal.d.ts +1 -1
  237. package/api/procedures/evaluateMultiSigProposal.d.ts.map +1 -1
  238. package/api/procedures/evaluateMultiSigProposal.js +48 -15
  239. package/api/procedures/evaluateMultiSigProposal.js.map +1 -1
  240. package/api/procedures/executeManualInstruction.d.ts.map +1 -1
  241. package/api/procedures/executeManualInstruction.js +14 -3
  242. package/api/procedures/executeManualInstruction.js.map +1 -1
  243. package/api/procedures/investInOffering.d.ts +2 -2
  244. package/api/procedures/investInOffering.d.ts.map +1 -1
  245. package/api/procedures/investInOffering.js +4 -3
  246. package/api/procedures/investInOffering.js.map +1 -1
  247. package/api/procedures/inviteExternalAgent.d.ts +4 -14
  248. package/api/procedures/inviteExternalAgent.d.ts.map +1 -1
  249. package/api/procedures/inviteExternalAgent.js +7 -18
  250. package/api/procedures/inviteExternalAgent.js.map +1 -1
  251. package/api/procedures/issueNft.d.ts +4 -11
  252. package/api/procedures/issueNft.d.ts.map +1 -1
  253. package/api/procedures/issueNft.js +10 -21
  254. package/api/procedures/issueNft.js.map +1 -1
  255. package/api/procedures/issueTokens.d.ts +4 -11
  256. package/api/procedures/issueTokens.d.ts.map +1 -1
  257. package/api/procedures/issueTokens.js +8 -19
  258. package/api/procedures/issueTokens.js.map +1 -1
  259. package/api/procedures/joinCreator.d.ts +41 -2
  260. package/api/procedures/joinCreator.d.ts.map +1 -1
  261. package/api/procedures/joinCreator.js +11 -1
  262. package/api/procedures/joinCreator.js.map +1 -1
  263. package/api/procedures/launchOffering.d.ts +4 -4
  264. package/api/procedures/launchOffering.d.ts.map +1 -1
  265. package/api/procedures/launchOffering.js +11 -9
  266. package/api/procedures/launchOffering.js.map +1 -1
  267. package/api/procedures/linkCaDocs.d.ts +3 -3
  268. package/api/procedures/linkCaDocs.d.ts.map +1 -1
  269. package/api/procedures/linkCaDocs.js +6 -5
  270. package/api/procedures/linkCaDocs.js.map +1 -1
  271. package/api/procedures/linkTickerToAsset.d.ts +29 -0
  272. package/api/procedures/linkTickerToAsset.d.ts.map +1 -0
  273. package/api/procedures/linkTickerToAsset.js +107 -0
  274. package/api/procedures/linkTickerToAsset.js.map +1 -0
  275. package/api/procedures/modifyAsset.d.ts +3 -3
  276. package/api/procedures/modifyAsset.d.ts.map +1 -1
  277. package/api/procedures/modifyAsset.js +9 -10
  278. package/api/procedures/modifyAsset.js.map +1 -1
  279. package/api/procedures/modifyAssetTrustedClaimIssuers.d.ts +3 -3
  280. package/api/procedures/modifyAssetTrustedClaimIssuers.d.ts.map +1 -1
  281. package/api/procedures/modifyAssetTrustedClaimIssuers.js +8 -8
  282. package/api/procedures/modifyAssetTrustedClaimIssuers.js.map +1 -1
  283. package/api/procedures/modifyCaCheckpoint.d.ts +1 -1
  284. package/api/procedures/modifyCaCheckpoint.d.ts.map +1 -1
  285. package/api/procedures/modifyCaCheckpoint.js +5 -6
  286. package/api/procedures/modifyCaCheckpoint.js.map +1 -1
  287. package/api/procedures/modifyCaDefaultConfig.d.ts +3 -3
  288. package/api/procedures/modifyCaDefaultConfig.d.ts.map +1 -1
  289. package/api/procedures/modifyCaDefaultConfig.js +7 -8
  290. package/api/procedures/modifyCaDefaultConfig.js.map +1 -1
  291. package/api/procedures/modifyClaims.d.ts.map +1 -1
  292. package/api/procedures/modifyClaims.js +16 -13
  293. package/api/procedures/modifyClaims.js.map +1 -1
  294. package/api/procedures/modifyComplianceRequirement.d.ts +3 -3
  295. package/api/procedures/modifyComplianceRequirement.d.ts.map +1 -1
  296. package/api/procedures/modifyComplianceRequirement.js +7 -8
  297. package/api/procedures/modifyComplianceRequirement.js.map +1 -1
  298. package/api/procedures/modifyCorporateActionsAgent.d.ts +3 -3
  299. package/api/procedures/modifyCorporateActionsAgent.d.ts.map +1 -1
  300. package/api/procedures/modifyCorporateActionsAgent.js +4 -5
  301. package/api/procedures/modifyCorporateActionsAgent.js.map +1 -1
  302. package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
  303. package/api/procedures/modifyInstructionAffirmation.js +14 -3
  304. package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
  305. package/api/procedures/modifyMultiSig.d.ts.map +1 -1
  306. package/api/procedures/modifyMultiSig.js +24 -10
  307. package/api/procedures/modifyMultiSig.js.map +1 -1
  308. package/api/procedures/modifyOfferingTimes.d.ts +3 -3
  309. package/api/procedures/modifyOfferingTimes.d.ts.map +1 -1
  310. package/api/procedures/modifyOfferingTimes.js +6 -7
  311. package/api/procedures/modifyOfferingTimes.js.map +1 -1
  312. package/api/procedures/moveFunds.d.ts.map +1 -1
  313. package/api/procedures/moveFunds.js +24 -21
  314. package/api/procedures/moveFunds.js.map +1 -1
  315. package/api/procedures/nftControllerTransfer.d.ts +3 -3
  316. package/api/procedures/nftControllerTransfer.d.ts.map +1 -1
  317. package/api/procedures/nftControllerTransfer.js +22 -10
  318. package/api/procedures/nftControllerTransfer.js.map +1 -1
  319. package/api/procedures/payDividends.js +2 -2
  320. package/api/procedures/payDividends.js.map +1 -1
  321. package/api/procedures/reclaimDividendDistributionFunds.d.ts +1 -1
  322. package/api/procedures/reclaimDividendDistributionFunds.d.ts.map +1 -1
  323. package/api/procedures/reclaimDividendDistributionFunds.js +4 -5
  324. package/api/procedures/reclaimDividendDistributionFunds.js.map +1 -1
  325. package/api/procedures/redeemNft.d.ts +3 -3
  326. package/api/procedures/redeemNft.d.ts.map +1 -1
  327. package/api/procedures/redeemNft.js +19 -9
  328. package/api/procedures/redeemNft.js.map +1 -1
  329. package/api/procedures/redeemTokens.d.ts +4 -4
  330. package/api/procedures/redeemTokens.d.ts.map +1 -1
  331. package/api/procedures/redeemTokens.js +14 -16
  332. package/api/procedures/redeemTokens.js.map +1 -1
  333. package/api/procedures/registerMetadata.d.ts +3 -3
  334. package/api/procedures/registerMetadata.d.ts.map +1 -1
  335. package/api/procedures/registerMetadata.js +9 -11
  336. package/api/procedures/registerMetadata.js.map +1 -1
  337. package/api/procedures/removeAssetMediators.d.ts.map +1 -1
  338. package/api/procedures/removeAssetMediators.js +4 -4
  339. package/api/procedures/removeAssetMediators.js.map +1 -1
  340. package/api/procedures/removeAssetRequirement.d.ts +3 -3
  341. package/api/procedures/removeAssetRequirement.d.ts.map +1 -1
  342. package/api/procedures/removeAssetRequirement.js +6 -6
  343. package/api/procedures/removeAssetRequirement.js.map +1 -1
  344. package/api/procedures/removeAssetStat.d.ts +1 -1
  345. package/api/procedures/removeAssetStat.d.ts.map +1 -1
  346. package/api/procedures/removeAssetStat.js +10 -8
  347. package/api/procedures/removeAssetStat.js.map +1 -1
  348. package/api/procedures/removeCheckpointSchedule.d.ts +3 -3
  349. package/api/procedures/removeCheckpointSchedule.d.ts.map +1 -1
  350. package/api/procedures/removeCheckpointSchedule.js +10 -13
  351. package/api/procedures/removeCheckpointSchedule.js.map +1 -1
  352. package/api/procedures/removeCorporateAction.d.ts +3 -3
  353. package/api/procedures/removeCorporateAction.d.ts.map +1 -1
  354. package/api/procedures/removeCorporateAction.js +7 -7
  355. package/api/procedures/removeCorporateAction.js.map +1 -1
  356. package/api/procedures/removeExternalAgent.d.ts +5 -15
  357. package/api/procedures/removeExternalAgent.d.ts.map +1 -1
  358. package/api/procedures/removeExternalAgent.js +7 -18
  359. package/api/procedures/removeExternalAgent.js.map +1 -1
  360. package/api/procedures/removeLocalMetadata.d.ts.map +1 -1
  361. package/api/procedures/removeLocalMetadata.js +16 -10
  362. package/api/procedures/removeLocalMetadata.js.map +1 -1
  363. package/api/procedures/removeMultiSigPayer.d.ts +31 -0
  364. package/api/procedures/removeMultiSigPayer.d.ts.map +1 -0
  365. package/api/procedures/removeMultiSigPayer.js +108 -0
  366. package/api/procedures/removeMultiSigPayer.js.map +1 -0
  367. package/api/procedures/reserveTicker.d.ts +1 -1
  368. package/api/procedures/reserveTicker.d.ts.map +1 -1
  369. package/api/procedures/reserveTicker.js +9 -3
  370. package/api/procedures/reserveTicker.js.map +1 -1
  371. package/api/procedures/setAssetDocuments.d.ts +4 -4
  372. package/api/procedures/setAssetDocuments.d.ts.map +1 -1
  373. package/api/procedures/setAssetDocuments.js +11 -10
  374. package/api/procedures/setAssetDocuments.js.map +1 -1
  375. package/api/procedures/setAssetRequirements.d.ts +3 -3
  376. package/api/procedures/setAssetRequirements.d.ts.map +1 -1
  377. package/api/procedures/setAssetRequirements.js +7 -8
  378. package/api/procedures/setAssetRequirements.js.map +1 -1
  379. package/api/procedures/setGroupPermissions.d.ts.map +1 -1
  380. package/api/procedures/setGroupPermissions.js +3 -3
  381. package/api/procedures/setGroupPermissions.js.map +1 -1
  382. package/api/procedures/setMetadata.d.ts.map +1 -1
  383. package/api/procedures/setMetadata.js +6 -7
  384. package/api/procedures/setMetadata.js.map +1 -1
  385. package/api/procedures/setMultiSigAdmin.d.ts +22 -0
  386. package/api/procedures/setMultiSigAdmin.d.ts.map +1 -0
  387. package/api/procedures/setMultiSigAdmin.js +114 -0
  388. package/api/procedures/setMultiSigAdmin.js.map +1 -0
  389. package/api/procedures/setPermissionGroup.d.ts +1 -1
  390. package/api/procedures/setPermissionGroup.d.ts.map +1 -1
  391. package/api/procedures/setPermissionGroup.js +9 -8
  392. package/api/procedures/setPermissionGroup.js.map +1 -1
  393. package/api/procedures/setTransferRestrictions.d.ts +1 -1
  394. package/api/procedures/setTransferRestrictions.d.ts.map +1 -1
  395. package/api/procedures/setTransferRestrictions.js +14 -16
  396. package/api/procedures/setTransferRestrictions.js.map +1 -1
  397. package/api/procedures/setVenueFiltering.d.ts +3 -3
  398. package/api/procedures/setVenueFiltering.d.ts.map +1 -1
  399. package/api/procedures/setVenueFiltering.js +8 -9
  400. package/api/procedures/setVenueFiltering.js.map +1 -1
  401. package/api/procedures/toggleAssetPreApproval.d.ts +22 -0
  402. package/api/procedures/toggleAssetPreApproval.d.ts.map +1 -0
  403. package/api/procedures/{toggleTickerPreApproval.js → toggleAssetPreApproval.js} +21 -13
  404. package/api/procedures/toggleAssetPreApproval.js.map +1 -0
  405. package/api/procedures/toggleFreezeOffering.d.ts +3 -3
  406. package/api/procedures/toggleFreezeOffering.d.ts.map +1 -1
  407. package/api/procedures/toggleFreezeOffering.js +7 -7
  408. package/api/procedures/toggleFreezeOffering.js.map +1 -1
  409. package/api/procedures/toggleFreezeTransfers.d.ts +3 -3
  410. package/api/procedures/toggleFreezeTransfers.d.ts.map +1 -1
  411. package/api/procedures/toggleFreezeTransfers.js +7 -8
  412. package/api/procedures/toggleFreezeTransfers.js.map +1 -1
  413. package/api/procedures/togglePauseRequirements.d.ts +3 -3
  414. package/api/procedures/togglePauseRequirements.d.ts.map +1 -1
  415. package/api/procedures/togglePauseRequirements.js +6 -6
  416. package/api/procedures/togglePauseRequirements.js.map +1 -1
  417. package/api/procedures/transferAssetOwnership.d.ts +3 -3
  418. package/api/procedures/transferAssetOwnership.d.ts.map +1 -1
  419. package/api/procedures/transferAssetOwnership.js +4 -4
  420. package/api/procedures/transferAssetOwnership.js.map +1 -1
  421. package/api/procedures/types.d.ts +37 -6
  422. package/api/procedures/types.d.ts.map +1 -1
  423. package/api/procedures/types.js.map +1 -1
  424. package/api/procedures/utils.d.ts +2 -2
  425. package/api/procedures/utils.d.ts.map +1 -1
  426. package/api/procedures/utils.js +2 -2
  427. package/api/procedures/utils.js.map +1 -1
  428. package/api/procedures/waivePermissions.d.ts +1 -1
  429. package/api/procedures/waivePermissions.d.ts.map +1 -1
  430. package/api/procedures/waivePermissions.js +8 -6
  431. package/api/procedures/waivePermissions.js.map +1 -1
  432. package/base/Context.d.ts +5 -4
  433. package/base/Context.d.ts.map +1 -1
  434. package/base/Context.js +26 -13
  435. package/base/Context.js.map +1 -1
  436. package/base/PolymeshTransactionBase.d.ts.map +1 -1
  437. package/base/PolymeshTransactionBase.js +23 -8
  438. package/base/PolymeshTransactionBase.js.map +1 -1
  439. package/base/utils.d.ts.map +1 -1
  440. package/base/utils.js +6 -1
  441. package/base/utils.js.map +1 -1
  442. package/generated/types.d.ts +40 -5
  443. package/generated/types.d.ts.map +1 -1
  444. package/generated/types.js +37 -1
  445. package/generated/types.js.map +1 -1
  446. package/internal.d.ts +4 -1
  447. package/internal.d.ts.map +1 -1
  448. package/internal.js +10 -4
  449. package/internal.js.map +1 -1
  450. package/middleware/queries/assets.d.ts +1 -1
  451. package/middleware/queries/assets.d.ts.map +1 -1
  452. package/middleware/queries/assets.js +5 -5
  453. package/middleware/queries/assets.js.map +1 -1
  454. package/middleware/queries/claims.js +1 -1
  455. package/middleware/typesV1.d.ts +5 -2
  456. package/middleware/typesV1.d.ts.map +1 -1
  457. package/middleware/typesV1.js +4 -1
  458. package/middleware/typesV1.js.map +1 -1
  459. package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-alpha.1.tgz +0 -0
  460. package/package.json +2 -2
  461. package/polkadot/asset/definitions.d.ts +1 -1
  462. package/polkadot/asset/definitions.d.ts.map +1 -1
  463. package/polkadot/asset/definitions.js +12 -17
  464. package/polkadot/asset/definitions.js.map +1 -1
  465. package/polkadot/augment-api-consts.d.ts +118 -50
  466. package/polkadot/augment-api-consts.d.ts.map +1 -1
  467. package/polkadot/augment-api-errors.d.ts +158 -238
  468. package/polkadot/augment-api-errors.d.ts.map +1 -1
  469. package/polkadot/augment-api-events.d.ts +565 -420
  470. package/polkadot/augment-api-events.d.ts.map +1 -1
  471. package/polkadot/augment-api-query.d.ts +420 -334
  472. package/polkadot/augment-api-query.d.ts.map +1 -1
  473. package/polkadot/augment-api-rpc.d.ts +20 -17
  474. package/polkadot/augment-api-rpc.d.ts.map +1 -1
  475. package/polkadot/augment-api-runtime.d.ts +3 -140
  476. package/polkadot/augment-api-runtime.d.ts.map +1 -1
  477. package/polkadot/augment-api-tx.d.ts +761 -1206
  478. package/polkadot/augment-api-tx.d.ts.map +1 -1
  479. package/polkadot/augment-types.d.ts +4 -140
  480. package/polkadot/augment-types.d.ts.map +1 -1
  481. package/polkadot/compliance/definitions.d.ts +15 -0
  482. package/polkadot/compliance/definitions.d.ts.map +1 -0
  483. package/polkadot/compliance/definitions.js +27 -0
  484. package/polkadot/compliance/definitions.js.map +1 -0
  485. package/polkadot/compliance/index.d.ts +2 -0
  486. package/polkadot/compliance/index.d.ts.map +1 -0
  487. package/polkadot/compliance/index.js +20 -0
  488. package/polkadot/compliance/index.js.map +1 -0
  489. package/polkadot/compliance/types.d.ts +2 -0
  490. package/polkadot/compliance/types.d.ts.map +1 -0
  491. package/polkadot/compliance/types.js +5 -0
  492. package/polkadot/compliance/types.js.map +1 -0
  493. package/polkadot/definitions.d.ts +1 -0
  494. package/polkadot/definitions.d.ts.map +1 -1
  495. package/polkadot/definitions.js +3 -1
  496. package/polkadot/definitions.js.map +1 -1
  497. package/polkadot/identity/definitions.d.ts +0 -9
  498. package/polkadot/identity/definitions.d.ts.map +1 -1
  499. package/polkadot/identity/definitions.js +3 -19
  500. package/polkadot/identity/definitions.js.map +1 -1
  501. package/polkadot/lookup.d.ts +793 -771
  502. package/polkadot/lookup.d.ts.map +1 -1
  503. package/polkadot/lookup.js +952 -946
  504. package/polkadot/lookup.js.map +1 -1
  505. package/polkadot/nft/definitions.d.ts +1 -1
  506. package/polkadot/nft/definitions.d.ts.map +1 -1
  507. package/polkadot/nft/definitions.js +8 -3
  508. package/polkadot/nft/definitions.js.map +1 -1
  509. package/polkadot/polymesh/definitions.d.ts +44 -924
  510. package/polkadot/polymesh/definitions.d.ts.map +1 -1
  511. package/polkadot/polymesh/definitions.js +53 -1198
  512. package/polkadot/polymesh/definitions.js.map +1 -1
  513. package/polkadot/polymesh/types.d.ts +69 -914
  514. package/polkadot/polymesh/types.d.ts.map +1 -1
  515. package/polkadot/registry.d.ts +25 -27
  516. package/polkadot/registry.d.ts.map +1 -1
  517. package/polkadot/schema.d.ts +276 -649
  518. package/polkadot/schema.d.ts.map +1 -1
  519. package/polkadot/schema.js +491 -748
  520. package/polkadot/schema.js.map +1 -1
  521. package/polkadot/settlement/definitions.d.ts +2 -2
  522. package/polkadot/settlement/definitions.js +12 -12
  523. package/polkadot/settlement/definitions.js.map +1 -1
  524. package/polkadot/types-lookup.d.ts +1032 -1118
  525. package/polkadot/types-lookup.d.ts.map +1 -1
  526. package/polkadot/types.d.ts +1 -0
  527. package/polkadot/types.d.ts.map +1 -1
  528. package/polkadot/types.js +1 -0
  529. package/polkadot/types.js.map +1 -1
  530. package/types/index.d.ts +3 -2
  531. package/types/index.d.ts.map +1 -1
  532. package/types/index.js +15 -15
  533. package/types/index.js.map +1 -1
  534. package/types/internal.d.ts +27 -12
  535. package/types/internal.d.ts.map +1 -1
  536. package/types/internal.js.map +1 -1
  537. package/utils/constants.d.ts +8 -4
  538. package/utils/constants.d.ts.map +1 -1
  539. package/utils/constants.js +9 -5
  540. package/utils/constants.js.map +1 -1
  541. package/utils/conversion.d.ts +84 -40
  542. package/utils/conversion.d.ts.map +1 -1
  543. package/utils/conversion.js +614 -344
  544. package/utils/conversion.js.map +1 -1
  545. package/utils/internal.d.ts +38 -21
  546. package/utils/internal.d.ts.map +1 -1
  547. package/utils/internal.js +247 -109
  548. package/utils/internal.js.map +1 -1
  549. package/utils/typeguards.d.ts.map +1 -1
  550. package/utils/typeguards.js +4 -2
  551. package/utils/typeguards.js.map +1 -1
  552. package/api/procedures/toggleTickerPreApproval.d.ts +0 -22
  553. package/api/procedures/toggleTickerPreApproval.d.ts.map +0 -1
  554. package/api/procedures/toggleTickerPreApproval.js.map +0 -1
  555. package/middleware/queries/settlementsOld.d.ts +0 -41
  556. package/middleware/queries/settlementsOld.d.ts.map +0 -1
  557. package/middleware/queries/settlementsOld.js +0 -228
  558. package/middleware/queries/settlementsOld.js.map +0 -1
  559. package/middleware/typesV6.d.ts +0 -47356
  560. package/middleware/typesV6.d.ts.map +0 -1
  561. package/middleware/typesV6.js +0 -4200
  562. package/middleware/typesV6.js.map +0 -1
  563. package/npm-package/polymeshassociation-polymesh-sdk-25.1.1.tgz +0 -0
@@ -258,9 +258,9 @@ declare const _default: {
258
258
  portfolio: string;
259
259
  };
260
260
  /**
261
- * Lookup41: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::ticker::Ticker>
261
+ * Lookup41: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::asset::AssetID>
262
262
  **/
263
- PolymeshPrimitivesSubsetSubsetRestrictionTicker: {
263
+ PolymeshPrimitivesSubsetSubsetRestrictionAssetID: {
264
264
  _enum: {
265
265
  Whole: string;
266
266
  These: string;
@@ -268,13 +268,13 @@ declare const _default: {
268
268
  };
269
269
  };
270
270
  /**
271
- * Lookup42: polymesh_primitives::ticker::Ticker
271
+ * Lookup42: polymesh_primitives::asset::AssetID
272
272
  **/
273
- PolymeshPrimitivesTicker: string;
273
+ PolymeshPrimitivesAssetAssetID: string;
274
274
  /**
275
- * Lookup46: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::secondary_key::PalletPermissions>
275
+ * Lookup46: polymesh_primitives::secondary_key::ExtrinsicPermissions
276
276
  **/
277
- PolymeshPrimitivesSubsetSubsetRestrictionPalletPermissions: {
277
+ PolymeshPrimitivesSecondaryKeyExtrinsicPermissions: {
278
278
  _enum: {
279
279
  Whole: string;
280
280
  These: string;
@@ -282,16 +282,15 @@ declare const _default: {
282
282
  };
283
283
  };
284
284
  /**
285
- * Lookup47: polymesh_primitives::secondary_key::PalletPermissions
285
+ * Lookup50: polymesh_primitives::secondary_key::PalletPermissions
286
286
  **/
287
287
  PolymeshPrimitivesSecondaryKeyPalletPermissions: {
288
- palletName: string;
289
- dispatchableNames: string;
288
+ extrinsics: string;
290
289
  };
291
290
  /**
292
- * Lookup49: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::DispatchableName>
291
+ * Lookup51: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::ExtrinsicName>
293
292
  **/
294
- PolymeshPrimitivesSubsetSubsetRestrictionDispatchableName: {
293
+ PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName: {
295
294
  _enum: {
296
295
  Whole: string;
297
296
  These: string;
@@ -299,7 +298,7 @@ declare const _default: {
299
298
  };
300
299
  };
301
300
  /**
302
- * Lookup55: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::identity_id::PortfolioId>
301
+ * Lookup57: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::identity_id::PortfolioId>
303
302
  **/
304
303
  PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId: {
305
304
  _enum: {
@@ -309,14 +308,14 @@ declare const _default: {
309
308
  };
310
309
  };
311
310
  /**
312
- * Lookup56: polymesh_primitives::identity_id::PortfolioId
311
+ * Lookup58: polymesh_primitives::identity_id::PortfolioId
313
312
  **/
314
313
  PolymeshPrimitivesIdentityIdPortfolioId: {
315
314
  did: string;
316
315
  kind: string;
317
316
  };
318
317
  /**
319
- * Lookup57: polymesh_primitives::identity_id::PortfolioKind
318
+ * Lookup59: polymesh_primitives::identity_id::PortfolioKind
320
319
  **/
321
320
  PolymeshPrimitivesIdentityIdPortfolioKind: {
322
321
  _enum: {
@@ -325,7 +324,7 @@ declare const _default: {
325
324
  };
326
325
  };
327
326
  /**
328
- * Lookup62: polymesh_primitives::identity_claim::IdentityClaim
327
+ * Lookup64: polymesh_primitives::identity_claim::IdentityClaim
329
328
  **/
330
329
  PolymeshPrimitivesIdentityClaim: {
331
330
  claimIssuer: string;
@@ -335,7 +334,7 @@ declare const _default: {
335
334
  claim: string;
336
335
  };
337
336
  /**
338
- * Lookup64: polymesh_primitives::identity_claim::Claim
337
+ * Lookup66: polymesh_primitives::identity_claim::Claim
339
338
  **/
340
339
  PolymeshPrimitivesIdentityClaimClaim: {
341
340
  _enum: {
@@ -352,27 +351,31 @@ declare const _default: {
352
351
  };
353
352
  };
354
353
  /**
355
- * Lookup65: polymesh_primitives::identity_claim::Scope
354
+ * Lookup67: polymesh_primitives::identity_claim::Scope
356
355
  **/
357
356
  PolymeshPrimitivesIdentityClaimScope: {
358
357
  _enum: {
359
358
  Identity: string;
360
- Ticker: string;
359
+ Asset: string;
361
360
  Custom: string;
362
361
  };
363
362
  };
364
363
  /**
365
- * Lookup66: polymesh_primitives::cdd_id::CddId
364
+ * Lookup68: polymesh_primitives::cdd_id::CddId
366
365
  **/
367
366
  PolymeshPrimitivesCddId: string;
368
367
  /**
369
- * Lookup67: polymesh_primitives::jurisdiction::CountryCode
368
+ * Lookup69: polymesh_primitives::jurisdiction::CountryCode
370
369
  **/
371
370
  PolymeshPrimitivesJurisdictionCountryCode: {
372
371
  _enum: string[];
373
372
  };
374
373
  /**
375
- * Lookup71: polymesh_primitives::authorization::AuthorizationData<sp_core::crypto::AccountId32>
374
+ * Lookup72: polymesh_primitives::ticker::Ticker
375
+ **/
376
+ PolymeshPrimitivesTicker: string;
377
+ /**
378
+ * Lookup75: polymesh_primitives::authorization::AuthorizationData<sp_core::crypto::AccountId32>
376
379
  **/
377
380
  PolymeshPrimitivesAuthorizationAuthorizationData: {
378
381
  _enum: {
@@ -389,7 +392,7 @@ declare const _default: {
389
392
  };
390
393
  };
391
394
  /**
392
- * Lookup72: polymesh_primitives::agent::AgentGroup
395
+ * Lookup76: polymesh_primitives::agent::AgentGroup
393
396
  **/
394
397
  PolymeshPrimitivesAgentAgentGroup: {
395
398
  _enum: {
@@ -401,7 +404,7 @@ declare const _default: {
401
404
  };
402
405
  };
403
406
  /**
404
- * Lookup75: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance2>
407
+ * Lookup79: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance2>
405
408
  **/
406
409
  PolymeshCommonUtilitiesGroupRawEventInstance2: {
407
410
  _enum: {
@@ -415,11 +418,11 @@ declare const _default: {
415
418
  };
416
419
  };
417
420
  /**
418
- * Lookup76: pallet_group::Instance2
421
+ * Lookup80: pallet_group::Instance2
419
422
  **/
420
423
  PalletGroupInstance2: string;
421
424
  /**
422
- * Lookup78: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance1>
425
+ * Lookup82: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance1>
423
426
  **/
424
427
  PalletCommitteeRawEventInstance1: {
425
428
  _enum: {
@@ -436,11 +439,11 @@ declare const _default: {
436
439
  };
437
440
  };
438
441
  /**
439
- * Lookup79: pallet_committee::Instance1
442
+ * Lookup83: pallet_committee::Instance1
440
443
  **/
441
444
  PalletCommitteeInstance1: string;
442
445
  /**
443
- * Lookup82: polymesh_common_utilities::MaybeBlock<BlockNumber>
446
+ * Lookup86: polymesh_common_utilities::MaybeBlock<BlockNumber>
444
447
  **/
445
448
  PolymeshCommonUtilitiesMaybeBlock: {
446
449
  _enum: {
@@ -449,7 +452,7 @@ declare const _default: {
449
452
  };
450
453
  };
451
454
  /**
452
- * Lookup83: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance1>
455
+ * Lookup87: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance1>
453
456
  **/
454
457
  PolymeshCommonUtilitiesGroupRawEventInstance1: {
455
458
  _enum: {
@@ -463,11 +466,11 @@ declare const _default: {
463
466
  };
464
467
  };
465
468
  /**
466
- * Lookup84: pallet_group::Instance1
469
+ * Lookup88: pallet_group::Instance1
467
470
  **/
468
471
  PalletGroupInstance1: string;
469
472
  /**
470
- * Lookup85: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance3>
473
+ * Lookup89: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance3>
471
474
  **/
472
475
  PalletCommitteeRawEventInstance3: {
473
476
  _enum: {
@@ -484,11 +487,11 @@ declare const _default: {
484
487
  };
485
488
  };
486
489
  /**
487
- * Lookup86: pallet_committee::Instance3
490
+ * Lookup90: pallet_committee::Instance3
488
491
  **/
489
492
  PalletCommitteeInstance3: string;
490
493
  /**
491
- * Lookup87: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance3>
494
+ * Lookup91: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance3>
492
495
  **/
493
496
  PolymeshCommonUtilitiesGroupRawEventInstance3: {
494
497
  _enum: {
@@ -502,11 +505,11 @@ declare const _default: {
502
505
  };
503
506
  };
504
507
  /**
505
- * Lookup88: pallet_group::Instance3
508
+ * Lookup92: pallet_group::Instance3
506
509
  **/
507
510
  PalletGroupInstance3: string;
508
511
  /**
509
- * Lookup89: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance4>
512
+ * Lookup93: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance4>
510
513
  **/
511
514
  PalletCommitteeRawEventInstance4: {
512
515
  _enum: {
@@ -523,11 +526,11 @@ declare const _default: {
523
526
  };
524
527
  };
525
528
  /**
526
- * Lookup90: pallet_committee::Instance4
529
+ * Lookup94: pallet_committee::Instance4
527
530
  **/
528
531
  PalletCommitteeInstance4: string;
529
532
  /**
530
- * Lookup91: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance4>
533
+ * Lookup95: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance4>
531
534
  **/
532
535
  PolymeshCommonUtilitiesGroupRawEventInstance4: {
533
536
  _enum: {
@@ -541,108 +544,196 @@ declare const _default: {
541
544
  };
542
545
  };
543
546
  /**
544
- * Lookup92: pallet_group::Instance4
547
+ * Lookup96: pallet_group::Instance4
545
548
  **/
546
549
  PalletGroupInstance4: string;
547
550
  /**
548
- * Lookup93: polymesh_common_utilities::traits::multisig::RawEvent<sp_core::crypto::AccountId32>
549
- **/
550
- PolymeshCommonUtilitiesMultisigRawEvent: {
551
- _enum: {
552
- MultiSigCreated: string;
553
- ProposalAdded: string;
554
- ProposalExecuted: string;
555
- MultiSigSignerAdded: string;
556
- MultiSigSignerAuthorized: string;
557
- MultiSigSignerRemoved: string;
558
- MultiSigSignaturesRequiredChanged: string;
559
- ProposalApproved: string;
560
- ProposalRejectionVote: string;
561
- ProposalRejected: string;
562
- ProposalExecutionFailed: string;
563
- SchedulingFailed: string;
564
- ProposalFailedToExecute: string;
565
- };
566
- };
567
- /**
568
- * Lookup95: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
551
+ * Lookup97: pallet_multisig::pallet::Event<T>
569
552
  **/
570
- PolymeshPrimitivesSecondaryKeySignatory: {
553
+ PalletMultisigEvent: {
571
554
  _enum: {
572
- Identity: string;
573
- Account: string;
555
+ MultiSigCreated: {
556
+ callerDid: string;
557
+ multisig: string;
558
+ caller: string;
559
+ signers: string;
560
+ sigsRequired: string;
561
+ };
562
+ ProposalAdded: {
563
+ callerDid: string;
564
+ multisig: string;
565
+ proposalId: string;
566
+ };
567
+ ProposalExecuted: {
568
+ callerDid: string;
569
+ multisig: string;
570
+ proposalId: string;
571
+ result: string;
572
+ };
573
+ MultiSigSignerAdded: {
574
+ callerDid: string;
575
+ multisig: string;
576
+ signer: string;
577
+ };
578
+ MultiSigSignersAuthorized: {
579
+ callerDid: string;
580
+ multisig: string;
581
+ signers: string;
582
+ };
583
+ MultiSigSignersRemoved: {
584
+ callerDid: string;
585
+ multisig: string;
586
+ signers: string;
587
+ };
588
+ MultiSigSignersRequiredChanged: {
589
+ callerDid: string;
590
+ multisig: string;
591
+ sigsRequired: string;
592
+ };
593
+ ProposalApprovalVote: {
594
+ callerDid: string;
595
+ multisig: string;
596
+ signer: string;
597
+ proposalId: string;
598
+ };
599
+ ProposalRejectionVote: {
600
+ callerDid: string;
601
+ multisig: string;
602
+ signer: string;
603
+ proposalId: string;
604
+ };
605
+ ProposalApproved: {
606
+ callerDid: string;
607
+ multisig: string;
608
+ proposalId: string;
609
+ };
610
+ ProposalRejected: {
611
+ callerDid: string;
612
+ multisig: string;
613
+ proposalId: string;
614
+ };
615
+ MultiSigAddedAdmin: {
616
+ callerDid: string;
617
+ multisig: string;
618
+ adminDid: string;
619
+ };
620
+ MultiSigRemovedAdmin: {
621
+ callerDid: string;
622
+ multisig: string;
623
+ adminDid: string;
624
+ };
625
+ MultiSigRemovedPayingDid: {
626
+ callerDid: string;
627
+ multisig: string;
628
+ payingDid: string;
629
+ };
574
630
  };
575
631
  };
576
632
  /**
577
- * Lookup96: pallet_bridge::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
633
+ * Lookup99: pallet_staking::pallet::pallet::Event<T>
578
634
  **/
579
- PalletBridgeRawEvent: {
635
+ PalletStakingPalletEvent: {
580
636
  _enum: {
581
- ControllerChanged: string;
582
- AdminChanged: string;
583
- TimelockChanged: string;
584
- Bridged: string;
585
- Frozen: string;
586
- Unfrozen: string;
587
- FrozenTx: string;
588
- UnfrozenTx: string;
589
- ExemptedUpdated: string;
590
- BridgeLimitUpdated: string;
591
- TxsHandled: string;
592
- BridgeTxScheduled: string;
593
- BridgeTxScheduleFailed: string;
594
- FreezeAdminAdded: string;
595
- FreezeAdminRemoved: string;
596
- TxRemoved: string;
597
- BridgeTxFailed: string;
637
+ EraPaid: {
638
+ eraIndex: string;
639
+ validatorPayout: string;
640
+ remainder: string;
641
+ };
642
+ Rewarded: {
643
+ identity: string;
644
+ stash: string;
645
+ amount: string;
646
+ };
647
+ Slashed: {
648
+ staker: string;
649
+ amount: string;
650
+ };
651
+ SlashReported: {
652
+ validator: string;
653
+ fraction: string;
654
+ slashEra: string;
655
+ };
656
+ OldSlashingReportDiscarded: {
657
+ sessionIndex: string;
658
+ };
659
+ StakersElected: string;
660
+ Bonded: {
661
+ identity: string;
662
+ stash: string;
663
+ amount: string;
664
+ };
665
+ Unbonded: {
666
+ identity: string;
667
+ stash: string;
668
+ amount: string;
669
+ };
670
+ Withdrawn: {
671
+ stash: string;
672
+ amount: string;
673
+ };
674
+ Kicked: {
675
+ nominator: string;
676
+ stash: string;
677
+ };
678
+ StakingElectionFailed: string;
679
+ Chilled: {
680
+ stash: string;
681
+ };
682
+ PayoutStarted: {
683
+ eraIndex: string;
684
+ validatorStash: string;
685
+ };
686
+ ValidatorPrefsSet: {
687
+ stash: string;
688
+ prefs: string;
689
+ };
690
+ ForceEra: {
691
+ mode: string;
692
+ };
693
+ Nominated: {
694
+ nominatorIdentity: string;
695
+ stash: string;
696
+ targets: string;
697
+ };
698
+ PermissionedIdentityAdded: {
699
+ governanceCouncillDid: string;
700
+ validatorsIdentity: string;
701
+ };
702
+ PermissionedIdentityRemoved: {
703
+ governanceCouncillDid: string;
704
+ validatorsIdentity: string;
705
+ };
706
+ InvalidatedNominators: {
707
+ governanceCouncillDid: string;
708
+ governanceCouncillAccount: string;
709
+ expiredNominators: string;
710
+ };
711
+ SlashingAllowedForChanged: {
712
+ slashingSwitch: string;
713
+ };
714
+ RewardPaymentSchedulingInterrupted: {
715
+ accountId: string;
716
+ era: string;
717
+ error: string;
718
+ };
719
+ CommissionCapUpdated: {
720
+ governanceCouncillDid: string;
721
+ oldCommissionCap: string;
722
+ newCommissionCap: string;
723
+ };
598
724
  };
599
725
  };
600
726
  /**
601
- * Lookup97: pallet_bridge::BridgeTx<sp_core::crypto::AccountId32>
727
+ * Lookup101: pallet_staking::ValidatorPrefs
602
728
  **/
603
- PalletBridgeBridgeTx: {
604
- nonce: string;
605
- recipient: string;
606
- amount: string;
607
- txHash: string;
608
- };
609
- /**
610
- * Lookup100: pallet_bridge::HandledTxStatus
611
- **/
612
- PalletBridgeHandledTxStatus: {
613
- _enum: {
614
- Success: string;
615
- Error: string;
616
- };
729
+ PalletStakingValidatorPrefs: {
730
+ commission: string;
731
+ blocked: string;
617
732
  };
618
733
  /**
619
- * Lookup101: pallet_staking::pallet::pallet::Event<T>
734
+ * Lookup103: pallet_staking::Forcing
620
735
  **/
621
- PalletStakingPalletEvent: {
622
- _enum: {
623
- EraPayout: string;
624
- Reward: string;
625
- Slash: string;
626
- OldSlashingReportDiscarded: string;
627
- StakingElection: string;
628
- SolutionStored: string;
629
- Bonded: string;
630
- Unbonded: string;
631
- Nominated: string;
632
- Withdrawn: string;
633
- PermissionedIdentityAdded: string;
634
- PermissionedIdentityRemoved: string;
635
- InvalidatedNominators: string;
636
- CommissionCapUpdated: string;
637
- MinimumBondThresholdUpdated: string;
638
- RewardPaymentSchedulingInterrupted: string;
639
- SlashingAllowedForChanged: string;
640
- };
641
- };
642
- /**
643
- * Lookup102: pallet_staking::types::ElectionCompute
644
- **/
645
- PalletStakingElectionCompute: {
736
+ PalletStakingForcing: {
646
737
  _enum: string[];
647
738
  };
648
739
  /**
@@ -663,7 +754,7 @@ declare const _default: {
663
754
  };
664
755
  };
665
756
  /**
666
- * Lookup107: pallet_session::pallet::Event
757
+ * Lookup106: pallet_session::pallet::Event
667
758
  **/
668
759
  PalletSessionEvent: {
669
760
  _enum: {
@@ -673,7 +764,7 @@ declare const _default: {
673
764
  };
674
765
  };
675
766
  /**
676
- * Lookup108: pallet_grandpa::pallet::Event
767
+ * Lookup107: pallet_grandpa::pallet::Event
677
768
  **/
678
769
  PalletGrandpaEvent: {
679
770
  _enum: {
@@ -685,15 +776,15 @@ declare const _default: {
685
776
  };
686
777
  };
687
778
  /**
688
- * Lookup111: sp_consensus_grandpa::app::Public
779
+ * Lookup110: sp_consensus_grandpa::app::Public
689
780
  **/
690
781
  SpConsensusGrandpaAppPublic: string;
691
782
  /**
692
- * Lookup112: sp_core::ed25519::Public
783
+ * Lookup111: sp_core::ed25519::Public
693
784
  **/
694
785
  SpCoreEd25519Public: string;
695
786
  /**
696
- * Lookup113: pallet_im_online::pallet::Event<T>
787
+ * Lookup112: pallet_im_online::pallet::Event<T>
697
788
  **/
698
789
  PalletImOnlineEvent: {
699
790
  _enum: {
@@ -707,15 +798,15 @@ declare const _default: {
707
798
  };
708
799
  };
709
800
  /**
710
- * Lookup114: pallet_im_online::sr25519::app_sr25519::Public
801
+ * Lookup113: pallet_im_online::sr25519::app_sr25519::Public
711
802
  **/
712
803
  PalletImOnlineSr25519AppSr25519Public: string;
713
804
  /**
714
- * Lookup115: sp_core::sr25519::Public
805
+ * Lookup114: sp_core::sr25519::Public
715
806
  **/
716
807
  SpCoreSr25519Public: string;
717
808
  /**
718
- * Lookup118: pallet_staking::Exposure<sp_core::crypto::AccountId32, Balance>
809
+ * Lookup117: pallet_staking::Exposure<sp_core::crypto::AccountId32, Balance>
719
810
  **/
720
811
  PalletStakingExposure: {
721
812
  total: string;
@@ -723,14 +814,14 @@ declare const _default: {
723
814
  others: string;
724
815
  };
725
816
  /**
726
- * Lookup121: pallet_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
817
+ * Lookup120: pallet_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
727
818
  **/
728
819
  PalletStakingIndividualExposure: {
729
820
  who: string;
730
821
  value: string;
731
822
  };
732
823
  /**
733
- * Lookup122: pallet_sudo::RawEvent<sp_core::crypto::AccountId32>
824
+ * Lookup121: pallet_sudo::RawEvent<sp_core::crypto::AccountId32>
734
825
  **/
735
826
  PalletSudoRawEvent: {
736
827
  _enum: {
@@ -740,15 +831,13 @@ declare const _default: {
740
831
  };
741
832
  };
742
833
  /**
743
- * Lookup123: polymesh_common_utilities::traits::asset::RawEvent<Moment, sp_core::crypto::AccountId32>
834
+ * Lookup122: polymesh_common_utilities::traits::asset::RawEvent<Moment>
744
835
  **/
745
836
  PolymeshCommonUtilitiesAssetRawEvent: {
746
837
  _enum: {
747
838
  AssetCreated: string;
748
839
  IdentifiersUpdated: string;
749
840
  DivisibilityChanged: string;
750
- TransferWithData: string;
751
- IsIssuable: string;
752
841
  TickerRegistered: string;
753
842
  TickerTransferred: string;
754
843
  AssetOwnershipTransferred: string;
@@ -758,7 +847,6 @@ declare const _default: {
758
847
  FundingRoundSet: string;
759
848
  DocumentAdded: string;
760
849
  DocumentRemoved: string;
761
- ExtensionRemoved: string;
762
850
  ControllerTransfer: string;
763
851
  CustomAssetTypeExists: string;
764
852
  CustomAssetTypeRegistered: string;
@@ -776,10 +864,11 @@ declare const _default: {
776
864
  RemovePreApprovedAsset: string;
777
865
  AssetMediatorsAdded: string;
778
866
  AssetMediatorsRemoved: string;
867
+ TickerLinkedToAsset: string;
779
868
  };
780
869
  };
781
870
  /**
782
- * Lookup124: polymesh_primitives::asset::AssetType
871
+ * Lookup123: polymesh_primitives::asset::AssetType
783
872
  **/
784
873
  PolymeshPrimitivesAssetAssetType: {
785
874
  _enum: {
@@ -798,7 +887,7 @@ declare const _default: {
798
887
  };
799
888
  };
800
889
  /**
801
- * Lookup126: polymesh_primitives::asset::NonFungibleType
890
+ * Lookup125: polymesh_primitives::asset::NonFungibleType
802
891
  **/
803
892
  PolymeshPrimitivesAssetNonFungibleType: {
804
893
  _enum: {
@@ -809,7 +898,7 @@ declare const _default: {
809
898
  };
810
899
  };
811
900
  /**
812
- * Lookup129: polymesh_primitives::asset_identifier::AssetIdentifier
901
+ * Lookup128: polymesh_primitives::asset_identifier::AssetIdentifier
813
902
  **/
814
903
  PolymeshPrimitivesAssetIdentifier: {
815
904
  _enum: {
@@ -821,7 +910,7 @@ declare const _default: {
821
910
  };
822
911
  };
823
912
  /**
824
- * Lookup135: polymesh_primitives::document::Document
913
+ * Lookup134: polymesh_primitives::document::Document
825
914
  **/
826
915
  PolymeshPrimitivesDocument: {
827
916
  uri: string;
@@ -831,7 +920,7 @@ declare const _default: {
831
920
  filingDate: string;
832
921
  };
833
922
  /**
834
- * Lookup137: polymesh_primitives::document_hash::DocumentHash
923
+ * Lookup136: polymesh_primitives::document_hash::DocumentHash
835
924
  **/
836
925
  PolymeshPrimitivesDocumentHash: {
837
926
  _enum: {
@@ -847,14 +936,14 @@ declare const _default: {
847
936
  };
848
937
  };
849
938
  /**
850
- * Lookup148: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
939
+ * Lookup147: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
851
940
  **/
852
941
  PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail: {
853
942
  expire: string;
854
943
  lockStatus: string;
855
944
  };
856
945
  /**
857
- * Lookup149: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
946
+ * Lookup148: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
858
947
  **/
859
948
  PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus: {
860
949
  _enum: {
@@ -864,7 +953,7 @@ declare const _default: {
864
953
  };
865
954
  };
866
955
  /**
867
- * Lookup152: polymesh_primitives::asset_metadata::AssetMetadataSpec
956
+ * Lookup151: polymesh_primitives::asset_metadata::AssetMetadataSpec
868
957
  **/
869
958
  PolymeshPrimitivesAssetMetadataAssetMetadataSpec: {
870
959
  url: string;
@@ -872,7 +961,7 @@ declare const _default: {
872
961
  typeDef: string;
873
962
  };
874
963
  /**
875
- * Lookup159: polymesh_primitives::asset_metadata::AssetMetadataKey
964
+ * Lookup158: polymesh_primitives::asset_metadata::AssetMetadataKey
876
965
  **/
877
966
  PolymeshPrimitivesAssetMetadataAssetMetadataKey: {
878
967
  _enum: {
@@ -881,7 +970,7 @@ declare const _default: {
881
970
  };
882
971
  };
883
972
  /**
884
- * Lookup161: polymesh_primitives::portfolio::PortfolioUpdateReason
973
+ * Lookup160: polymesh_primitives::portfolio::PortfolioUpdateReason
885
974
  **/
886
975
  PolymeshPrimitivesPortfolioPortfolioUpdateReason: {
887
976
  _enum: {
@@ -897,7 +986,7 @@ declare const _default: {
897
986
  };
898
987
  };
899
988
  /**
900
- * Lookup165: pallet_corporate_actions::distribution::Event
989
+ * Lookup164: pallet_corporate_actions::distribution::Event
901
990
  **/
902
991
  PalletCorporateActionsDistributionEvent: {
903
992
  _enum: {
@@ -908,18 +997,18 @@ declare const _default: {
908
997
  };
909
998
  };
910
999
  /**
911
- * Lookup166: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
1000
+ * Lookup165: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
912
1001
  **/
913
1002
  PolymeshPrimitivesEventOnly: string;
914
1003
  /**
915
- * Lookup167: pallet_corporate_actions::CAId
1004
+ * Lookup166: pallet_corporate_actions::CAId
916
1005
  **/
917
1006
  PalletCorporateActionsCaId: {
918
- ticker: string;
1007
+ assetId: string;
919
1008
  localId: string;
920
1009
  };
921
1010
  /**
922
- * Lookup169: pallet_corporate_actions::distribution::Distribution
1011
+ * Lookup168: pallet_corporate_actions::distribution::Distribution
923
1012
  **/
924
1013
  PalletCorporateActionsDistribution: {
925
1014
  from: string;
@@ -932,7 +1021,7 @@ declare const _default: {
932
1021
  expiresAt: string;
933
1022
  };
934
1023
  /**
935
- * Lookup171: polymesh_common_utilities::traits::checkpoint::Event
1024
+ * Lookup170: polymesh_common_utilities::traits::checkpoint::Event
936
1025
  **/
937
1026
  PolymeshCommonUtilitiesCheckpointEvent: {
938
1027
  _enum: {
@@ -943,13 +1032,13 @@ declare const _default: {
943
1032
  };
944
1033
  };
945
1034
  /**
946
- * Lookup174: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
1035
+ * Lookup173: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
947
1036
  **/
948
1037
  PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
949
1038
  pending: string;
950
1039
  };
951
1040
  /**
952
- * Lookup177: polymesh_common_utilities::traits::compliance_manager::Event
1041
+ * Lookup176: polymesh_common_utilities::traits::compliance_manager::Event
953
1042
  **/
954
1043
  PolymeshCommonUtilitiesComplianceManagerEvent: {
955
1044
  _enum: {
@@ -965,7 +1054,7 @@ declare const _default: {
965
1054
  };
966
1055
  };
967
1056
  /**
968
- * Lookup178: polymesh_primitives::compliance_manager::ComplianceRequirement
1057
+ * Lookup177: polymesh_primitives::compliance_manager::ComplianceRequirement
969
1058
  **/
970
1059
  PolymeshPrimitivesComplianceManagerComplianceRequirement: {
971
1060
  senderConditions: string;
@@ -973,14 +1062,14 @@ declare const _default: {
973
1062
  id: string;
974
1063
  };
975
1064
  /**
976
- * Lookup180: polymesh_primitives::condition::Condition
1065
+ * Lookup179: polymesh_primitives::condition::Condition
977
1066
  **/
978
1067
  PolymeshPrimitivesCondition: {
979
1068
  conditionType: string;
980
1069
  issuers: string;
981
1070
  };
982
1071
  /**
983
- * Lookup181: polymesh_primitives::condition::ConditionType
1072
+ * Lookup180: polymesh_primitives::condition::ConditionType
984
1073
  **/
985
1074
  PolymeshPrimitivesConditionConditionType: {
986
1075
  _enum: {
@@ -992,7 +1081,7 @@ declare const _default: {
992
1081
  };
993
1082
  };
994
1083
  /**
995
- * Lookup183: polymesh_primitives::condition::TargetIdentity
1084
+ * Lookup182: polymesh_primitives::condition::TargetIdentity
996
1085
  **/
997
1086
  PolymeshPrimitivesConditionTargetIdentity: {
998
1087
  _enum: {
@@ -1001,14 +1090,14 @@ declare const _default: {
1001
1090
  };
1002
1091
  };
1003
1092
  /**
1004
- * Lookup185: polymesh_primitives::condition::TrustedIssuer
1093
+ * Lookup184: polymesh_primitives::condition::TrustedIssuer
1005
1094
  **/
1006
1095
  PolymeshPrimitivesConditionTrustedIssuer: {
1007
1096
  issuer: string;
1008
1097
  trustedFor: string;
1009
1098
  };
1010
1099
  /**
1011
- * Lookup186: polymesh_primitives::condition::TrustedFor
1100
+ * Lookup185: polymesh_primitives::condition::TrustedFor
1012
1101
  **/
1013
1102
  PolymeshPrimitivesConditionTrustedFor: {
1014
1103
  _enum: {
@@ -1017,7 +1106,7 @@ declare const _default: {
1017
1106
  };
1018
1107
  };
1019
1108
  /**
1020
- * Lookup188: polymesh_primitives::identity_claim::ClaimType
1109
+ * Lookup187: polymesh_primitives::identity_claim::ClaimType
1021
1110
  **/
1022
1111
  PolymeshPrimitivesIdentityClaimClaimType: {
1023
1112
  _enum: {
@@ -1034,7 +1123,7 @@ declare const _default: {
1034
1123
  };
1035
1124
  };
1036
1125
  /**
1037
- * Lookup190: pallet_corporate_actions::Event
1126
+ * Lookup189: pallet_corporate_actions::Event
1038
1127
  **/
1039
1128
  PalletCorporateActionsEvent: {
1040
1129
  _enum: {
@@ -1049,20 +1138,20 @@ declare const _default: {
1049
1138
  };
1050
1139
  };
1051
1140
  /**
1052
- * Lookup191: pallet_corporate_actions::TargetIdentities
1141
+ * Lookup190: pallet_corporate_actions::TargetIdentities
1053
1142
  **/
1054
1143
  PalletCorporateActionsTargetIdentities: {
1055
1144
  identities: string;
1056
1145
  treatment: string;
1057
1146
  };
1058
1147
  /**
1059
- * Lookup192: pallet_corporate_actions::TargetTreatment
1148
+ * Lookup191: pallet_corporate_actions::TargetTreatment
1060
1149
  **/
1061
1150
  PalletCorporateActionsTargetTreatment: {
1062
1151
  _enum: string[];
1063
1152
  };
1064
1153
  /**
1065
- * Lookup194: pallet_corporate_actions::CorporateAction
1154
+ * Lookup193: pallet_corporate_actions::CorporateAction
1066
1155
  **/
1067
1156
  PalletCorporateActionsCorporateAction: {
1068
1157
  kind: string;
@@ -1073,20 +1162,20 @@ declare const _default: {
1073
1162
  withholdingTax: string;
1074
1163
  };
1075
1164
  /**
1076
- * Lookup195: pallet_corporate_actions::CAKind
1165
+ * Lookup194: pallet_corporate_actions::CAKind
1077
1166
  **/
1078
1167
  PalletCorporateActionsCaKind: {
1079
1168
  _enum: string[];
1080
1169
  };
1081
1170
  /**
1082
- * Lookup197: pallet_corporate_actions::RecordDate
1171
+ * Lookup196: pallet_corporate_actions::RecordDate
1083
1172
  **/
1084
1173
  PalletCorporateActionsRecordDate: {
1085
1174
  date: string;
1086
1175
  checkpoint: string;
1087
1176
  };
1088
1177
  /**
1089
- * Lookup198: pallet_corporate_actions::CACheckpoint
1178
+ * Lookup197: pallet_corporate_actions::CACheckpoint
1090
1179
  **/
1091
1180
  PalletCorporateActionsCaCheckpoint: {
1092
1181
  _enum: {
@@ -1095,7 +1184,7 @@ declare const _default: {
1095
1184
  };
1096
1185
  };
1097
1186
  /**
1098
- * Lookup203: pallet_corporate_actions::ballot::Event
1187
+ * Lookup202: pallet_corporate_actions::ballot::Event
1099
1188
  **/
1100
1189
  PalletCorporateActionsBallotEvent: {
1101
1190
  _enum: {
@@ -1108,21 +1197,21 @@ declare const _default: {
1108
1197
  };
1109
1198
  };
1110
1199
  /**
1111
- * Lookup204: pallet_corporate_actions::ballot::BallotTimeRange
1200
+ * Lookup203: pallet_corporate_actions::ballot::BallotTimeRange
1112
1201
  **/
1113
1202
  PalletCorporateActionsBallotBallotTimeRange: {
1114
1203
  start: string;
1115
1204
  end: string;
1116
1205
  };
1117
1206
  /**
1118
- * Lookup205: pallet_corporate_actions::ballot::BallotMeta
1207
+ * Lookup204: pallet_corporate_actions::ballot::BallotMeta
1119
1208
  **/
1120
1209
  PalletCorporateActionsBallotBallotMeta: {
1121
1210
  title: string;
1122
1211
  motions: string;
1123
1212
  };
1124
1213
  /**
1125
- * Lookup208: pallet_corporate_actions::ballot::Motion
1214
+ * Lookup207: pallet_corporate_actions::ballot::Motion
1126
1215
  **/
1127
1216
  PalletCorporateActionsBallotMotion: {
1128
1217
  title: string;
@@ -1130,14 +1219,14 @@ declare const _default: {
1130
1219
  choices: string;
1131
1220
  };
1132
1221
  /**
1133
- * Lookup214: pallet_corporate_actions::ballot::BallotVote
1222
+ * Lookup213: pallet_corporate_actions::ballot::BallotVote
1134
1223
  **/
1135
1224
  PalletCorporateActionsBallotBallotVote: {
1136
1225
  power: string;
1137
1226
  fallback: string;
1138
1227
  };
1139
1228
  /**
1140
- * Lookup217: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
1229
+ * Lookup216: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
1141
1230
  **/
1142
1231
  PalletPipsRawEvent: {
1143
1232
  _enum: {
@@ -1164,7 +1253,7 @@ declare const _default: {
1164
1253
  };
1165
1254
  };
1166
1255
  /**
1167
- * Lookup218: pallet_pips::Proposer<sp_core::crypto::AccountId32>
1256
+ * Lookup217: pallet_pips::Proposer<sp_core::crypto::AccountId32>
1168
1257
  **/
1169
1258
  PalletPipsProposer: {
1170
1259
  _enum: {
@@ -1173,13 +1262,13 @@ declare const _default: {
1173
1262
  };
1174
1263
  };
1175
1264
  /**
1176
- * Lookup219: pallet_pips::Committee
1265
+ * Lookup218: pallet_pips::Committee
1177
1266
  **/
1178
1267
  PalletPipsCommittee: {
1179
1268
  _enum: string[];
1180
1269
  };
1181
1270
  /**
1182
- * Lookup223: pallet_pips::ProposalData
1271
+ * Lookup222: pallet_pips::ProposalData
1183
1272
  **/
1184
1273
  PalletPipsProposalData: {
1185
1274
  _enum: {
@@ -1188,20 +1277,20 @@ declare const _default: {
1188
1277
  };
1189
1278
  };
1190
1279
  /**
1191
- * Lookup224: pallet_pips::ProposalState
1280
+ * Lookup223: pallet_pips::ProposalState
1192
1281
  **/
1193
1282
  PalletPipsProposalState: {
1194
1283
  _enum: string[];
1195
1284
  };
1196
1285
  /**
1197
- * Lookup227: pallet_pips::SnapshottedPip
1286
+ * Lookup226: pallet_pips::SnapshottedPip
1198
1287
  **/
1199
1288
  PalletPipsSnapshottedPip: {
1200
1289
  id: string;
1201
1290
  weight: string;
1202
1291
  };
1203
1292
  /**
1204
- * Lookup233: polymesh_common_utilities::traits::portfolio::Event
1293
+ * Lookup232: polymesh_common_utilities::traits::portfolio::Event
1205
1294
  **/
1206
1295
  PolymeshCommonUtilitiesPortfolioEvent: {
1207
1296
  _enum: {
@@ -1216,26 +1305,26 @@ declare const _default: {
1216
1305
  };
1217
1306
  };
1218
1307
  /**
1219
- * Lookup237: polymesh_primitives::portfolio::FundDescription
1308
+ * Lookup236: polymesh_primitives::portfolio::FundDescription
1220
1309
  **/
1221
1310
  PolymeshPrimitivesPortfolioFundDescription: {
1222
1311
  _enum: {
1223
1312
  Fungible: {
1224
- ticker: string;
1313
+ assetId: string;
1225
1314
  amount: string;
1226
1315
  };
1227
1316
  NonFungible: string;
1228
1317
  };
1229
1318
  };
1230
1319
  /**
1231
- * Lookup238: polymesh_primitives::nft::NFTs
1320
+ * Lookup237: polymesh_primitives::nft::NFTs
1232
1321
  **/
1233
1322
  PolymeshPrimitivesNftNfTs: {
1234
- ticker: string;
1323
+ assetId: string;
1235
1324
  ids: string;
1236
1325
  };
1237
1326
  /**
1238
- * Lookup241: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
1327
+ * Lookup240: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
1239
1328
  **/
1240
1329
  PalletProtocolFeeRawEvent: {
1241
1330
  _enum: {
@@ -1245,11 +1334,11 @@ declare const _default: {
1245
1334
  };
1246
1335
  };
1247
1336
  /**
1248
- * Lookup242: polymesh_primitives::PosRatio
1337
+ * Lookup241: polymesh_primitives::PosRatio
1249
1338
  **/
1250
1339
  PolymeshPrimitivesPosRatio: string;
1251
1340
  /**
1252
- * Lookup243: pallet_scheduler::pallet::Event<T>
1341
+ * Lookup242: pallet_scheduler::pallet::Event<T>
1253
1342
  **/
1254
1343
  PalletSchedulerEvent: {
1255
1344
  _enum: {
@@ -1281,7 +1370,7 @@ declare const _default: {
1281
1370
  };
1282
1371
  };
1283
1372
  /**
1284
- * Lookup246: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
1373
+ * Lookup245: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
1285
1374
  **/
1286
1375
  PolymeshCommonUtilitiesSettlementRawEvent: {
1287
1376
  _enum: {
@@ -1312,13 +1401,13 @@ declare const _default: {
1312
1401
  };
1313
1402
  };
1314
1403
  /**
1315
- * Lookup249: polymesh_primitives::settlement::VenueType
1404
+ * Lookup248: polymesh_primitives::settlement::VenueType
1316
1405
  **/
1317
1406
  PolymeshPrimitivesSettlementVenueType: {
1318
1407
  _enum: string[];
1319
1408
  };
1320
1409
  /**
1321
- * Lookup252: polymesh_primitives::settlement::ReceiptMetadata
1410
+ * Lookup251: polymesh_primitives::settlement::ReceiptMetadata
1322
1411
  **/
1323
1412
  PolymeshPrimitivesSettlementReceiptMetadata: string;
1324
1413
  /**
@@ -1339,7 +1428,7 @@ declare const _default: {
1339
1428
  Fungible: {
1340
1429
  sender: string;
1341
1430
  receiver: string;
1342
- ticker: string;
1431
+ assetId: string;
1343
1432
  amount: string;
1344
1433
  };
1345
1434
  NonFungible: {
@@ -1369,35 +1458,27 @@ declare const _default: {
1369
1458
  };
1370
1459
  };
1371
1460
  /**
1372
- * Lookup258: polymesh_primitives::statistics::AssetScope
1373
- **/
1374
- PolymeshPrimitivesStatisticsAssetScope: {
1375
- _enum: {
1376
- Ticker: string;
1377
- };
1378
- };
1379
- /**
1380
- * Lookup260: polymesh_primitives::statistics::StatType
1461
+ * Lookup259: polymesh_primitives::statistics::StatType
1381
1462
  **/
1382
1463
  PolymeshPrimitivesStatisticsStatType: {
1383
- op: string;
1464
+ operationType: string;
1384
1465
  claimIssuer: string;
1385
1466
  };
1386
1467
  /**
1387
- * Lookup261: polymesh_primitives::statistics::StatOpType
1468
+ * Lookup260: polymesh_primitives::statistics::StatOpType
1388
1469
  **/
1389
1470
  PolymeshPrimitivesStatisticsStatOpType: {
1390
1471
  _enum: string[];
1391
1472
  };
1392
1473
  /**
1393
- * Lookup265: polymesh_primitives::statistics::StatUpdate
1474
+ * Lookup264: polymesh_primitives::statistics::StatUpdate
1394
1475
  **/
1395
1476
  PolymeshPrimitivesStatisticsStatUpdate: {
1396
1477
  key2: string;
1397
1478
  value: string;
1398
1479
  };
1399
1480
  /**
1400
- * Lookup266: polymesh_primitives::statistics::Stat2ndKey
1481
+ * Lookup265: polymesh_primitives::statistics::Stat2ndKey
1401
1482
  **/
1402
1483
  PolymeshPrimitivesStatisticsStat2ndKey: {
1403
1484
  _enum: {
@@ -1406,7 +1487,7 @@ declare const _default: {
1406
1487
  };
1407
1488
  };
1408
1489
  /**
1409
- * Lookup267: polymesh_primitives::statistics::StatClaim
1490
+ * Lookup266: polymesh_primitives::statistics::StatClaim
1410
1491
  **/
1411
1492
  PolymeshPrimitivesStatisticsStatClaim: {
1412
1493
  _enum: {
@@ -1416,7 +1497,7 @@ declare const _default: {
1416
1497
  };
1417
1498
  };
1418
1499
  /**
1419
- * Lookup271: polymesh_primitives::transfer_compliance::TransferCondition
1500
+ * Lookup270: polymesh_primitives::transfer_compliance::TransferCondition
1420
1501
  **/
1421
1502
  PolymeshPrimitivesTransferComplianceTransferCondition: {
1422
1503
  _enum: {
@@ -1427,15 +1508,15 @@ declare const _default: {
1427
1508
  };
1428
1509
  };
1429
1510
  /**
1430
- * Lookup272: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
1511
+ * Lookup271: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
1431
1512
  **/
1432
1513
  PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
1433
- asset: string;
1514
+ assetId: string;
1434
1515
  op: string;
1435
1516
  claimType: string;
1436
1517
  };
1437
1518
  /**
1438
- * Lookup274: pallet_sto::RawEvent<Moment>
1519
+ * Lookup273: pallet_sto::RawEvent<Moment>
1439
1520
  **/
1440
1521
  PalletStoRawEvent: {
1441
1522
  _enum: {
@@ -1448,7 +1529,7 @@ declare const _default: {
1448
1529
  };
1449
1530
  };
1450
1531
  /**
1451
- * Lookup277: pallet_sto::Fundraiser<Moment>
1532
+ * Lookup276: pallet_sto::Fundraiser<Moment>
1452
1533
  **/
1453
1534
  PalletStoFundraiser: {
1454
1535
  creator: string;
@@ -1464,7 +1545,7 @@ declare const _default: {
1464
1545
  minimumInvestment: string;
1465
1546
  };
1466
1547
  /**
1467
- * Lookup279: pallet_sto::FundraiserTier
1548
+ * Lookup278: pallet_sto::FundraiserTier
1468
1549
  **/
1469
1550
  PalletStoFundraiserTier: {
1470
1551
  total: string;
@@ -1472,13 +1553,13 @@ declare const _default: {
1472
1553
  remaining: string;
1473
1554
  };
1474
1555
  /**
1475
- * Lookup280: pallet_sto::FundraiserStatus
1556
+ * Lookup279: pallet_sto::FundraiserStatus
1476
1557
  **/
1477
1558
  PalletStoFundraiserStatus: {
1478
1559
  _enum: string[];
1479
1560
  };
1480
1561
  /**
1481
- * Lookup281: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
1562
+ * Lookup280: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
1482
1563
  **/
1483
1564
  PalletTreasuryRawEvent: {
1484
1565
  _enum: {
@@ -1488,7 +1569,7 @@ declare const _default: {
1488
1569
  };
1489
1570
  };
1490
1571
  /**
1491
- * Lookup282: pallet_utility::pallet::Event<T>
1572
+ * Lookup281: pallet_utility::pallet::Event<T>
1492
1573
  **/
1493
1574
  PalletUtilityEvent: {
1494
1575
  _enum: {
@@ -1516,7 +1597,7 @@ declare const _default: {
1516
1597
  };
1517
1598
  };
1518
1599
  /**
1519
- * Lookup286: polymesh_common_utilities::traits::base::Event
1600
+ * Lookup285: polymesh_common_utilities::traits::base::Event
1520
1601
  **/
1521
1602
  PolymeshCommonUtilitiesBaseEvent: {
1522
1603
  _enum: {
@@ -1524,7 +1605,7 @@ declare const _default: {
1524
1605
  };
1525
1606
  };
1526
1607
  /**
1527
- * Lookup288: polymesh_common_utilities::traits::external_agents::Event
1608
+ * Lookup287: polymesh_common_utilities::traits::external_agents::Event
1528
1609
  **/
1529
1610
  PolymeshCommonUtilitiesExternalAgentsEvent: {
1530
1611
  _enum: {
@@ -1536,7 +1617,7 @@ declare const _default: {
1536
1617
  };
1537
1618
  };
1538
1619
  /**
1539
- * Lookup289: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1620
+ * Lookup288: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1540
1621
  **/
1541
1622
  PolymeshCommonUtilitiesRelayerRawEvent: {
1542
1623
  _enum: {
@@ -1547,7 +1628,7 @@ declare const _default: {
1547
1628
  };
1548
1629
  };
1549
1630
  /**
1550
- * Lookup290: pallet_contracts::pallet::Event<T>
1631
+ * Lookup289: pallet_contracts::pallet::Event<T>
1551
1632
  **/
1552
1633
  PalletContractsEvent: {
1553
1634
  _enum: {
@@ -1585,7 +1666,7 @@ declare const _default: {
1585
1666
  };
1586
1667
  };
1587
1668
  /**
1588
- * Lookup291: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1669
+ * Lookup290: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1589
1670
  **/
1590
1671
  PolymeshContractsRawEvent: {
1591
1672
  _enum: {
@@ -1594,25 +1675,25 @@ declare const _default: {
1594
1675
  };
1595
1676
  };
1596
1677
  /**
1597
- * Lookup292: polymesh_contracts::Api
1678
+ * Lookup291: polymesh_contracts::Api
1598
1679
  **/
1599
1680
  PolymeshContractsApi: {
1600
1681
  desc: string;
1601
1682
  major: string;
1602
1683
  };
1603
1684
  /**
1604
- * Lookup293: polymesh_contracts::ChainVersion
1685
+ * Lookup292: polymesh_contracts::ChainVersion
1605
1686
  **/
1606
1687
  PolymeshContractsChainVersion: {
1607
1688
  specVersion: string;
1608
1689
  txVersion: string;
1609
1690
  };
1610
1691
  /**
1611
- * Lookup294: polymesh_contracts::chain_extension::ExtrinsicId
1692
+ * Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
1612
1693
  **/
1613
1694
  PolymeshContractsChainExtensionExtrinsicId: string;
1614
1695
  /**
1615
- * Lookup295: pallet_preimage::pallet::Event<T>
1696
+ * Lookup294: pallet_preimage::pallet::Event<T>
1616
1697
  **/
1617
1698
  PalletPreimageEvent: {
1618
1699
  _enum: {
@@ -1637,7 +1718,7 @@ declare const _default: {
1637
1718
  };
1638
1719
  };
1639
1720
  /**
1640
- * Lookup296: polymesh_common_utilities::traits::nft::Event
1721
+ * Lookup295: polymesh_common_utilities::traits::nft::Event
1641
1722
  **/
1642
1723
  PolymeshCommonUtilitiesNftEvent: {
1643
1724
  _enum: {
@@ -1646,48 +1727,71 @@ declare const _default: {
1646
1727
  };
1647
1728
  };
1648
1729
  /**
1649
- * Lookup298: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1730
+ * Lookup297: pallet_election_provider_multi_phase::pallet::Event<T>
1650
1731
  **/
1651
- PalletTestUtilsRawEvent: {
1732
+ PalletElectionProviderMultiPhaseEvent: {
1652
1733
  _enum: {
1653
- DidStatus: string;
1654
- CddStatus: string;
1655
- };
1656
- };
1657
- /**
1658
- * Lookup299: pallet_state_trie_migration::pallet::Event<T>
1659
- **/
1660
- PalletStateTrieMigrationEvent: {
1661
- _enum: {
1662
- Migrated: {
1663
- top: string;
1664
- child: string;
1734
+ SolutionStored: {
1665
1735
  compute: string;
1736
+ origin: string;
1737
+ prevEjected: string;
1738
+ };
1739
+ ElectionFinalized: {
1740
+ compute: string;
1741
+ score: string;
1742
+ };
1743
+ ElectionFailed: string;
1744
+ Rewarded: {
1745
+ account: string;
1746
+ value: string;
1666
1747
  };
1667
1748
  Slashed: {
1668
- who: string;
1669
- amount: string;
1749
+ account: string;
1750
+ value: string;
1670
1751
  };
1671
- AutoMigrationFinished: string;
1672
- Halted: {
1673
- error: string;
1752
+ PhaseTransitioned: {
1753
+ from: string;
1754
+ to: string;
1755
+ round: string;
1674
1756
  };
1675
1757
  };
1676
1758
  };
1677
1759
  /**
1678
- * Lookup300: pallet_state_trie_migration::pallet::MigrationCompute
1760
+ * Lookup298: pallet_election_provider_multi_phase::ElectionCompute
1679
1761
  **/
1680
- PalletStateTrieMigrationMigrationCompute: {
1762
+ PalletElectionProviderMultiPhaseElectionCompute: {
1681
1763
  _enum: string[];
1682
1764
  };
1683
1765
  /**
1684
- * Lookup301: pallet_state_trie_migration::pallet::Error<T>
1766
+ * Lookup299: sp_npos_elections::ElectionScore
1685
1767
  **/
1686
- PalletStateTrieMigrationError: {
1687
- _enum: string[];
1768
+ SpNposElectionsElectionScore: {
1769
+ minimalStake: string;
1770
+ sumStake: string;
1771
+ sumStakeSquared: string;
1772
+ };
1773
+ /**
1774
+ * Lookup300: pallet_election_provider_multi_phase::Phase<Bn>
1775
+ **/
1776
+ PalletElectionProviderMultiPhasePhase: {
1777
+ _enum: {
1778
+ Off: string;
1779
+ Signed: string;
1780
+ Unsigned: string;
1781
+ Emergency: string;
1782
+ };
1688
1783
  };
1689
1784
  /**
1690
- * Lookup302: frame_system::Phase
1785
+ * Lookup302: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1786
+ **/
1787
+ PalletTestUtilsRawEvent: {
1788
+ _enum: {
1789
+ DidStatus: string;
1790
+ CddStatus: string;
1791
+ };
1792
+ };
1793
+ /**
1794
+ * Lookup303: frame_system::Phase
1691
1795
  **/
1692
1796
  FrameSystemPhase: {
1693
1797
  _enum: {
@@ -1697,7 +1801,7 @@ declare const _default: {
1697
1801
  };
1698
1802
  };
1699
1803
  /**
1700
- * Lookup305: frame_system::LastRuntimeUpgradeInfo
1804
+ * Lookup306: frame_system::LastRuntimeUpgradeInfo
1701
1805
  **/
1702
1806
  FrameSystemLastRuntimeUpgradeInfo: {
1703
1807
  specVersion: string;
@@ -2068,7 +2172,16 @@ declare const _default: {
2068
2172
  };
2069
2173
  };
2070
2174
  /**
2071
- * Lookup371: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2175
+ * Lookup371: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
2176
+ **/
2177
+ PolymeshPrimitivesSecondaryKeySignatory: {
2178
+ _enum: {
2179
+ Identity: string;
2180
+ Account: string;
2181
+ };
2182
+ };
2183
+ /**
2184
+ * Lookup372: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2072
2185
  **/
2073
2186
  PolymeshPrimitivesAuthorization: {
2074
2187
  authorizationData: string;
@@ -2078,7 +2191,7 @@ declare const _default: {
2078
2191
  count: string;
2079
2192
  };
2080
2193
  /**
2081
- * Lookup375: pallet_identity::Call<T>
2194
+ * Lookup376: pallet_identity::Call<T>
2082
2195
  **/
2083
2196
  PalletIdentityCall: {
2084
2197
  _enum: {
@@ -2170,27 +2283,27 @@ declare const _default: {
2170
2283
  };
2171
2284
  };
2172
2285
  /**
2173
- * Lookup377: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2286
+ * Lookup378: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2174
2287
  **/
2175
2288
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2176
2289
  secondaryKey: string;
2177
2290
  authSignature: string;
2178
2291
  };
2179
2292
  /**
2180
- * Lookup380: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2293
+ * Lookup381: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2181
2294
  **/
2182
2295
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2183
2296
  key: string;
2184
2297
  authSignature: string;
2185
2298
  };
2186
2299
  /**
2187
- * Lookup381: pallet_identity::Error<T>
2300
+ * Lookup382: pallet_identity::Error<T>
2188
2301
  **/
2189
2302
  PalletIdentityError: {
2190
2303
  _enum: string[];
2191
2304
  };
2192
2305
  /**
2193
- * Lookup383: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2306
+ * Lookup384: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2194
2307
  **/
2195
2308
  PolymeshCommonUtilitiesGroupInactiveMember: {
2196
2309
  id: string;
@@ -2198,7 +2311,7 @@ declare const _default: {
2198
2311
  expiry: string;
2199
2312
  };
2200
2313
  /**
2201
- * Lookup384: pallet_group::Call<T, I>
2314
+ * Lookup385: pallet_group::Call<T, I>
2202
2315
  **/
2203
2316
  PalletGroupCall: {
2204
2317
  _enum: {
@@ -2227,13 +2340,13 @@ declare const _default: {
2227
2340
  };
2228
2341
  };
2229
2342
  /**
2230
- * Lookup385: pallet_group::Error<T, I>
2343
+ * Lookup386: pallet_group::Error<T, I>
2231
2344
  **/
2232
2345
  PalletGroupError: {
2233
2346
  _enum: string[];
2234
2347
  };
2235
2348
  /**
2236
- * Lookup387: pallet_committee::Call<T, I>
2349
+ * Lookup388: pallet_committee::Call<T, I>
2237
2350
  **/
2238
2351
  PalletCommitteeCall: {
2239
2352
  _enum: {
@@ -2259,156 +2372,74 @@ declare const _default: {
2259
2372
  };
2260
2373
  };
2261
2374
  /**
2262
- * Lookup393: pallet_multisig::Call<T>
2375
+ * Lookup394: pallet_multisig::pallet::Call<T>
2263
2376
  **/
2264
2377
  PalletMultisigCall: {
2265
2378
  _enum: {
2266
2379
  create_multisig: {
2267
2380
  signers: string;
2268
2381
  sigsRequired: string;
2382
+ permissions: string;
2269
2383
  };
2270
- create_or_approve_proposal_as_identity: {
2271
- multisig: string;
2272
- proposal: string;
2273
- expiry: string;
2274
- autoClose: string;
2275
- };
2276
- create_or_approve_proposal_as_key: {
2277
- multisig: string;
2278
- proposal: string;
2279
- expiry: string;
2280
- autoClose: string;
2281
- };
2282
- create_proposal_as_identity: {
2283
- multisig: string;
2284
- proposal: string;
2285
- expiry: string;
2286
- autoClose: string;
2287
- };
2288
- create_proposal_as_key: {
2384
+ create_proposal: {
2289
2385
  multisig: string;
2290
2386
  proposal: string;
2291
2387
  expiry: string;
2292
- autoClose: string;
2293
- };
2294
- approve_as_identity: {
2295
- multisig: string;
2296
- proposalId: string;
2297
2388
  };
2298
- approve_as_key: {
2389
+ approve: {
2299
2390
  multisig: string;
2300
2391
  proposalId: string;
2392
+ maxWeight: string;
2301
2393
  };
2302
- reject_as_identity: {
2394
+ reject: {
2303
2395
  multisig: string;
2304
2396
  proposalId: string;
2305
2397
  };
2306
- reject_as_key: {
2307
- multisig: string;
2308
- proposalId: string;
2309
- };
2310
- accept_multisig_signer_as_identity: {
2311
- authId: string;
2312
- };
2313
- accept_multisig_signer_as_key: {
2398
+ accept_multisig_signer: {
2314
2399
  authId: string;
2315
2400
  };
2316
- add_multisig_signer: {
2317
- signer: string;
2401
+ add_multisig_signers: {
2402
+ signers: string;
2318
2403
  };
2319
- remove_multisig_signer: {
2320
- signer: string;
2404
+ remove_multisig_signers: {
2405
+ signers: string;
2321
2406
  };
2322
- add_multisig_signers_via_creator: {
2407
+ add_multisig_signers_via_admin: {
2323
2408
  multisig: string;
2324
2409
  signers: string;
2325
2410
  };
2326
- remove_multisig_signers_via_creator: {
2411
+ remove_multisig_signers_via_admin: {
2327
2412
  multisig: string;
2328
2413
  signers: string;
2329
2414
  };
2330
2415
  change_sigs_required: {
2331
2416
  sigsRequired: string;
2332
2417
  };
2333
- make_multisig_secondary: {
2334
- multisig: string;
2335
- };
2336
- make_multisig_primary: {
2418
+ change_sigs_required_via_admin: {
2337
2419
  multisig: string;
2338
- optionalCddAuthId: string;
2339
- };
2340
- execute_scheduled_proposal: {
2341
- multisig: string;
2342
- proposalId: string;
2343
- multisigDid: string;
2344
- proposalWeight: string;
2345
- };
2346
- change_sigs_required_via_creator: {
2347
- multisigAccount: string;
2348
2420
  signaturesRequired: string;
2349
2421
  };
2350
- remove_creator_controls: {
2351
- multisigAccount: string;
2352
- };
2353
- };
2354
- };
2355
- /**
2356
- * Lookup394: pallet_bridge::Call<T>
2357
- **/
2358
- PalletBridgeCall: {
2359
- _enum: {
2360
- change_controller: {
2361
- controller: string;
2362
- };
2363
- change_admin: {
2364
- admin: string;
2365
- };
2366
- change_timelock: {
2367
- timelock: string;
2368
- };
2369
- freeze: string;
2370
- unfreeze: string;
2371
- change_bridge_limit: {
2372
- amount: string;
2373
- duration: string;
2374
- };
2375
- change_bridge_exempted: {
2376
- exempted: string;
2377
- };
2378
- force_handle_bridge_tx: {
2379
- bridgeTx: string;
2380
- };
2381
- batch_propose_bridge_tx: {
2382
- bridgeTxs: string;
2422
+ add_admin: {
2423
+ adminDid: string;
2383
2424
  };
2384
- propose_bridge_tx: {
2385
- bridgeTx: string;
2386
- };
2387
- handle_bridge_tx: {
2388
- bridgeTx: string;
2389
- };
2390
- freeze_txs: {
2391
- bridgeTxs: string;
2392
- };
2393
- unfreeze_txs: {
2394
- bridgeTxs: string;
2395
- };
2396
- handle_scheduled_bridge_tx: {
2397
- bridgeTx: string;
2425
+ remove_admin_via_admin: {
2426
+ multisig: string;
2398
2427
  };
2399
- add_freeze_admin: {
2400
- freezeAdmin: string;
2428
+ remove_payer: string;
2429
+ remove_payer_via_payer: {
2430
+ multisig: string;
2401
2431
  };
2402
- remove_freeze_admin: {
2403
- freezeAdmin: string;
2432
+ approve_join_identity: {
2433
+ multisig: string;
2434
+ authId: string;
2404
2435
  };
2405
- remove_txs: {
2406
- bridgeTxs: string;
2436
+ join_identity: {
2437
+ authId: string;
2407
2438
  };
2408
2439
  };
2409
2440
  };
2410
2441
  /**
2411
- * Lookup398: pallet_staking::pallet::pallet::Call<T>
2442
+ * Lookup396: pallet_staking::pallet::pallet::Call<T>
2412
2443
  **/
2413
2444
  PalletStakingPalletCall: {
2414
2445
  _enum: {
@@ -2451,22 +2482,6 @@ declare const _default: {
2451
2482
  scale_validator_count: {
2452
2483
  factor: string;
2453
2484
  };
2454
- add_permissioned_validator: {
2455
- identity: string;
2456
- intendedCount: string;
2457
- };
2458
- remove_permissioned_validator: {
2459
- identity: string;
2460
- };
2461
- validate_cdd_expiry_nominators: {
2462
- targets: string;
2463
- };
2464
- set_commission_cap: {
2465
- newCap: string;
2466
- };
2467
- set_min_bond_threshold: {
2468
- newValue: string;
2469
- };
2470
2485
  force_no_eras: string;
2471
2486
  force_new_era: string;
2472
2487
  set_invulnerables: {
@@ -2488,33 +2503,42 @@ declare const _default: {
2488
2503
  rebond: {
2489
2504
  value: string;
2490
2505
  };
2491
- set_history_depth: {
2492
- newHistoryDepth: string;
2493
- eraItemsDeleted: string;
2494
- };
2495
2506
  reap_stash: {
2496
2507
  stash: string;
2497
2508
  numSlashingSpans: string;
2498
2509
  };
2499
- submit_election_solution: {
2500
- _alias: {
2501
- size_: string;
2502
- };
2503
- winners: string;
2504
- compact: string;
2505
- score: string;
2506
- era: string;
2507
- size_: string;
2510
+ kick: {
2511
+ who: string;
2508
2512
  };
2509
- submit_election_solution_unsigned: {
2513
+ set_staking_configs: {
2514
+ minNominatorBond: string;
2515
+ minValidatorBond: string;
2516
+ maxNominatorCount: string;
2517
+ maxValidatorCount: string;
2518
+ chillThreshold: string;
2519
+ minCommission: string;
2520
+ };
2521
+ chill_other: {
2522
+ controller: string;
2523
+ };
2524
+ force_apply_min_commission: {
2525
+ validatorStash: string;
2526
+ };
2527
+ set_min_commission: {
2510
2528
  _alias: {
2511
- size_: string;
2529
+ new_: string;
2512
2530
  };
2513
- winners: string;
2514
- compact: string;
2515
- score: string;
2516
- era: string;
2517
- size_: string;
2531
+ new_: string;
2532
+ };
2533
+ add_permissioned_validator: {
2534
+ identity: string;
2535
+ intendedCount: string;
2536
+ };
2537
+ remove_permissioned_validator: {
2538
+ identity: string;
2539
+ };
2540
+ validate_cdd_expiry_nominators: {
2541
+ targets: string;
2518
2542
  };
2519
2543
  payout_stakers_by_system: {
2520
2544
  validatorStash: string;
@@ -2531,10 +2555,13 @@ declare const _default: {
2531
2555
  identity: string;
2532
2556
  stashKeys: string;
2533
2557
  };
2558
+ set_commission_cap: {
2559
+ newCap: string;
2560
+ };
2534
2561
  };
2535
2562
  };
2536
2563
  /**
2537
- * Lookup399: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2564
+ * Lookup397: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2538
2565
  **/
2539
2566
  PalletStakingRewardDestination: {
2540
2567
  _enum: {
@@ -2542,53 +2569,51 @@ declare const _default: {
2542
2569
  Stash: string;
2543
2570
  Controller: string;
2544
2571
  Account: string;
2572
+ None: string;
2545
2573
  };
2546
2574
  };
2547
2575
  /**
2548
- * Lookup400: pallet_staking::ValidatorPrefs
2576
+ * Lookup400: pallet_staking::pallet::pallet::ConfigOp<T>
2549
2577
  **/
2550
- PalletStakingValidatorPrefs: {
2551
- commission: string;
2552
- blocked: string;
2578
+ PalletStakingPalletConfigOpU128: {
2579
+ _enum: {
2580
+ Noop: string;
2581
+ Set: string;
2582
+ Remove: string;
2583
+ };
2553
2584
  };
2554
2585
  /**
2555
- * Lookup406: pallet_staking::CompactAssignments
2586
+ * Lookup401: pallet_staking::pallet::pallet::ConfigOp<T>
2556
2587
  **/
2557
- PalletStakingCompactAssignments: {
2558
- votes1: string;
2559
- votes2: string;
2560
- votes3: string;
2561
- votes4: string;
2562
- votes5: string;
2563
- votes6: string;
2564
- votes7: string;
2565
- votes8: string;
2566
- votes9: string;
2567
- votes10: string;
2568
- votes11: string;
2569
- votes12: string;
2570
- votes13: string;
2571
- votes14: string;
2572
- votes15: string;
2573
- votes16: string;
2588
+ PalletStakingPalletConfigOpU32: {
2589
+ _enum: {
2590
+ Noop: string;
2591
+ Set: string;
2592
+ Remove: string;
2593
+ };
2574
2594
  };
2575
2595
  /**
2576
- * Lookup457: sp_npos_elections::ElectionScore
2596
+ * Lookup402: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
2577
2597
  **/
2578
- SpNposElectionsElectionScore: {
2579
- minimalStake: string;
2580
- sumStake: string;
2581
- sumStakeSquared: string;
2598
+ PalletStakingPalletConfigOpPercent: {
2599
+ _enum: {
2600
+ Noop: string;
2601
+ Set: string;
2602
+ Remove: string;
2603
+ };
2582
2604
  };
2583
2605
  /**
2584
- * Lookup458: pallet_staking::types::ElectionSize
2606
+ * Lookup403: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
2585
2607
  **/
2586
- PalletStakingElectionSize: {
2587
- validators: string;
2588
- nominators: string;
2608
+ PalletStakingPalletConfigOpPerbill: {
2609
+ _enum: {
2610
+ Noop: string;
2611
+ Set: string;
2612
+ Remove: string;
2613
+ };
2589
2614
  };
2590
2615
  /**
2591
- * Lookup459: pallet_session::pallet::Call<T>
2616
+ * Lookup405: pallet_session::pallet::Call<T>
2592
2617
  **/
2593
2618
  PalletSessionCall: {
2594
2619
  _enum: {
@@ -2603,7 +2628,7 @@ declare const _default: {
2603
2628
  };
2604
2629
  };
2605
2630
  /**
2606
- * Lookup460: polymesh_runtime_develop::runtime::SessionKeys
2631
+ * Lookup406: polymesh_runtime_develop::runtime::SessionKeys
2607
2632
  **/
2608
2633
  PolymeshRuntimeDevelopRuntimeSessionKeys: {
2609
2634
  grandpa: string;
@@ -2612,11 +2637,11 @@ declare const _default: {
2612
2637
  authorityDiscovery: string;
2613
2638
  };
2614
2639
  /**
2615
- * Lookup461: sp_authority_discovery::app::Public
2640
+ * Lookup407: sp_authority_discovery::app::Public
2616
2641
  **/
2617
2642
  SpAuthorityDiscoveryAppPublic: string;
2618
2643
  /**
2619
- * Lookup462: pallet_grandpa::pallet::Call<T>
2644
+ * Lookup408: pallet_grandpa::pallet::Call<T>
2620
2645
  **/
2621
2646
  PalletGrandpaCall: {
2622
2647
  _enum: {
@@ -2635,14 +2660,14 @@ declare const _default: {
2635
2660
  };
2636
2661
  };
2637
2662
  /**
2638
- * Lookup463: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2663
+ * Lookup409: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2639
2664
  **/
2640
2665
  SpConsensusGrandpaEquivocationProof: {
2641
2666
  setId: string;
2642
2667
  equivocation: string;
2643
2668
  };
2644
2669
  /**
2645
- * Lookup464: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2670
+ * Lookup410: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2646
2671
  **/
2647
2672
  SpConsensusGrandpaEquivocation: {
2648
2673
  _enum: {
@@ -2651,7 +2676,7 @@ declare const _default: {
2651
2676
  };
2652
2677
  };
2653
2678
  /**
2654
- * Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2679
+ * Lookup411: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2655
2680
  **/
2656
2681
  FinalityGrandpaEquivocationPrevote: {
2657
2682
  roundNumber: string;
@@ -2660,22 +2685,22 @@ declare const _default: {
2660
2685
  second: string;
2661
2686
  };
2662
2687
  /**
2663
- * Lookup466: finality_grandpa::Prevote<primitive_types::H256, N>
2688
+ * Lookup412: finality_grandpa::Prevote<primitive_types::H256, N>
2664
2689
  **/
2665
2690
  FinalityGrandpaPrevote: {
2666
2691
  targetHash: string;
2667
2692
  targetNumber: string;
2668
2693
  };
2669
2694
  /**
2670
- * Lookup467: sp_consensus_grandpa::app::Signature
2695
+ * Lookup413: sp_consensus_grandpa::app::Signature
2671
2696
  **/
2672
2697
  SpConsensusGrandpaAppSignature: string;
2673
2698
  /**
2674
- * Lookup468: sp_core::ed25519::Signature
2699
+ * Lookup414: sp_core::ed25519::Signature
2675
2700
  **/
2676
2701
  SpCoreEd25519Signature: string;
2677
2702
  /**
2678
- * Lookup470: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2703
+ * Lookup416: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2679
2704
  **/
2680
2705
  FinalityGrandpaEquivocationPrecommit: {
2681
2706
  roundNumber: string;
@@ -2684,14 +2709,14 @@ declare const _default: {
2684
2709
  second: string;
2685
2710
  };
2686
2711
  /**
2687
- * Lookup471: finality_grandpa::Precommit<primitive_types::H256, N>
2712
+ * Lookup417: finality_grandpa::Precommit<primitive_types::H256, N>
2688
2713
  **/
2689
2714
  FinalityGrandpaPrecommit: {
2690
2715
  targetHash: string;
2691
2716
  targetNumber: string;
2692
2717
  };
2693
2718
  /**
2694
- * Lookup473: pallet_im_online::pallet::Call<T>
2719
+ * Lookup419: pallet_im_online::pallet::Call<T>
2695
2720
  **/
2696
2721
  PalletImOnlineCall: {
2697
2722
  _enum: {
@@ -2702,7 +2727,7 @@ declare const _default: {
2702
2727
  };
2703
2728
  };
2704
2729
  /**
2705
- * Lookup474: pallet_im_online::Heartbeat<BlockNumber>
2730
+ * Lookup420: pallet_im_online::Heartbeat<BlockNumber>
2706
2731
  **/
2707
2732
  PalletImOnlineHeartbeat: {
2708
2733
  blockNumber: string;
@@ -2712,22 +2737,22 @@ declare const _default: {
2712
2737
  validatorsLen: string;
2713
2738
  };
2714
2739
  /**
2715
- * Lookup475: sp_core::offchain::OpaqueNetworkState
2740
+ * Lookup421: sp_core::offchain::OpaqueNetworkState
2716
2741
  **/
2717
2742
  SpCoreOffchainOpaqueNetworkState: {
2718
2743
  peerId: string;
2719
2744
  externalAddresses: string;
2720
2745
  };
2721
2746
  /**
2722
- * Lookup479: pallet_im_online::sr25519::app_sr25519::Signature
2747
+ * Lookup425: pallet_im_online::sr25519::app_sr25519::Signature
2723
2748
  **/
2724
2749
  PalletImOnlineSr25519AppSr25519Signature: string;
2725
2750
  /**
2726
- * Lookup480: sp_core::sr25519::Signature
2751
+ * Lookup426: sp_core::sr25519::Signature
2727
2752
  **/
2728
2753
  SpCoreSr25519Signature: string;
2729
2754
  /**
2730
- * Lookup481: pallet_sudo::Call<T>
2755
+ * Lookup427: pallet_sudo::Call<T>
2731
2756
  **/
2732
2757
  PalletSudoCall: {
2733
2758
  _enum: {
@@ -2751,11 +2776,11 @@ declare const _default: {
2751
2776
  };
2752
2777
  };
2753
2778
  /**
2754
- * Lookup482: pallet_asset::Call<T>
2779
+ * Lookup428: pallet_asset::Call<T>
2755
2780
  **/
2756
2781
  PalletAssetCall: {
2757
2782
  _enum: {
2758
- register_ticker: {
2783
+ register_unique_ticker: {
2759
2784
  ticker: string;
2760
2785
  };
2761
2786
  accept_ticker_transfer: {
@@ -2765,53 +2790,53 @@ declare const _default: {
2765
2790
  authId: string;
2766
2791
  };
2767
2792
  create_asset: {
2768
- name: string;
2769
- ticker: string;
2793
+ assetName: string;
2770
2794
  divisible: string;
2771
2795
  assetType: string;
2772
- identifiers: string;
2773
- fundingRound: string;
2796
+ assetIdentifiers: string;
2797
+ fundingRoundName: string;
2774
2798
  };
2775
2799
  freeze: {
2776
- ticker: string;
2800
+ assetId: string;
2777
2801
  };
2778
2802
  unfreeze: {
2779
- ticker: string;
2803
+ assetId: string;
2780
2804
  };
2781
2805
  rename_asset: {
2782
- ticker: string;
2783
- name: string;
2806
+ assetId: string;
2807
+ assetName: string;
2784
2808
  };
2785
2809
  issue: {
2786
- ticker: string;
2810
+ assetId: string;
2787
2811
  amount: string;
2788
2812
  portfolioKind: string;
2789
2813
  };
2790
2814
  redeem: {
2791
- ticker: string;
2815
+ assetId: string;
2792
2816
  value: string;
2817
+ portfolioKind: string;
2793
2818
  };
2794
2819
  make_divisible: {
2795
- ticker: string;
2820
+ assetId: string;
2796
2821
  };
2797
2822
  add_documents: {
2798
2823
  docs: string;
2799
- ticker: string;
2824
+ assetId: string;
2800
2825
  };
2801
2826
  remove_documents: {
2802
- ids: string;
2803
- ticker: string;
2827
+ docsId: string;
2828
+ assetId: string;
2804
2829
  };
2805
2830
  set_funding_round: {
2806
- ticker: string;
2807
- name: string;
2831
+ assetId: string;
2832
+ foundingRoundName: string;
2808
2833
  };
2809
2834
  update_identifiers: {
2810
- ticker: string;
2835
+ assetId: string;
2811
2836
  assetIdentifiers: string;
2812
2837
  };
2813
2838
  controller_transfer: {
2814
- ticker: string;
2839
+ assetId: string;
2815
2840
  value: string;
2816
2841
  fromPortfolio: string;
2817
2842
  };
@@ -2819,33 +2844,32 @@ declare const _default: {
2819
2844
  ty: string;
2820
2845
  };
2821
2846
  create_asset_with_custom_type: {
2822
- name: string;
2823
- ticker: string;
2847
+ assetName: string;
2824
2848
  divisible: string;
2825
2849
  customAssetType: string;
2826
- identifiers: string;
2827
- fundingRound: string;
2850
+ assetIdentifiers: string;
2851
+ fundingRoundName: string;
2828
2852
  };
2829
2853
  set_asset_metadata: {
2830
- ticker: string;
2854
+ assetId: string;
2831
2855
  key: string;
2832
2856
  value: string;
2833
2857
  detail: string;
2834
2858
  };
2835
2859
  set_asset_metadata_details: {
2836
- ticker: string;
2860
+ assetId: string;
2837
2861
  key: string;
2838
2862
  detail: string;
2839
2863
  };
2840
2864
  register_and_set_local_asset_metadata: {
2841
- ticker: string;
2865
+ assetId: string;
2842
2866
  name: string;
2843
2867
  spec: string;
2844
2868
  value: string;
2845
2869
  detail: string;
2846
2870
  };
2847
2871
  register_asset_metadata_local_type: {
2848
- ticker: string;
2872
+ assetId: string;
2849
2873
  name: string;
2850
2874
  spec: string;
2851
2875
  };
@@ -2853,47 +2877,46 @@ declare const _default: {
2853
2877
  name: string;
2854
2878
  spec: string;
2855
2879
  };
2856
- redeem_from_portfolio: {
2857
- ticker: string;
2858
- value: string;
2859
- portfolio: string;
2860
- };
2861
2880
  update_asset_type: {
2862
- ticker: string;
2881
+ assetId: string;
2863
2882
  assetType: string;
2864
2883
  };
2865
2884
  remove_local_metadata_key: {
2866
- ticker: string;
2885
+ assetId: string;
2867
2886
  localKey: string;
2868
2887
  };
2869
2888
  remove_metadata_value: {
2870
- ticker: string;
2889
+ assetId: string;
2871
2890
  metadataKey: string;
2872
2891
  };
2873
- exempt_ticker_affirmation: {
2874
- ticker: string;
2892
+ exempt_asset_affirmation: {
2893
+ assetId: string;
2875
2894
  };
2876
- remove_ticker_affirmation_exemption: {
2877
- ticker: string;
2895
+ remove_asset_affirmation_exemption: {
2896
+ assetId: string;
2878
2897
  };
2879
- pre_approve_ticker: {
2880
- ticker: string;
2898
+ pre_approve_asset: {
2899
+ assetId: string;
2881
2900
  };
2882
- remove_ticker_pre_approval: {
2883
- ticker: string;
2901
+ remove_asset_pre_approval: {
2902
+ assetId: string;
2884
2903
  };
2885
2904
  add_mandatory_mediators: {
2886
- ticker: string;
2905
+ assetId: string;
2887
2906
  mediators: string;
2888
2907
  };
2889
2908
  remove_mandatory_mediators: {
2890
- ticker: string;
2909
+ assetId: string;
2891
2910
  mediators: string;
2892
2911
  };
2912
+ link_ticker_to_asset_id: {
2913
+ ticker: string;
2914
+ assetId: string;
2915
+ };
2893
2916
  };
2894
2917
  };
2895
2918
  /**
2896
- * Lookup485: pallet_corporate_actions::distribution::Call<T>
2919
+ * Lookup431: pallet_corporate_actions::distribution::Call<T>
2897
2920
  **/
2898
2921
  PalletCorporateActionsDistributionCall: {
2899
2922
  _enum: {
@@ -2922,69 +2945,69 @@ declare const _default: {
2922
2945
  };
2923
2946
  };
2924
2947
  /**
2925
- * Lookup487: pallet_asset::checkpoint::Call<T>
2948
+ * Lookup433: pallet_asset::checkpoint::Call<T>
2926
2949
  **/
2927
2950
  PalletAssetCheckpointCall: {
2928
2951
  _enum: {
2929
2952
  create_checkpoint: {
2930
- ticker: string;
2953
+ assetId: string;
2931
2954
  };
2932
2955
  set_schedules_max_complexity: {
2933
2956
  maxComplexity: string;
2934
2957
  };
2935
2958
  create_schedule: {
2936
- ticker: string;
2959
+ assetId: string;
2937
2960
  schedule: string;
2938
2961
  };
2939
2962
  remove_schedule: {
2940
- ticker: string;
2963
+ assetId: string;
2941
2964
  id: string;
2942
2965
  };
2943
2966
  };
2944
2967
  };
2945
2968
  /**
2946
- * Lookup488: pallet_compliance_manager::Call<T>
2969
+ * Lookup434: pallet_compliance_manager::Call<T>
2947
2970
  **/
2948
2971
  PalletComplianceManagerCall: {
2949
2972
  _enum: {
2950
2973
  add_compliance_requirement: {
2951
- ticker: string;
2974
+ assetId: string;
2952
2975
  senderConditions: string;
2953
2976
  receiverConditions: string;
2954
2977
  };
2955
2978
  remove_compliance_requirement: {
2956
- ticker: string;
2979
+ assetId: string;
2957
2980
  id: string;
2958
2981
  };
2959
2982
  replace_asset_compliance: {
2960
- ticker: string;
2983
+ assetId: string;
2961
2984
  assetCompliance: string;
2962
2985
  };
2963
2986
  reset_asset_compliance: {
2964
- ticker: string;
2987
+ assetId: string;
2965
2988
  };
2966
2989
  pause_asset_compliance: {
2967
- ticker: string;
2990
+ assetId: string;
2968
2991
  };
2969
2992
  resume_asset_compliance: {
2970
- ticker: string;
2993
+ assetId: string;
2971
2994
  };
2972
2995
  add_default_trusted_claim_issuer: {
2973
- ticker: string;
2996
+ assetId: string;
2974
2997
  issuer: string;
2975
2998
  };
2976
2999
  remove_default_trusted_claim_issuer: {
2977
- ticker: string;
3000
+ assetId: string;
2978
3001
  issuer: string;
2979
3002
  };
2980
3003
  change_compliance_requirement: {
2981
- ticker: string;
3004
+ assetId: string;
2982
3005
  newReq: string;
2983
3006
  };
2984
3007
  };
2985
3008
  };
2986
3009
  /**
2987
- * Lookup489: pallet_corporate_actions::Call<T>
3010
+ * Lookup435: pallet_corporate_actions::Call<T>
2988
3011
  **/
2989
3012
  PalletCorporateActionsCall: {
2990
3013
  _enum: {
@@ -2992,20 +3015,20 @@ declare const _default: {
2992
3015
  length: string;
2993
3016
  };
2994
3017
  set_default_targets: {
2995
- ticker: string;
3018
+ assetId: string;
2996
3019
  targets: string;
2997
3020
  };
2998
3021
  set_default_withholding_tax: {
2999
- ticker: string;
3022
+ assetId: string;
3000
3023
  tax: string;
3001
3024
  };
3002
3025
  set_did_withholding_tax: {
3003
- ticker: string;
3026
+ assetId: string;
3004
3027
  taxedDid: string;
3005
3028
  tax: string;
3006
3029
  };
3007
3030
  initiate_corporate_action: {
3008
- ticker: string;
3031
+ assetId: string;
3009
3032
  kind: string;
3010
3033
  declDate: string;
3011
3034
  recordDate: string;
@@ -3037,7 +3060,7 @@ declare const _default: {
3037
3060
  };
3038
3061
  };
3039
3062
  /**
3040
- * Lookup491: pallet_corporate_actions::RecordDateSpec
3063
+ * Lookup437: pallet_corporate_actions::RecordDateSpec
3041
3064
  **/
3042
3065
  PalletCorporateActionsRecordDateSpec: {
3043
3066
  _enum: {
@@ -3047,10 +3070,10 @@ declare const _default: {
3047
3070
  };
3048
3071
  };
3049
3072
  /**
3050
- * Lookup494: pallet_corporate_actions::InitiateCorporateActionArgs
3073
+ * Lookup440: pallet_corporate_actions::InitiateCorporateActionArgs
3051
3074
  **/
3052
3075
  PalletCorporateActionsInitiateCorporateActionArgs: {
3053
- ticker: string;
3076
+ assetId: string;
3054
3077
  kind: string;
3055
3078
  declDate: string;
3056
3079
  recordDate: string;
@@ -3060,7 +3083,7 @@ declare const _default: {
3060
3083
  withholdingTax: string;
3061
3084
  };
3062
3085
  /**
3063
- * Lookup495: pallet_corporate_actions::ballot::Call<T>
3086
+ * Lookup441: pallet_corporate_actions::ballot::Call<T>
3064
3087
  **/
3065
3088
  PalletCorporateActionsBallotCall: {
3066
3089
  _enum: {
@@ -3092,7 +3115,7 @@ declare const _default: {
3092
3115
  };
3093
3116
  };
3094
3117
  /**
3095
- * Lookup496: pallet_pips::Call<T>
3118
+ * Lookup442: pallet_pips::Call<T>
3096
3119
  **/
3097
3120
  PalletPipsCall: {
3098
3121
  _enum: {
@@ -3153,13 +3176,13 @@ declare const _default: {
3153
3176
  };
3154
3177
  };
3155
3178
  /**
3156
- * Lookup499: pallet_pips::SnapshotResult
3179
+ * Lookup445: pallet_pips::SnapshotResult
3157
3180
  **/
3158
3181
  PalletPipsSnapshotResult: {
3159
3182
  _enum: string[];
3160
3183
  };
3161
3184
  /**
3162
- * Lookup500: pallet_portfolio::Call<T>
3185
+ * Lookup446: pallet_portfolio::Call<T>
3163
3186
  **/
3164
3187
  PalletPortfolioCall: {
3165
3188
  _enum: {
@@ -3185,11 +3208,11 @@ declare const _default: {
3185
3208
  funds: string;
3186
3209
  };
3187
3210
  pre_approve_portfolio: {
3188
- ticker: string;
3211
+ assetId: string;
3189
3212
  portfolioId: string;
3190
3213
  };
3191
3214
  remove_portfolio_pre_approval: {
3192
- ticker: string;
3215
+ assetId: string;
3193
3216
  portfolioId: string;
3194
3217
  };
3195
3218
  allow_identity_to_create_portfolios: {
@@ -3205,14 +3228,14 @@ declare const _default: {
3205
3228
  };
3206
3229
  };
3207
3230
  /**
3208
- * Lookup502: polymesh_primitives::portfolio::Fund
3231
+ * Lookup448: polymesh_primitives::portfolio::Fund
3209
3232
  **/
3210
3233
  PolymeshPrimitivesPortfolioFund: {
3211
3234
  description: string;
3212
3235
  memo: string;
3213
3236
  };
3214
3237
  /**
3215
- * Lookup503: pallet_protocol_fee::Call<T>
3238
+ * Lookup449: pallet_protocol_fee::Call<T>
3216
3239
  **/
3217
3240
  PalletProtocolFeeCall: {
3218
3241
  _enum: {
@@ -3226,13 +3249,13 @@ declare const _default: {
3226
3249
  };
3227
3250
  };
3228
3251
  /**
3229
- * Lookup504: polymesh_common_utilities::protocol_fee::ProtocolOp
3252
+ * Lookup450: polymesh_common_utilities::protocol_fee::ProtocolOp
3230
3253
  **/
3231
3254
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3232
3255
  _enum: string[];
3233
3256
  };
3234
3257
  /**
3235
- * Lookup505: pallet_scheduler::pallet::Call<T>
3258
+ * Lookup451: pallet_scheduler::pallet::Call<T>
3236
3259
  **/
3237
3260
  PalletSchedulerCall: {
3238
3261
  _enum: {
@@ -3272,7 +3295,7 @@ declare const _default: {
3272
3295
  };
3273
3296
  };
3274
3297
  /**
3275
- * Lookup507: pallet_settlement::Call<T>
3298
+ * Lookup453: pallet_settlement::Call<T>
3276
3299
  **/
3277
3300
  PalletSettlementCall: {
3278
3301
  _enum: {
@@ -3295,15 +3318,15 @@ declare const _default: {
3295
3318
  portfolios: string;
3296
3319
  };
3297
3320
  set_venue_filtering: {
3298
- ticker: string;
3321
+ assetId: string;
3299
3322
  enabled: string;
3300
3323
  };
3301
3324
  allow_venues: {
3302
- ticker: string;
3325
+ assetId: string;
3303
3326
  venues: string;
3304
3327
  };
3305
3328
  disallow_venues: {
3306
- ticker: string;
3329
+ assetId: string;
3307
3330
  venues: string;
3308
3331
  };
3309
3332
  update_venue_signers: {
@@ -3406,7 +3429,7 @@ declare const _default: {
3406
3429
  };
3407
3430
  };
3408
3431
  /**
3409
- * Lookup509: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3432
+ * Lookup455: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3410
3433
  **/
3411
3434
  PolymeshPrimitivesSettlementReceiptDetails: {
3412
3435
  uid: string;
@@ -3417,7 +3440,7 @@ declare const _default: {
3417
3440
  metadata: string;
3418
3441
  };
3419
3442
  /**
3420
- * Lookup510: sp_runtime::MultiSignature
3443
+ * Lookup456: sp_runtime::MultiSignature
3421
3444
  **/
3422
3445
  SpRuntimeMultiSignature: {
3423
3446
  _enum: {
@@ -3427,11 +3450,11 @@ declare const _default: {
3427
3450
  };
3428
3451
  };
3429
3452
  /**
3430
- * Lookup511: sp_core::ecdsa::Signature
3453
+ * Lookup457: sp_core::ecdsa::Signature
3431
3454
  **/
3432
3455
  SpCoreEcdsaSignature: string;
3433
3456
  /**
3434
- * Lookup514: polymesh_primitives::settlement::AffirmationCount
3457
+ * Lookup460: polymesh_primitives::settlement::AffirmationCount
3435
3458
  **/
3436
3459
  PolymeshPrimitivesSettlementAffirmationCount: {
3437
3460
  senderAssetCount: string;
@@ -3439,7 +3462,7 @@ declare const _default: {
3439
3462
  offchainCount: string;
3440
3463
  };
3441
3464
  /**
3442
- * Lookup515: polymesh_primitives::settlement::AssetCount
3465
+ * Lookup461: polymesh_primitives::settlement::AssetCount
3443
3466
  **/
3444
3467
  PolymeshPrimitivesSettlementAssetCount: {
3445
3468
  fungible: string;
@@ -3447,21 +3470,21 @@ declare const _default: {
3447
3470
  offChain: string;
3448
3471
  };
3449
3472
  /**
3450
- * Lookup518: pallet_statistics::Call<T>
3473
+ * Lookup464: pallet_statistics::Call<T>
3451
3474
  **/
3452
3475
  PalletStatisticsCall: {
3453
3476
  _enum: {
3454
3477
  set_active_asset_stats: {
3455
- asset: string;
3478
+ assetId: string;
3456
3479
  statTypes: string;
3457
3480
  };
3458
3481
  batch_update_asset_stats: {
3459
- asset: string;
3482
+ assetId: string;
3460
3483
  statType: string;
3461
3484
  values: string;
3462
3485
  };
3463
3486
  set_asset_transfer_compliance: {
3464
- asset: string;
3487
+ assetId: string;
3465
3488
  transferConditions: string;
3466
3489
  };
3467
3490
  set_entities_exempt: {
@@ -3472,7 +3495,7 @@ declare const _default: {
3472
3495
  };
3473
3496
  };
3474
3497
  /**
3475
- * Lookup522: pallet_sto::Call<T>
3498
+ * Lookup468: pallet_sto::Call<T>
3476
3499
  **/
3477
3500
  PalletStoCall: {
3478
3501
  _enum: {
@@ -3518,14 +3541,14 @@ declare const _default: {
3518
3541
  };
3519
3542
  };
3520
3543
  /**
3521
- * Lookup524: pallet_sto::PriceTier
3544
+ * Lookup470: pallet_sto::PriceTier
3522
3545
  **/
3523
3546
  PalletStoPriceTier: {
3524
3547
  total: string;
3525
3548
  price: string;
3526
3549
  };
3527
3550
  /**
3528
- * Lookup526: pallet_treasury::Call<T>
3551
+ * Lookup472: pallet_treasury::Call<T>
3529
3552
  **/
3530
3553
  PalletTreasuryCall: {
3531
3554
  _enum: {
@@ -3538,14 +3561,14 @@ declare const _default: {
3538
3561
  };
3539
3562
  };
3540
3563
  /**
3541
- * Lookup528: polymesh_primitives::Beneficiary<Balance>
3564
+ * Lookup474: polymesh_primitives::Beneficiary<Balance>
3542
3565
  **/
3543
3566
  PolymeshPrimitivesBeneficiary: {
3544
3567
  id: string;
3545
3568
  amount: string;
3546
3569
  };
3547
3570
  /**
3548
- * Lookup529: pallet_utility::pallet::Call<T>
3571
+ * Lookup475: pallet_utility::pallet::Call<T>
3549
3572
  **/
3550
3573
  PalletUtilityCall: {
3551
3574
  _enum: {
@@ -3587,14 +3610,14 @@ declare const _default: {
3587
3610
  };
3588
3611
  };
3589
3612
  /**
3590
- * Lookup531: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3613
+ * Lookup477: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3591
3614
  **/
3592
3615
  PalletUtilityUniqueCall: {
3593
3616
  nonce: string;
3594
3617
  call: string;
3595
3618
  };
3596
3619
  /**
3597
- * Lookup532: polymesh_runtime_develop::runtime::OriginCaller
3620
+ * Lookup478: polymesh_runtime_develop::runtime::OriginCaller
3598
3621
  **/
3599
3622
  PolymeshRuntimeDevelopRuntimeOriginCaller: {
3600
3623
  _enum: {
@@ -3615,7 +3638,7 @@ declare const _default: {
3615
3638
  };
3616
3639
  };
3617
3640
  /**
3618
- * Lookup533: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3641
+ * Lookup479: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3619
3642
  **/
3620
3643
  FrameSupportDispatchRawOrigin: {
3621
3644
  _enum: {
@@ -3625,54 +3648,54 @@ declare const _default: {
3625
3648
  };
3626
3649
  };
3627
3650
  /**
3628
- * Lookup534: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3651
+ * Lookup480: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3629
3652
  **/
3630
3653
  PalletCommitteeRawOriginInstance1: {
3631
3654
  _enum: string[];
3632
3655
  };
3633
3656
  /**
3634
- * Lookup535: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3657
+ * Lookup481: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3635
3658
  **/
3636
3659
  PalletCommitteeRawOriginInstance3: {
3637
3660
  _enum: string[];
3638
3661
  };
3639
3662
  /**
3640
- * Lookup536: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3663
+ * Lookup482: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3641
3664
  **/
3642
3665
  PalletCommitteeRawOriginInstance4: {
3643
3666
  _enum: string[];
3644
3667
  };
3645
3668
  /**
3646
- * Lookup537: sp_core::Void
3669
+ * Lookup483: sp_core::Void
3647
3670
  **/
3648
3671
  SpCoreVoid: string;
3649
3672
  /**
3650
- * Lookup538: pallet_base::Call<T>
3673
+ * Lookup484: pallet_base::Call<T>
3651
3674
  **/
3652
3675
  PalletBaseCall: string;
3653
3676
  /**
3654
- * Lookup539: pallet_external_agents::Call<T>
3677
+ * Lookup485: pallet_external_agents::Call<T>
3655
3678
  **/
3656
3679
  PalletExternalAgentsCall: {
3657
3680
  _enum: {
3658
3681
  create_group: {
3659
- ticker: string;
3682
+ assetId: string;
3660
3683
  perms: string;
3661
3684
  };
3662
3685
  set_group_permissions: {
3663
- ticker: string;
3686
+ assetId: string;
3664
3687
  id: string;
3665
3688
  perms: string;
3666
3689
  };
3667
3690
  remove_agent: {
3668
- ticker: string;
3691
+ assetId: string;
3669
3692
  agent: string;
3670
3693
  };
3671
3694
  abdicate: {
3672
- ticker: string;
3695
+ assetId: string;
3673
3696
  };
3674
3697
  change_group: {
3675
- ticker: string;
3698
+ assetId: string;
3676
3699
  agent: string;
3677
3700
  group: string;
3678
3701
  };
@@ -3680,20 +3703,20 @@ declare const _default: {
3680
3703
  authId: string;
3681
3704
  };
3682
3705
  create_group_and_add_auth: {
3683
- ticker: string;
3706
+ assetId: string;
3684
3707
  perms: string;
3685
3708
  target: string;
3686
3709
  expiry: string;
3687
3710
  };
3688
3711
  create_and_change_custom_group: {
3689
- ticker: string;
3712
+ assetId: string;
3690
3713
  perms: string;
3691
3714
  agent: string;
3692
3715
  };
3693
3716
  };
3694
3717
  };
3695
3718
  /**
3696
- * Lookup540: pallet_relayer::Call<T>
3719
+ * Lookup486: pallet_relayer::Call<T>
3697
3720
  **/
3698
3721
  PalletRelayerCall: {
3699
3722
  _enum: {
@@ -3723,7 +3746,7 @@ declare const _default: {
3723
3746
  };
3724
3747
  };
3725
3748
  /**
3726
- * Lookup541: pallet_contracts::pallet::Call<T>
3749
+ * Lookup487: pallet_contracts::pallet::Call<T>
3727
3750
  **/
3728
3751
  PalletContractsCall: {
3729
3752
  _enum: {
@@ -3788,13 +3811,13 @@ declare const _default: {
3788
3811
  };
3789
3812
  };
3790
3813
  /**
3791
- * Lookup545: pallet_contracts::wasm::Determinism
3814
+ * Lookup491: pallet_contracts::wasm::Determinism
3792
3815
  **/
3793
3816
  PalletContractsWasmDeterminism: {
3794
3817
  _enum: string[];
3795
3818
  };
3796
3819
  /**
3797
- * Lookup546: polymesh_contracts::Call<T>
3820
+ * Lookup492: polymesh_contracts::Call<T>
3798
3821
  **/
3799
3822
  PolymeshContractsCall: {
3800
3823
  _enum: {
@@ -3842,14 +3865,14 @@ declare const _default: {
3842
3865
  };
3843
3866
  };
3844
3867
  /**
3845
- * Lookup549: polymesh_contracts::NextUpgrade<T>
3868
+ * Lookup495: polymesh_contracts::NextUpgrade<T>
3846
3869
  **/
3847
3870
  PolymeshContractsNextUpgrade: {
3848
3871
  chainVersion: string;
3849
3872
  apiHash: string;
3850
3873
  };
3851
3874
  /**
3852
- * Lookup550: polymesh_contracts::ApiCodeHash<T>
3875
+ * Lookup496: polymesh_contracts::ApiCodeHash<T>
3853
3876
  **/
3854
3877
  PolymeshContractsApiCodeHash: {
3855
3878
  _alias: {
@@ -3858,7 +3881,7 @@ declare const _default: {
3858
3881
  hash_: string;
3859
3882
  };
3860
3883
  /**
3861
- * Lookup551: pallet_preimage::pallet::Call<T>
3884
+ * Lookup497: pallet_preimage::pallet::Call<T>
3862
3885
  **/
3863
3886
  PalletPreimageCall: {
3864
3887
  _enum: {
@@ -3886,27 +3909,27 @@ declare const _default: {
3886
3909
  };
3887
3910
  };
3888
3911
  /**
3889
- * Lookup552: pallet_nft::Call<T>
3912
+ * Lookup498: pallet_nft::Call<T>
3890
3913
  **/
3891
3914
  PalletNftCall: {
3892
3915
  _enum: {
3893
3916
  create_nft_collection: {
3894
- ticker: string;
3917
+ assetId: string;
3895
3918
  nftType: string;
3896
3919
  collectionKeys: string;
3897
3920
  };
3898
3921
  issue_nft: {
3899
- ticker: string;
3922
+ assetId: string;
3900
3923
  nftMetadataAttributes: string;
3901
3924
  portfolioKind: string;
3902
3925
  };
3903
3926
  redeem_nft: {
3904
- ticker: string;
3927
+ assetId: string;
3905
3928
  nftId: string;
3906
3929
  portfolioKind: string;
3930
+ numberOfKeys: string;
3907
3931
  };
3908
3932
  controller_transfer: {
3909
- ticker: string;
3910
3933
  nfts: string;
3911
3934
  sourcePortfolio: string;
3912
3935
  callersPortfolioKind: string;
@@ -3914,102 +3937,102 @@ declare const _default: {
3914
3937
  };
3915
3938
  };
3916
3939
  /**
3917
- * Lookup554: polymesh_primitives::nft::NFTCollectionKeys
3940
+ * Lookup501: polymesh_primitives::nft::NFTCollectionKeys
3918
3941
  **/
3919
3942
  PolymeshPrimitivesNftNftCollectionKeys: string;
3920
3943
  /**
3921
- * Lookup557: polymesh_primitives::nft::NFTMetadataAttribute
3944
+ * Lookup504: polymesh_primitives::nft::NFTMetadataAttribute
3922
3945
  **/
3923
3946
  PolymeshPrimitivesNftNftMetadataAttribute: {
3924
3947
  key: string;
3925
3948
  value: string;
3926
3949
  };
3927
3950
  /**
3928
- * Lookup558: pallet_test_utils::Call<T>
3951
+ * Lookup506: pallet_election_provider_multi_phase::pallet::Call<T>
3929
3952
  **/
3930
- PalletTestUtilsCall: {
3953
+ PalletElectionProviderMultiPhaseCall: {
3931
3954
  _enum: {
3932
- register_did: {
3933
- secondaryKeys: string;
3955
+ submit_unsigned: {
3956
+ rawSolution: string;
3957
+ witness: string;
3934
3958
  };
3935
- mock_cdd_register_did: {
3936
- targetAccount: string;
3959
+ set_minimum_untrusted_score: {
3960
+ maybeNextScore: string;
3937
3961
  };
3938
- get_my_did: string;
3939
- get_cdd_of: {
3940
- of: string;
3962
+ set_emergency_election_result: {
3963
+ supports: string;
3964
+ };
3965
+ submit: {
3966
+ rawSolution: string;
3967
+ };
3968
+ governance_fallback: {
3969
+ maybeMaxVoters: string;
3970
+ maybeMaxTargets: string;
3941
3971
  };
3942
3972
  };
3943
3973
  };
3944
3974
  /**
3945
- * Lookup559: pallet_state_trie_migration::pallet::Call<T>
3975
+ * Lookup507: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
3946
3976
  **/
3947
- PalletStateTrieMigrationCall: {
3948
- _enum: {
3949
- control_auto_migration: {
3950
- maybeConfig: string;
3951
- };
3952
- continue_migrate: {
3953
- limits: string;
3954
- realSizeUpper: string;
3955
- witnessTask: string;
3956
- };
3957
- migrate_custom_top: {
3958
- _alias: {
3959
- keys_: string;
3960
- };
3961
- keys_: string;
3962
- witnessSize: string;
3963
- };
3964
- migrate_custom_child: {
3965
- root: string;
3966
- childKeys: string;
3967
- totalSize: string;
3968
- };
3969
- set_signed_max_limits: {
3970
- limits: string;
3971
- };
3972
- force_set_progress: {
3973
- progressTop: string;
3974
- progressChild: string;
3975
- };
3976
- };
3977
+ PalletElectionProviderMultiPhaseRawSolution: {
3978
+ solution: string;
3979
+ score: string;
3980
+ round: string;
3977
3981
  };
3978
3982
  /**
3979
- * Lookup561: pallet_state_trie_migration::pallet::MigrationLimits
3983
+ * Lookup508: polymesh_runtime_common::NposSolution16
3980
3984
  **/
3981
- PalletStateTrieMigrationMigrationLimits: {
3982
- _alias: {
3983
- size_: string;
3984
- };
3985
- size_: string;
3986
- item: string;
3985
+ PolymeshRuntimeCommonNposSolution16: {
3986
+ votes1: string;
3987
+ votes2: string;
3988
+ votes3: string;
3989
+ votes4: string;
3990
+ votes5: string;
3991
+ votes6: string;
3992
+ votes7: string;
3993
+ votes8: string;
3994
+ votes9: string;
3995
+ votes10: string;
3996
+ votes11: string;
3997
+ votes12: string;
3998
+ votes13: string;
3999
+ votes14: string;
4000
+ votes15: string;
4001
+ votes16: string;
3987
4002
  };
3988
4003
  /**
3989
- * Lookup562: pallet_state_trie_migration::pallet::MigrationTask<T>
4004
+ * Lookup559: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
3990
4005
  **/
3991
- PalletStateTrieMigrationMigrationTask: {
3992
- _alias: {
3993
- size_: string;
3994
- };
3995
- progressTop: string;
3996
- progressChild: string;
3997
- size_: string;
3998
- topItems: string;
3999
- childItems: string;
4006
+ PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
4007
+ voters: string;
4008
+ targets: string;
4009
+ };
4010
+ /**
4011
+ * Lookup563: sp_npos_elections::Support<sp_core::crypto::AccountId32>
4012
+ **/
4013
+ SpNposElectionsSupport: {
4014
+ total: string;
4015
+ voters: string;
4000
4016
  };
4001
4017
  /**
4002
- * Lookup563: pallet_state_trie_migration::pallet::Progress<MaxKeyLen>
4018
+ * Lookup566: pallet_test_utils::Call<T>
4003
4019
  **/
4004
- PalletStateTrieMigrationProgress: {
4020
+ PalletTestUtilsCall: {
4005
4021
  _enum: {
4006
- ToStart: string;
4007
- LastKey: string;
4008
- Complete: string;
4022
+ register_did: {
4023
+ secondaryKeys: string;
4024
+ };
4025
+ mock_cdd_register_did: {
4026
+ targetAccount: string;
4027
+ };
4028
+ get_my_did: string;
4029
+ get_cdd_of: {
4030
+ of: string;
4031
+ };
4009
4032
  };
4010
4033
  };
4011
4034
  /**
4012
- * Lookup565: pallet_committee::PolymeshVotes<BlockNumber>
4035
+ * Lookup567: pallet_committee::PolymeshVotes<BlockNumber>
4013
4036
  **/
4014
4037
  PalletCommitteePolymeshVotes: {
4015
4038
  index: string;
@@ -4018,35 +4041,39 @@ declare const _default: {
4018
4041
  expiry: string;
4019
4042
  };
4020
4043
  /**
4021
- * Lookup567: pallet_committee::Error<T, I>
4044
+ * Lookup569: pallet_committee::Error<T, I>
4022
4045
  **/
4023
4046
  PalletCommitteeError: {
4024
4047
  _enum: string[];
4025
4048
  };
4026
4049
  /**
4027
- * Lookup577: polymesh_primitives::multisig::ProposalDetails<T>
4050
+ * Lookup578: polymesh_primitives::multisig::ProposalVoteCount
4028
4051
  **/
4029
- PolymeshPrimitivesMultisigProposalDetails: {
4052
+ PolymeshPrimitivesMultisigProposalVoteCount: {
4030
4053
  approvals: string;
4031
4054
  rejections: string;
4032
- status: string;
4033
- expiry: string;
4034
- autoClose: string;
4035
4055
  };
4036
4056
  /**
4037
- * Lookup578: polymesh_primitives::multisig::ProposalStatus
4057
+ * Lookup579: polymesh_primitives::multisig::ProposalState<Moment>
4038
4058
  **/
4039
- PolymeshPrimitivesMultisigProposalStatus: {
4040
- _enum: string[];
4059
+ PolymeshPrimitivesMultisigProposalState: {
4060
+ _enum: {
4061
+ Active: {
4062
+ until: string;
4063
+ };
4064
+ ExecutionSuccessful: string;
4065
+ ExecutionFailed: string;
4066
+ Rejected: string;
4067
+ };
4041
4068
  };
4042
4069
  /**
4043
- * Lookup580: pallet_multisig::Error<T>
4070
+ * Lookup581: pallet_multisig::pallet::Error<T>
4044
4071
  **/
4045
4072
  PalletMultisigError: {
4046
4073
  _enum: string[];
4047
4074
  };
4048
4075
  /**
4049
- * Lookup582: pallet_bridge::BridgeTxDetail<BlockNumber>
4076
+ * Lookup583: pallet_bridge::BridgeTxDetail<BlockNumber>
4050
4077
  **/
4051
4078
  PalletBridgeBridgeTxDetail: {
4052
4079
  amount: string;
@@ -4055,7 +4082,7 @@ declare const _default: {
4055
4082
  txHash: string;
4056
4083
  };
4057
4084
  /**
4058
- * Lookup583: pallet_bridge::BridgeTxStatus
4085
+ * Lookup584: pallet_bridge::BridgeTxStatus
4059
4086
  **/
4060
4087
  PalletBridgeBridgeTxStatus: {
4061
4088
  _enum: {
@@ -4066,12 +4093,6 @@ declare const _default: {
4066
4093
  Handled: string;
4067
4094
  };
4068
4095
  };
4069
- /**
4070
- * Lookup586: pallet_bridge::Error<T>
4071
- **/
4072
- PalletBridgeError: {
4073
- _enum: string[];
4074
- };
4075
4096
  /**
4076
4097
  * Lookup587: pallet_staking::StakingLedger<T>
4077
4098
  **/
@@ -4090,7 +4111,7 @@ declare const _default: {
4090
4111
  era: string;
4091
4112
  };
4092
4113
  /**
4093
- * Lookup590: pallet_staking::Nominations<T>
4114
+ * Lookup592: pallet_staking::Nominations<T>
4094
4115
  **/
4095
4116
  PalletStakingNominations: {
4096
4117
  targets: string;
@@ -4098,27 +4119,21 @@ declare const _default: {
4098
4119
  suppressed: string;
4099
4120
  };
4100
4121
  /**
4101
- * Lookup592: pallet_staking::ActiveEraInfo
4122
+ * Lookup594: pallet_staking::ActiveEraInfo
4102
4123
  **/
4103
4124
  PalletStakingActiveEraInfo: {
4104
4125
  index: string;
4105
4126
  start: string;
4106
4127
  };
4107
4128
  /**
4108
- * Lookup594: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4129
+ * Lookup596: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4109
4130
  **/
4110
4131
  PalletStakingEraRewardPoints: {
4111
4132
  total: string;
4112
4133
  individual: string;
4113
4134
  };
4114
4135
  /**
4115
- * Lookup597: pallet_staking::Forcing
4116
- **/
4117
- PalletStakingForcing: {
4118
- _enum: string[];
4119
- };
4120
- /**
4121
- * Lookup599: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4136
+ * Lookup600: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4122
4137
  **/
4123
4138
  PalletStakingUnappliedSlash: {
4124
4139
  validator: string;
@@ -4128,7 +4143,7 @@ declare const _default: {
4128
4143
  payout: string;
4129
4144
  };
4130
4145
  /**
4131
- * Lookup603: pallet_staking::slashing::SlashingSpans
4146
+ * Lookup602: pallet_staking::slashing::SlashingSpans
4132
4147
  **/
4133
4148
  PalletStakingSlashingSlashingSpans: {
4134
4149
  spanIndex: string;
@@ -4137,61 +4152,44 @@ declare const _default: {
4137
4152
  prior: string;
4138
4153
  };
4139
4154
  /**
4140
- * Lookup604: pallet_staking::slashing::SpanRecord<Balance>
4155
+ * Lookup603: pallet_staking::slashing::SpanRecord<Balance>
4141
4156
  **/
4142
4157
  PalletStakingSlashingSpanRecord: {
4143
4158
  slashed: string;
4144
4159
  paidOut: string;
4145
4160
  };
4146
4161
  /**
4147
- * Lookup607: pallet_staking::types::ElectionResult<sp_core::crypto::AccountId32, Balance>
4148
- **/
4149
- PalletStakingElectionResult: {
4150
- electedStashes: string;
4151
- exposures: string;
4152
- compute: string;
4153
- };
4154
- /**
4155
- * Lookup608: pallet_staking::types::ElectionStatus<BlockNumber>
4156
- **/
4157
- PalletStakingElectionStatus: {
4158
- _enum: {
4159
- Closed: string;
4160
- Open: string;
4161
- };
4162
- };
4163
- /**
4164
- * Lookup609: pallet_staking::types::PermissionedIdentityPrefs
4162
+ * Lookup606: pallet_staking::types::PermissionedIdentityPrefs
4165
4163
  **/
4166
4164
  PalletStakingPermissionedIdentityPrefs: {
4167
4165
  intendedCount: string;
4168
4166
  runningCount: string;
4169
4167
  };
4170
4168
  /**
4171
- * Lookup611: pallet_staking::pallet::pallet::Error<T>
4169
+ * Lookup608: pallet_staking::pallet::pallet::Error<T>
4172
4170
  **/
4173
4171
  PalletStakingPalletError: {
4174
4172
  _enum: string[];
4175
4173
  };
4176
4174
  /**
4177
- * Lookup612: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4175
+ * Lookup609: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4178
4176
  **/
4179
4177
  SpStakingOffenceOffenceDetails: {
4180
4178
  offender: string;
4181
4179
  reporters: string;
4182
4180
  };
4183
4181
  /**
4184
- * Lookup617: sp_core::crypto::KeyTypeId
4182
+ * Lookup614: sp_core::crypto::KeyTypeId
4185
4183
  **/
4186
4184
  SpCoreCryptoKeyTypeId: string;
4187
4185
  /**
4188
- * Lookup618: pallet_session::pallet::Error<T>
4186
+ * Lookup615: pallet_session::pallet::Error<T>
4189
4187
  **/
4190
4188
  PalletSessionError: {
4191
4189
  _enum: string[];
4192
4190
  };
4193
4191
  /**
4194
- * Lookup619: pallet_grandpa::StoredState<N>
4192
+ * Lookup616: pallet_grandpa::StoredState<N>
4195
4193
  **/
4196
4194
  PalletGrandpaStoredState: {
4197
4195
  _enum: {
@@ -4208,7 +4206,7 @@ declare const _default: {
4208
4206
  };
4209
4207
  };
4210
4208
  /**
4211
- * Lookup620: pallet_grandpa::StoredPendingChange<N, Limit>
4209
+ * Lookup617: pallet_grandpa::StoredPendingChange<N, Limit>
4212
4210
  **/
4213
4211
  PalletGrandpaStoredPendingChange: {
4214
4212
  scheduledAt: string;
@@ -4217,73 +4215,67 @@ declare const _default: {
4217
4215
  forced: string;
4218
4216
  };
4219
4217
  /**
4220
- * Lookup622: pallet_grandpa::pallet::Error<T>
4218
+ * Lookup619: pallet_grandpa::pallet::Error<T>
4221
4219
  **/
4222
4220
  PalletGrandpaError: {
4223
4221
  _enum: string[];
4224
4222
  };
4225
4223
  /**
4226
- * Lookup626: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4224
+ * Lookup623: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4227
4225
  **/
4228
4226
  PalletImOnlineBoundedOpaqueNetworkState: {
4229
4227
  peerId: string;
4230
4228
  externalAddresses: string;
4231
4229
  };
4232
4230
  /**
4233
- * Lookup630: pallet_im_online::pallet::Error<T>
4231
+ * Lookup627: pallet_im_online::pallet::Error<T>
4234
4232
  **/
4235
4233
  PalletImOnlineError: {
4236
4234
  _enum: string[];
4237
4235
  };
4238
4236
  /**
4239
- * Lookup632: pallet_sudo::Error<T>
4237
+ * Lookup629: pallet_sudo::Error<T>
4240
4238
  **/
4241
4239
  PalletSudoError: {
4242
4240
  _enum: string[];
4243
4241
  };
4244
4242
  /**
4245
- * Lookup633: pallet_asset::types::TickerRegistration<T>
4243
+ * Lookup630: pallet_asset::types::TickerRegistration<T>
4246
4244
  **/
4247
4245
  PalletAssetTickerRegistration: {
4248
4246
  owner: string;
4249
4247
  expiry: string;
4250
4248
  };
4251
4249
  /**
4252
- * Lookup634: pallet_asset::types::TickerRegistrationConfig<T>
4250
+ * Lookup631: pallet_asset::types::TickerRegistrationConfig<T>
4253
4251
  **/
4254
4252
  PalletAssetTickerRegistrationConfig: {
4255
4253
  maxTickerLength: string;
4256
4254
  registrationLength: string;
4257
4255
  };
4258
4256
  /**
4259
- * Lookup635: pallet_asset::types::SecurityToken
4257
+ * Lookup632: pallet_asset::types::AssetDetails
4260
4258
  **/
4261
- PalletAssetSecurityToken: {
4259
+ PalletAssetAssetDetails: {
4262
4260
  totalSupply: string;
4263
4261
  ownerDid: string;
4264
4262
  divisible: string;
4265
4263
  assetType: string;
4266
4264
  };
4267
4265
  /**
4268
- * Lookup639: pallet_asset::types::AssetOwnershipRelation
4269
- **/
4270
- PalletAssetAssetOwnershipRelation: {
4271
- _enum: string[];
4272
- };
4273
- /**
4274
- * Lookup645: pallet_asset::error::Error<T>
4266
+ * Lookup642: pallet_asset::error::Error<T>
4275
4267
  **/
4276
4268
  PalletAssetError: {
4277
4269
  _enum: string[];
4278
4270
  };
4279
4271
  /**
4280
- * Lookup648: pallet_corporate_actions::distribution::Error<T>
4272
+ * Lookup645: pallet_corporate_actions::distribution::Error<T>
4281
4273
  **/
4282
4274
  PalletCorporateActionsDistributionError: {
4283
4275
  _enum: string[];
4284
4276
  };
4285
4277
  /**
4286
- * Lookup652: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4278
+ * Lookup649: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4287
4279
  **/
4288
4280
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4289
4281
  nextAt: string;
@@ -4291,44 +4283,44 @@ declare const _default: {
4291
4283
  schedules: string;
4292
4284
  };
4293
4285
  /**
4294
- * Lookup658: pallet_asset::checkpoint::Error<T>
4286
+ * Lookup655: pallet_asset::checkpoint::Error<T>
4295
4287
  **/
4296
4288
  PalletAssetCheckpointError: {
4297
4289
  _enum: string[];
4298
4290
  };
4299
4291
  /**
4300
- * Lookup659: polymesh_primitives::compliance_manager::AssetCompliance
4292
+ * Lookup656: polymesh_primitives::compliance_manager::AssetCompliance
4301
4293
  **/
4302
4294
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4303
4295
  paused: string;
4304
4296
  requirements: string;
4305
4297
  };
4306
4298
  /**
4307
- * Lookup661: pallet_compliance_manager::Error<T>
4299
+ * Lookup658: pallet_compliance_manager::Error<T>
4308
4300
  **/
4309
4301
  PalletComplianceManagerError: {
4310
4302
  _enum: string[];
4311
4303
  };
4312
4304
  /**
4313
- * Lookup664: pallet_corporate_actions::Error<T>
4305
+ * Lookup661: pallet_corporate_actions::Error<T>
4314
4306
  **/
4315
4307
  PalletCorporateActionsError: {
4316
4308
  _enum: string[];
4317
4309
  };
4318
4310
  /**
4319
- * Lookup666: pallet_corporate_actions::ballot::Error<T>
4311
+ * Lookup665: pallet_corporate_actions::ballot::Error<T>
4320
4312
  **/
4321
4313
  PalletCorporateActionsBallotError: {
4322
4314
  _enum: string[];
4323
4315
  };
4324
4316
  /**
4325
- * Lookup667: pallet_permissions::Error<T>
4317
+ * Lookup666: pallet_permissions::Error<T>
4326
4318
  **/
4327
4319
  PalletPermissionsError: {
4328
4320
  _enum: string[];
4329
4321
  };
4330
4322
  /**
4331
- * Lookup668: pallet_pips::PipsMetadata<BlockNumber>
4323
+ * Lookup667: pallet_pips::PipsMetadata<BlockNumber>
4332
4324
  **/
4333
4325
  PalletPipsPipsMetadata: {
4334
4326
  id: string;
@@ -4339,14 +4331,14 @@ declare const _default: {
4339
4331
  expiry: string;
4340
4332
  };
4341
4333
  /**
4342
- * Lookup670: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4334
+ * Lookup669: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4343
4335
  **/
4344
4336
  PalletPipsDepositInfo: {
4345
4337
  owner: string;
4346
4338
  amount: string;
4347
4339
  };
4348
4340
  /**
4349
- * Lookup671: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4341
+ * Lookup670: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4350
4342
  **/
4351
4343
  PalletPipsPip: {
4352
4344
  id: string;
@@ -4354,7 +4346,7 @@ declare const _default: {
4354
4346
  proposer: string;
4355
4347
  };
4356
4348
  /**
4357
- * Lookup672: pallet_pips::VotingResult
4349
+ * Lookup671: pallet_pips::VotingResult
4358
4350
  **/
4359
4351
  PalletPipsVotingResult: {
4360
4352
  ayesCount: string;
@@ -4363,11 +4355,11 @@ declare const _default: {
4363
4355
  naysStake: string;
4364
4356
  };
4365
4357
  /**
4366
- * Lookup673: pallet_pips::Vote
4358
+ * Lookup672: pallet_pips::Vote
4367
4359
  **/
4368
4360
  PalletPipsVote: string;
4369
4361
  /**
4370
- * Lookup674: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4362
+ * Lookup673: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4371
4363
  **/
4372
4364
  PalletPipsSnapshotMetadata: {
4373
4365
  createdAt: string;
@@ -4375,25 +4367,25 @@ declare const _default: {
4375
4367
  id: string;
4376
4368
  };
4377
4369
  /**
4378
- * Lookup676: pallet_pips::Error<T>
4370
+ * Lookup675: pallet_pips::Error<T>
4379
4371
  **/
4380
4372
  PalletPipsError: {
4381
4373
  _enum: string[];
4382
4374
  };
4383
4375
  /**
4384
- * Lookup684: pallet_portfolio::Error<T>
4376
+ * Lookup683: pallet_portfolio::Error<T>
4385
4377
  **/
4386
4378
  PalletPortfolioError: {
4387
4379
  _enum: string[];
4388
4380
  };
4389
4381
  /**
4390
- * Lookup685: pallet_protocol_fee::Error<T>
4382
+ * Lookup684: pallet_protocol_fee::Error<T>
4391
4383
  **/
4392
4384
  PalletProtocolFeeError: {
4393
4385
  _enum: string[];
4394
4386
  };
4395
4387
  /**
4396
- * Lookup688: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4388
+ * Lookup687: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4397
4389
  **/
4398
4390
  PalletSchedulerScheduled: {
4399
4391
  maybeId: string;
@@ -4403,7 +4395,7 @@ declare const _default: {
4403
4395
  origin: string;
4404
4396
  };
4405
4397
  /**
4406
- * Lookup689: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4398
+ * Lookup688: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4407
4399
  **/
4408
4400
  FrameSupportPreimagesBounded: {
4409
4401
  _enum: {
@@ -4424,20 +4416,20 @@ declare const _default: {
4424
4416
  };
4425
4417
  };
4426
4418
  /**
4427
- * Lookup692: pallet_scheduler::pallet::Error<T>
4419
+ * Lookup691: pallet_scheduler::pallet::Error<T>
4428
4420
  **/
4429
4421
  PalletSchedulerError: {
4430
4422
  _enum: string[];
4431
4423
  };
4432
4424
  /**
4433
- * Lookup693: polymesh_primitives::settlement::Venue
4425
+ * Lookup692: polymesh_primitives::settlement::Venue
4434
4426
  **/
4435
4427
  PolymeshPrimitivesSettlementVenue: {
4436
4428
  creator: string;
4437
4429
  venueType: string;
4438
4430
  };
4439
4431
  /**
4440
- * Lookup697: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4432
+ * Lookup696: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4441
4433
  **/
4442
4434
  PolymeshPrimitivesSettlementInstruction: {
4443
4435
  instructionId: string;
@@ -4448,7 +4440,7 @@ declare const _default: {
4448
4440
  valueDate: string;
4449
4441
  };
4450
4442
  /**
4451
- * Lookup699: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4443
+ * Lookup698: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4452
4444
  **/
4453
4445
  PolymeshPrimitivesSettlementLegStatus: {
4454
4446
  _enum: {
@@ -4458,13 +4450,13 @@ declare const _default: {
4458
4450
  };
4459
4451
  };
4460
4452
  /**
4461
- * Lookup701: polymesh_primitives::settlement::AffirmationStatus
4453
+ * Lookup700: polymesh_primitives::settlement::AffirmationStatus
4462
4454
  **/
4463
4455
  PolymeshPrimitivesSettlementAffirmationStatus: {
4464
4456
  _enum: string[];
4465
4457
  };
4466
4458
  /**
4467
- * Lookup705: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4459
+ * Lookup703: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4468
4460
  **/
4469
4461
  PolymeshPrimitivesSettlementInstructionStatus: {
4470
4462
  _enum: {
@@ -4476,7 +4468,7 @@ declare const _default: {
4476
4468
  };
4477
4469
  };
4478
4470
  /**
4479
- * Lookup707: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4471
+ * Lookup705: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4480
4472
  **/
4481
4473
  PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
4482
4474
  _enum: {
@@ -4488,27 +4480,27 @@ declare const _default: {
4488
4480
  };
4489
4481
  };
4490
4482
  /**
4491
- * Lookup708: pallet_settlement::Error<T>
4483
+ * Lookup707: pallet_settlement::Error<T>
4492
4484
  **/
4493
4485
  PalletSettlementError: {
4494
4486
  _enum: string[];
4495
4487
  };
4496
4488
  /**
4497
- * Lookup711: polymesh_primitives::statistics::Stat1stKey
4489
+ * Lookup710: polymesh_primitives::statistics::Stat1stKey
4498
4490
  **/
4499
4491
  PolymeshPrimitivesStatisticsStat1stKey: {
4500
- asset: string;
4492
+ assetId: string;
4501
4493
  statType: string;
4502
4494
  };
4503
4495
  /**
4504
- * Lookup712: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4496
+ * Lookup711: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4505
4497
  **/
4506
4498
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4507
4499
  paused: string;
4508
4500
  requirements: string;
4509
4501
  };
4510
4502
  /**
4511
- * Lookup716: pallet_statistics::Error<T>
4503
+ * Lookup715: pallet_statistics::Error<T>
4512
4504
  **/
4513
4505
  PalletStatisticsError: {
4514
4506
  _enum: string[];
@@ -4538,26 +4530,26 @@ declare const _default: {
4538
4530
  _enum: string[];
4539
4531
  };
4540
4532
  /**
4541
- * Lookup723: pallet_external_agents::Error<T>
4533
+ * Lookup724: pallet_external_agents::Error<T>
4542
4534
  **/
4543
4535
  PalletExternalAgentsError: {
4544
4536
  _enum: string[];
4545
4537
  };
4546
4538
  /**
4547
- * Lookup724: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4539
+ * Lookup725: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4548
4540
  **/
4549
4541
  PalletRelayerSubsidy: {
4550
4542
  payingKey: string;
4551
4543
  remaining: string;
4552
4544
  };
4553
4545
  /**
4554
- * Lookup725: pallet_relayer::Error<T>
4546
+ * Lookup726: pallet_relayer::Error<T>
4555
4547
  **/
4556
4548
  PalletRelayerError: {
4557
4549
  _enum: string[];
4558
4550
  };
4559
4551
  /**
4560
- * Lookup727: pallet_contracts::wasm::PrefabWasmModule<T>
4552
+ * Lookup728: pallet_contracts::wasm::PrefabWasmModule<T>
4561
4553
  **/
4562
4554
  PalletContractsWasmPrefabWasmModule: {
4563
4555
  instructionWeightsVersion: string;
@@ -4567,7 +4559,7 @@ declare const _default: {
4567
4559
  determinism: string;
4568
4560
  };
4569
4561
  /**
4570
- * Lookup729: pallet_contracts::wasm::OwnerInfo<T>
4562
+ * Lookup730: pallet_contracts::wasm::OwnerInfo<T>
4571
4563
  **/
4572
4564
  PalletContractsWasmOwnerInfo: {
4573
4565
  owner: string;
@@ -4575,7 +4567,7 @@ declare const _default: {
4575
4567
  refcount: string;
4576
4568
  };
4577
4569
  /**
4578
- * Lookup730: pallet_contracts::storage::ContractInfo<T>
4570
+ * Lookup731: pallet_contracts::storage::ContractInfo<T>
4579
4571
  **/
4580
4572
  PalletContractsStorageContractInfo: {
4581
4573
  trieId: string;
@@ -4588,13 +4580,13 @@ declare const _default: {
4588
4580
  storageBaseDeposit: string;
4589
4581
  };
4590
4582
  /**
4591
- * Lookup733: pallet_contracts::storage::DeletedContract
4583
+ * Lookup734: pallet_contracts::storage::DeletedContract
4592
4584
  **/
4593
4585
  PalletContractsStorageDeletedContract: {
4594
4586
  trieId: string;
4595
4587
  };
4596
4588
  /**
4597
- * Lookup735: pallet_contracts::schedule::Schedule<T>
4589
+ * Lookup736: pallet_contracts::schedule::Schedule<T>
4598
4590
  **/
4599
4591
  PalletContractsSchedule: {
4600
4592
  limits: string;
@@ -4602,7 +4594,7 @@ declare const _default: {
4602
4594
  hostFnWeights: string;
4603
4595
  };
4604
4596
  /**
4605
- * Lookup736: pallet_contracts::schedule::Limits
4597
+ * Lookup737: pallet_contracts::schedule::Limits
4606
4598
  **/
4607
4599
  PalletContractsScheduleLimits: {
4608
4600
  eventTopics: string;
@@ -4616,7 +4608,7 @@ declare const _default: {
4616
4608
  payloadLen: string;
4617
4609
  };
4618
4610
  /**
4619
- * Lookup737: pallet_contracts::schedule::InstructionWeights<T>
4611
+ * Lookup738: pallet_contracts::schedule::InstructionWeights<T>
4620
4612
  **/
4621
4613
  PalletContractsScheduleInstructionWeights: {
4622
4614
  _alias: {
@@ -4678,7 +4670,7 @@ declare const _default: {
4678
4670
  i64rotr: string;
4679
4671
  };
4680
4672
  /**
4681
- * Lookup738: pallet_contracts::schedule::HostFnWeights<T>
4673
+ * Lookup739: pallet_contracts::schedule::HostFnWeights<T>
4682
4674
  **/
4683
4675
  PalletContractsScheduleHostFnWeights: {
4684
4676
  _alias: {
@@ -4745,19 +4737,19 @@ declare const _default: {
4745
4737
  instantiationNonce: string;
4746
4738
  };
4747
4739
  /**
4748
- * Lookup739: pallet_contracts::pallet::Error<T>
4740
+ * Lookup740: pallet_contracts::pallet::Error<T>
4749
4741
  **/
4750
4742
  PalletContractsError: {
4751
4743
  _enum: string[];
4752
4744
  };
4753
4745
  /**
4754
- * Lookup741: polymesh_contracts::Error<T>
4746
+ * Lookup742: polymesh_contracts::Error<T>
4755
4747
  **/
4756
4748
  PolymeshContractsError: {
4757
4749
  _enum: string[];
4758
4750
  };
4759
4751
  /**
4760
- * Lookup742: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4752
+ * Lookup743: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4761
4753
  **/
4762
4754
  PalletPreimageRequestStatus: {
4763
4755
  _enum: {
@@ -4773,62 +4765,92 @@ declare const _default: {
4773
4765
  };
4774
4766
  };
4775
4767
  /**
4776
- * Lookup746: pallet_preimage::pallet::Error<T>
4768
+ * Lookup747: pallet_preimage::pallet::Error<T>
4777
4769
  **/
4778
4770
  PalletPreimageError: {
4779
4771
  _enum: string[];
4780
4772
  };
4781
4773
  /**
4782
- * Lookup747: polymesh_primitives::nft::NFTCollection
4774
+ * Lookup748: polymesh_primitives::nft::NFTCollection
4783
4775
  **/
4784
4776
  PolymeshPrimitivesNftNftCollection: {
4785
4777
  id: string;
4786
- ticker: string;
4778
+ assetId: string;
4787
4779
  };
4788
4780
  /**
4789
- * Lookup752: pallet_nft::Error<T>
4781
+ * Lookup753: pallet_nft::Error<T>
4790
4782
  **/
4791
4783
  PalletNftError: {
4792
4784
  _enum: string[];
4793
4785
  };
4794
4786
  /**
4795
- * Lookup753: pallet_test_utils::Error<T>
4787
+ * Lookup754: pallet_election_provider_multi_phase::ReadySolution<T>
4788
+ **/
4789
+ PalletElectionProviderMultiPhaseReadySolution: {
4790
+ supports: string;
4791
+ score: string;
4792
+ compute: string;
4793
+ };
4794
+ /**
4795
+ * Lookup756: pallet_election_provider_multi_phase::RoundSnapshot<T>
4796
+ **/
4797
+ PalletElectionProviderMultiPhaseRoundSnapshot: {
4798
+ voters: string;
4799
+ targets: string;
4800
+ };
4801
+ /**
4802
+ * Lookup762: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
4803
+ **/
4804
+ PalletElectionProviderMultiPhaseSignedSignedSubmission: {
4805
+ who: string;
4806
+ deposit: string;
4807
+ rawSolution: string;
4808
+ callFee: string;
4809
+ };
4810
+ /**
4811
+ * Lookup763: pallet_election_provider_multi_phase::pallet::Error<T>
4812
+ **/
4813
+ PalletElectionProviderMultiPhaseError: {
4814
+ _enum: string[];
4815
+ };
4816
+ /**
4817
+ * Lookup764: pallet_test_utils::Error<T>
4796
4818
  **/
4797
4819
  PalletTestUtilsError: string;
4798
4820
  /**
4799
- * Lookup756: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4821
+ * Lookup767: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4800
4822
  **/
4801
4823
  FrameSystemExtensionsCheckSpecVersion: string;
4802
4824
  /**
4803
- * Lookup757: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4825
+ * Lookup768: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4804
4826
  **/
4805
4827
  FrameSystemExtensionsCheckTxVersion: string;
4806
4828
  /**
4807
- * Lookup758: frame_system::extensions::check_genesis::CheckGenesis<T>
4829
+ * Lookup769: frame_system::extensions::check_genesis::CheckGenesis<T>
4808
4830
  **/
4809
4831
  FrameSystemExtensionsCheckGenesis: string;
4810
4832
  /**
4811
- * Lookup761: frame_system::extensions::check_nonce::CheckNonce<T>
4833
+ * Lookup772: frame_system::extensions::check_nonce::CheckNonce<T>
4812
4834
  **/
4813
4835
  FrameSystemExtensionsCheckNonce: string;
4814
4836
  /**
4815
- * Lookup762: polymesh_extensions::check_weight::CheckWeight<T>
4837
+ * Lookup773: polymesh_extensions::check_weight::CheckWeight<T>
4816
4838
  **/
4817
4839
  PolymeshExtensionsCheckWeight: string;
4818
4840
  /**
4819
- * Lookup763: frame_system::extensions::check_weight::CheckWeight<T>
4841
+ * Lookup774: frame_system::extensions::check_weight::CheckWeight<T>
4820
4842
  **/
4821
4843
  FrameSystemExtensionsCheckWeight: string;
4822
4844
  /**
4823
- * Lookup764: pallet_transaction_payment::ChargeTransactionPayment<T>
4845
+ * Lookup775: pallet_transaction_payment::ChargeTransactionPayment<T>
4824
4846
  **/
4825
4847
  PalletTransactionPaymentChargeTransactionPayment: string;
4826
4848
  /**
4827
- * Lookup765: pallet_permissions::StoreCallMetadata<T>
4849
+ * Lookup776: pallet_permissions::StoreCallMetadata<T>
4828
4850
  **/
4829
4851
  PalletPermissionsStoreCallMetadata: string;
4830
4852
  /**
4831
- * Lookup766: polymesh_runtime_develop::runtime::Runtime
4853
+ * Lookup777: polymesh_runtime_develop::runtime::Runtime
4832
4854
  **/
4833
4855
  PolymeshRuntimeDevelopRuntime: string;
4834
4856
  };