@polymeshassociation/polymesh-sdk 23.0.0-alpha.9 → 23.0.0-beta.2

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 (196) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/README.md +49 -7
  3. package/api/client/Assets.d.ts +10 -2
  4. package/api/client/Assets.d.ts.map +1 -1
  5. package/api/client/Assets.js +27 -9
  6. package/api/client/Assets.js.map +1 -1
  7. package/api/client/Claims.d.ts +26 -1
  8. package/api/client/Claims.d.ts.map +1 -1
  9. package/api/client/Claims.js +61 -2
  10. package/api/client/Claims.js.map +1 -1
  11. package/api/client/Network.d.ts +1 -1
  12. package/api/client/Network.d.ts.map +1 -1
  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 +2 -1
  16. package/api/client/Polymesh.js.map +1 -1
  17. package/api/entities/Account/MultiSig/index.d.ts.map +1 -1
  18. package/api/entities/Account/MultiSig/index.js +2 -5
  19. package/api/entities/Account/MultiSig/index.js.map +1 -1
  20. package/api/entities/Account/index.d.ts.map +1 -1
  21. package/api/entities/Account/index.js +1 -1
  22. package/api/entities/Account/index.js.map +1 -1
  23. package/api/entities/Account/types.d.ts +1 -1
  24. package/api/entities/Asset/Base/Settlements/index.d.ts +85 -0
  25. package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -0
  26. package/api/entities/Asset/Base/Settlements/index.js +141 -0
  27. package/api/entities/Asset/Base/Settlements/index.js.map +1 -0
  28. package/api/entities/Asset/Fungible/index.d.ts +2 -2
  29. package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
  30. package/api/entities/Asset/Fungible/index.js +2 -2
  31. package/api/entities/Asset/Fungible/index.js.map +1 -1
  32. package/api/entities/Asset/NonFungible/Nft.d.ts +76 -5
  33. package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
  34. package/api/entities/Asset/NonFungible/Nft.js +162 -6
  35. package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
  36. package/api/entities/Asset/NonFungible/NftCollection.d.ts +30 -16
  37. package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
  38. package/api/entities/Asset/NonFungible/NftCollection.js +72 -27
  39. package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
  40. package/api/entities/Asset/types.d.ts +23 -3
  41. package/api/entities/Asset/types.d.ts.map +1 -1
  42. package/api/entities/Asset/types.js.map +1 -1
  43. package/api/entities/Identity/AssetPermissions.d.ts +3 -3
  44. package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
  45. package/api/entities/Identity/AssetPermissions.js.map +1 -1
  46. package/api/entities/Identity/index.d.ts +17 -2
  47. package/api/entities/Identity/index.d.ts.map +1 -1
  48. package/api/entities/Identity/index.js +37 -0
  49. package/api/entities/Identity/index.js.map +1 -1
  50. package/api/entities/Instruction/index.d.ts.map +1 -1
  51. package/api/entities/Instruction/index.js +29 -20
  52. package/api/entities/Instruction/index.js.map +1 -1
  53. package/api/entities/Instruction/types.d.ts +10 -3
  54. package/api/entities/Instruction/types.d.ts.map +1 -1
  55. package/api/entities/Instruction/types.js.map +1 -1
  56. package/api/entities/MetadataEntry/index.d.ts +2 -2
  57. package/api/entities/MetadataEntry/index.d.ts.map +1 -1
  58. package/api/entities/MetadataEntry/index.js +1 -1
  59. package/api/entities/MetadataEntry/index.js.map +1 -1
  60. package/api/entities/MultiSigProposal/index.d.ts +36 -2
  61. package/api/entities/MultiSigProposal/index.d.ts.map +1 -1
  62. package/api/entities/MultiSigProposal/index.js +91 -10
  63. package/api/entities/MultiSigProposal/index.js.map +1 -1
  64. package/api/entities/MultiSigProposal/types.d.ts +15 -2
  65. package/api/entities/MultiSigProposal/types.d.ts.map +1 -1
  66. package/api/entities/MultiSigProposal/types.js +6 -1
  67. package/api/entities/MultiSigProposal/types.js.map +1 -1
  68. package/api/entities/Portfolio/index.d.ts +12 -4
  69. package/api/entities/Portfolio/index.d.ts.map +1 -1
  70. package/api/entities/Portfolio/index.js +69 -6
  71. package/api/entities/Portfolio/index.js.map +1 -1
  72. package/api/entities/Portfolio/types.d.ts +20 -5
  73. package/api/entities/Portfolio/types.d.ts.map +1 -1
  74. package/api/entities/Venue/types.d.ts +1 -1
  75. package/api/entities/common/namespaces/Authorizations.d.ts +2 -1
  76. package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
  77. package/api/entities/common/namespaces/Authorizations.js.map +1 -1
  78. package/api/entities/types.d.ts +3 -1
  79. package/api/entities/types.d.ts.map +1 -1
  80. package/api/entities/types.js.map +1 -1
  81. package/api/procedures/addInstruction.d.ts.map +1 -1
  82. package/api/procedures/addInstruction.js +76 -17
  83. package/api/procedures/addInstruction.js.map +1 -1
  84. package/api/procedures/createNftCollection.d.ts.map +1 -1
  85. package/api/procedures/createNftCollection.js +1 -1
  86. package/api/procedures/createNftCollection.js.map +1 -1
  87. package/api/procedures/evaluateMultiSigProposal.d.ts +19 -0
  88. package/api/procedures/evaluateMultiSigProposal.d.ts.map +1 -0
  89. package/api/procedures/evaluateMultiSigProposal.js +92 -0
  90. package/api/procedures/evaluateMultiSigProposal.js.map +1 -0
  91. package/api/procedures/issueNft.js +1 -1
  92. package/api/procedures/issueNft.js.map +1 -1
  93. package/api/procedures/modifyClaims.d.ts.map +1 -1
  94. package/api/procedures/modifyClaims.js +7 -21
  95. package/api/procedures/modifyClaims.js.map +1 -1
  96. package/api/procedures/moveFunds.d.ts.map +1 -1
  97. package/api/procedures/moveFunds.js +82 -16
  98. package/api/procedures/moveFunds.js.map +1 -1
  99. package/api/procedures/redeemNft.d.ts +31 -0
  100. package/api/procedures/redeemNft.d.ts.map +1 -0
  101. package/api/procedures/redeemNft.js +87 -0
  102. package/api/procedures/redeemNft.js.map +1 -0
  103. package/api/procedures/setPermissionGroup.js +1 -1
  104. package/api/procedures/setPermissionGroup.js.map +1 -1
  105. package/api/procedures/types.d.ts +26 -9
  106. package/api/procedures/types.d.ts.map +1 -1
  107. package/api/procedures/types.js.map +1 -1
  108. package/api/procedures/waivePermissions.js +1 -1
  109. package/api/procedures/waivePermissions.js.map +1 -1
  110. package/base/Context.d.ts.map +1 -1
  111. package/base/Context.js +24 -24
  112. package/base/Context.js.map +1 -1
  113. package/generated/types.d.ts +15 -4
  114. package/generated/types.d.ts.map +1 -1
  115. package/generated/types.js +11 -0
  116. package/generated/types.js.map +1 -1
  117. package/internal.d.ts +2 -0
  118. package/internal.d.ts.map +1 -1
  119. package/internal.js +7 -3
  120. package/internal.js.map +1 -1
  121. package/middleware/queries.d.ts +35 -2
  122. package/middleware/queries.d.ts.map +1 -1
  123. package/middleware/queries.js +153 -6
  124. package/middleware/queries.js.map +1 -1
  125. package/middleware/types.d.ts +73191 -17741
  126. package/middleware/types.d.ts.map +1 -1
  127. package/middleware/types.js +36984 -999
  128. package/middleware/types.js.map +1 -1
  129. package/middleware/typesV1.d.ts +1 -1
  130. package/middleware/typesV1.d.ts.map +1 -1
  131. package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-beta.2.tgz +0 -0
  132. package/package.json +2 -2
  133. package/polkadot/augment-api-errors.d.ts +32 -18
  134. package/polkadot/augment-api-errors.d.ts.map +1 -1
  135. package/polkadot/augment-api-events.d.ts +81 -8
  136. package/polkadot/augment-api-events.d.ts.map +1 -1
  137. package/polkadot/augment-api-query.d.ts +75 -26
  138. package/polkadot/augment-api-query.d.ts.map +1 -1
  139. package/polkadot/augment-api-rpc.d.ts +9 -2
  140. package/polkadot/augment-api-rpc.d.ts.map +1 -1
  141. package/polkadot/augment-api-tx.d.ts +250 -53
  142. package/polkadot/augment-api-tx.d.ts.map +1 -1
  143. package/polkadot/augment-types.d.ts +3 -1
  144. package/polkadot/augment-types.d.ts.map +1 -1
  145. package/polkadot/lookup.d.ts +336 -259
  146. package/polkadot/lookup.d.ts.map +1 -1
  147. package/polkadot/lookup.js +345 -264
  148. package/polkadot/lookup.js.map +1 -1
  149. package/polkadot/polymesh/definitions.d.ts +11 -1
  150. package/polkadot/polymesh/definitions.d.ts.map +1 -1
  151. package/polkadot/polymesh/definitions.js +14 -1
  152. package/polkadot/polymesh/definitions.js.map +1 -1
  153. package/polkadot/polymesh/types.d.ts +17 -2
  154. package/polkadot/polymesh/types.d.ts.map +1 -1
  155. package/polkadot/registry.d.ts +8 -6
  156. package/polkadot/registry.d.ts.map +1 -1
  157. package/polkadot/schema.d.ts +29 -2
  158. package/polkadot/schema.d.ts.map +1 -1
  159. package/polkadot/schema.js +51 -3
  160. package/polkadot/schema.js.map +1 -1
  161. package/polkadot/settlement/definitions.d.ts +9 -0
  162. package/polkadot/settlement/definitions.d.ts.map +1 -1
  163. package/polkadot/settlement/definitions.js +21 -0
  164. package/polkadot/settlement/definitions.js.map +1 -1
  165. package/polkadot/types-lookup.d.ts +377 -269
  166. package/polkadot/types-lookup.d.ts.map +1 -1
  167. package/types/index.d.ts +53 -7
  168. package/types/index.d.ts.map +1 -1
  169. package/types/index.js +18 -2
  170. package/types/index.js.map +1 -1
  171. package/types/internal.d.ts +1 -1
  172. package/utils/constants.d.ts +17 -1
  173. package/utils/constants.d.ts.map +1 -1
  174. package/utils/constants.js +18 -2
  175. package/utils/constants.js.map +1 -1
  176. package/utils/conversion.d.ts +38 -13
  177. package/utils/conversion.d.ts.map +1 -1
  178. package/utils/conversion.js +451 -367
  179. package/utils/conversion.js.map +1 -1
  180. package/utils/internal.d.ts +20 -3
  181. package/utils/internal.d.ts.map +1 -1
  182. package/utils/internal.js +119 -42
  183. package/utils/internal.js.map +1 -1
  184. package/utils/typeguards.d.ts +26 -2
  185. package/utils/typeguards.d.ts.map +1 -1
  186. package/utils/typeguards.js +39 -2
  187. package/utils/typeguards.js.map +1 -1
  188. package/api/entities/Asset/Fungible/Settlements/index.d.ts +0 -29
  189. package/api/entities/Asset/Fungible/Settlements/index.d.ts.map +0 -1
  190. package/api/entities/Asset/Fungible/Settlements/index.js +0 -70
  191. package/api/entities/Asset/Fungible/Settlements/index.js.map +0 -1
  192. package/middleware/enums.d.ts +0 -3
  193. package/middleware/enums.d.ts.map +0 -1
  194. package/middleware/enums.js +0 -38
  195. package/middleware/enums.js.map +0 -1
  196. package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-alpha.9.tgz +0 -0
@@ -1033,6 +1033,10 @@ exports.default = {
1033
1033
  LocalMetadataKeyDeleted: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,u64)',
1034
1034
  MetadataValueDeleted: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,PolymeshPrimitivesAssetMetadataAssetMetadataKey)',
1035
1035
  AssetBalanceUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,u128,Option<PolymeshPrimitivesIdentityIdPortfolioId>,Option<PolymeshPrimitivesIdentityIdPortfolioId>,PolymeshPrimitivesPortfolioPortfolioUpdateReason)',
1036
+ AssetAffirmationExemption: 'PolymeshPrimitivesTicker',
1037
+ RemoveAssetAffirmationExemption: 'PolymeshPrimitivesTicker',
1038
+ PreApprovedAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker)',
1039
+ RemovePreApprovedAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker)',
1036
1040
  },
1037
1041
  },
1038
1042
  /**
@@ -1150,6 +1154,7 @@ exports.default = {
1150
1154
  instructionId: 'Option<u64>',
1151
1155
  instructionMemo: 'Option<PolymeshPrimitivesMemo>',
1152
1156
  },
1157
+ ControllerTransfer: 'Null',
1153
1158
  },
1154
1159
  },
1155
1160
  /**
@@ -1473,6 +1478,8 @@ exports.default = {
1473
1478
  UserPortfolios: '(PolymeshPrimitivesIdentityId,Vec<(u64,Bytes)>)',
1474
1479
  PortfolioCustodianChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesIdentityId)',
1475
1480
  FundsMovedBetweenPortfolios: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesPortfolioFundDescription,Option<PolymeshPrimitivesMemo>)',
1481
+ PreApprovedPortfolio: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesTicker)',
1482
+ RevokePreApprovedPortfolio: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesTicker)',
1476
1483
  },
1477
1484
  },
1478
1485
  /**
@@ -1565,6 +1572,7 @@ exports.default = {
1565
1572
  SettlementManuallyExecuted: '(PolymeshPrimitivesIdentityId,u64)',
1566
1573
  InstructionCreated: '(PolymeshPrimitivesIdentityId,u64,u64,PolymeshPrimitivesSettlementSettlementType,Option<u64>,Option<u64>,Vec<PolymeshPrimitivesSettlementLeg>,Option<PolymeshPrimitivesMemo>)',
1567
1574
  FailedToExecuteInstruction: '(u64,SpRuntimeDispatchError)',
1575
+ InstructionAutomaticallyAffirmed: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,u64)',
1568
1576
  },
1569
1577
  },
1570
1578
  /**
@@ -1803,15 +1811,7 @@ exports.default = {
1803
1811
  },
1804
1812
  },
1805
1813
  /**
1806
- * Lookup289: pallet_rewards::RawEvent<sp_core::crypto::AccountId32>
1807
- **/
1808
- PalletRewardsRawEvent: {
1809
- _enum: {
1810
- ItnRewardClaimed: '(AccountId32,u128)',
1811
- },
1812
- },
1813
- /**
1814
- * Lookup290: pallet_contracts::pallet::Event<T>
1814
+ * Lookup289: pallet_contracts::pallet::Event<T>
1815
1815
  **/
1816
1816
  PalletContractsEvent: {
1817
1817
  _enum: {
@@ -1849,11 +1849,34 @@ exports.default = {
1849
1849
  },
1850
1850
  },
1851
1851
  /**
1852
- * Lookup291: polymesh_contracts::Event
1852
+ * Lookup290: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1853
+ **/
1854
+ PolymeshContractsRawEvent: {
1855
+ _enum: {
1856
+ ApiHashUpdated: '(PolymeshContractsApi,PolymeshContractsChainVersion,H256)',
1857
+ SCRuntimeCall: '(AccountId32,PolymeshContractsChainExtensionExtrinsicId)',
1858
+ },
1859
+ },
1860
+ /**
1861
+ * Lookup291: polymesh_contracts::Api
1862
+ **/
1863
+ PolymeshContractsApi: {
1864
+ desc: '[u8;4]',
1865
+ major: 'u32',
1866
+ },
1867
+ /**
1868
+ * Lookup292: polymesh_contracts::ChainVersion
1853
1869
  **/
1854
- PolymeshContractsEvent: 'Null',
1870
+ PolymeshContractsChainVersion: {
1871
+ specVersion: 'u32',
1872
+ txVersion: 'u32',
1873
+ },
1855
1874
  /**
1856
- * Lookup292: pallet_preimage::pallet::Event<T>
1875
+ * Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
1876
+ **/
1877
+ PolymeshContractsChainExtensionExtrinsicId: '(u8,u8)',
1878
+ /**
1879
+ * Lookup294: pallet_preimage::pallet::Event<T>
1857
1880
  **/
1858
1881
  PalletPreimageEvent: {
1859
1882
  _enum: {
@@ -1878,7 +1901,7 @@ exports.default = {
1878
1901
  },
1879
1902
  },
1880
1903
  /**
1881
- * Lookup293: polymesh_common_utilities::traits::nft::Event
1904
+ * Lookup295: polymesh_common_utilities::traits::nft::Event
1882
1905
  **/
1883
1906
  PolymeshCommonUtilitiesNftEvent: {
1884
1907
  _enum: {
@@ -1887,7 +1910,7 @@ exports.default = {
1887
1910
  },
1888
1911
  },
1889
1912
  /**
1890
- * Lookup295: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1913
+ * Lookup297: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1891
1914
  **/
1892
1915
  PalletTestUtilsRawEvent: {
1893
1916
  _enum: {
@@ -1896,7 +1919,7 @@ exports.default = {
1896
1919
  },
1897
1920
  },
1898
1921
  /**
1899
- * Lookup296: frame_system::Phase
1922
+ * Lookup298: frame_system::Phase
1900
1923
  **/
1901
1924
  FrameSystemPhase: {
1902
1925
  _enum: {
@@ -1906,14 +1929,14 @@ exports.default = {
1906
1929
  },
1907
1930
  },
1908
1931
  /**
1909
- * Lookup299: frame_system::LastRuntimeUpgradeInfo
1932
+ * Lookup301: frame_system::LastRuntimeUpgradeInfo
1910
1933
  **/
1911
1934
  FrameSystemLastRuntimeUpgradeInfo: {
1912
1935
  specVersion: 'Compact<u32>',
1913
1936
  specName: 'Text',
1914
1937
  },
1915
1938
  /**
1916
- * Lookup302: frame_system::pallet::Call<T>
1939
+ * Lookup304: frame_system::pallet::Call<T>
1917
1940
  **/
1918
1941
  FrameSystemCall: {
1919
1942
  _enum: {
@@ -1948,7 +1971,7 @@ exports.default = {
1948
1971
  },
1949
1972
  },
1950
1973
  /**
1951
- * Lookup306: frame_system::limits::BlockWeights
1974
+ * Lookup308: frame_system::limits::BlockWeights
1952
1975
  **/
1953
1976
  FrameSystemLimitsBlockWeights: {
1954
1977
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -1956,7 +1979,7 @@ exports.default = {
1956
1979
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
1957
1980
  },
1958
1981
  /**
1959
- * Lookup307: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1982
+ * Lookup309: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1960
1983
  **/
1961
1984
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1962
1985
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1964,7 +1987,7 @@ exports.default = {
1964
1987
  mandatory: 'FrameSystemLimitsWeightsPerClass',
1965
1988
  },
1966
1989
  /**
1967
- * Lookup308: frame_system::limits::WeightsPerClass
1990
+ * Lookup310: frame_system::limits::WeightsPerClass
1968
1991
  **/
1969
1992
  FrameSystemLimitsWeightsPerClass: {
1970
1993
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1973,13 +1996,13 @@ exports.default = {
1973
1996
  reserved: 'Option<SpWeightsWeightV2Weight>',
1974
1997
  },
1975
1998
  /**
1976
- * Lookup310: frame_system::limits::BlockLength
1999
+ * Lookup312: frame_system::limits::BlockLength
1977
2000
  **/
1978
2001
  FrameSystemLimitsBlockLength: {
1979
2002
  max: 'FrameSupportDispatchPerDispatchClassU32',
1980
2003
  },
1981
2004
  /**
1982
- * Lookup311: frame_support::dispatch::PerDispatchClass<T>
2005
+ * Lookup313: frame_support::dispatch::PerDispatchClass<T>
1983
2006
  **/
1984
2007
  FrameSupportDispatchPerDispatchClassU32: {
1985
2008
  normal: 'u32',
@@ -1987,14 +2010,14 @@ exports.default = {
1987
2010
  mandatory: 'u32',
1988
2011
  },
1989
2012
  /**
1990
- * Lookup312: sp_weights::RuntimeDbWeight
2013
+ * Lookup314: sp_weights::RuntimeDbWeight
1991
2014
  **/
1992
2015
  SpWeightsRuntimeDbWeight: {
1993
2016
  read: 'u64',
1994
2017
  write: 'u64',
1995
2018
  },
1996
2019
  /**
1997
- * Lookup313: sp_version::RuntimeVersion
2020
+ * Lookup315: sp_version::RuntimeVersion
1998
2021
  **/
1999
2022
  SpVersionRuntimeVersion: {
2000
2023
  specName: 'Text',
@@ -2007,7 +2030,7 @@ exports.default = {
2007
2030
  stateVersion: 'u8',
2008
2031
  },
2009
2032
  /**
2010
- * Lookup318: frame_system::pallet::Error<T>
2033
+ * Lookup320: frame_system::pallet::Error<T>
2011
2034
  **/
2012
2035
  FrameSystemError: {
2013
2036
  _enum: [
@@ -2020,11 +2043,11 @@ exports.default = {
2020
2043
  ],
2021
2044
  },
2022
2045
  /**
2023
- * Lookup321: sp_consensus_babe::app::Public
2046
+ * Lookup323: sp_consensus_babe::app::Public
2024
2047
  **/
2025
2048
  SpConsensusBabeAppPublic: 'SpCoreSr25519Public',
2026
2049
  /**
2027
- * Lookup324: sp_consensus_babe::digests::NextConfigDescriptor
2050
+ * Lookup326: sp_consensus_babe::digests::NextConfigDescriptor
2028
2051
  **/
2029
2052
  SpConsensusBabeDigestsNextConfigDescriptor: {
2030
2053
  _enum: {
@@ -2036,13 +2059,13 @@ exports.default = {
2036
2059
  },
2037
2060
  },
2038
2061
  /**
2039
- * Lookup326: sp_consensus_babe::AllowedSlots
2062
+ * Lookup328: sp_consensus_babe::AllowedSlots
2040
2063
  **/
2041
2064
  SpConsensusBabeAllowedSlots: {
2042
2065
  _enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots'],
2043
2066
  },
2044
2067
  /**
2045
- * Lookup330: sp_consensus_babe::digests::PreDigest
2068
+ * Lookup332: sp_consensus_babe::digests::PreDigest
2046
2069
  **/
2047
2070
  SpConsensusBabeDigestsPreDigest: {
2048
2071
  _enum: {
@@ -2053,7 +2076,7 @@ exports.default = {
2053
2076
  },
2054
2077
  },
2055
2078
  /**
2056
- * Lookup331: sp_consensus_babe::digests::PrimaryPreDigest
2079
+ * Lookup333: sp_consensus_babe::digests::PrimaryPreDigest
2057
2080
  **/
2058
2081
  SpConsensusBabeDigestsPrimaryPreDigest: {
2059
2082
  authorityIndex: 'u32',
@@ -2062,14 +2085,14 @@ exports.default = {
2062
2085
  vrfProof: '[u8;64]',
2063
2086
  },
2064
2087
  /**
2065
- * Lookup332: sp_consensus_babe::digests::SecondaryPlainPreDigest
2088
+ * Lookup334: sp_consensus_babe::digests::SecondaryPlainPreDigest
2066
2089
  **/
2067
2090
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
2068
2091
  authorityIndex: 'u32',
2069
2092
  slot: 'u64',
2070
2093
  },
2071
2094
  /**
2072
- * Lookup333: sp_consensus_babe::digests::SecondaryVRFPreDigest
2095
+ * Lookup335: sp_consensus_babe::digests::SecondaryVRFPreDigest
2073
2096
  **/
2074
2097
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
2075
2098
  authorityIndex: 'u32',
@@ -2078,14 +2101,14 @@ exports.default = {
2078
2101
  vrfProof: '[u8;64]',
2079
2102
  },
2080
2103
  /**
2081
- * Lookup334: sp_consensus_babe::BabeEpochConfiguration
2104
+ * Lookup336: sp_consensus_babe::BabeEpochConfiguration
2082
2105
  **/
2083
2106
  SpConsensusBabeBabeEpochConfiguration: {
2084
2107
  c: '(u64,u64)',
2085
2108
  allowedSlots: 'SpConsensusBabeAllowedSlots',
2086
2109
  },
2087
2110
  /**
2088
- * Lookup338: pallet_babe::pallet::Call<T>
2111
+ * Lookup340: pallet_babe::pallet::Call<T>
2089
2112
  **/
2090
2113
  PalletBabeCall: {
2091
2114
  _enum: {
@@ -2103,7 +2126,7 @@ exports.default = {
2103
2126
  },
2104
2127
  },
2105
2128
  /**
2106
- * Lookup339: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
2129
+ * Lookup341: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
2107
2130
  **/
2108
2131
  SpConsensusSlotsEquivocationProof: {
2109
2132
  offender: 'SpConsensusBabeAppPublic',
@@ -2112,7 +2135,7 @@ exports.default = {
2112
2135
  secondHeader: 'SpRuntimeHeader',
2113
2136
  },
2114
2137
  /**
2115
- * Lookup340: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
2138
+ * Lookup342: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
2116
2139
  **/
2117
2140
  SpRuntimeHeader: {
2118
2141
  parentHash: 'H256',
@@ -2122,11 +2145,11 @@ exports.default = {
2122
2145
  digest: 'SpRuntimeDigest',
2123
2146
  },
2124
2147
  /**
2125
- * Lookup341: sp_runtime::traits::BlakeTwo256
2148
+ * Lookup343: sp_runtime::traits::BlakeTwo256
2126
2149
  **/
2127
2150
  SpRuntimeBlakeTwo256: 'Null',
2128
2151
  /**
2129
- * Lookup342: sp_session::MembershipProof
2152
+ * Lookup344: sp_session::MembershipProof
2130
2153
  **/
2131
2154
  SpSessionMembershipProof: {
2132
2155
  session: 'u32',
@@ -2134,7 +2157,7 @@ exports.default = {
2134
2157
  validatorCount: 'u32',
2135
2158
  },
2136
2159
  /**
2137
- * Lookup343: pallet_babe::pallet::Error<T>
2160
+ * Lookup345: pallet_babe::pallet::Error<T>
2138
2161
  **/
2139
2162
  PalletBabeError: {
2140
2163
  _enum: [
@@ -2145,7 +2168,7 @@ exports.default = {
2145
2168
  ],
2146
2169
  },
2147
2170
  /**
2148
- * Lookup344: pallet_timestamp::pallet::Call<T>
2171
+ * Lookup346: pallet_timestamp::pallet::Call<T>
2149
2172
  **/
2150
2173
  PalletTimestampCall: {
2151
2174
  _enum: {
@@ -2155,7 +2178,7 @@ exports.default = {
2155
2178
  },
2156
2179
  },
2157
2180
  /**
2158
- * Lookup346: pallet_indices::pallet::Call<T>
2181
+ * Lookup348: pallet_indices::pallet::Call<T>
2159
2182
  **/
2160
2183
  PalletIndicesCall: {
2161
2184
  _enum: {
@@ -2186,13 +2209,13 @@ exports.default = {
2186
2209
  },
2187
2210
  },
2188
2211
  /**
2189
- * Lookup348: pallet_indices::pallet::Error<T>
2212
+ * Lookup350: pallet_indices::pallet::Error<T>
2190
2213
  **/
2191
2214
  PalletIndicesError: {
2192
2215
  _enum: ['NotAssigned', 'NotOwner', 'InUse', 'NotTransfer', 'Permanent'],
2193
2216
  },
2194
2217
  /**
2195
- * Lookup350: pallet_balances::BalanceLock<Balance>
2218
+ * Lookup352: pallet_balances::BalanceLock<Balance>
2196
2219
  **/
2197
2220
  PalletBalancesBalanceLock: {
2198
2221
  id: '[u8;8]',
@@ -2200,13 +2223,13 @@ exports.default = {
2200
2223
  reasons: 'PolymeshCommonUtilitiesBalancesReasons',
2201
2224
  },
2202
2225
  /**
2203
- * Lookup351: polymesh_common_utilities::traits::balances::Reasons
2226
+ * Lookup353: polymesh_common_utilities::traits::balances::Reasons
2204
2227
  **/
2205
2228
  PolymeshCommonUtilitiesBalancesReasons: {
2206
2229
  _enum: ['Fee', 'Misc', 'All'],
2207
2230
  },
2208
2231
  /**
2209
- * Lookup352: pallet_balances::Call<T>
2232
+ * Lookup354: pallet_balances::Call<T>
2210
2233
  **/
2211
2234
  PalletBalancesCall: {
2212
2235
  _enum: {
@@ -2238,7 +2261,7 @@ exports.default = {
2238
2261
  },
2239
2262
  },
2240
2263
  /**
2241
- * Lookup353: pallet_balances::Error<T>
2264
+ * Lookup355: pallet_balances::Error<T>
2242
2265
  **/
2243
2266
  PalletBalancesError: {
2244
2267
  _enum: [
@@ -2250,13 +2273,13 @@ exports.default = {
2250
2273
  ],
2251
2274
  },
2252
2275
  /**
2253
- * Lookup355: pallet_transaction_payment::Releases
2276
+ * Lookup357: pallet_transaction_payment::Releases
2254
2277
  **/
2255
2278
  PalletTransactionPaymentReleases: {
2256
2279
  _enum: ['V1Ancient', 'V2'],
2257
2280
  },
2258
2281
  /**
2259
- * Lookup357: sp_weights::WeightToFeeCoefficient<Balance>
2282
+ * Lookup359: sp_weights::WeightToFeeCoefficient<Balance>
2260
2283
  **/
2261
2284
  SpWeightsWeightToFeeCoefficient: {
2262
2285
  coeffInteger: 'u128',
@@ -2265,27 +2288,27 @@ exports.default = {
2265
2288
  degree: 'u8',
2266
2289
  },
2267
2290
  /**
2268
- * Lookup358: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2291
+ * Lookup360: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2269
2292
  **/
2270
2293
  PolymeshPrimitivesIdentityDidRecord: {
2271
2294
  primaryKey: 'Option<AccountId32>',
2272
2295
  },
2273
2296
  /**
2274
- * Lookup360: pallet_identity::types::Claim1stKey
2297
+ * Lookup362: pallet_identity::types::Claim1stKey
2275
2298
  **/
2276
2299
  PalletIdentityClaim1stKey: {
2277
2300
  target: 'PolymeshPrimitivesIdentityId',
2278
2301
  claimType: 'PolymeshPrimitivesIdentityClaimClaimType',
2279
2302
  },
2280
2303
  /**
2281
- * Lookup361: pallet_identity::types::Claim2ndKey
2304
+ * Lookup363: pallet_identity::types::Claim2ndKey
2282
2305
  **/
2283
2306
  PalletIdentityClaim2ndKey: {
2284
2307
  issuer: 'PolymeshPrimitivesIdentityId',
2285
2308
  scope: 'Option<PolymeshPrimitivesIdentityClaimScope>',
2286
2309
  },
2287
2310
  /**
2288
- * Lookup362: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2311
+ * Lookup364: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2289
2312
  **/
2290
2313
  PolymeshPrimitivesSecondaryKeyKeyRecord: {
2291
2314
  _enum: {
@@ -2295,7 +2318,7 @@ exports.default = {
2295
2318
  },
2296
2319
  },
2297
2320
  /**
2298
- * Lookup365: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2321
+ * Lookup367: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2299
2322
  **/
2300
2323
  PolymeshPrimitivesAuthorization: {
2301
2324
  authorizationData: 'PolymeshPrimitivesAuthorizationAuthorizationData',
@@ -2305,7 +2328,7 @@ exports.default = {
2305
2328
  count: 'u32',
2306
2329
  },
2307
2330
  /**
2308
- * Lookup368: pallet_identity::Call<T>
2331
+ * Lookup370: pallet_identity::Call<T>
2309
2332
  **/
2310
2333
  PalletIdentityCall: {
2311
2334
  _enum: {
@@ -2397,21 +2420,21 @@ exports.default = {
2397
2420
  },
2398
2421
  },
2399
2422
  /**
2400
- * Lookup370: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2423
+ * Lookup372: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2401
2424
  **/
2402
2425
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2403
2426
  secondaryKey: 'PolymeshPrimitivesSecondaryKey',
2404
2427
  authSignature: 'H512',
2405
2428
  },
2406
2429
  /**
2407
- * Lookup373: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2430
+ * Lookup375: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2408
2431
  **/
2409
2432
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2410
2433
  key: 'AccountId32',
2411
2434
  authSignature: 'H512',
2412
2435
  },
2413
2436
  /**
2414
- * Lookup374: pallet_identity::Error<T>
2437
+ * Lookup376: pallet_identity::Error<T>
2415
2438
  **/
2416
2439
  PalletIdentityError: {
2417
2440
  _enum: [
@@ -2451,7 +2474,7 @@ exports.default = {
2451
2474
  ],
2452
2475
  },
2453
2476
  /**
2454
- * Lookup376: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2477
+ * Lookup378: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2455
2478
  **/
2456
2479
  PolymeshCommonUtilitiesGroupInactiveMember: {
2457
2480
  id: 'PolymeshPrimitivesIdentityId',
@@ -2459,7 +2482,7 @@ exports.default = {
2459
2482
  expiry: 'Option<u64>',
2460
2483
  },
2461
2484
  /**
2462
- * Lookup377: pallet_group::Call<T, I>
2485
+ * Lookup379: pallet_group::Call<T, I>
2463
2486
  **/
2464
2487
  PalletGroupCall: {
2465
2488
  _enum: {
@@ -2488,7 +2511,7 @@ exports.default = {
2488
2511
  },
2489
2512
  },
2490
2513
  /**
2491
- * Lookup378: pallet_group::Error<T, I>
2514
+ * Lookup380: pallet_group::Error<T, I>
2492
2515
  **/
2493
2516
  PalletGroupError: {
2494
2517
  _enum: [
@@ -2502,7 +2525,7 @@ exports.default = {
2502
2525
  ],
2503
2526
  },
2504
2527
  /**
2505
- * Lookup380: pallet_committee::Call<T, I>
2528
+ * Lookup382: pallet_committee::Call<T, I>
2506
2529
  **/
2507
2530
  PalletCommitteeCall: {
2508
2531
  _enum: {
@@ -2528,7 +2551,7 @@ exports.default = {
2528
2551
  },
2529
2552
  },
2530
2553
  /**
2531
- * Lookup386: pallet_multisig::Call<T>
2554
+ * Lookup388: pallet_multisig::Call<T>
2532
2555
  **/
2533
2556
  PalletMultisigCall: {
2534
2557
  _enum: {
@@ -2622,7 +2645,7 @@ exports.default = {
2622
2645
  },
2623
2646
  },
2624
2647
  /**
2625
- * Lookup387: pallet_bridge::Call<T>
2648
+ * Lookup389: pallet_bridge::Call<T>
2626
2649
  **/
2627
2650
  PalletBridgeCall: {
2628
2651
  _enum: {
@@ -2677,7 +2700,7 @@ exports.default = {
2677
2700
  },
2678
2701
  },
2679
2702
  /**
2680
- * Lookup391: pallet_staking::Call<T>
2703
+ * Lookup393: pallet_staking::Call<T>
2681
2704
  **/
2682
2705
  PalletStakingCall: {
2683
2706
  _enum: {
@@ -2803,7 +2826,7 @@ exports.default = {
2803
2826
  },
2804
2827
  },
2805
2828
  /**
2806
- * Lookup392: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2829
+ * Lookup394: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2807
2830
  **/
2808
2831
  PalletStakingRewardDestination: {
2809
2832
  _enum: {
@@ -2814,14 +2837,14 @@ exports.default = {
2814
2837
  },
2815
2838
  },
2816
2839
  /**
2817
- * Lookup393: pallet_staking::ValidatorPrefs
2840
+ * Lookup395: pallet_staking::ValidatorPrefs
2818
2841
  **/
2819
2842
  PalletStakingValidatorPrefs: {
2820
2843
  commission: 'Compact<Perbill>',
2821
2844
  blocked: 'bool',
2822
2845
  },
2823
2846
  /**
2824
- * Lookup399: pallet_staking::CompactAssignments
2847
+ * Lookup401: pallet_staking::CompactAssignments
2825
2848
  **/
2826
2849
  PalletStakingCompactAssignments: {
2827
2850
  votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
@@ -2842,7 +2865,7 @@ exports.default = {
2842
2865
  votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
2843
2866
  },
2844
2867
  /**
2845
- * Lookup450: sp_npos_elections::ElectionScore
2868
+ * Lookup452: sp_npos_elections::ElectionScore
2846
2869
  **/
2847
2870
  SpNposElectionsElectionScore: {
2848
2871
  minimalStake: 'u128',
@@ -2850,14 +2873,14 @@ exports.default = {
2850
2873
  sumStakeSquared: 'u128',
2851
2874
  },
2852
2875
  /**
2853
- * Lookup451: pallet_staking::ElectionSize
2876
+ * Lookup453: pallet_staking::ElectionSize
2854
2877
  **/
2855
2878
  PalletStakingElectionSize: {
2856
2879
  validators: 'Compact<u16>',
2857
2880
  nominators: 'Compact<u32>',
2858
2881
  },
2859
2882
  /**
2860
- * Lookup452: pallet_session::pallet::Call<T>
2883
+ * Lookup454: pallet_session::pallet::Call<T>
2861
2884
  **/
2862
2885
  PalletSessionCall: {
2863
2886
  _enum: {
@@ -2872,7 +2895,7 @@ exports.default = {
2872
2895
  },
2873
2896
  },
2874
2897
  /**
2875
- * Lookup453: polymesh_runtime_develop::runtime::SessionKeys
2898
+ * Lookup455: polymesh_runtime_develop::runtime::SessionKeys
2876
2899
  **/
2877
2900
  PolymeshRuntimeDevelopRuntimeSessionKeys: {
2878
2901
  grandpa: 'SpConsensusGrandpaAppPublic',
@@ -2881,11 +2904,11 @@ exports.default = {
2881
2904
  authorityDiscovery: 'SpAuthorityDiscoveryAppPublic',
2882
2905
  },
2883
2906
  /**
2884
- * Lookup454: sp_authority_discovery::app::Public
2907
+ * Lookup456: sp_authority_discovery::app::Public
2885
2908
  **/
2886
2909
  SpAuthorityDiscoveryAppPublic: 'SpCoreSr25519Public',
2887
2910
  /**
2888
- * Lookup455: pallet_grandpa::pallet::Call<T>
2911
+ * Lookup457: pallet_grandpa::pallet::Call<T>
2889
2912
  **/
2890
2913
  PalletGrandpaCall: {
2891
2914
  _enum: {
@@ -2904,14 +2927,14 @@ exports.default = {
2904
2927
  },
2905
2928
  },
2906
2929
  /**
2907
- * Lookup456: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2930
+ * Lookup458: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2908
2931
  **/
2909
2932
  SpConsensusGrandpaEquivocationProof: {
2910
2933
  setId: 'u64',
2911
2934
  equivocation: 'SpConsensusGrandpaEquivocation',
2912
2935
  },
2913
2936
  /**
2914
- * Lookup457: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2937
+ * Lookup459: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2915
2938
  **/
2916
2939
  SpConsensusGrandpaEquivocation: {
2917
2940
  _enum: {
@@ -2920,7 +2943,7 @@ exports.default = {
2920
2943
  },
2921
2944
  },
2922
2945
  /**
2923
- * Lookup458: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2946
+ * Lookup460: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2924
2947
  **/
2925
2948
  FinalityGrandpaEquivocationPrevote: {
2926
2949
  roundNumber: 'u64',
@@ -2929,22 +2952,22 @@ exports.default = {
2929
2952
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
2930
2953
  },
2931
2954
  /**
2932
- * Lookup459: finality_grandpa::Prevote<primitive_types::H256, N>
2955
+ * Lookup461: finality_grandpa::Prevote<primitive_types::H256, N>
2933
2956
  **/
2934
2957
  FinalityGrandpaPrevote: {
2935
2958
  targetHash: 'H256',
2936
2959
  targetNumber: 'u32',
2937
2960
  },
2938
2961
  /**
2939
- * Lookup460: sp_consensus_grandpa::app::Signature
2962
+ * Lookup462: sp_consensus_grandpa::app::Signature
2940
2963
  **/
2941
2964
  SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
2942
2965
  /**
2943
- * Lookup461: sp_core::ed25519::Signature
2966
+ * Lookup463: sp_core::ed25519::Signature
2944
2967
  **/
2945
2968
  SpCoreEd25519Signature: '[u8;64]',
2946
2969
  /**
2947
- * Lookup463: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2970
+ * Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2948
2971
  **/
2949
2972
  FinalityGrandpaEquivocationPrecommit: {
2950
2973
  roundNumber: 'u64',
@@ -2953,14 +2976,14 @@ exports.default = {
2953
2976
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
2954
2977
  },
2955
2978
  /**
2956
- * Lookup464: finality_grandpa::Precommit<primitive_types::H256, N>
2979
+ * Lookup466: finality_grandpa::Precommit<primitive_types::H256, N>
2957
2980
  **/
2958
2981
  FinalityGrandpaPrecommit: {
2959
2982
  targetHash: 'H256',
2960
2983
  targetNumber: 'u32',
2961
2984
  },
2962
2985
  /**
2963
- * Lookup466: pallet_im_online::pallet::Call<T>
2986
+ * Lookup468: pallet_im_online::pallet::Call<T>
2964
2987
  **/
2965
2988
  PalletImOnlineCall: {
2966
2989
  _enum: {
@@ -2971,7 +2994,7 @@ exports.default = {
2971
2994
  },
2972
2995
  },
2973
2996
  /**
2974
- * Lookup467: pallet_im_online::Heartbeat<BlockNumber>
2997
+ * Lookup469: pallet_im_online::Heartbeat<BlockNumber>
2975
2998
  **/
2976
2999
  PalletImOnlineHeartbeat: {
2977
3000
  blockNumber: 'u32',
@@ -2981,22 +3004,22 @@ exports.default = {
2981
3004
  validatorsLen: 'u32',
2982
3005
  },
2983
3006
  /**
2984
- * Lookup468: sp_core::offchain::OpaqueNetworkState
3007
+ * Lookup470: sp_core::offchain::OpaqueNetworkState
2985
3008
  **/
2986
3009
  SpCoreOffchainOpaqueNetworkState: {
2987
3010
  peerId: 'OpaquePeerId',
2988
3011
  externalAddresses: 'Vec<OpaqueMultiaddr>',
2989
3012
  },
2990
3013
  /**
2991
- * Lookup472: pallet_im_online::sr25519::app_sr25519::Signature
3014
+ * Lookup474: pallet_im_online::sr25519::app_sr25519::Signature
2992
3015
  **/
2993
3016
  PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
2994
3017
  /**
2995
- * Lookup473: sp_core::sr25519::Signature
3018
+ * Lookup475: sp_core::sr25519::Signature
2996
3019
  **/
2997
3020
  SpCoreSr25519Signature: '[u8;64]',
2998
3021
  /**
2999
- * Lookup474: pallet_sudo::Call<T>
3022
+ * Lookup476: pallet_sudo::Call<T>
3000
3023
  **/
3001
3024
  PalletSudoCall: {
3002
3025
  _enum: {
@@ -3020,7 +3043,7 @@ exports.default = {
3020
3043
  },
3021
3044
  },
3022
3045
  /**
3023
- * Lookup475: pallet_asset::Call<T>
3046
+ * Lookup477: pallet_asset::Call<T>
3024
3047
  **/
3025
3048
  PalletAssetCall: {
3026
3049
  _enum: {
@@ -3154,7 +3177,7 @@ exports.default = {
3154
3177
  },
3155
3178
  },
3156
3179
  /**
3157
- * Lookup477: pallet_corporate_actions::distribution::Call<T>
3180
+ * Lookup479: pallet_corporate_actions::distribution::Call<T>
3158
3181
  **/
3159
3182
  PalletCorporateActionsDistributionCall: {
3160
3183
  _enum: {
@@ -3183,7 +3206,7 @@ exports.default = {
3183
3206
  },
3184
3207
  },
3185
3208
  /**
3186
- * Lookup479: pallet_asset::checkpoint::Call<T>
3209
+ * Lookup481: pallet_asset::checkpoint::Call<T>
3187
3210
  **/
3188
3211
  PalletAssetCheckpointCall: {
3189
3212
  _enum: {
@@ -3204,7 +3227,7 @@ exports.default = {
3204
3227
  },
3205
3228
  },
3206
3229
  /**
3207
- * Lookup480: pallet_compliance_manager::Call<T>
3230
+ * Lookup482: pallet_compliance_manager::Call<T>
3208
3231
  **/
3209
3232
  PalletComplianceManagerCall: {
3210
3233
  _enum: {
@@ -3245,7 +3268,7 @@ exports.default = {
3245
3268
  },
3246
3269
  },
3247
3270
  /**
3248
- * Lookup481: pallet_corporate_actions::Call<T>
3271
+ * Lookup483: pallet_corporate_actions::Call<T>
3249
3272
  **/
3250
3273
  PalletCorporateActionsCall: {
3251
3274
  _enum: {
@@ -3298,7 +3321,7 @@ exports.default = {
3298
3321
  },
3299
3322
  },
3300
3323
  /**
3301
- * Lookup483: pallet_corporate_actions::RecordDateSpec
3324
+ * Lookup485: pallet_corporate_actions::RecordDateSpec
3302
3325
  **/
3303
3326
  PalletCorporateActionsRecordDateSpec: {
3304
3327
  _enum: {
@@ -3308,7 +3331,7 @@ exports.default = {
3308
3331
  },
3309
3332
  },
3310
3333
  /**
3311
- * Lookup486: pallet_corporate_actions::InitiateCorporateActionArgs
3334
+ * Lookup488: pallet_corporate_actions::InitiateCorporateActionArgs
3312
3335
  **/
3313
3336
  PalletCorporateActionsInitiateCorporateActionArgs: {
3314
3337
  ticker: 'PolymeshPrimitivesTicker',
@@ -3321,7 +3344,7 @@ exports.default = {
3321
3344
  withholdingTax: 'Option<Vec<(PolymeshPrimitivesIdentityId,Permill)>>',
3322
3345
  },
3323
3346
  /**
3324
- * Lookup487: pallet_corporate_actions::ballot::Call<T>
3347
+ * Lookup489: pallet_corporate_actions::ballot::Call<T>
3325
3348
  **/
3326
3349
  PalletCorporateActionsBallotCall: {
3327
3350
  _enum: {
@@ -3353,7 +3376,7 @@ exports.default = {
3353
3376
  },
3354
3377
  },
3355
3378
  /**
3356
- * Lookup488: pallet_pips::Call<T>
3379
+ * Lookup490: pallet_pips::Call<T>
3357
3380
  **/
3358
3381
  PalletPipsCall: {
3359
3382
  _enum: {
@@ -3414,13 +3437,13 @@ exports.default = {
3414
3437
  },
3415
3438
  },
3416
3439
  /**
3417
- * Lookup491: pallet_pips::SnapshotResult
3440
+ * Lookup493: pallet_pips::SnapshotResult
3418
3441
  **/
3419
3442
  PalletPipsSnapshotResult: {
3420
3443
  _enum: ['Approve', 'Reject', 'Skip'],
3421
3444
  },
3422
3445
  /**
3423
- * Lookup492: pallet_portfolio::Call<T>
3446
+ * Lookup494: pallet_portfolio::Call<T>
3424
3447
  **/
3425
3448
  PalletPortfolioCall: {
3426
3449
  _enum: {
@@ -3453,17 +3476,27 @@ exports.default = {
3453
3476
  ticker: 'PolymeshPrimitivesTicker',
3454
3477
  portfolioId: 'PolymeshPrimitivesIdentityIdPortfolioId',
3455
3478
  },
3479
+ allow_identity_to_create_portfolios: {
3480
+ trustedIdentity: 'PolymeshPrimitivesIdentityId',
3481
+ },
3482
+ revoke_create_portfolios_permission: {
3483
+ identity: 'PolymeshPrimitivesIdentityId',
3484
+ },
3485
+ create_custody_portfolio: {
3486
+ portfolioOwnerId: 'PolymeshPrimitivesIdentityId',
3487
+ portfolioName: 'Bytes',
3488
+ },
3456
3489
  },
3457
3490
  },
3458
3491
  /**
3459
- * Lookup494: polymesh_primitives::portfolio::Fund
3492
+ * Lookup496: polymesh_primitives::portfolio::Fund
3460
3493
  **/
3461
3494
  PolymeshPrimitivesPortfolioFund: {
3462
3495
  description: 'PolymeshPrimitivesPortfolioFundDescription',
3463
3496
  memo: 'Option<PolymeshPrimitivesMemo>',
3464
3497
  },
3465
3498
  /**
3466
- * Lookup495: pallet_protocol_fee::Call<T>
3499
+ * Lookup497: pallet_protocol_fee::Call<T>
3467
3500
  **/
3468
3501
  PalletProtocolFeeCall: {
3469
3502
  _enum: {
@@ -3477,7 +3510,7 @@ exports.default = {
3477
3510
  },
3478
3511
  },
3479
3512
  /**
3480
- * Lookup496: polymesh_common_utilities::protocol_fee::ProtocolOp
3513
+ * Lookup498: polymesh_common_utilities::protocol_fee::ProtocolOp
3481
3514
  **/
3482
3515
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3483
3516
  _enum: [
@@ -3496,10 +3529,11 @@ exports.default = {
3496
3529
  'CapitalDistributionDistribute',
3497
3530
  'NFTCreateCollection',
3498
3531
  'NFTMint',
3532
+ 'IdentityCreateChildIdentity',
3499
3533
  ],
3500
3534
  },
3501
3535
  /**
3502
- * Lookup497: pallet_scheduler::pallet::Call<T>
3536
+ * Lookup499: pallet_scheduler::pallet::Call<T>
3503
3537
  **/
3504
3538
  PalletSchedulerCall: {
3505
3539
  _enum: {
@@ -3539,7 +3573,7 @@ exports.default = {
3539
3573
  },
3540
3574
  },
3541
3575
  /**
3542
- * Lookup499: pallet_settlement::Call<T>
3576
+ * Lookup501: pallet_settlement::Call<T>
3543
3577
  **/
3544
3578
  PalletSettlementCall: {
3545
3579
  _enum: {
@@ -3619,10 +3653,31 @@ exports.default = {
3619
3653
  id: 'u64',
3620
3654
  weightLimit: 'SpWeightsWeightV2Weight',
3621
3655
  },
3656
+ affirm_with_receipts_with_count: {
3657
+ id: 'u64',
3658
+ receiptDetails: 'Vec<PolymeshPrimitivesSettlementReceiptDetails>',
3659
+ portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
3660
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
3661
+ },
3662
+ affirm_instruction_with_count: {
3663
+ id: 'u64',
3664
+ portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
3665
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
3666
+ },
3667
+ reject_instruction_with_count: {
3668
+ id: 'u64',
3669
+ portfolio: 'PolymeshPrimitivesIdentityIdPortfolioId',
3670
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAssetCount>',
3671
+ },
3672
+ withdraw_affirmation_with_count: {
3673
+ id: 'u64',
3674
+ portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
3675
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
3676
+ },
3622
3677
  },
3623
3678
  },
3624
3679
  /**
3625
- * Lookup501: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3680
+ * Lookup503: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3626
3681
  **/
3627
3682
  PolymeshPrimitivesSettlementReceiptDetails: {
3628
3683
  uid: 'u64',
@@ -3633,7 +3688,7 @@ exports.default = {
3633
3688
  metadata: 'Option<PolymeshPrimitivesSettlementReceiptMetadata>',
3634
3689
  },
3635
3690
  /**
3636
- * Lookup502: sp_runtime::MultiSignature
3691
+ * Lookup504: sp_runtime::MultiSignature
3637
3692
  **/
3638
3693
  SpRuntimeMultiSignature: {
3639
3694
  _enum: {
@@ -3643,11 +3698,27 @@ exports.default = {
3643
3698
  },
3644
3699
  },
3645
3700
  /**
3646
- * Lookup503: sp_core::ecdsa::Signature
3701
+ * Lookup505: sp_core::ecdsa::Signature
3647
3702
  **/
3648
3703
  SpCoreEcdsaSignature: '[u8;65]',
3649
3704
  /**
3650
- * Lookup505: pallet_statistics::Call<T>
3705
+ * Lookup508: polymesh_primitives::settlement::AffirmationCount
3706
+ **/
3707
+ PolymeshPrimitivesSettlementAffirmationCount: {
3708
+ senderAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
3709
+ receiverAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
3710
+ offchainCount: 'u32',
3711
+ },
3712
+ /**
3713
+ * Lookup509: polymesh_primitives::settlement::AssetCount
3714
+ **/
3715
+ PolymeshPrimitivesSettlementAssetCount: {
3716
+ fungible: 'u32',
3717
+ nonFungible: 'u32',
3718
+ offChain: 'u32',
3719
+ },
3720
+ /**
3721
+ * Lookup511: pallet_statistics::Call<T>
3651
3722
  **/
3652
3723
  PalletStatisticsCall: {
3653
3724
  _enum: {
@@ -3672,7 +3743,7 @@ exports.default = {
3672
3743
  },
3673
3744
  },
3674
3745
  /**
3675
- * Lookup510: pallet_sto::Call<T>
3746
+ * Lookup516: pallet_sto::Call<T>
3676
3747
  **/
3677
3748
  PalletStoCall: {
3678
3749
  _enum: {
@@ -3718,14 +3789,14 @@ exports.default = {
3718
3789
  },
3719
3790
  },
3720
3791
  /**
3721
- * Lookup512: pallet_sto::PriceTier
3792
+ * Lookup518: pallet_sto::PriceTier
3722
3793
  **/
3723
3794
  PalletStoPriceTier: {
3724
3795
  total: 'u128',
3725
3796
  price: 'u128',
3726
3797
  },
3727
3798
  /**
3728
- * Lookup514: pallet_treasury::Call<T>
3799
+ * Lookup520: pallet_treasury::Call<T>
3729
3800
  **/
3730
3801
  PalletTreasuryCall: {
3731
3802
  _enum: {
@@ -3738,14 +3809,14 @@ exports.default = {
3738
3809
  },
3739
3810
  },
3740
3811
  /**
3741
- * Lookup516: polymesh_primitives::Beneficiary<Balance>
3812
+ * Lookup522: polymesh_primitives::Beneficiary<Balance>
3742
3813
  **/
3743
3814
  PolymeshPrimitivesBeneficiary: {
3744
3815
  id: 'PolymeshPrimitivesIdentityId',
3745
3816
  amount: 'u128',
3746
3817
  },
3747
3818
  /**
3748
- * Lookup517: pallet_utility::pallet::Call<T>
3819
+ * Lookup523: pallet_utility::pallet::Call<T>
3749
3820
  **/
3750
3821
  PalletUtilityCall: {
3751
3822
  _enum: {
@@ -3783,14 +3854,14 @@ exports.default = {
3783
3854
  },
3784
3855
  },
3785
3856
  /**
3786
- * Lookup519: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3857
+ * Lookup525: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3787
3858
  **/
3788
3859
  PalletUtilityUniqueCall: {
3789
3860
  nonce: 'u64',
3790
3861
  call: 'Call',
3791
3862
  },
3792
3863
  /**
3793
- * Lookup520: polymesh_runtime_develop::runtime::OriginCaller
3864
+ * Lookup526: polymesh_runtime_develop::runtime::OriginCaller
3794
3865
  **/
3795
3866
  PolymeshRuntimeDevelopRuntimeOriginCaller: {
3796
3867
  _enum: {
@@ -3811,7 +3882,7 @@ exports.default = {
3811
3882
  },
3812
3883
  },
3813
3884
  /**
3814
- * Lookup521: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3885
+ * Lookup527: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3815
3886
  **/
3816
3887
  FrameSupportDispatchRawOrigin: {
3817
3888
  _enum: {
@@ -3821,33 +3892,33 @@ exports.default = {
3821
3892
  },
3822
3893
  },
3823
3894
  /**
3824
- * Lookup522: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3895
+ * Lookup528: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3825
3896
  **/
3826
3897
  PalletCommitteeRawOriginInstance1: {
3827
3898
  _enum: ['Endorsed'],
3828
3899
  },
3829
3900
  /**
3830
- * Lookup523: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3901
+ * Lookup529: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3831
3902
  **/
3832
3903
  PalletCommitteeRawOriginInstance3: {
3833
3904
  _enum: ['Endorsed'],
3834
3905
  },
3835
3906
  /**
3836
- * Lookup524: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3907
+ * Lookup530: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3837
3908
  **/
3838
3909
  PalletCommitteeRawOriginInstance4: {
3839
3910
  _enum: ['Endorsed'],
3840
3911
  },
3841
3912
  /**
3842
- * Lookup525: sp_core::Void
3913
+ * Lookup531: sp_core::Void
3843
3914
  **/
3844
3915
  SpCoreVoid: 'Null',
3845
3916
  /**
3846
- * Lookup526: pallet_base::Call<T>
3917
+ * Lookup532: pallet_base::Call<T>
3847
3918
  **/
3848
3919
  PalletBaseCall: 'Null',
3849
3920
  /**
3850
- * Lookup527: pallet_external_agents::Call<T>
3921
+ * Lookup533: pallet_external_agents::Call<T>
3851
3922
  **/
3852
3923
  PalletExternalAgentsCall: {
3853
3924
  _enum: {
@@ -3889,7 +3960,7 @@ exports.default = {
3889
3960
  },
3890
3961
  },
3891
3962
  /**
3892
- * Lookup528: pallet_relayer::Call<T>
3963
+ * Lookup534: pallet_relayer::Call<T>
3893
3964
  **/
3894
3965
  PalletRelayerCall: {
3895
3966
  _enum: {
@@ -3919,32 +3990,7 @@ exports.default = {
3919
3990
  },
3920
3991
  },
3921
3992
  /**
3922
- * Lookup529: pallet_rewards::Call<T>
3923
- **/
3924
- PalletRewardsCall: {
3925
- _enum: {
3926
- claim_itn_reward: {
3927
- rewardAddress: 'AccountId32',
3928
- itnAddress: 'AccountId32',
3929
- signature: 'SpRuntimeMultiSignature',
3930
- },
3931
- set_itn_reward_status: {
3932
- itnAddress: 'AccountId32',
3933
- status: 'PalletRewardsItnRewardStatus',
3934
- },
3935
- },
3936
- },
3937
- /**
3938
- * Lookup530: pallet_rewards::ItnRewardStatus
3939
- **/
3940
- PalletRewardsItnRewardStatus: {
3941
- _enum: {
3942
- Unclaimed: 'u128',
3943
- Claimed: 'Null',
3944
- },
3945
- },
3946
- /**
3947
- * Lookup531: pallet_contracts::pallet::Call<T>
3993
+ * Lookup535: pallet_contracts::pallet::Call<T>
3948
3994
  **/
3949
3995
  PalletContractsCall: {
3950
3996
  _enum: {
@@ -4009,13 +4055,13 @@ exports.default = {
4009
4055
  },
4010
4056
  },
4011
4057
  /**
4012
- * Lookup535: pallet_contracts::wasm::Determinism
4058
+ * Lookup539: pallet_contracts::wasm::Determinism
4013
4059
  **/
4014
4060
  PalletContractsWasmDeterminism: {
4015
4061
  _enum: ['Deterministic', 'AllowIndeterminism'],
4016
4062
  },
4017
4063
  /**
4018
- * Lookup536: polymesh_contracts::Call<T>
4064
+ * Lookup540: polymesh_contracts::Call<T>
4019
4065
  **/
4020
4066
  PolymeshContractsCall: {
4021
4067
  _enum: {
@@ -4040,14 +4086,46 @@ exports.default = {
4040
4086
  update_call_runtime_whitelist: {
4041
4087
  updates: 'Vec<(PolymeshContractsChainExtensionExtrinsicId,bool)>',
4042
4088
  },
4089
+ instantiate_with_code_as_primary_key: {
4090
+ endowment: 'u128',
4091
+ gasLimit: 'SpWeightsWeightV2Weight',
4092
+ storageDepositLimit: 'Option<u128>',
4093
+ code: 'Bytes',
4094
+ data: 'Bytes',
4095
+ salt: 'Bytes',
4096
+ },
4097
+ instantiate_with_hash_as_primary_key: {
4098
+ endowment: 'u128',
4099
+ gasLimit: 'SpWeightsWeightV2Weight',
4100
+ storageDepositLimit: 'Option<u128>',
4101
+ codeHash: 'H256',
4102
+ data: 'Bytes',
4103
+ salt: 'Bytes',
4104
+ },
4105
+ upgrade_api: {
4106
+ api: 'PolymeshContractsApi',
4107
+ nextUpgrade: 'PolymeshContractsNextUpgrade',
4108
+ },
4043
4109
  },
4044
4110
  },
4045
4111
  /**
4046
- * Lookup539: polymesh_contracts::chain_extension::ExtrinsicId
4112
+ * Lookup543: polymesh_contracts::NextUpgrade<T>
4047
4113
  **/
4048
- PolymeshContractsChainExtensionExtrinsicId: '(u8,u8)',
4114
+ PolymeshContractsNextUpgrade: {
4115
+ chainVersion: 'PolymeshContractsChainVersion',
4116
+ apiHash: 'PolymeshContractsApiCodeHash',
4117
+ },
4118
+ /**
4119
+ * Lookup544: polymesh_contracts::ApiCodeHash<T>
4120
+ **/
4121
+ PolymeshContractsApiCodeHash: {
4122
+ _alias: {
4123
+ hash_: 'hash',
4124
+ },
4125
+ hash_: 'H256',
4126
+ },
4049
4127
  /**
4050
- * Lookup540: pallet_preimage::pallet::Call<T>
4128
+ * Lookup545: pallet_preimage::pallet::Call<T>
4051
4129
  **/
4052
4130
  PalletPreimageCall: {
4053
4131
  _enum: {
@@ -4075,7 +4153,7 @@ exports.default = {
4075
4153
  },
4076
4154
  },
4077
4155
  /**
4078
- * Lookup541: pallet_nft::Call<T>
4156
+ * Lookup546: pallet_nft::Call<T>
4079
4157
  **/
4080
4158
  PalletNftCall: {
4081
4159
  _enum: {
@@ -4094,21 +4172,27 @@ exports.default = {
4094
4172
  nftId: 'u64',
4095
4173
  portfolioKind: 'PolymeshPrimitivesIdentityIdPortfolioKind',
4096
4174
  },
4175
+ controller_transfer: {
4176
+ ticker: 'PolymeshPrimitivesTicker',
4177
+ nfts: 'PolymeshPrimitivesNftNfTs',
4178
+ sourcePortfolio: 'PolymeshPrimitivesIdentityIdPortfolioId',
4179
+ callersPortfolioKind: 'PolymeshPrimitivesIdentityIdPortfolioKind',
4180
+ },
4097
4181
  },
4098
4182
  },
4099
4183
  /**
4100
- * Lookup543: polymesh_primitives::nft::NFTCollectionKeys
4184
+ * Lookup548: polymesh_primitives::nft::NFTCollectionKeys
4101
4185
  **/
4102
4186
  PolymeshPrimitivesNftNftCollectionKeys: 'Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey>',
4103
4187
  /**
4104
- * Lookup546: polymesh_primitives::nft::NFTMetadataAttribute
4188
+ * Lookup551: polymesh_primitives::nft::NFTMetadataAttribute
4105
4189
  **/
4106
4190
  PolymeshPrimitivesNftNftMetadataAttribute: {
4107
4191
  key: 'PolymeshPrimitivesAssetMetadataAssetMetadataKey',
4108
4192
  value: 'Bytes',
4109
4193
  },
4110
4194
  /**
4111
- * Lookup547: pallet_test_utils::Call<T>
4195
+ * Lookup552: pallet_test_utils::Call<T>
4112
4196
  **/
4113
4197
  PalletTestUtilsCall: {
4114
4198
  _enum: {
@@ -4125,7 +4209,7 @@ exports.default = {
4125
4209
  },
4126
4210
  },
4127
4211
  /**
4128
- * Lookup548: pallet_committee::PolymeshVotes<BlockNumber>
4212
+ * Lookup553: pallet_committee::PolymeshVotes<BlockNumber>
4129
4213
  **/
4130
4214
  PalletCommitteePolymeshVotes: {
4131
4215
  index: 'u32',
@@ -4134,7 +4218,7 @@ exports.default = {
4134
4218
  expiry: 'PolymeshCommonUtilitiesMaybeBlock',
4135
4219
  },
4136
4220
  /**
4137
- * Lookup550: pallet_committee::Error<T, I>
4221
+ * Lookup555: pallet_committee::Error<T, I>
4138
4222
  **/
4139
4223
  PalletCommitteeError: {
4140
4224
  _enum: [
@@ -4150,7 +4234,7 @@ exports.default = {
4150
4234
  ],
4151
4235
  },
4152
4236
  /**
4153
- * Lookup560: polymesh_primitives::multisig::ProposalDetails<T>
4237
+ * Lookup565: polymesh_primitives::multisig::ProposalDetails<T>
4154
4238
  **/
4155
4239
  PolymeshPrimitivesMultisigProposalDetails: {
4156
4240
  approvals: 'u64',
@@ -4160,13 +4244,13 @@ exports.default = {
4160
4244
  autoClose: 'bool',
4161
4245
  },
4162
4246
  /**
4163
- * Lookup561: polymesh_primitives::multisig::ProposalStatus
4247
+ * Lookup566: polymesh_primitives::multisig::ProposalStatus
4164
4248
  **/
4165
4249
  PolymeshPrimitivesMultisigProposalStatus: {
4166
4250
  _enum: ['Invalid', 'ActiveOrExpired', 'ExecutionSuccessful', 'ExecutionFailed', 'Rejected'],
4167
4251
  },
4168
4252
  /**
4169
- * Lookup563: pallet_multisig::Error<T>
4253
+ * Lookup568: pallet_multisig::Error<T>
4170
4254
  **/
4171
4255
  PalletMultisigError: {
4172
4256
  _enum: [
@@ -4199,7 +4283,7 @@ exports.default = {
4199
4283
  ],
4200
4284
  },
4201
4285
  /**
4202
- * Lookup565: pallet_bridge::BridgeTxDetail<BlockNumber>
4286
+ * Lookup570: pallet_bridge::BridgeTxDetail<BlockNumber>
4203
4287
  **/
4204
4288
  PalletBridgeBridgeTxDetail: {
4205
4289
  amount: 'u128',
@@ -4208,7 +4292,7 @@ exports.default = {
4208
4292
  txHash: 'H256',
4209
4293
  },
4210
4294
  /**
4211
- * Lookup566: pallet_bridge::BridgeTxStatus
4295
+ * Lookup571: pallet_bridge::BridgeTxStatus
4212
4296
  **/
4213
4297
  PalletBridgeBridgeTxStatus: {
4214
4298
  _enum: {
@@ -4220,7 +4304,7 @@ exports.default = {
4220
4304
  },
4221
4305
  },
4222
4306
  /**
4223
- * Lookup569: pallet_bridge::Error<T>
4307
+ * Lookup574: pallet_bridge::Error<T>
4224
4308
  **/
4225
4309
  PalletBridgeError: {
4226
4310
  _enum: [
@@ -4240,7 +4324,7 @@ exports.default = {
4240
4324
  ],
4241
4325
  },
4242
4326
  /**
4243
- * Lookup570: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
4327
+ * Lookup575: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
4244
4328
  **/
4245
4329
  PalletStakingStakingLedger: {
4246
4330
  stash: 'AccountId32',
@@ -4250,14 +4334,14 @@ exports.default = {
4250
4334
  claimedRewards: 'Vec<u32>',
4251
4335
  },
4252
4336
  /**
4253
- * Lookup572: pallet_staking::UnlockChunk<Balance>
4337
+ * Lookup577: pallet_staking::UnlockChunk<Balance>
4254
4338
  **/
4255
4339
  PalletStakingUnlockChunk: {
4256
4340
  value: 'Compact<u128>',
4257
4341
  era: 'Compact<u32>',
4258
4342
  },
4259
4343
  /**
4260
- * Lookup573: pallet_staking::Nominations<sp_core::crypto::AccountId32>
4344
+ * Lookup578: pallet_staking::Nominations<sp_core::crypto::AccountId32>
4261
4345
  **/
4262
4346
  PalletStakingNominations: {
4263
4347
  targets: 'Vec<AccountId32>',
@@ -4265,27 +4349,27 @@ exports.default = {
4265
4349
  suppressed: 'bool',
4266
4350
  },
4267
4351
  /**
4268
- * Lookup574: pallet_staking::ActiveEraInfo
4352
+ * Lookup579: pallet_staking::ActiveEraInfo
4269
4353
  **/
4270
4354
  PalletStakingActiveEraInfo: {
4271
4355
  index: 'u32',
4272
4356
  start: 'Option<u64>',
4273
4357
  },
4274
4358
  /**
4275
- * Lookup576: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4359
+ * Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4276
4360
  **/
4277
4361
  PalletStakingEraRewardPoints: {
4278
4362
  total: 'u32',
4279
4363
  individual: 'BTreeMap<AccountId32, u32>',
4280
4364
  },
4281
4365
  /**
4282
- * Lookup579: pallet_staking::Forcing
4366
+ * Lookup584: pallet_staking::Forcing
4283
4367
  **/
4284
4368
  PalletStakingForcing: {
4285
4369
  _enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'],
4286
4370
  },
4287
4371
  /**
4288
- * Lookup581: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4372
+ * Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4289
4373
  **/
4290
4374
  PalletStakingUnappliedSlash: {
4291
4375
  validator: 'AccountId32',
@@ -4295,7 +4379,7 @@ exports.default = {
4295
4379
  payout: 'u128',
4296
4380
  },
4297
4381
  /**
4298
- * Lookup585: pallet_staking::slashing::SlashingSpans
4382
+ * Lookup590: pallet_staking::slashing::SlashingSpans
4299
4383
  **/
4300
4384
  PalletStakingSlashingSlashingSpans: {
4301
4385
  spanIndex: 'u32',
@@ -4304,14 +4388,14 @@ exports.default = {
4304
4388
  prior: 'Vec<u32>',
4305
4389
  },
4306
4390
  /**
4307
- * Lookup586: pallet_staking::slashing::SpanRecord<Balance>
4391
+ * Lookup591: pallet_staking::slashing::SpanRecord<Balance>
4308
4392
  **/
4309
4393
  PalletStakingSlashingSpanRecord: {
4310
4394
  slashed: 'u128',
4311
4395
  paidOut: 'u128',
4312
4396
  },
4313
4397
  /**
4314
- * Lookup589: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4398
+ * Lookup594: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4315
4399
  **/
4316
4400
  PalletStakingElectionResult: {
4317
4401
  electedStashes: 'Vec<AccountId32>',
@@ -4319,7 +4403,7 @@ exports.default = {
4319
4403
  compute: 'PalletStakingElectionCompute',
4320
4404
  },
4321
4405
  /**
4322
- * Lookup590: pallet_staking::ElectionStatus<BlockNumber>
4406
+ * Lookup595: pallet_staking::ElectionStatus<BlockNumber>
4323
4407
  **/
4324
4408
  PalletStakingElectionStatus: {
4325
4409
  _enum: {
@@ -4328,20 +4412,20 @@ exports.default = {
4328
4412
  },
4329
4413
  },
4330
4414
  /**
4331
- * Lookup591: pallet_staking::PermissionedIdentityPrefs
4415
+ * Lookup596: pallet_staking::PermissionedIdentityPrefs
4332
4416
  **/
4333
4417
  PalletStakingPermissionedIdentityPrefs: {
4334
4418
  intendedCount: 'u32',
4335
4419
  runningCount: 'u32',
4336
4420
  },
4337
4421
  /**
4338
- * Lookup592: pallet_staking::Releases
4422
+ * Lookup597: pallet_staking::Releases
4339
4423
  **/
4340
4424
  PalletStakingReleases: {
4341
4425
  _enum: ['V1_0_0Ancient', 'V2_0_0', 'V3_0_0', 'V4_0_0', 'V5_0_0', 'V6_0_0', 'V6_0_1', 'V7_0_0'],
4342
4426
  },
4343
4427
  /**
4344
- * Lookup594: pallet_staking::Error<T>
4428
+ * Lookup599: pallet_staking::Error<T>
4345
4429
  **/
4346
4430
  PalletStakingError: {
4347
4431
  _enum: [
@@ -4391,24 +4475,24 @@ exports.default = {
4391
4475
  ],
4392
4476
  },
4393
4477
  /**
4394
- * Lookup595: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4478
+ * Lookup600: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4395
4479
  **/
4396
4480
  SpStakingOffenceOffenceDetails: {
4397
4481
  offender: '(AccountId32,PalletStakingExposure)',
4398
4482
  reporters: 'Vec<AccountId32>',
4399
4483
  },
4400
4484
  /**
4401
- * Lookup600: sp_core::crypto::KeyTypeId
4485
+ * Lookup605: sp_core::crypto::KeyTypeId
4402
4486
  **/
4403
4487
  SpCoreCryptoKeyTypeId: '[u8;4]',
4404
4488
  /**
4405
- * Lookup601: pallet_session::pallet::Error<T>
4489
+ * Lookup606: pallet_session::pallet::Error<T>
4406
4490
  **/
4407
4491
  PalletSessionError: {
4408
4492
  _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'],
4409
4493
  },
4410
4494
  /**
4411
- * Lookup602: pallet_grandpa::StoredState<N>
4495
+ * Lookup607: pallet_grandpa::StoredState<N>
4412
4496
  **/
4413
4497
  PalletGrandpaStoredState: {
4414
4498
  _enum: {
@@ -4425,7 +4509,7 @@ exports.default = {
4425
4509
  },
4426
4510
  },
4427
4511
  /**
4428
- * Lookup603: pallet_grandpa::StoredPendingChange<N, Limit>
4512
+ * Lookup608: pallet_grandpa::StoredPendingChange<N, Limit>
4429
4513
  **/
4430
4514
  PalletGrandpaStoredPendingChange: {
4431
4515
  scheduledAt: 'u32',
@@ -4434,7 +4518,7 @@ exports.default = {
4434
4518
  forced: 'Option<u32>',
4435
4519
  },
4436
4520
  /**
4437
- * Lookup605: pallet_grandpa::pallet::Error<T>
4521
+ * Lookup610: pallet_grandpa::pallet::Error<T>
4438
4522
  **/
4439
4523
  PalletGrandpaError: {
4440
4524
  _enum: [
@@ -4448,40 +4532,40 @@ exports.default = {
4448
4532
  ],
4449
4533
  },
4450
4534
  /**
4451
- * Lookup609: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4535
+ * Lookup614: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4452
4536
  **/
4453
4537
  PalletImOnlineBoundedOpaqueNetworkState: {
4454
4538
  peerId: 'Bytes',
4455
4539
  externalAddresses: 'Vec<Bytes>',
4456
4540
  },
4457
4541
  /**
4458
- * Lookup613: pallet_im_online::pallet::Error<T>
4542
+ * Lookup618: pallet_im_online::pallet::Error<T>
4459
4543
  **/
4460
4544
  PalletImOnlineError: {
4461
4545
  _enum: ['InvalidKey', 'DuplicatedHeartbeat'],
4462
4546
  },
4463
4547
  /**
4464
- * Lookup615: pallet_sudo::Error<T>
4548
+ * Lookup620: pallet_sudo::Error<T>
4465
4549
  **/
4466
4550
  PalletSudoError: {
4467
4551
  _enum: ['RequireSudo'],
4468
4552
  },
4469
4553
  /**
4470
- * Lookup616: pallet_asset::TickerRegistration<U>
4554
+ * Lookup621: pallet_asset::TickerRegistration<U>
4471
4555
  **/
4472
4556
  PalletAssetTickerRegistration: {
4473
4557
  owner: 'PolymeshPrimitivesIdentityId',
4474
4558
  expiry: 'Option<u64>',
4475
4559
  },
4476
4560
  /**
4477
- * Lookup617: pallet_asset::TickerRegistrationConfig<U>
4561
+ * Lookup622: pallet_asset::TickerRegistrationConfig<U>
4478
4562
  **/
4479
4563
  PalletAssetTickerRegistrationConfig: {
4480
4564
  maxTickerLength: 'u8',
4481
4565
  registrationLength: 'Option<u64>',
4482
4566
  },
4483
4567
  /**
4484
- * Lookup618: pallet_asset::SecurityToken
4568
+ * Lookup623: pallet_asset::SecurityToken
4485
4569
  **/
4486
4570
  PalletAssetSecurityToken: {
4487
4571
  totalSupply: 'u128',
@@ -4490,13 +4574,13 @@ exports.default = {
4490
4574
  assetType: 'PolymeshPrimitivesAssetAssetType',
4491
4575
  },
4492
4576
  /**
4493
- * Lookup622: pallet_asset::AssetOwnershipRelation
4577
+ * Lookup627: pallet_asset::AssetOwnershipRelation
4494
4578
  **/
4495
4579
  PalletAssetAssetOwnershipRelation: {
4496
4580
  _enum: ['NotOwned', 'TickerOwned', 'AssetOwned'],
4497
4581
  },
4498
4582
  /**
4499
- * Lookup628: pallet_asset::Error<T>
4583
+ * Lookup633: pallet_asset::Error<T>
4500
4584
  **/
4501
4585
  PalletAssetError: {
4502
4586
  _enum: [
@@ -4540,7 +4624,7 @@ exports.default = {
4540
4624
  ],
4541
4625
  },
4542
4626
  /**
4543
- * Lookup631: pallet_corporate_actions::distribution::Error<T>
4627
+ * Lookup636: pallet_corporate_actions::distribution::Error<T>
4544
4628
  **/
4545
4629
  PalletCorporateActionsDistributionError: {
4546
4630
  _enum: [
@@ -4562,7 +4646,7 @@ exports.default = {
4562
4646
  ],
4563
4647
  },
4564
4648
  /**
4565
- * Lookup635: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4649
+ * Lookup640: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4566
4650
  **/
4567
4651
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4568
4652
  nextAt: 'u64',
@@ -4570,7 +4654,7 @@ exports.default = {
4570
4654
  schedules: 'BTreeMap<u64, u64>',
4571
4655
  },
4572
4656
  /**
4573
- * Lookup641: pallet_asset::checkpoint::Error<T>
4657
+ * Lookup646: pallet_asset::checkpoint::Error<T>
4574
4658
  **/
4575
4659
  PalletAssetCheckpointError: {
4576
4660
  _enum: [
@@ -4583,14 +4667,14 @@ exports.default = {
4583
4667
  ],
4584
4668
  },
4585
4669
  /**
4586
- * Lookup642: polymesh_primitives::compliance_manager::AssetCompliance
4670
+ * Lookup647: polymesh_primitives::compliance_manager::AssetCompliance
4587
4671
  **/
4588
4672
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4589
4673
  paused: 'bool',
4590
4674
  requirements: 'Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>',
4591
4675
  },
4592
4676
  /**
4593
- * Lookup644: pallet_compliance_manager::Error<T>
4677
+ * Lookup649: pallet_compliance_manager::Error<T>
4594
4678
  **/
4595
4679
  PalletComplianceManagerError: {
4596
4680
  _enum: [
@@ -4604,7 +4688,7 @@ exports.default = {
4604
4688
  ],
4605
4689
  },
4606
4690
  /**
4607
- * Lookup647: pallet_corporate_actions::Error<T>
4691
+ * Lookup652: pallet_corporate_actions::Error<T>
4608
4692
  **/
4609
4693
  PalletCorporateActionsError: {
4610
4694
  _enum: [
@@ -4622,7 +4706,7 @@ exports.default = {
4622
4706
  ],
4623
4707
  },
4624
4708
  /**
4625
- * Lookup649: pallet_corporate_actions::ballot::Error<T>
4709
+ * Lookup654: pallet_corporate_actions::ballot::Error<T>
4626
4710
  **/
4627
4711
  PalletCorporateActionsBallotError: {
4628
4712
  _enum: [
@@ -4643,13 +4727,13 @@ exports.default = {
4643
4727
  ],
4644
4728
  },
4645
4729
  /**
4646
- * Lookup650: pallet_permissions::Error<T>
4730
+ * Lookup655: pallet_permissions::Error<T>
4647
4731
  **/
4648
4732
  PalletPermissionsError: {
4649
4733
  _enum: ['UnauthorizedCaller'],
4650
4734
  },
4651
4735
  /**
4652
- * Lookup651: pallet_pips::PipsMetadata<BlockNumber>
4736
+ * Lookup656: pallet_pips::PipsMetadata<BlockNumber>
4653
4737
  **/
4654
4738
  PalletPipsPipsMetadata: {
4655
4739
  id: 'u32',
@@ -4660,14 +4744,14 @@ exports.default = {
4660
4744
  expiry: 'PolymeshCommonUtilitiesMaybeBlock',
4661
4745
  },
4662
4746
  /**
4663
- * Lookup653: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4747
+ * Lookup658: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4664
4748
  **/
4665
4749
  PalletPipsDepositInfo: {
4666
4750
  owner: 'AccountId32',
4667
4751
  amount: 'u128',
4668
4752
  },
4669
4753
  /**
4670
- * Lookup654: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4754
+ * Lookup659: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4671
4755
  **/
4672
4756
  PalletPipsPip: {
4673
4757
  id: 'u32',
@@ -4675,7 +4759,7 @@ exports.default = {
4675
4759
  proposer: 'PalletPipsProposer',
4676
4760
  },
4677
4761
  /**
4678
- * Lookup655: pallet_pips::VotingResult
4762
+ * Lookup660: pallet_pips::VotingResult
4679
4763
  **/
4680
4764
  PalletPipsVotingResult: {
4681
4765
  ayesCount: 'u32',
@@ -4684,11 +4768,11 @@ exports.default = {
4684
4768
  naysStake: 'u128',
4685
4769
  },
4686
4770
  /**
4687
- * Lookup656: pallet_pips::Vote
4771
+ * Lookup661: pallet_pips::Vote
4688
4772
  **/
4689
4773
  PalletPipsVote: '(bool,u128)',
4690
4774
  /**
4691
- * Lookup657: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4775
+ * Lookup662: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4692
4776
  **/
4693
4777
  PalletPipsSnapshotMetadata: {
4694
4778
  createdAt: 'u32',
@@ -4696,7 +4780,7 @@ exports.default = {
4696
4780
  id: 'u32',
4697
4781
  },
4698
4782
  /**
4699
- * Lookup659: pallet_pips::Error<T>
4783
+ * Lookup664: pallet_pips::Error<T>
4700
4784
  **/
4701
4785
  PalletPipsError: {
4702
4786
  _enum: [
@@ -4721,7 +4805,7 @@ exports.default = {
4721
4805
  ],
4722
4806
  },
4723
4807
  /**
4724
- * Lookup667: pallet_portfolio::Error<T>
4808
+ * Lookup673: pallet_portfolio::Error<T>
4725
4809
  **/
4726
4810
  PalletPortfolioError: {
4727
4811
  _enum: [
@@ -4741,16 +4825,17 @@ exports.default = {
4741
4825
  'InvalidTransferNFTNotOwned',
4742
4826
  'InvalidTransferNFTIsLocked',
4743
4827
  'EmptyTransfer',
4828
+ 'MissingOwnersPermission',
4744
4829
  ],
4745
4830
  },
4746
4831
  /**
4747
- * Lookup668: pallet_protocol_fee::Error<T>
4832
+ * Lookup674: pallet_protocol_fee::Error<T>
4748
4833
  **/
4749
4834
  PalletProtocolFeeError: {
4750
4835
  _enum: ['InsufficientAccountBalance', 'UnHandledImbalances', 'InsufficientSubsidyBalance'],
4751
4836
  },
4752
4837
  /**
4753
- * Lookup671: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4838
+ * Lookup677: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4754
4839
  **/
4755
4840
  PalletSchedulerScheduled: {
4756
4841
  maybeId: 'Option<[u8;32]>',
@@ -4760,7 +4845,7 @@ exports.default = {
4760
4845
  origin: 'PolymeshRuntimeDevelopRuntimeOriginCaller',
4761
4846
  },
4762
4847
  /**
4763
- * Lookup672: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4848
+ * Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4764
4849
  **/
4765
4850
  FrameSupportPreimagesBounded: {
4766
4851
  _enum: {
@@ -4781,7 +4866,7 @@ exports.default = {
4781
4866
  },
4782
4867
  },
4783
4868
  /**
4784
- * Lookup675: pallet_scheduler::pallet::Error<T>
4869
+ * Lookup681: pallet_scheduler::pallet::Error<T>
4785
4870
  **/
4786
4871
  PalletSchedulerError: {
4787
4872
  _enum: [
@@ -4793,14 +4878,14 @@ exports.default = {
4793
4878
  ],
4794
4879
  },
4795
4880
  /**
4796
- * Lookup676: polymesh_primitives::settlement::Venue
4881
+ * Lookup682: polymesh_primitives::settlement::Venue
4797
4882
  **/
4798
4883
  PolymeshPrimitivesSettlementVenue: {
4799
4884
  creator: 'PolymeshPrimitivesIdentityId',
4800
4885
  venueType: 'PolymeshPrimitivesSettlementVenueType',
4801
4886
  },
4802
4887
  /**
4803
- * Lookup680: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4888
+ * Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4804
4889
  **/
4805
4890
  PolymeshPrimitivesSettlementInstruction: {
4806
4891
  instructionId: 'u64',
@@ -4811,7 +4896,7 @@ exports.default = {
4811
4896
  valueDate: 'Option<u64>',
4812
4897
  },
4813
4898
  /**
4814
- * Lookup682: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4899
+ * Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4815
4900
  **/
4816
4901
  PolymeshPrimitivesSettlementLegStatus: {
4817
4902
  _enum: {
@@ -4821,13 +4906,13 @@ exports.default = {
4821
4906
  },
4822
4907
  },
4823
4908
  /**
4824
- * Lookup684: polymesh_primitives::settlement::AffirmationStatus
4909
+ * Lookup690: polymesh_primitives::settlement::AffirmationStatus
4825
4910
  **/
4826
4911
  PolymeshPrimitivesSettlementAffirmationStatus: {
4827
4912
  _enum: ['Unknown', 'Pending', 'Affirmed'],
4828
4913
  },
4829
4914
  /**
4830
- * Lookup688: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4915
+ * Lookup694: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4831
4916
  **/
4832
4917
  PolymeshPrimitivesSettlementInstructionStatus: {
4833
4918
  _enum: {
@@ -4839,7 +4924,7 @@ exports.default = {
4839
4924
  },
4840
4925
  },
4841
4926
  /**
4842
- * Lookup689: pallet_settlement::Error<T>
4927
+ * Lookup695: pallet_settlement::Error<T>
4843
4928
  **/
4844
4929
  PalletSettlementError: {
4845
4930
  _enum: [
@@ -4882,24 +4967,25 @@ exports.default = {
4882
4967
  'ReceiptInstructionIdMissmatch',
4883
4968
  'MultipleReceiptsForOneLeg',
4884
4969
  'UnexpectedLegStatus',
4970
+ 'NumberOfVenueSignersExceeded',
4885
4971
  ],
4886
4972
  },
4887
4973
  /**
4888
- * Lookup692: polymesh_primitives::statistics::Stat1stKey
4974
+ * Lookup698: polymesh_primitives::statistics::Stat1stKey
4889
4975
  **/
4890
4976
  PolymeshPrimitivesStatisticsStat1stKey: {
4891
4977
  asset: 'PolymeshPrimitivesStatisticsAssetScope',
4892
4978
  statType: 'PolymeshPrimitivesStatisticsStatType',
4893
4979
  },
4894
4980
  /**
4895
- * Lookup693: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4981
+ * Lookup699: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4896
4982
  **/
4897
4983
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4898
4984
  paused: 'bool',
4899
4985
  requirements: 'BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>',
4900
4986
  },
4901
4987
  /**
4902
- * Lookup697: pallet_statistics::Error<T>
4988
+ * Lookup703: pallet_statistics::Error<T>
4903
4989
  **/
4904
4990
  PalletStatisticsError: {
4905
4991
  _enum: [
@@ -4913,7 +4999,7 @@ exports.default = {
4913
4999
  ],
4914
5000
  },
4915
5001
  /**
4916
- * Lookup699: pallet_sto::Error<T>
5002
+ * Lookup705: pallet_sto::Error<T>
4917
5003
  **/
4918
5004
  PalletStoError: {
4919
5005
  _enum: [
@@ -4932,25 +5018,25 @@ exports.default = {
4932
5018
  ],
4933
5019
  },
4934
5020
  /**
4935
- * Lookup700: pallet_treasury::Error<T>
5021
+ * Lookup706: pallet_treasury::Error<T>
4936
5022
  **/
4937
5023
  PalletTreasuryError: {
4938
5024
  _enum: ['InsufficientBalance', 'InvalidIdentity'],
4939
5025
  },
4940
5026
  /**
4941
- * Lookup701: pallet_utility::pallet::Error<T>
5027
+ * Lookup707: pallet_utility::pallet::Error<T>
4942
5028
  **/
4943
5029
  PalletUtilityError: {
4944
5030
  _enum: ['TooManyCalls', 'InvalidSignature', 'TargetCddMissing', 'InvalidNonce'],
4945
5031
  },
4946
5032
  /**
4947
- * Lookup702: pallet_base::Error<T>
5033
+ * Lookup708: pallet_base::Error<T>
4948
5034
  **/
4949
5035
  PalletBaseError: {
4950
5036
  _enum: ['TooLong', 'CounterOverflow'],
4951
5037
  },
4952
5038
  /**
4953
- * Lookup704: pallet_external_agents::Error<T>
5039
+ * Lookup710: pallet_external_agents::Error<T>
4954
5040
  **/
4955
5041
  PalletExternalAgentsError: {
4956
5042
  _enum: [
@@ -4963,14 +5049,14 @@ exports.default = {
4963
5049
  ],
4964
5050
  },
4965
5051
  /**
4966
- * Lookup705: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
5052
+ * Lookup711: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4967
5053
  **/
4968
5054
  PalletRelayerSubsidy: {
4969
5055
  payingKey: 'AccountId32',
4970
5056
  remaining: 'u128',
4971
5057
  },
4972
5058
  /**
4973
- * Lookup706: pallet_relayer::Error<T>
5059
+ * Lookup712: pallet_relayer::Error<T>
4974
5060
  **/
4975
5061
  PalletRelayerError: {
4976
5062
  _enum: [
@@ -4984,18 +5070,7 @@ exports.default = {
4984
5070
  ],
4985
5071
  },
4986
5072
  /**
4987
- * Lookup707: pallet_rewards::Error<T>
4988
- **/
4989
- PalletRewardsError: {
4990
- _enum: [
4991
- 'UnknownItnAddress',
4992
- 'ItnRewardAlreadyClaimed',
4993
- 'InvalidSignature',
4994
- 'UnableToCovertBalance',
4995
- ],
4996
- },
4997
- /**
4998
- * Lookup709: pallet_contracts::wasm::PrefabWasmModule<T>
5073
+ * Lookup714: pallet_contracts::wasm::PrefabWasmModule<T>
4999
5074
  **/
5000
5075
  PalletContractsWasmPrefabWasmModule: {
5001
5076
  instructionWeightsVersion: 'Compact<u32>',
@@ -5005,7 +5080,7 @@ exports.default = {
5005
5080
  determinism: 'PalletContractsWasmDeterminism',
5006
5081
  },
5007
5082
  /**
5008
- * Lookup711: pallet_contracts::wasm::OwnerInfo<T>
5083
+ * Lookup716: pallet_contracts::wasm::OwnerInfo<T>
5009
5084
  **/
5010
5085
  PalletContractsWasmOwnerInfo: {
5011
5086
  owner: 'AccountId32',
@@ -5013,7 +5088,7 @@ exports.default = {
5013
5088
  refcount: 'Compact<u64>',
5014
5089
  },
5015
5090
  /**
5016
- * Lookup712: pallet_contracts::storage::ContractInfo<T>
5091
+ * Lookup717: pallet_contracts::storage::ContractInfo<T>
5017
5092
  **/
5018
5093
  PalletContractsStorageContractInfo: {
5019
5094
  trieId: 'Bytes',
@@ -5026,13 +5101,13 @@ exports.default = {
5026
5101
  storageBaseDeposit: 'u128',
5027
5102
  },
5028
5103
  /**
5029
- * Lookup715: pallet_contracts::storage::DeletedContract
5104
+ * Lookup720: pallet_contracts::storage::DeletedContract
5030
5105
  **/
5031
5106
  PalletContractsStorageDeletedContract: {
5032
5107
  trieId: 'Bytes',
5033
5108
  },
5034
5109
  /**
5035
- * Lookup717: pallet_contracts::schedule::Schedule<T>
5110
+ * Lookup722: pallet_contracts::schedule::Schedule<T>
5036
5111
  **/
5037
5112
  PalletContractsSchedule: {
5038
5113
  limits: 'PalletContractsScheduleLimits',
@@ -5040,7 +5115,7 @@ exports.default = {
5040
5115
  hostFnWeights: 'PalletContractsScheduleHostFnWeights',
5041
5116
  },
5042
5117
  /**
5043
- * Lookup718: pallet_contracts::schedule::Limits
5118
+ * Lookup723: pallet_contracts::schedule::Limits
5044
5119
  **/
5045
5120
  PalletContractsScheduleLimits: {
5046
5121
  eventTopics: 'u32',
@@ -5054,7 +5129,7 @@ exports.default = {
5054
5129
  payloadLen: 'u32',
5055
5130
  },
5056
5131
  /**
5057
- * Lookup719: pallet_contracts::schedule::InstructionWeights<T>
5132
+ * Lookup724: pallet_contracts::schedule::InstructionWeights<T>
5058
5133
  **/
5059
5134
  PalletContractsScheduleInstructionWeights: {
5060
5135
  _alias: {
@@ -5116,7 +5191,7 @@ exports.default = {
5116
5191
  i64rotr: 'u32',
5117
5192
  },
5118
5193
  /**
5119
- * Lookup720: pallet_contracts::schedule::HostFnWeights<T>
5194
+ * Lookup725: pallet_contracts::schedule::HostFnWeights<T>
5120
5195
  **/
5121
5196
  PalletContractsScheduleHostFnWeights: {
5122
5197
  _alias: {
@@ -5183,7 +5258,7 @@ exports.default = {
5183
5258
  instantiationNonce: 'SpWeightsWeightV2Weight',
5184
5259
  },
5185
5260
  /**
5186
- * Lookup721: pallet_contracts::pallet::Error<T>
5261
+ * Lookup726: pallet_contracts::pallet::Error<T>
5187
5262
  **/
5188
5263
  PalletContractsError: {
5189
5264
  _enum: [
@@ -5218,7 +5293,7 @@ exports.default = {
5218
5293
  ],
5219
5294
  },
5220
5295
  /**
5221
- * Lookup722: polymesh_contracts::Error<T>
5296
+ * Lookup728: polymesh_contracts::Error<T>
5222
5297
  **/
5223
5298
  PolymeshContractsError: {
5224
5299
  _enum: [
@@ -5230,10 +5305,14 @@ exports.default = {
5230
5305
  'OutLenTooLarge',
5231
5306
  'InstantiatorWithNoIdentity',
5232
5307
  'RuntimeCallDenied',
5308
+ 'CallerNotAPrimaryKey',
5309
+ 'MissingKeyPermissions',
5310
+ 'InvalidChainVersion',
5311
+ 'NoUpgradesSupported',
5233
5312
  ],
5234
5313
  },
5235
5314
  /**
5236
- * Lookup723: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
5315
+ * Lookup729: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
5237
5316
  **/
5238
5317
  PalletPreimageRequestStatus: {
5239
5318
  _enum: {
@@ -5249,20 +5328,20 @@ exports.default = {
5249
5328
  },
5250
5329
  },
5251
5330
  /**
5252
- * Lookup727: pallet_preimage::pallet::Error<T>
5331
+ * Lookup733: pallet_preimage::pallet::Error<T>
5253
5332
  **/
5254
5333
  PalletPreimageError: {
5255
5334
  _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'],
5256
5335
  },
5257
5336
  /**
5258
- * Lookup728: polymesh_primitives::nft::NFTCollection
5337
+ * Lookup734: polymesh_primitives::nft::NFTCollection
5259
5338
  **/
5260
5339
  PolymeshPrimitivesNftNftCollection: {
5261
5340
  id: 'u64',
5262
5341
  ticker: 'PolymeshPrimitivesTicker',
5263
5342
  },
5264
5343
  /**
5265
- * Lookup732: pallet_nft::Error<T>
5344
+ * Lookup739: pallet_nft::Error<T>
5266
5345
  **/
5267
5346
  PalletNftError: {
5268
5347
  _enum: [
@@ -5286,46 +5365,48 @@ exports.default = {
5286
5365
  'NFTNotFound',
5287
5366
  'UnregisteredMetadataKey',
5288
5367
  'ZeroCount',
5368
+ 'SupplyOverflow',
5369
+ 'SupplyUnderflow',
5289
5370
  ],
5290
5371
  },
5291
5372
  /**
5292
- * Lookup733: pallet_test_utils::Error<T>
5373
+ * Lookup740: pallet_test_utils::Error<T>
5293
5374
  **/
5294
5375
  PalletTestUtilsError: 'Null',
5295
5376
  /**
5296
- * Lookup736: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
5377
+ * Lookup743: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
5297
5378
  **/
5298
5379
  FrameSystemExtensionsCheckSpecVersion: 'Null',
5299
5380
  /**
5300
- * Lookup737: frame_system::extensions::check_tx_version::CheckTxVersion<T>
5381
+ * Lookup744: frame_system::extensions::check_tx_version::CheckTxVersion<T>
5301
5382
  **/
5302
5383
  FrameSystemExtensionsCheckTxVersion: 'Null',
5303
5384
  /**
5304
- * Lookup738: frame_system::extensions::check_genesis::CheckGenesis<T>
5385
+ * Lookup745: frame_system::extensions::check_genesis::CheckGenesis<T>
5305
5386
  **/
5306
5387
  FrameSystemExtensionsCheckGenesis: 'Null',
5307
5388
  /**
5308
- * Lookup741: frame_system::extensions::check_nonce::CheckNonce<T>
5389
+ * Lookup748: frame_system::extensions::check_nonce::CheckNonce<T>
5309
5390
  **/
5310
5391
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
5311
5392
  /**
5312
- * Lookup742: polymesh_extensions::check_weight::CheckWeight<T>
5393
+ * Lookup749: polymesh_extensions::check_weight::CheckWeight<T>
5313
5394
  **/
5314
5395
  PolymeshExtensionsCheckWeight: 'FrameSystemExtensionsCheckWeight',
5315
5396
  /**
5316
- * Lookup743: frame_system::extensions::check_weight::CheckWeight<T>
5397
+ * Lookup750: frame_system::extensions::check_weight::CheckWeight<T>
5317
5398
  **/
5318
5399
  FrameSystemExtensionsCheckWeight: 'Null',
5319
5400
  /**
5320
- * Lookup744: pallet_transaction_payment::ChargeTransactionPayment<T>
5401
+ * Lookup751: pallet_transaction_payment::ChargeTransactionPayment<T>
5321
5402
  **/
5322
5403
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
5323
5404
  /**
5324
- * Lookup745: pallet_permissions::StoreCallMetadata<T>
5405
+ * Lookup752: pallet_permissions::StoreCallMetadata<T>
5325
5406
  **/
5326
5407
  PalletPermissionsStoreCallMetadata: 'Null',
5327
5408
  /**
5328
- * Lookup746: polymesh_runtime_develop::runtime::Runtime
5409
+ * Lookup753: polymesh_runtime_develop::runtime::Runtime
5329
5410
  **/
5330
5411
  PolymeshRuntimeDevelopRuntime: 'Null',
5331
5412
  };