@polymeshassociation/polymesh-sdk 23.0.0-alpha.9 → 23.0.0-beta.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 (175) hide show
  1. package/CHANGELOG.md +74 -1
  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 +13 -1
  8. package/api/client/Claims.d.ts.map +1 -1
  9. package/api/client/Claims.js +32 -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/entities/Account/MultiSig/index.d.ts.map +1 -1
  15. package/api/entities/Account/MultiSig/index.js +2 -5
  16. package/api/entities/Account/MultiSig/index.js.map +1 -1
  17. package/api/entities/Account/index.d.ts.map +1 -1
  18. package/api/entities/Account/index.js +1 -1
  19. package/api/entities/Account/index.js.map +1 -1
  20. package/api/entities/Account/types.d.ts +1 -1
  21. package/api/entities/Asset/Base/Settlements/index.d.ts +85 -0
  22. package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -0
  23. package/api/entities/Asset/Base/Settlements/index.js +141 -0
  24. package/api/entities/Asset/Base/Settlements/index.js.map +1 -0
  25. package/api/entities/Asset/Fungible/index.d.ts +2 -2
  26. package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
  27. package/api/entities/Asset/Fungible/index.js +2 -2
  28. package/api/entities/Asset/Fungible/index.js.map +1 -1
  29. package/api/entities/Asset/NonFungible/Nft.d.ts +76 -5
  30. package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
  31. package/api/entities/Asset/NonFungible/Nft.js +162 -6
  32. package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
  33. package/api/entities/Asset/NonFungible/NftCollection.d.ts +30 -16
  34. package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
  35. package/api/entities/Asset/NonFungible/NftCollection.js +72 -27
  36. package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
  37. package/api/entities/Asset/types.d.ts +23 -3
  38. package/api/entities/Asset/types.d.ts.map +1 -1
  39. package/api/entities/Asset/types.js.map +1 -1
  40. package/api/entities/Identity/AssetPermissions.d.ts +3 -3
  41. package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
  42. package/api/entities/Identity/AssetPermissions.js.map +1 -1
  43. package/api/entities/Identity/index.d.ts +17 -2
  44. package/api/entities/Identity/index.d.ts.map +1 -1
  45. package/api/entities/Identity/index.js +37 -0
  46. package/api/entities/Identity/index.js.map +1 -1
  47. package/api/entities/Instruction/index.d.ts.map +1 -1
  48. package/api/entities/Instruction/index.js +29 -20
  49. package/api/entities/Instruction/index.js.map +1 -1
  50. package/api/entities/Instruction/types.d.ts +10 -3
  51. package/api/entities/Instruction/types.d.ts.map +1 -1
  52. package/api/entities/Instruction/types.js.map +1 -1
  53. package/api/entities/MetadataEntry/index.d.ts +2 -2
  54. package/api/entities/MetadataEntry/index.d.ts.map +1 -1
  55. package/api/entities/MetadataEntry/index.js +1 -1
  56. package/api/entities/MetadataEntry/index.js.map +1 -1
  57. package/api/entities/MultiSigProposal/index.d.ts +36 -2
  58. package/api/entities/MultiSigProposal/index.d.ts.map +1 -1
  59. package/api/entities/MultiSigProposal/index.js +91 -10
  60. package/api/entities/MultiSigProposal/index.js.map +1 -1
  61. package/api/entities/MultiSigProposal/types.d.ts +15 -2
  62. package/api/entities/MultiSigProposal/types.d.ts.map +1 -1
  63. package/api/entities/MultiSigProposal/types.js +6 -1
  64. package/api/entities/MultiSigProposal/types.js.map +1 -1
  65. package/api/entities/Portfolio/index.d.ts +12 -4
  66. package/api/entities/Portfolio/index.d.ts.map +1 -1
  67. package/api/entities/Portfolio/index.js +66 -6
  68. package/api/entities/Portfolio/index.js.map +1 -1
  69. package/api/entities/Portfolio/types.d.ts +20 -5
  70. package/api/entities/Portfolio/types.d.ts.map +1 -1
  71. package/api/entities/Venue/types.d.ts +1 -1
  72. package/api/entities/common/namespaces/Authorizations.d.ts +2 -1
  73. package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
  74. package/api/entities/common/namespaces/Authorizations.js.map +1 -1
  75. package/api/entities/types.d.ts +3 -1
  76. package/api/entities/types.d.ts.map +1 -1
  77. package/api/entities/types.js.map +1 -1
  78. package/api/procedures/addInstruction.d.ts.map +1 -1
  79. package/api/procedures/addInstruction.js +76 -17
  80. package/api/procedures/addInstruction.js.map +1 -1
  81. package/api/procedures/createNftCollection.d.ts.map +1 -1
  82. package/api/procedures/createNftCollection.js +1 -1
  83. package/api/procedures/createNftCollection.js.map +1 -1
  84. package/api/procedures/evaluateMultiSigProposal.d.ts +19 -0
  85. package/api/procedures/evaluateMultiSigProposal.d.ts.map +1 -0
  86. package/api/procedures/evaluateMultiSigProposal.js +92 -0
  87. package/api/procedures/evaluateMultiSigProposal.js.map +1 -0
  88. package/api/procedures/issueNft.js +1 -1
  89. package/api/procedures/issueNft.js.map +1 -1
  90. package/api/procedures/modifyClaims.d.ts.map +1 -1
  91. package/api/procedures/modifyClaims.js +7 -21
  92. package/api/procedures/modifyClaims.js.map +1 -1
  93. package/api/procedures/moveFunds.d.ts.map +1 -1
  94. package/api/procedures/moveFunds.js +82 -16
  95. package/api/procedures/moveFunds.js.map +1 -1
  96. package/api/procedures/redeemNft.d.ts +31 -0
  97. package/api/procedures/redeemNft.d.ts.map +1 -0
  98. package/api/procedures/redeemNft.js +87 -0
  99. package/api/procedures/redeemNft.js.map +1 -0
  100. package/api/procedures/setPermissionGroup.js +1 -1
  101. package/api/procedures/setPermissionGroup.js.map +1 -1
  102. package/api/procedures/types.d.ts +26 -9
  103. package/api/procedures/types.d.ts.map +1 -1
  104. package/api/procedures/types.js.map +1 -1
  105. package/api/procedures/waivePermissions.js +1 -1
  106. package/api/procedures/waivePermissions.js.map +1 -1
  107. package/base/Context.d.ts.map +1 -1
  108. package/base/Context.js +24 -24
  109. package/base/Context.js.map +1 -1
  110. package/generated/types.d.ts +5 -1
  111. package/generated/types.d.ts.map +1 -1
  112. package/generated/types.js +4 -0
  113. package/generated/types.js.map +1 -1
  114. package/internal.d.ts +2 -0
  115. package/internal.d.ts.map +1 -1
  116. package/internal.js +7 -3
  117. package/internal.js.map +1 -1
  118. package/middleware/queries.d.ts +19 -2
  119. package/middleware/queries.d.ts.map +1 -1
  120. package/middleware/queries.js +103 -6
  121. package/middleware/queries.js.map +1 -1
  122. package/middleware/types.d.ts +68950 -15292
  123. package/middleware/types.d.ts.map +1 -1
  124. package/middleware/types.js +36222 -999
  125. package/middleware/types.js.map +1 -1
  126. package/middleware/typesV1.d.ts +1 -1
  127. package/middleware/typesV1.d.ts.map +1 -1
  128. package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-beta.1.tgz +0 -0
  129. package/package.json +2 -2
  130. package/polkadot/augment-api-errors.d.ts +4 -18
  131. package/polkadot/augment-api-errors.d.ts.map +1 -1
  132. package/polkadot/augment-api-events.d.ts +0 -6
  133. package/polkadot/augment-api-events.d.ts.map +1 -1
  134. package/polkadot/augment-api-query.d.ts +33 -26
  135. package/polkadot/augment-api-query.d.ts.map +1 -1
  136. package/polkadot/augment-api-tx.d.ts +123 -51
  137. package/polkadot/augment-api-tx.d.ts.map +1 -1
  138. package/polkadot/lookup.d.ts +246 -248
  139. package/polkadot/lookup.d.ts.map +1 -1
  140. package/polkadot/lookup.js +248 -253
  141. package/polkadot/lookup.js.map +1 -1
  142. package/polkadot/registry.d.ts +3 -5
  143. package/polkadot/registry.d.ts.map +1 -1
  144. package/polkadot/types-lookup.d.ts +251 -248
  145. package/polkadot/types-lookup.d.ts.map +1 -1
  146. package/types/index.d.ts +44 -7
  147. package/types/index.d.ts.map +1 -1
  148. package/types/index.js +18 -2
  149. package/types/index.js.map +1 -1
  150. package/types/internal.d.ts +1 -1
  151. package/utils/constants.d.ts +17 -1
  152. package/utils/constants.d.ts.map +1 -1
  153. package/utils/constants.js +18 -2
  154. package/utils/constants.js.map +1 -1
  155. package/utils/conversion.d.ts +34 -13
  156. package/utils/conversion.d.ts.map +1 -1
  157. package/utils/conversion.js +437 -364
  158. package/utils/conversion.js.map +1 -1
  159. package/utils/internal.d.ts +20 -3
  160. package/utils/internal.d.ts.map +1 -1
  161. package/utils/internal.js +119 -42
  162. package/utils/internal.js.map +1 -1
  163. package/utils/typeguards.d.ts +26 -2
  164. package/utils/typeguards.d.ts.map +1 -1
  165. package/utils/typeguards.js +39 -2
  166. package/utils/typeguards.js.map +1 -1
  167. package/api/entities/Asset/Fungible/Settlements/index.d.ts +0 -29
  168. package/api/entities/Asset/Fungible/Settlements/index.d.ts.map +0 -1
  169. package/api/entities/Asset/Fungible/Settlements/index.js +0 -70
  170. package/api/entities/Asset/Fungible/Settlements/index.js.map +0 -1
  171. package/middleware/enums.d.ts +0 -3
  172. package/middleware/enums.d.ts.map +0 -1
  173. package/middleware/enums.js +0 -38
  174. package/middleware/enums.js.map +0 -1
  175. package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-alpha.9.tgz +0 -0
@@ -1803,15 +1803,7 @@ exports.default = {
1803
1803
  },
1804
1804
  },
1805
1805
  /**
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>
1806
+ * Lookup289: pallet_contracts::pallet::Event<T>
1815
1807
  **/
1816
1808
  PalletContractsEvent: {
1817
1809
  _enum: {
@@ -1849,11 +1841,11 @@ exports.default = {
1849
1841
  },
1850
1842
  },
1851
1843
  /**
1852
- * Lookup291: polymesh_contracts::Event
1844
+ * Lookup290: polymesh_contracts::Event
1853
1845
  **/
1854
1846
  PolymeshContractsEvent: 'Null',
1855
1847
  /**
1856
- * Lookup292: pallet_preimage::pallet::Event<T>
1848
+ * Lookup291: pallet_preimage::pallet::Event<T>
1857
1849
  **/
1858
1850
  PalletPreimageEvent: {
1859
1851
  _enum: {
@@ -1878,7 +1870,7 @@ exports.default = {
1878
1870
  },
1879
1871
  },
1880
1872
  /**
1881
- * Lookup293: polymesh_common_utilities::traits::nft::Event
1873
+ * Lookup292: polymesh_common_utilities::traits::nft::Event
1882
1874
  **/
1883
1875
  PolymeshCommonUtilitiesNftEvent: {
1884
1876
  _enum: {
@@ -1887,7 +1879,7 @@ exports.default = {
1887
1879
  },
1888
1880
  },
1889
1881
  /**
1890
- * Lookup295: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1882
+ * Lookup294: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1891
1883
  **/
1892
1884
  PalletTestUtilsRawEvent: {
1893
1885
  _enum: {
@@ -1896,7 +1888,7 @@ exports.default = {
1896
1888
  },
1897
1889
  },
1898
1890
  /**
1899
- * Lookup296: frame_system::Phase
1891
+ * Lookup295: frame_system::Phase
1900
1892
  **/
1901
1893
  FrameSystemPhase: {
1902
1894
  _enum: {
@@ -1906,14 +1898,14 @@ exports.default = {
1906
1898
  },
1907
1899
  },
1908
1900
  /**
1909
- * Lookup299: frame_system::LastRuntimeUpgradeInfo
1901
+ * Lookup298: frame_system::LastRuntimeUpgradeInfo
1910
1902
  **/
1911
1903
  FrameSystemLastRuntimeUpgradeInfo: {
1912
1904
  specVersion: 'Compact<u32>',
1913
1905
  specName: 'Text',
1914
1906
  },
1915
1907
  /**
1916
- * Lookup302: frame_system::pallet::Call<T>
1908
+ * Lookup301: frame_system::pallet::Call<T>
1917
1909
  **/
1918
1910
  FrameSystemCall: {
1919
1911
  _enum: {
@@ -1948,7 +1940,7 @@ exports.default = {
1948
1940
  },
1949
1941
  },
1950
1942
  /**
1951
- * Lookup306: frame_system::limits::BlockWeights
1943
+ * Lookup305: frame_system::limits::BlockWeights
1952
1944
  **/
1953
1945
  FrameSystemLimitsBlockWeights: {
1954
1946
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -1956,7 +1948,7 @@ exports.default = {
1956
1948
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
1957
1949
  },
1958
1950
  /**
1959
- * Lookup307: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1951
+ * Lookup306: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1960
1952
  **/
1961
1953
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1962
1954
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1964,7 +1956,7 @@ exports.default = {
1964
1956
  mandatory: 'FrameSystemLimitsWeightsPerClass',
1965
1957
  },
1966
1958
  /**
1967
- * Lookup308: frame_system::limits::WeightsPerClass
1959
+ * Lookup307: frame_system::limits::WeightsPerClass
1968
1960
  **/
1969
1961
  FrameSystemLimitsWeightsPerClass: {
1970
1962
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1973,13 +1965,13 @@ exports.default = {
1973
1965
  reserved: 'Option<SpWeightsWeightV2Weight>',
1974
1966
  },
1975
1967
  /**
1976
- * Lookup310: frame_system::limits::BlockLength
1968
+ * Lookup309: frame_system::limits::BlockLength
1977
1969
  **/
1978
1970
  FrameSystemLimitsBlockLength: {
1979
1971
  max: 'FrameSupportDispatchPerDispatchClassU32',
1980
1972
  },
1981
1973
  /**
1982
- * Lookup311: frame_support::dispatch::PerDispatchClass<T>
1974
+ * Lookup310: frame_support::dispatch::PerDispatchClass<T>
1983
1975
  **/
1984
1976
  FrameSupportDispatchPerDispatchClassU32: {
1985
1977
  normal: 'u32',
@@ -1987,14 +1979,14 @@ exports.default = {
1987
1979
  mandatory: 'u32',
1988
1980
  },
1989
1981
  /**
1990
- * Lookup312: sp_weights::RuntimeDbWeight
1982
+ * Lookup311: sp_weights::RuntimeDbWeight
1991
1983
  **/
1992
1984
  SpWeightsRuntimeDbWeight: {
1993
1985
  read: 'u64',
1994
1986
  write: 'u64',
1995
1987
  },
1996
1988
  /**
1997
- * Lookup313: sp_version::RuntimeVersion
1989
+ * Lookup312: sp_version::RuntimeVersion
1998
1990
  **/
1999
1991
  SpVersionRuntimeVersion: {
2000
1992
  specName: 'Text',
@@ -2007,7 +1999,7 @@ exports.default = {
2007
1999
  stateVersion: 'u8',
2008
2000
  },
2009
2001
  /**
2010
- * Lookup318: frame_system::pallet::Error<T>
2002
+ * Lookup317: frame_system::pallet::Error<T>
2011
2003
  **/
2012
2004
  FrameSystemError: {
2013
2005
  _enum: [
@@ -2020,11 +2012,11 @@ exports.default = {
2020
2012
  ],
2021
2013
  },
2022
2014
  /**
2023
- * Lookup321: sp_consensus_babe::app::Public
2015
+ * Lookup320: sp_consensus_babe::app::Public
2024
2016
  **/
2025
2017
  SpConsensusBabeAppPublic: 'SpCoreSr25519Public',
2026
2018
  /**
2027
- * Lookup324: sp_consensus_babe::digests::NextConfigDescriptor
2019
+ * Lookup323: sp_consensus_babe::digests::NextConfigDescriptor
2028
2020
  **/
2029
2021
  SpConsensusBabeDigestsNextConfigDescriptor: {
2030
2022
  _enum: {
@@ -2036,13 +2028,13 @@ exports.default = {
2036
2028
  },
2037
2029
  },
2038
2030
  /**
2039
- * Lookup326: sp_consensus_babe::AllowedSlots
2031
+ * Lookup325: sp_consensus_babe::AllowedSlots
2040
2032
  **/
2041
2033
  SpConsensusBabeAllowedSlots: {
2042
2034
  _enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots'],
2043
2035
  },
2044
2036
  /**
2045
- * Lookup330: sp_consensus_babe::digests::PreDigest
2037
+ * Lookup329: sp_consensus_babe::digests::PreDigest
2046
2038
  **/
2047
2039
  SpConsensusBabeDigestsPreDigest: {
2048
2040
  _enum: {
@@ -2053,7 +2045,7 @@ exports.default = {
2053
2045
  },
2054
2046
  },
2055
2047
  /**
2056
- * Lookup331: sp_consensus_babe::digests::PrimaryPreDigest
2048
+ * Lookup330: sp_consensus_babe::digests::PrimaryPreDigest
2057
2049
  **/
2058
2050
  SpConsensusBabeDigestsPrimaryPreDigest: {
2059
2051
  authorityIndex: 'u32',
@@ -2062,14 +2054,14 @@ exports.default = {
2062
2054
  vrfProof: '[u8;64]',
2063
2055
  },
2064
2056
  /**
2065
- * Lookup332: sp_consensus_babe::digests::SecondaryPlainPreDigest
2057
+ * Lookup331: sp_consensus_babe::digests::SecondaryPlainPreDigest
2066
2058
  **/
2067
2059
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
2068
2060
  authorityIndex: 'u32',
2069
2061
  slot: 'u64',
2070
2062
  },
2071
2063
  /**
2072
- * Lookup333: sp_consensus_babe::digests::SecondaryVRFPreDigest
2064
+ * Lookup332: sp_consensus_babe::digests::SecondaryVRFPreDigest
2073
2065
  **/
2074
2066
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
2075
2067
  authorityIndex: 'u32',
@@ -2078,14 +2070,14 @@ exports.default = {
2078
2070
  vrfProof: '[u8;64]',
2079
2071
  },
2080
2072
  /**
2081
- * Lookup334: sp_consensus_babe::BabeEpochConfiguration
2073
+ * Lookup333: sp_consensus_babe::BabeEpochConfiguration
2082
2074
  **/
2083
2075
  SpConsensusBabeBabeEpochConfiguration: {
2084
2076
  c: '(u64,u64)',
2085
2077
  allowedSlots: 'SpConsensusBabeAllowedSlots',
2086
2078
  },
2087
2079
  /**
2088
- * Lookup338: pallet_babe::pallet::Call<T>
2080
+ * Lookup337: pallet_babe::pallet::Call<T>
2089
2081
  **/
2090
2082
  PalletBabeCall: {
2091
2083
  _enum: {
@@ -2103,7 +2095,7 @@ exports.default = {
2103
2095
  },
2104
2096
  },
2105
2097
  /**
2106
- * Lookup339: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
2098
+ * Lookup338: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
2107
2099
  **/
2108
2100
  SpConsensusSlotsEquivocationProof: {
2109
2101
  offender: 'SpConsensusBabeAppPublic',
@@ -2112,7 +2104,7 @@ exports.default = {
2112
2104
  secondHeader: 'SpRuntimeHeader',
2113
2105
  },
2114
2106
  /**
2115
- * Lookup340: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
2107
+ * Lookup339: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
2116
2108
  **/
2117
2109
  SpRuntimeHeader: {
2118
2110
  parentHash: 'H256',
@@ -2122,11 +2114,11 @@ exports.default = {
2122
2114
  digest: 'SpRuntimeDigest',
2123
2115
  },
2124
2116
  /**
2125
- * Lookup341: sp_runtime::traits::BlakeTwo256
2117
+ * Lookup340: sp_runtime::traits::BlakeTwo256
2126
2118
  **/
2127
2119
  SpRuntimeBlakeTwo256: 'Null',
2128
2120
  /**
2129
- * Lookup342: sp_session::MembershipProof
2121
+ * Lookup341: sp_session::MembershipProof
2130
2122
  **/
2131
2123
  SpSessionMembershipProof: {
2132
2124
  session: 'u32',
@@ -2134,7 +2126,7 @@ exports.default = {
2134
2126
  validatorCount: 'u32',
2135
2127
  },
2136
2128
  /**
2137
- * Lookup343: pallet_babe::pallet::Error<T>
2129
+ * Lookup342: pallet_babe::pallet::Error<T>
2138
2130
  **/
2139
2131
  PalletBabeError: {
2140
2132
  _enum: [
@@ -2145,7 +2137,7 @@ exports.default = {
2145
2137
  ],
2146
2138
  },
2147
2139
  /**
2148
- * Lookup344: pallet_timestamp::pallet::Call<T>
2140
+ * Lookup343: pallet_timestamp::pallet::Call<T>
2149
2141
  **/
2150
2142
  PalletTimestampCall: {
2151
2143
  _enum: {
@@ -2155,7 +2147,7 @@ exports.default = {
2155
2147
  },
2156
2148
  },
2157
2149
  /**
2158
- * Lookup346: pallet_indices::pallet::Call<T>
2150
+ * Lookup345: pallet_indices::pallet::Call<T>
2159
2151
  **/
2160
2152
  PalletIndicesCall: {
2161
2153
  _enum: {
@@ -2186,13 +2178,13 @@ exports.default = {
2186
2178
  },
2187
2179
  },
2188
2180
  /**
2189
- * Lookup348: pallet_indices::pallet::Error<T>
2181
+ * Lookup347: pallet_indices::pallet::Error<T>
2190
2182
  **/
2191
2183
  PalletIndicesError: {
2192
2184
  _enum: ['NotAssigned', 'NotOwner', 'InUse', 'NotTransfer', 'Permanent'],
2193
2185
  },
2194
2186
  /**
2195
- * Lookup350: pallet_balances::BalanceLock<Balance>
2187
+ * Lookup349: pallet_balances::BalanceLock<Balance>
2196
2188
  **/
2197
2189
  PalletBalancesBalanceLock: {
2198
2190
  id: '[u8;8]',
@@ -2200,13 +2192,13 @@ exports.default = {
2200
2192
  reasons: 'PolymeshCommonUtilitiesBalancesReasons',
2201
2193
  },
2202
2194
  /**
2203
- * Lookup351: polymesh_common_utilities::traits::balances::Reasons
2195
+ * Lookup350: polymesh_common_utilities::traits::balances::Reasons
2204
2196
  **/
2205
2197
  PolymeshCommonUtilitiesBalancesReasons: {
2206
2198
  _enum: ['Fee', 'Misc', 'All'],
2207
2199
  },
2208
2200
  /**
2209
- * Lookup352: pallet_balances::Call<T>
2201
+ * Lookup351: pallet_balances::Call<T>
2210
2202
  **/
2211
2203
  PalletBalancesCall: {
2212
2204
  _enum: {
@@ -2238,7 +2230,7 @@ exports.default = {
2238
2230
  },
2239
2231
  },
2240
2232
  /**
2241
- * Lookup353: pallet_balances::Error<T>
2233
+ * Lookup352: pallet_balances::Error<T>
2242
2234
  **/
2243
2235
  PalletBalancesError: {
2244
2236
  _enum: [
@@ -2250,13 +2242,13 @@ exports.default = {
2250
2242
  ],
2251
2243
  },
2252
2244
  /**
2253
- * Lookup355: pallet_transaction_payment::Releases
2245
+ * Lookup354: pallet_transaction_payment::Releases
2254
2246
  **/
2255
2247
  PalletTransactionPaymentReleases: {
2256
2248
  _enum: ['V1Ancient', 'V2'],
2257
2249
  },
2258
2250
  /**
2259
- * Lookup357: sp_weights::WeightToFeeCoefficient<Balance>
2251
+ * Lookup356: sp_weights::WeightToFeeCoefficient<Balance>
2260
2252
  **/
2261
2253
  SpWeightsWeightToFeeCoefficient: {
2262
2254
  coeffInteger: 'u128',
@@ -2265,27 +2257,27 @@ exports.default = {
2265
2257
  degree: 'u8',
2266
2258
  },
2267
2259
  /**
2268
- * Lookup358: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2260
+ * Lookup357: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2269
2261
  **/
2270
2262
  PolymeshPrimitivesIdentityDidRecord: {
2271
2263
  primaryKey: 'Option<AccountId32>',
2272
2264
  },
2273
2265
  /**
2274
- * Lookup360: pallet_identity::types::Claim1stKey
2266
+ * Lookup359: pallet_identity::types::Claim1stKey
2275
2267
  **/
2276
2268
  PalletIdentityClaim1stKey: {
2277
2269
  target: 'PolymeshPrimitivesIdentityId',
2278
2270
  claimType: 'PolymeshPrimitivesIdentityClaimClaimType',
2279
2271
  },
2280
2272
  /**
2281
- * Lookup361: pallet_identity::types::Claim2ndKey
2273
+ * Lookup360: pallet_identity::types::Claim2ndKey
2282
2274
  **/
2283
2275
  PalletIdentityClaim2ndKey: {
2284
2276
  issuer: 'PolymeshPrimitivesIdentityId',
2285
2277
  scope: 'Option<PolymeshPrimitivesIdentityClaimScope>',
2286
2278
  },
2287
2279
  /**
2288
- * Lookup362: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2280
+ * Lookup361: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2289
2281
  **/
2290
2282
  PolymeshPrimitivesSecondaryKeyKeyRecord: {
2291
2283
  _enum: {
@@ -2295,7 +2287,7 @@ exports.default = {
2295
2287
  },
2296
2288
  },
2297
2289
  /**
2298
- * Lookup365: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2290
+ * Lookup364: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2299
2291
  **/
2300
2292
  PolymeshPrimitivesAuthorization: {
2301
2293
  authorizationData: 'PolymeshPrimitivesAuthorizationAuthorizationData',
@@ -2305,7 +2297,7 @@ exports.default = {
2305
2297
  count: 'u32',
2306
2298
  },
2307
2299
  /**
2308
- * Lookup368: pallet_identity::Call<T>
2300
+ * Lookup367: pallet_identity::Call<T>
2309
2301
  **/
2310
2302
  PalletIdentityCall: {
2311
2303
  _enum: {
@@ -2397,21 +2389,21 @@ exports.default = {
2397
2389
  },
2398
2390
  },
2399
2391
  /**
2400
- * Lookup370: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2392
+ * Lookup369: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2401
2393
  **/
2402
2394
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2403
2395
  secondaryKey: 'PolymeshPrimitivesSecondaryKey',
2404
2396
  authSignature: 'H512',
2405
2397
  },
2406
2398
  /**
2407
- * Lookup373: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2399
+ * Lookup372: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2408
2400
  **/
2409
2401
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2410
2402
  key: 'AccountId32',
2411
2403
  authSignature: 'H512',
2412
2404
  },
2413
2405
  /**
2414
- * Lookup374: pallet_identity::Error<T>
2406
+ * Lookup373: pallet_identity::Error<T>
2415
2407
  **/
2416
2408
  PalletIdentityError: {
2417
2409
  _enum: [
@@ -2451,7 +2443,7 @@ exports.default = {
2451
2443
  ],
2452
2444
  },
2453
2445
  /**
2454
- * Lookup376: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2446
+ * Lookup375: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2455
2447
  **/
2456
2448
  PolymeshCommonUtilitiesGroupInactiveMember: {
2457
2449
  id: 'PolymeshPrimitivesIdentityId',
@@ -2459,7 +2451,7 @@ exports.default = {
2459
2451
  expiry: 'Option<u64>',
2460
2452
  },
2461
2453
  /**
2462
- * Lookup377: pallet_group::Call<T, I>
2454
+ * Lookup376: pallet_group::Call<T, I>
2463
2455
  **/
2464
2456
  PalletGroupCall: {
2465
2457
  _enum: {
@@ -2488,7 +2480,7 @@ exports.default = {
2488
2480
  },
2489
2481
  },
2490
2482
  /**
2491
- * Lookup378: pallet_group::Error<T, I>
2483
+ * Lookup377: pallet_group::Error<T, I>
2492
2484
  **/
2493
2485
  PalletGroupError: {
2494
2486
  _enum: [
@@ -2502,7 +2494,7 @@ exports.default = {
2502
2494
  ],
2503
2495
  },
2504
2496
  /**
2505
- * Lookup380: pallet_committee::Call<T, I>
2497
+ * Lookup379: pallet_committee::Call<T, I>
2506
2498
  **/
2507
2499
  PalletCommitteeCall: {
2508
2500
  _enum: {
@@ -2528,7 +2520,7 @@ exports.default = {
2528
2520
  },
2529
2521
  },
2530
2522
  /**
2531
- * Lookup386: pallet_multisig::Call<T>
2523
+ * Lookup385: pallet_multisig::Call<T>
2532
2524
  **/
2533
2525
  PalletMultisigCall: {
2534
2526
  _enum: {
@@ -2622,7 +2614,7 @@ exports.default = {
2622
2614
  },
2623
2615
  },
2624
2616
  /**
2625
- * Lookup387: pallet_bridge::Call<T>
2617
+ * Lookup386: pallet_bridge::Call<T>
2626
2618
  **/
2627
2619
  PalletBridgeCall: {
2628
2620
  _enum: {
@@ -2677,7 +2669,7 @@ exports.default = {
2677
2669
  },
2678
2670
  },
2679
2671
  /**
2680
- * Lookup391: pallet_staking::Call<T>
2672
+ * Lookup390: pallet_staking::Call<T>
2681
2673
  **/
2682
2674
  PalletStakingCall: {
2683
2675
  _enum: {
@@ -2803,7 +2795,7 @@ exports.default = {
2803
2795
  },
2804
2796
  },
2805
2797
  /**
2806
- * Lookup392: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2798
+ * Lookup391: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2807
2799
  **/
2808
2800
  PalletStakingRewardDestination: {
2809
2801
  _enum: {
@@ -2814,14 +2806,14 @@ exports.default = {
2814
2806
  },
2815
2807
  },
2816
2808
  /**
2817
- * Lookup393: pallet_staking::ValidatorPrefs
2809
+ * Lookup392: pallet_staking::ValidatorPrefs
2818
2810
  **/
2819
2811
  PalletStakingValidatorPrefs: {
2820
2812
  commission: 'Compact<Perbill>',
2821
2813
  blocked: 'bool',
2822
2814
  },
2823
2815
  /**
2824
- * Lookup399: pallet_staking::CompactAssignments
2816
+ * Lookup398: pallet_staking::CompactAssignments
2825
2817
  **/
2826
2818
  PalletStakingCompactAssignments: {
2827
2819
  votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
@@ -2842,7 +2834,7 @@ exports.default = {
2842
2834
  votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
2843
2835
  },
2844
2836
  /**
2845
- * Lookup450: sp_npos_elections::ElectionScore
2837
+ * Lookup449: sp_npos_elections::ElectionScore
2846
2838
  **/
2847
2839
  SpNposElectionsElectionScore: {
2848
2840
  minimalStake: 'u128',
@@ -2850,14 +2842,14 @@ exports.default = {
2850
2842
  sumStakeSquared: 'u128',
2851
2843
  },
2852
2844
  /**
2853
- * Lookup451: pallet_staking::ElectionSize
2845
+ * Lookup450: pallet_staking::ElectionSize
2854
2846
  **/
2855
2847
  PalletStakingElectionSize: {
2856
2848
  validators: 'Compact<u16>',
2857
2849
  nominators: 'Compact<u32>',
2858
2850
  },
2859
2851
  /**
2860
- * Lookup452: pallet_session::pallet::Call<T>
2852
+ * Lookup451: pallet_session::pallet::Call<T>
2861
2853
  **/
2862
2854
  PalletSessionCall: {
2863
2855
  _enum: {
@@ -2872,7 +2864,7 @@ exports.default = {
2872
2864
  },
2873
2865
  },
2874
2866
  /**
2875
- * Lookup453: polymesh_runtime_develop::runtime::SessionKeys
2867
+ * Lookup452: polymesh_runtime_develop::runtime::SessionKeys
2876
2868
  **/
2877
2869
  PolymeshRuntimeDevelopRuntimeSessionKeys: {
2878
2870
  grandpa: 'SpConsensusGrandpaAppPublic',
@@ -2881,11 +2873,11 @@ exports.default = {
2881
2873
  authorityDiscovery: 'SpAuthorityDiscoveryAppPublic',
2882
2874
  },
2883
2875
  /**
2884
- * Lookup454: sp_authority_discovery::app::Public
2876
+ * Lookup453: sp_authority_discovery::app::Public
2885
2877
  **/
2886
2878
  SpAuthorityDiscoveryAppPublic: 'SpCoreSr25519Public',
2887
2879
  /**
2888
- * Lookup455: pallet_grandpa::pallet::Call<T>
2880
+ * Lookup454: pallet_grandpa::pallet::Call<T>
2889
2881
  **/
2890
2882
  PalletGrandpaCall: {
2891
2883
  _enum: {
@@ -2904,14 +2896,14 @@ exports.default = {
2904
2896
  },
2905
2897
  },
2906
2898
  /**
2907
- * Lookup456: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2899
+ * Lookup455: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2908
2900
  **/
2909
2901
  SpConsensusGrandpaEquivocationProof: {
2910
2902
  setId: 'u64',
2911
2903
  equivocation: 'SpConsensusGrandpaEquivocation',
2912
2904
  },
2913
2905
  /**
2914
- * Lookup457: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2906
+ * Lookup456: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2915
2907
  **/
2916
2908
  SpConsensusGrandpaEquivocation: {
2917
2909
  _enum: {
@@ -2920,7 +2912,7 @@ exports.default = {
2920
2912
  },
2921
2913
  },
2922
2914
  /**
2923
- * Lookup458: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2915
+ * Lookup457: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2924
2916
  **/
2925
2917
  FinalityGrandpaEquivocationPrevote: {
2926
2918
  roundNumber: 'u64',
@@ -2929,22 +2921,22 @@ exports.default = {
2929
2921
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
2930
2922
  },
2931
2923
  /**
2932
- * Lookup459: finality_grandpa::Prevote<primitive_types::H256, N>
2924
+ * Lookup458: finality_grandpa::Prevote<primitive_types::H256, N>
2933
2925
  **/
2934
2926
  FinalityGrandpaPrevote: {
2935
2927
  targetHash: 'H256',
2936
2928
  targetNumber: 'u32',
2937
2929
  },
2938
2930
  /**
2939
- * Lookup460: sp_consensus_grandpa::app::Signature
2931
+ * Lookup459: sp_consensus_grandpa::app::Signature
2940
2932
  **/
2941
2933
  SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
2942
2934
  /**
2943
- * Lookup461: sp_core::ed25519::Signature
2935
+ * Lookup460: sp_core::ed25519::Signature
2944
2936
  **/
2945
2937
  SpCoreEd25519Signature: '[u8;64]',
2946
2938
  /**
2947
- * Lookup463: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2939
+ * Lookup462: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2948
2940
  **/
2949
2941
  FinalityGrandpaEquivocationPrecommit: {
2950
2942
  roundNumber: 'u64',
@@ -2953,14 +2945,14 @@ exports.default = {
2953
2945
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
2954
2946
  },
2955
2947
  /**
2956
- * Lookup464: finality_grandpa::Precommit<primitive_types::H256, N>
2948
+ * Lookup463: finality_grandpa::Precommit<primitive_types::H256, N>
2957
2949
  **/
2958
2950
  FinalityGrandpaPrecommit: {
2959
2951
  targetHash: 'H256',
2960
2952
  targetNumber: 'u32',
2961
2953
  },
2962
2954
  /**
2963
- * Lookup466: pallet_im_online::pallet::Call<T>
2955
+ * Lookup465: pallet_im_online::pallet::Call<T>
2964
2956
  **/
2965
2957
  PalletImOnlineCall: {
2966
2958
  _enum: {
@@ -2971,7 +2963,7 @@ exports.default = {
2971
2963
  },
2972
2964
  },
2973
2965
  /**
2974
- * Lookup467: pallet_im_online::Heartbeat<BlockNumber>
2966
+ * Lookup466: pallet_im_online::Heartbeat<BlockNumber>
2975
2967
  **/
2976
2968
  PalletImOnlineHeartbeat: {
2977
2969
  blockNumber: 'u32',
@@ -2981,22 +2973,22 @@ exports.default = {
2981
2973
  validatorsLen: 'u32',
2982
2974
  },
2983
2975
  /**
2984
- * Lookup468: sp_core::offchain::OpaqueNetworkState
2976
+ * Lookup467: sp_core::offchain::OpaqueNetworkState
2985
2977
  **/
2986
2978
  SpCoreOffchainOpaqueNetworkState: {
2987
2979
  peerId: 'OpaquePeerId',
2988
2980
  externalAddresses: 'Vec<OpaqueMultiaddr>',
2989
2981
  },
2990
2982
  /**
2991
- * Lookup472: pallet_im_online::sr25519::app_sr25519::Signature
2983
+ * Lookup471: pallet_im_online::sr25519::app_sr25519::Signature
2992
2984
  **/
2993
2985
  PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
2994
2986
  /**
2995
- * Lookup473: sp_core::sr25519::Signature
2987
+ * Lookup472: sp_core::sr25519::Signature
2996
2988
  **/
2997
2989
  SpCoreSr25519Signature: '[u8;64]',
2998
2990
  /**
2999
- * Lookup474: pallet_sudo::Call<T>
2991
+ * Lookup473: pallet_sudo::Call<T>
3000
2992
  **/
3001
2993
  PalletSudoCall: {
3002
2994
  _enum: {
@@ -3020,7 +3012,7 @@ exports.default = {
3020
3012
  },
3021
3013
  },
3022
3014
  /**
3023
- * Lookup475: pallet_asset::Call<T>
3015
+ * Lookup474: pallet_asset::Call<T>
3024
3016
  **/
3025
3017
  PalletAssetCall: {
3026
3018
  _enum: {
@@ -3154,7 +3146,7 @@ exports.default = {
3154
3146
  },
3155
3147
  },
3156
3148
  /**
3157
- * Lookup477: pallet_corporate_actions::distribution::Call<T>
3149
+ * Lookup476: pallet_corporate_actions::distribution::Call<T>
3158
3150
  **/
3159
3151
  PalletCorporateActionsDistributionCall: {
3160
3152
  _enum: {
@@ -3183,7 +3175,7 @@ exports.default = {
3183
3175
  },
3184
3176
  },
3185
3177
  /**
3186
- * Lookup479: pallet_asset::checkpoint::Call<T>
3178
+ * Lookup478: pallet_asset::checkpoint::Call<T>
3187
3179
  **/
3188
3180
  PalletAssetCheckpointCall: {
3189
3181
  _enum: {
@@ -3204,7 +3196,7 @@ exports.default = {
3204
3196
  },
3205
3197
  },
3206
3198
  /**
3207
- * Lookup480: pallet_compliance_manager::Call<T>
3199
+ * Lookup479: pallet_compliance_manager::Call<T>
3208
3200
  **/
3209
3201
  PalletComplianceManagerCall: {
3210
3202
  _enum: {
@@ -3245,7 +3237,7 @@ exports.default = {
3245
3237
  },
3246
3238
  },
3247
3239
  /**
3248
- * Lookup481: pallet_corporate_actions::Call<T>
3240
+ * Lookup480: pallet_corporate_actions::Call<T>
3249
3241
  **/
3250
3242
  PalletCorporateActionsCall: {
3251
3243
  _enum: {
@@ -3298,7 +3290,7 @@ exports.default = {
3298
3290
  },
3299
3291
  },
3300
3292
  /**
3301
- * Lookup483: pallet_corporate_actions::RecordDateSpec
3293
+ * Lookup482: pallet_corporate_actions::RecordDateSpec
3302
3294
  **/
3303
3295
  PalletCorporateActionsRecordDateSpec: {
3304
3296
  _enum: {
@@ -3308,7 +3300,7 @@ exports.default = {
3308
3300
  },
3309
3301
  },
3310
3302
  /**
3311
- * Lookup486: pallet_corporate_actions::InitiateCorporateActionArgs
3303
+ * Lookup485: pallet_corporate_actions::InitiateCorporateActionArgs
3312
3304
  **/
3313
3305
  PalletCorporateActionsInitiateCorporateActionArgs: {
3314
3306
  ticker: 'PolymeshPrimitivesTicker',
@@ -3321,7 +3313,7 @@ exports.default = {
3321
3313
  withholdingTax: 'Option<Vec<(PolymeshPrimitivesIdentityId,Permill)>>',
3322
3314
  },
3323
3315
  /**
3324
- * Lookup487: pallet_corporate_actions::ballot::Call<T>
3316
+ * Lookup486: pallet_corporate_actions::ballot::Call<T>
3325
3317
  **/
3326
3318
  PalletCorporateActionsBallotCall: {
3327
3319
  _enum: {
@@ -3353,7 +3345,7 @@ exports.default = {
3353
3345
  },
3354
3346
  },
3355
3347
  /**
3356
- * Lookup488: pallet_pips::Call<T>
3348
+ * Lookup487: pallet_pips::Call<T>
3357
3349
  **/
3358
3350
  PalletPipsCall: {
3359
3351
  _enum: {
@@ -3414,13 +3406,13 @@ exports.default = {
3414
3406
  },
3415
3407
  },
3416
3408
  /**
3417
- * Lookup491: pallet_pips::SnapshotResult
3409
+ * Lookup490: pallet_pips::SnapshotResult
3418
3410
  **/
3419
3411
  PalletPipsSnapshotResult: {
3420
3412
  _enum: ['Approve', 'Reject', 'Skip'],
3421
3413
  },
3422
3414
  /**
3423
- * Lookup492: pallet_portfolio::Call<T>
3415
+ * Lookup491: pallet_portfolio::Call<T>
3424
3416
  **/
3425
3417
  PalletPortfolioCall: {
3426
3418
  _enum: {
@@ -3456,14 +3448,14 @@ exports.default = {
3456
3448
  },
3457
3449
  },
3458
3450
  /**
3459
- * Lookup494: polymesh_primitives::portfolio::Fund
3451
+ * Lookup493: polymesh_primitives::portfolio::Fund
3460
3452
  **/
3461
3453
  PolymeshPrimitivesPortfolioFund: {
3462
3454
  description: 'PolymeshPrimitivesPortfolioFundDescription',
3463
3455
  memo: 'Option<PolymeshPrimitivesMemo>',
3464
3456
  },
3465
3457
  /**
3466
- * Lookup495: pallet_protocol_fee::Call<T>
3458
+ * Lookup494: pallet_protocol_fee::Call<T>
3467
3459
  **/
3468
3460
  PalletProtocolFeeCall: {
3469
3461
  _enum: {
@@ -3477,7 +3469,7 @@ exports.default = {
3477
3469
  },
3478
3470
  },
3479
3471
  /**
3480
- * Lookup496: polymesh_common_utilities::protocol_fee::ProtocolOp
3472
+ * Lookup495: polymesh_common_utilities::protocol_fee::ProtocolOp
3481
3473
  **/
3482
3474
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3483
3475
  _enum: [
@@ -3496,10 +3488,11 @@ exports.default = {
3496
3488
  'CapitalDistributionDistribute',
3497
3489
  'NFTCreateCollection',
3498
3490
  'NFTMint',
3491
+ 'IdentityCreateChildIdentity',
3499
3492
  ],
3500
3493
  },
3501
3494
  /**
3502
- * Lookup497: pallet_scheduler::pallet::Call<T>
3495
+ * Lookup496: pallet_scheduler::pallet::Call<T>
3503
3496
  **/
3504
3497
  PalletSchedulerCall: {
3505
3498
  _enum: {
@@ -3539,7 +3532,7 @@ exports.default = {
3539
3532
  },
3540
3533
  },
3541
3534
  /**
3542
- * Lookup499: pallet_settlement::Call<T>
3535
+ * Lookup498: pallet_settlement::Call<T>
3543
3536
  **/
3544
3537
  PalletSettlementCall: {
3545
3538
  _enum: {
@@ -3619,10 +3612,31 @@ exports.default = {
3619
3612
  id: 'u64',
3620
3613
  weightLimit: 'SpWeightsWeightV2Weight',
3621
3614
  },
3615
+ affirm_with_receipts_with_count: {
3616
+ id: 'u64',
3617
+ receiptDetails: 'Vec<PolymeshPrimitivesSettlementReceiptDetails>',
3618
+ portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
3619
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
3620
+ },
3621
+ affirm_instruction_with_count: {
3622
+ id: 'u64',
3623
+ portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
3624
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
3625
+ },
3626
+ reject_instruction_with_count: {
3627
+ id: 'u64',
3628
+ portfolio: 'PolymeshPrimitivesIdentityIdPortfolioId',
3629
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAssetCount>',
3630
+ },
3631
+ withdraw_affirmation_with_count: {
3632
+ id: 'u64',
3633
+ portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
3634
+ numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
3635
+ },
3622
3636
  },
3623
3637
  },
3624
3638
  /**
3625
- * Lookup501: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3639
+ * Lookup500: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3626
3640
  **/
3627
3641
  PolymeshPrimitivesSettlementReceiptDetails: {
3628
3642
  uid: 'u64',
@@ -3633,7 +3647,7 @@ exports.default = {
3633
3647
  metadata: 'Option<PolymeshPrimitivesSettlementReceiptMetadata>',
3634
3648
  },
3635
3649
  /**
3636
- * Lookup502: sp_runtime::MultiSignature
3650
+ * Lookup501: sp_runtime::MultiSignature
3637
3651
  **/
3638
3652
  SpRuntimeMultiSignature: {
3639
3653
  _enum: {
@@ -3643,11 +3657,27 @@ exports.default = {
3643
3657
  },
3644
3658
  },
3645
3659
  /**
3646
- * Lookup503: sp_core::ecdsa::Signature
3660
+ * Lookup502: sp_core::ecdsa::Signature
3647
3661
  **/
3648
3662
  SpCoreEcdsaSignature: '[u8;65]',
3649
3663
  /**
3650
- * Lookup505: pallet_statistics::Call<T>
3664
+ * Lookup505: polymesh_primitives::settlement::AffirmationCount
3665
+ **/
3666
+ PolymeshPrimitivesSettlementAffirmationCount: {
3667
+ senderAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
3668
+ receiverAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
3669
+ offchainCount: 'u32',
3670
+ },
3671
+ /**
3672
+ * Lookup506: polymesh_primitives::settlement::AssetCount
3673
+ **/
3674
+ PolymeshPrimitivesSettlementAssetCount: {
3675
+ fungible: 'u32',
3676
+ nonFungible: 'u32',
3677
+ offChain: 'u32',
3678
+ },
3679
+ /**
3680
+ * Lookup508: pallet_statistics::Call<T>
3651
3681
  **/
3652
3682
  PalletStatisticsCall: {
3653
3683
  _enum: {
@@ -3672,7 +3702,7 @@ exports.default = {
3672
3702
  },
3673
3703
  },
3674
3704
  /**
3675
- * Lookup510: pallet_sto::Call<T>
3705
+ * Lookup513: pallet_sto::Call<T>
3676
3706
  **/
3677
3707
  PalletStoCall: {
3678
3708
  _enum: {
@@ -3718,14 +3748,14 @@ exports.default = {
3718
3748
  },
3719
3749
  },
3720
3750
  /**
3721
- * Lookup512: pallet_sto::PriceTier
3751
+ * Lookup515: pallet_sto::PriceTier
3722
3752
  **/
3723
3753
  PalletStoPriceTier: {
3724
3754
  total: 'u128',
3725
3755
  price: 'u128',
3726
3756
  },
3727
3757
  /**
3728
- * Lookup514: pallet_treasury::Call<T>
3758
+ * Lookup517: pallet_treasury::Call<T>
3729
3759
  **/
3730
3760
  PalletTreasuryCall: {
3731
3761
  _enum: {
@@ -3738,14 +3768,14 @@ exports.default = {
3738
3768
  },
3739
3769
  },
3740
3770
  /**
3741
- * Lookup516: polymesh_primitives::Beneficiary<Balance>
3771
+ * Lookup519: polymesh_primitives::Beneficiary<Balance>
3742
3772
  **/
3743
3773
  PolymeshPrimitivesBeneficiary: {
3744
3774
  id: 'PolymeshPrimitivesIdentityId',
3745
3775
  amount: 'u128',
3746
3776
  },
3747
3777
  /**
3748
- * Lookup517: pallet_utility::pallet::Call<T>
3778
+ * Lookup520: pallet_utility::pallet::Call<T>
3749
3779
  **/
3750
3780
  PalletUtilityCall: {
3751
3781
  _enum: {
@@ -3783,14 +3813,14 @@ exports.default = {
3783
3813
  },
3784
3814
  },
3785
3815
  /**
3786
- * Lookup519: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3816
+ * Lookup522: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3787
3817
  **/
3788
3818
  PalletUtilityUniqueCall: {
3789
3819
  nonce: 'u64',
3790
3820
  call: 'Call',
3791
3821
  },
3792
3822
  /**
3793
- * Lookup520: polymesh_runtime_develop::runtime::OriginCaller
3823
+ * Lookup523: polymesh_runtime_develop::runtime::OriginCaller
3794
3824
  **/
3795
3825
  PolymeshRuntimeDevelopRuntimeOriginCaller: {
3796
3826
  _enum: {
@@ -3811,7 +3841,7 @@ exports.default = {
3811
3841
  },
3812
3842
  },
3813
3843
  /**
3814
- * Lookup521: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3844
+ * Lookup524: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3815
3845
  **/
3816
3846
  FrameSupportDispatchRawOrigin: {
3817
3847
  _enum: {
@@ -3821,33 +3851,33 @@ exports.default = {
3821
3851
  },
3822
3852
  },
3823
3853
  /**
3824
- * Lookup522: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3854
+ * Lookup525: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3825
3855
  **/
3826
3856
  PalletCommitteeRawOriginInstance1: {
3827
3857
  _enum: ['Endorsed'],
3828
3858
  },
3829
3859
  /**
3830
- * Lookup523: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3860
+ * Lookup526: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3831
3861
  **/
3832
3862
  PalletCommitteeRawOriginInstance3: {
3833
3863
  _enum: ['Endorsed'],
3834
3864
  },
3835
3865
  /**
3836
- * Lookup524: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3866
+ * Lookup527: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3837
3867
  **/
3838
3868
  PalletCommitteeRawOriginInstance4: {
3839
3869
  _enum: ['Endorsed'],
3840
3870
  },
3841
3871
  /**
3842
- * Lookup525: sp_core::Void
3872
+ * Lookup528: sp_core::Void
3843
3873
  **/
3844
3874
  SpCoreVoid: 'Null',
3845
3875
  /**
3846
- * Lookup526: pallet_base::Call<T>
3876
+ * Lookup529: pallet_base::Call<T>
3847
3877
  **/
3848
3878
  PalletBaseCall: 'Null',
3849
3879
  /**
3850
- * Lookup527: pallet_external_agents::Call<T>
3880
+ * Lookup530: pallet_external_agents::Call<T>
3851
3881
  **/
3852
3882
  PalletExternalAgentsCall: {
3853
3883
  _enum: {
@@ -3889,7 +3919,7 @@ exports.default = {
3889
3919
  },
3890
3920
  },
3891
3921
  /**
3892
- * Lookup528: pallet_relayer::Call<T>
3922
+ * Lookup531: pallet_relayer::Call<T>
3893
3923
  **/
3894
3924
  PalletRelayerCall: {
3895
3925
  _enum: {
@@ -3919,32 +3949,7 @@ exports.default = {
3919
3949
  },
3920
3950
  },
3921
3951
  /**
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>
3952
+ * Lookup532: pallet_contracts::pallet::Call<T>
3948
3953
  **/
3949
3954
  PalletContractsCall: {
3950
3955
  _enum: {
@@ -4009,13 +4014,13 @@ exports.default = {
4009
4014
  },
4010
4015
  },
4011
4016
  /**
4012
- * Lookup535: pallet_contracts::wasm::Determinism
4017
+ * Lookup536: pallet_contracts::wasm::Determinism
4013
4018
  **/
4014
4019
  PalletContractsWasmDeterminism: {
4015
4020
  _enum: ['Deterministic', 'AllowIndeterminism'],
4016
4021
  },
4017
4022
  /**
4018
- * Lookup536: polymesh_contracts::Call<T>
4023
+ * Lookup537: polymesh_contracts::Call<T>
4019
4024
  **/
4020
4025
  PolymeshContractsCall: {
4021
4026
  _enum: {
@@ -4043,11 +4048,11 @@ exports.default = {
4043
4048
  },
4044
4049
  },
4045
4050
  /**
4046
- * Lookup539: polymesh_contracts::chain_extension::ExtrinsicId
4051
+ * Lookup540: polymesh_contracts::chain_extension::ExtrinsicId
4047
4052
  **/
4048
4053
  PolymeshContractsChainExtensionExtrinsicId: '(u8,u8)',
4049
4054
  /**
4050
- * Lookup540: pallet_preimage::pallet::Call<T>
4055
+ * Lookup541: pallet_preimage::pallet::Call<T>
4051
4056
  **/
4052
4057
  PalletPreimageCall: {
4053
4058
  _enum: {
@@ -4075,7 +4080,7 @@ exports.default = {
4075
4080
  },
4076
4081
  },
4077
4082
  /**
4078
- * Lookup541: pallet_nft::Call<T>
4083
+ * Lookup542: pallet_nft::Call<T>
4079
4084
  **/
4080
4085
  PalletNftCall: {
4081
4086
  _enum: {
@@ -4097,18 +4102,18 @@ exports.default = {
4097
4102
  },
4098
4103
  },
4099
4104
  /**
4100
- * Lookup543: polymesh_primitives::nft::NFTCollectionKeys
4105
+ * Lookup544: polymesh_primitives::nft::NFTCollectionKeys
4101
4106
  **/
4102
4107
  PolymeshPrimitivesNftNftCollectionKeys: 'Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey>',
4103
4108
  /**
4104
- * Lookup546: polymesh_primitives::nft::NFTMetadataAttribute
4109
+ * Lookup547: polymesh_primitives::nft::NFTMetadataAttribute
4105
4110
  **/
4106
4111
  PolymeshPrimitivesNftNftMetadataAttribute: {
4107
4112
  key: 'PolymeshPrimitivesAssetMetadataAssetMetadataKey',
4108
4113
  value: 'Bytes',
4109
4114
  },
4110
4115
  /**
4111
- * Lookup547: pallet_test_utils::Call<T>
4116
+ * Lookup548: pallet_test_utils::Call<T>
4112
4117
  **/
4113
4118
  PalletTestUtilsCall: {
4114
4119
  _enum: {
@@ -4125,7 +4130,7 @@ exports.default = {
4125
4130
  },
4126
4131
  },
4127
4132
  /**
4128
- * Lookup548: pallet_committee::PolymeshVotes<BlockNumber>
4133
+ * Lookup549: pallet_committee::PolymeshVotes<BlockNumber>
4129
4134
  **/
4130
4135
  PalletCommitteePolymeshVotes: {
4131
4136
  index: 'u32',
@@ -4134,7 +4139,7 @@ exports.default = {
4134
4139
  expiry: 'PolymeshCommonUtilitiesMaybeBlock',
4135
4140
  },
4136
4141
  /**
4137
- * Lookup550: pallet_committee::Error<T, I>
4142
+ * Lookup551: pallet_committee::Error<T, I>
4138
4143
  **/
4139
4144
  PalletCommitteeError: {
4140
4145
  _enum: [
@@ -4150,7 +4155,7 @@ exports.default = {
4150
4155
  ],
4151
4156
  },
4152
4157
  /**
4153
- * Lookup560: polymesh_primitives::multisig::ProposalDetails<T>
4158
+ * Lookup561: polymesh_primitives::multisig::ProposalDetails<T>
4154
4159
  **/
4155
4160
  PolymeshPrimitivesMultisigProposalDetails: {
4156
4161
  approvals: 'u64',
@@ -4160,13 +4165,13 @@ exports.default = {
4160
4165
  autoClose: 'bool',
4161
4166
  },
4162
4167
  /**
4163
- * Lookup561: polymesh_primitives::multisig::ProposalStatus
4168
+ * Lookup562: polymesh_primitives::multisig::ProposalStatus
4164
4169
  **/
4165
4170
  PolymeshPrimitivesMultisigProposalStatus: {
4166
4171
  _enum: ['Invalid', 'ActiveOrExpired', 'ExecutionSuccessful', 'ExecutionFailed', 'Rejected'],
4167
4172
  },
4168
4173
  /**
4169
- * Lookup563: pallet_multisig::Error<T>
4174
+ * Lookup564: pallet_multisig::Error<T>
4170
4175
  **/
4171
4176
  PalletMultisigError: {
4172
4177
  _enum: [
@@ -4199,7 +4204,7 @@ exports.default = {
4199
4204
  ],
4200
4205
  },
4201
4206
  /**
4202
- * Lookup565: pallet_bridge::BridgeTxDetail<BlockNumber>
4207
+ * Lookup566: pallet_bridge::BridgeTxDetail<BlockNumber>
4203
4208
  **/
4204
4209
  PalletBridgeBridgeTxDetail: {
4205
4210
  amount: 'u128',
@@ -4208,7 +4213,7 @@ exports.default = {
4208
4213
  txHash: 'H256',
4209
4214
  },
4210
4215
  /**
4211
- * Lookup566: pallet_bridge::BridgeTxStatus
4216
+ * Lookup567: pallet_bridge::BridgeTxStatus
4212
4217
  **/
4213
4218
  PalletBridgeBridgeTxStatus: {
4214
4219
  _enum: {
@@ -4220,7 +4225,7 @@ exports.default = {
4220
4225
  },
4221
4226
  },
4222
4227
  /**
4223
- * Lookup569: pallet_bridge::Error<T>
4228
+ * Lookup570: pallet_bridge::Error<T>
4224
4229
  **/
4225
4230
  PalletBridgeError: {
4226
4231
  _enum: [
@@ -4240,7 +4245,7 @@ exports.default = {
4240
4245
  ],
4241
4246
  },
4242
4247
  /**
4243
- * Lookup570: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
4248
+ * Lookup571: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
4244
4249
  **/
4245
4250
  PalletStakingStakingLedger: {
4246
4251
  stash: 'AccountId32',
@@ -4250,14 +4255,14 @@ exports.default = {
4250
4255
  claimedRewards: 'Vec<u32>',
4251
4256
  },
4252
4257
  /**
4253
- * Lookup572: pallet_staking::UnlockChunk<Balance>
4258
+ * Lookup573: pallet_staking::UnlockChunk<Balance>
4254
4259
  **/
4255
4260
  PalletStakingUnlockChunk: {
4256
4261
  value: 'Compact<u128>',
4257
4262
  era: 'Compact<u32>',
4258
4263
  },
4259
4264
  /**
4260
- * Lookup573: pallet_staking::Nominations<sp_core::crypto::AccountId32>
4265
+ * Lookup574: pallet_staking::Nominations<sp_core::crypto::AccountId32>
4261
4266
  **/
4262
4267
  PalletStakingNominations: {
4263
4268
  targets: 'Vec<AccountId32>',
@@ -4265,27 +4270,27 @@ exports.default = {
4265
4270
  suppressed: 'bool',
4266
4271
  },
4267
4272
  /**
4268
- * Lookup574: pallet_staking::ActiveEraInfo
4273
+ * Lookup575: pallet_staking::ActiveEraInfo
4269
4274
  **/
4270
4275
  PalletStakingActiveEraInfo: {
4271
4276
  index: 'u32',
4272
4277
  start: 'Option<u64>',
4273
4278
  },
4274
4279
  /**
4275
- * Lookup576: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4280
+ * Lookup577: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4276
4281
  **/
4277
4282
  PalletStakingEraRewardPoints: {
4278
4283
  total: 'u32',
4279
4284
  individual: 'BTreeMap<AccountId32, u32>',
4280
4285
  },
4281
4286
  /**
4282
- * Lookup579: pallet_staking::Forcing
4287
+ * Lookup580: pallet_staking::Forcing
4283
4288
  **/
4284
4289
  PalletStakingForcing: {
4285
4290
  _enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'],
4286
4291
  },
4287
4292
  /**
4288
- * Lookup581: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4293
+ * Lookup582: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4289
4294
  **/
4290
4295
  PalletStakingUnappliedSlash: {
4291
4296
  validator: 'AccountId32',
@@ -4295,7 +4300,7 @@ exports.default = {
4295
4300
  payout: 'u128',
4296
4301
  },
4297
4302
  /**
4298
- * Lookup585: pallet_staking::slashing::SlashingSpans
4303
+ * Lookup586: pallet_staking::slashing::SlashingSpans
4299
4304
  **/
4300
4305
  PalletStakingSlashingSlashingSpans: {
4301
4306
  spanIndex: 'u32',
@@ -4304,14 +4309,14 @@ exports.default = {
4304
4309
  prior: 'Vec<u32>',
4305
4310
  },
4306
4311
  /**
4307
- * Lookup586: pallet_staking::slashing::SpanRecord<Balance>
4312
+ * Lookup587: pallet_staking::slashing::SpanRecord<Balance>
4308
4313
  **/
4309
4314
  PalletStakingSlashingSpanRecord: {
4310
4315
  slashed: 'u128',
4311
4316
  paidOut: 'u128',
4312
4317
  },
4313
4318
  /**
4314
- * Lookup589: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4319
+ * Lookup590: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4315
4320
  **/
4316
4321
  PalletStakingElectionResult: {
4317
4322
  electedStashes: 'Vec<AccountId32>',
@@ -4319,7 +4324,7 @@ exports.default = {
4319
4324
  compute: 'PalletStakingElectionCompute',
4320
4325
  },
4321
4326
  /**
4322
- * Lookup590: pallet_staking::ElectionStatus<BlockNumber>
4327
+ * Lookup591: pallet_staking::ElectionStatus<BlockNumber>
4323
4328
  **/
4324
4329
  PalletStakingElectionStatus: {
4325
4330
  _enum: {
@@ -4328,20 +4333,20 @@ exports.default = {
4328
4333
  },
4329
4334
  },
4330
4335
  /**
4331
- * Lookup591: pallet_staking::PermissionedIdentityPrefs
4336
+ * Lookup592: pallet_staking::PermissionedIdentityPrefs
4332
4337
  **/
4333
4338
  PalletStakingPermissionedIdentityPrefs: {
4334
4339
  intendedCount: 'u32',
4335
4340
  runningCount: 'u32',
4336
4341
  },
4337
4342
  /**
4338
- * Lookup592: pallet_staking::Releases
4343
+ * Lookup593: pallet_staking::Releases
4339
4344
  **/
4340
4345
  PalletStakingReleases: {
4341
4346
  _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
4347
  },
4343
4348
  /**
4344
- * Lookup594: pallet_staking::Error<T>
4349
+ * Lookup595: pallet_staking::Error<T>
4345
4350
  **/
4346
4351
  PalletStakingError: {
4347
4352
  _enum: [
@@ -4391,24 +4396,24 @@ exports.default = {
4391
4396
  ],
4392
4397
  },
4393
4398
  /**
4394
- * Lookup595: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4399
+ * Lookup596: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4395
4400
  **/
4396
4401
  SpStakingOffenceOffenceDetails: {
4397
4402
  offender: '(AccountId32,PalletStakingExposure)',
4398
4403
  reporters: 'Vec<AccountId32>',
4399
4404
  },
4400
4405
  /**
4401
- * Lookup600: sp_core::crypto::KeyTypeId
4406
+ * Lookup601: sp_core::crypto::KeyTypeId
4402
4407
  **/
4403
4408
  SpCoreCryptoKeyTypeId: '[u8;4]',
4404
4409
  /**
4405
- * Lookup601: pallet_session::pallet::Error<T>
4410
+ * Lookup602: pallet_session::pallet::Error<T>
4406
4411
  **/
4407
4412
  PalletSessionError: {
4408
4413
  _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'],
4409
4414
  },
4410
4415
  /**
4411
- * Lookup602: pallet_grandpa::StoredState<N>
4416
+ * Lookup603: pallet_grandpa::StoredState<N>
4412
4417
  **/
4413
4418
  PalletGrandpaStoredState: {
4414
4419
  _enum: {
@@ -4425,7 +4430,7 @@ exports.default = {
4425
4430
  },
4426
4431
  },
4427
4432
  /**
4428
- * Lookup603: pallet_grandpa::StoredPendingChange<N, Limit>
4433
+ * Lookup604: pallet_grandpa::StoredPendingChange<N, Limit>
4429
4434
  **/
4430
4435
  PalletGrandpaStoredPendingChange: {
4431
4436
  scheduledAt: 'u32',
@@ -4434,7 +4439,7 @@ exports.default = {
4434
4439
  forced: 'Option<u32>',
4435
4440
  },
4436
4441
  /**
4437
- * Lookup605: pallet_grandpa::pallet::Error<T>
4442
+ * Lookup606: pallet_grandpa::pallet::Error<T>
4438
4443
  **/
4439
4444
  PalletGrandpaError: {
4440
4445
  _enum: [
@@ -4448,40 +4453,40 @@ exports.default = {
4448
4453
  ],
4449
4454
  },
4450
4455
  /**
4451
- * Lookup609: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4456
+ * Lookup610: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4452
4457
  **/
4453
4458
  PalletImOnlineBoundedOpaqueNetworkState: {
4454
4459
  peerId: 'Bytes',
4455
4460
  externalAddresses: 'Vec<Bytes>',
4456
4461
  },
4457
4462
  /**
4458
- * Lookup613: pallet_im_online::pallet::Error<T>
4463
+ * Lookup614: pallet_im_online::pallet::Error<T>
4459
4464
  **/
4460
4465
  PalletImOnlineError: {
4461
4466
  _enum: ['InvalidKey', 'DuplicatedHeartbeat'],
4462
4467
  },
4463
4468
  /**
4464
- * Lookup615: pallet_sudo::Error<T>
4469
+ * Lookup616: pallet_sudo::Error<T>
4465
4470
  **/
4466
4471
  PalletSudoError: {
4467
4472
  _enum: ['RequireSudo'],
4468
4473
  },
4469
4474
  /**
4470
- * Lookup616: pallet_asset::TickerRegistration<U>
4475
+ * Lookup617: pallet_asset::TickerRegistration<U>
4471
4476
  **/
4472
4477
  PalletAssetTickerRegistration: {
4473
4478
  owner: 'PolymeshPrimitivesIdentityId',
4474
4479
  expiry: 'Option<u64>',
4475
4480
  },
4476
4481
  /**
4477
- * Lookup617: pallet_asset::TickerRegistrationConfig<U>
4482
+ * Lookup618: pallet_asset::TickerRegistrationConfig<U>
4478
4483
  **/
4479
4484
  PalletAssetTickerRegistrationConfig: {
4480
4485
  maxTickerLength: 'u8',
4481
4486
  registrationLength: 'Option<u64>',
4482
4487
  },
4483
4488
  /**
4484
- * Lookup618: pallet_asset::SecurityToken
4489
+ * Lookup619: pallet_asset::SecurityToken
4485
4490
  **/
4486
4491
  PalletAssetSecurityToken: {
4487
4492
  totalSupply: 'u128',
@@ -4490,13 +4495,13 @@ exports.default = {
4490
4495
  assetType: 'PolymeshPrimitivesAssetAssetType',
4491
4496
  },
4492
4497
  /**
4493
- * Lookup622: pallet_asset::AssetOwnershipRelation
4498
+ * Lookup623: pallet_asset::AssetOwnershipRelation
4494
4499
  **/
4495
4500
  PalletAssetAssetOwnershipRelation: {
4496
4501
  _enum: ['NotOwned', 'TickerOwned', 'AssetOwned'],
4497
4502
  },
4498
4503
  /**
4499
- * Lookup628: pallet_asset::Error<T>
4504
+ * Lookup629: pallet_asset::Error<T>
4500
4505
  **/
4501
4506
  PalletAssetError: {
4502
4507
  _enum: [
@@ -4540,7 +4545,7 @@ exports.default = {
4540
4545
  ],
4541
4546
  },
4542
4547
  /**
4543
- * Lookup631: pallet_corporate_actions::distribution::Error<T>
4548
+ * Lookup632: pallet_corporate_actions::distribution::Error<T>
4544
4549
  **/
4545
4550
  PalletCorporateActionsDistributionError: {
4546
4551
  _enum: [
@@ -4562,7 +4567,7 @@ exports.default = {
4562
4567
  ],
4563
4568
  },
4564
4569
  /**
4565
- * Lookup635: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4570
+ * Lookup636: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4566
4571
  **/
4567
4572
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4568
4573
  nextAt: 'u64',
@@ -4570,7 +4575,7 @@ exports.default = {
4570
4575
  schedules: 'BTreeMap<u64, u64>',
4571
4576
  },
4572
4577
  /**
4573
- * Lookup641: pallet_asset::checkpoint::Error<T>
4578
+ * Lookup642: pallet_asset::checkpoint::Error<T>
4574
4579
  **/
4575
4580
  PalletAssetCheckpointError: {
4576
4581
  _enum: [
@@ -4583,14 +4588,14 @@ exports.default = {
4583
4588
  ],
4584
4589
  },
4585
4590
  /**
4586
- * Lookup642: polymesh_primitives::compliance_manager::AssetCompliance
4591
+ * Lookup643: polymesh_primitives::compliance_manager::AssetCompliance
4587
4592
  **/
4588
4593
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4589
4594
  paused: 'bool',
4590
4595
  requirements: 'Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>',
4591
4596
  },
4592
4597
  /**
4593
- * Lookup644: pallet_compliance_manager::Error<T>
4598
+ * Lookup645: pallet_compliance_manager::Error<T>
4594
4599
  **/
4595
4600
  PalletComplianceManagerError: {
4596
4601
  _enum: [
@@ -4604,7 +4609,7 @@ exports.default = {
4604
4609
  ],
4605
4610
  },
4606
4611
  /**
4607
- * Lookup647: pallet_corporate_actions::Error<T>
4612
+ * Lookup648: pallet_corporate_actions::Error<T>
4608
4613
  **/
4609
4614
  PalletCorporateActionsError: {
4610
4615
  _enum: [
@@ -4622,7 +4627,7 @@ exports.default = {
4622
4627
  ],
4623
4628
  },
4624
4629
  /**
4625
- * Lookup649: pallet_corporate_actions::ballot::Error<T>
4630
+ * Lookup650: pallet_corporate_actions::ballot::Error<T>
4626
4631
  **/
4627
4632
  PalletCorporateActionsBallotError: {
4628
4633
  _enum: [
@@ -4643,13 +4648,13 @@ exports.default = {
4643
4648
  ],
4644
4649
  },
4645
4650
  /**
4646
- * Lookup650: pallet_permissions::Error<T>
4651
+ * Lookup651: pallet_permissions::Error<T>
4647
4652
  **/
4648
4653
  PalletPermissionsError: {
4649
4654
  _enum: ['UnauthorizedCaller'],
4650
4655
  },
4651
4656
  /**
4652
- * Lookup651: pallet_pips::PipsMetadata<BlockNumber>
4657
+ * Lookup652: pallet_pips::PipsMetadata<BlockNumber>
4653
4658
  **/
4654
4659
  PalletPipsPipsMetadata: {
4655
4660
  id: 'u32',
@@ -4660,14 +4665,14 @@ exports.default = {
4660
4665
  expiry: 'PolymeshCommonUtilitiesMaybeBlock',
4661
4666
  },
4662
4667
  /**
4663
- * Lookup653: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4668
+ * Lookup654: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4664
4669
  **/
4665
4670
  PalletPipsDepositInfo: {
4666
4671
  owner: 'AccountId32',
4667
4672
  amount: 'u128',
4668
4673
  },
4669
4674
  /**
4670
- * Lookup654: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4675
+ * Lookup655: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4671
4676
  **/
4672
4677
  PalletPipsPip: {
4673
4678
  id: 'u32',
@@ -4675,7 +4680,7 @@ exports.default = {
4675
4680
  proposer: 'PalletPipsProposer',
4676
4681
  },
4677
4682
  /**
4678
- * Lookup655: pallet_pips::VotingResult
4683
+ * Lookup656: pallet_pips::VotingResult
4679
4684
  **/
4680
4685
  PalletPipsVotingResult: {
4681
4686
  ayesCount: 'u32',
@@ -4684,11 +4689,11 @@ exports.default = {
4684
4689
  naysStake: 'u128',
4685
4690
  },
4686
4691
  /**
4687
- * Lookup656: pallet_pips::Vote
4692
+ * Lookup657: pallet_pips::Vote
4688
4693
  **/
4689
4694
  PalletPipsVote: '(bool,u128)',
4690
4695
  /**
4691
- * Lookup657: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4696
+ * Lookup658: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4692
4697
  **/
4693
4698
  PalletPipsSnapshotMetadata: {
4694
4699
  createdAt: 'u32',
@@ -4696,7 +4701,7 @@ exports.default = {
4696
4701
  id: 'u32',
4697
4702
  },
4698
4703
  /**
4699
- * Lookup659: pallet_pips::Error<T>
4704
+ * Lookup660: pallet_pips::Error<T>
4700
4705
  **/
4701
4706
  PalletPipsError: {
4702
4707
  _enum: [
@@ -4721,7 +4726,7 @@ exports.default = {
4721
4726
  ],
4722
4727
  },
4723
4728
  /**
4724
- * Lookup667: pallet_portfolio::Error<T>
4729
+ * Lookup668: pallet_portfolio::Error<T>
4725
4730
  **/
4726
4731
  PalletPortfolioError: {
4727
4732
  _enum: [
@@ -4744,13 +4749,13 @@ exports.default = {
4744
4749
  ],
4745
4750
  },
4746
4751
  /**
4747
- * Lookup668: pallet_protocol_fee::Error<T>
4752
+ * Lookup669: pallet_protocol_fee::Error<T>
4748
4753
  **/
4749
4754
  PalletProtocolFeeError: {
4750
4755
  _enum: ['InsufficientAccountBalance', 'UnHandledImbalances', 'InsufficientSubsidyBalance'],
4751
4756
  },
4752
4757
  /**
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>
4758
+ * Lookup672: 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
4759
  **/
4755
4760
  PalletSchedulerScheduled: {
4756
4761
  maybeId: 'Option<[u8;32]>',
@@ -4760,7 +4765,7 @@ exports.default = {
4760
4765
  origin: 'PolymeshRuntimeDevelopRuntimeOriginCaller',
4761
4766
  },
4762
4767
  /**
4763
- * Lookup672: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4768
+ * Lookup673: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4764
4769
  **/
4765
4770
  FrameSupportPreimagesBounded: {
4766
4771
  _enum: {
@@ -4781,7 +4786,7 @@ exports.default = {
4781
4786
  },
4782
4787
  },
4783
4788
  /**
4784
- * Lookup675: pallet_scheduler::pallet::Error<T>
4789
+ * Lookup676: pallet_scheduler::pallet::Error<T>
4785
4790
  **/
4786
4791
  PalletSchedulerError: {
4787
4792
  _enum: [
@@ -4793,14 +4798,14 @@ exports.default = {
4793
4798
  ],
4794
4799
  },
4795
4800
  /**
4796
- * Lookup676: polymesh_primitives::settlement::Venue
4801
+ * Lookup677: polymesh_primitives::settlement::Venue
4797
4802
  **/
4798
4803
  PolymeshPrimitivesSettlementVenue: {
4799
4804
  creator: 'PolymeshPrimitivesIdentityId',
4800
4805
  venueType: 'PolymeshPrimitivesSettlementVenueType',
4801
4806
  },
4802
4807
  /**
4803
- * Lookup680: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4808
+ * Lookup681: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4804
4809
  **/
4805
4810
  PolymeshPrimitivesSettlementInstruction: {
4806
4811
  instructionId: 'u64',
@@ -4811,7 +4816,7 @@ exports.default = {
4811
4816
  valueDate: 'Option<u64>',
4812
4817
  },
4813
4818
  /**
4814
- * Lookup682: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4819
+ * Lookup683: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4815
4820
  **/
4816
4821
  PolymeshPrimitivesSettlementLegStatus: {
4817
4822
  _enum: {
@@ -4821,13 +4826,13 @@ exports.default = {
4821
4826
  },
4822
4827
  },
4823
4828
  /**
4824
- * Lookup684: polymesh_primitives::settlement::AffirmationStatus
4829
+ * Lookup685: polymesh_primitives::settlement::AffirmationStatus
4825
4830
  **/
4826
4831
  PolymeshPrimitivesSettlementAffirmationStatus: {
4827
4832
  _enum: ['Unknown', 'Pending', 'Affirmed'],
4828
4833
  },
4829
4834
  /**
4830
- * Lookup688: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4835
+ * Lookup689: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4831
4836
  **/
4832
4837
  PolymeshPrimitivesSettlementInstructionStatus: {
4833
4838
  _enum: {
@@ -4839,7 +4844,7 @@ exports.default = {
4839
4844
  },
4840
4845
  },
4841
4846
  /**
4842
- * Lookup689: pallet_settlement::Error<T>
4847
+ * Lookup690: pallet_settlement::Error<T>
4843
4848
  **/
4844
4849
  PalletSettlementError: {
4845
4850
  _enum: [
@@ -4882,24 +4887,25 @@ exports.default = {
4882
4887
  'ReceiptInstructionIdMissmatch',
4883
4888
  'MultipleReceiptsForOneLeg',
4884
4889
  'UnexpectedLegStatus',
4890
+ 'NumberOfVenueSignersExceeded',
4885
4891
  ],
4886
4892
  },
4887
4893
  /**
4888
- * Lookup692: polymesh_primitives::statistics::Stat1stKey
4894
+ * Lookup693: polymesh_primitives::statistics::Stat1stKey
4889
4895
  **/
4890
4896
  PolymeshPrimitivesStatisticsStat1stKey: {
4891
4897
  asset: 'PolymeshPrimitivesStatisticsAssetScope',
4892
4898
  statType: 'PolymeshPrimitivesStatisticsStatType',
4893
4899
  },
4894
4900
  /**
4895
- * Lookup693: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4901
+ * Lookup694: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4896
4902
  **/
4897
4903
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4898
4904
  paused: 'bool',
4899
4905
  requirements: 'BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>',
4900
4906
  },
4901
4907
  /**
4902
- * Lookup697: pallet_statistics::Error<T>
4908
+ * Lookup698: pallet_statistics::Error<T>
4903
4909
  **/
4904
4910
  PalletStatisticsError: {
4905
4911
  _enum: [
@@ -4913,7 +4919,7 @@ exports.default = {
4913
4919
  ],
4914
4920
  },
4915
4921
  /**
4916
- * Lookup699: pallet_sto::Error<T>
4922
+ * Lookup700: pallet_sto::Error<T>
4917
4923
  **/
4918
4924
  PalletStoError: {
4919
4925
  _enum: [
@@ -4932,25 +4938,25 @@ exports.default = {
4932
4938
  ],
4933
4939
  },
4934
4940
  /**
4935
- * Lookup700: pallet_treasury::Error<T>
4941
+ * Lookup701: pallet_treasury::Error<T>
4936
4942
  **/
4937
4943
  PalletTreasuryError: {
4938
4944
  _enum: ['InsufficientBalance', 'InvalidIdentity'],
4939
4945
  },
4940
4946
  /**
4941
- * Lookup701: pallet_utility::pallet::Error<T>
4947
+ * Lookup702: pallet_utility::pallet::Error<T>
4942
4948
  **/
4943
4949
  PalletUtilityError: {
4944
4950
  _enum: ['TooManyCalls', 'InvalidSignature', 'TargetCddMissing', 'InvalidNonce'],
4945
4951
  },
4946
4952
  /**
4947
- * Lookup702: pallet_base::Error<T>
4953
+ * Lookup703: pallet_base::Error<T>
4948
4954
  **/
4949
4955
  PalletBaseError: {
4950
4956
  _enum: ['TooLong', 'CounterOverflow'],
4951
4957
  },
4952
4958
  /**
4953
- * Lookup704: pallet_external_agents::Error<T>
4959
+ * Lookup705: pallet_external_agents::Error<T>
4954
4960
  **/
4955
4961
  PalletExternalAgentsError: {
4956
4962
  _enum: [
@@ -4963,14 +4969,14 @@ exports.default = {
4963
4969
  ],
4964
4970
  },
4965
4971
  /**
4966
- * Lookup705: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4972
+ * Lookup706: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4967
4973
  **/
4968
4974
  PalletRelayerSubsidy: {
4969
4975
  payingKey: 'AccountId32',
4970
4976
  remaining: 'u128',
4971
4977
  },
4972
4978
  /**
4973
- * Lookup706: pallet_relayer::Error<T>
4979
+ * Lookup707: pallet_relayer::Error<T>
4974
4980
  **/
4975
4981
  PalletRelayerError: {
4976
4982
  _enum: [
@@ -4983,17 +4989,6 @@ exports.default = {
4983
4989
  'Overflow',
4984
4990
  ],
4985
4991
  },
4986
- /**
4987
- * Lookup707: pallet_rewards::Error<T>
4988
- **/
4989
- PalletRewardsError: {
4990
- _enum: [
4991
- 'UnknownItnAddress',
4992
- 'ItnRewardAlreadyClaimed',
4993
- 'InvalidSignature',
4994
- 'UnableToCovertBalance',
4995
- ],
4996
- },
4997
4992
  /**
4998
4993
  * Lookup709: pallet_contracts::wasm::PrefabWasmModule<T>
4999
4994
  **/
@@ -5218,7 +5213,7 @@ exports.default = {
5218
5213
  ],
5219
5214
  },
5220
5215
  /**
5221
- * Lookup722: polymesh_contracts::Error<T>
5216
+ * Lookup723: polymesh_contracts::Error<T>
5222
5217
  **/
5223
5218
  PolymeshContractsError: {
5224
5219
  _enum: [
@@ -5233,7 +5228,7 @@ exports.default = {
5233
5228
  ],
5234
5229
  },
5235
5230
  /**
5236
- * Lookup723: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
5231
+ * Lookup724: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
5237
5232
  **/
5238
5233
  PalletPreimageRequestStatus: {
5239
5234
  _enum: {
@@ -5249,20 +5244,20 @@ exports.default = {
5249
5244
  },
5250
5245
  },
5251
5246
  /**
5252
- * Lookup727: pallet_preimage::pallet::Error<T>
5247
+ * Lookup728: pallet_preimage::pallet::Error<T>
5253
5248
  **/
5254
5249
  PalletPreimageError: {
5255
5250
  _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'],
5256
5251
  },
5257
5252
  /**
5258
- * Lookup728: polymesh_primitives::nft::NFTCollection
5253
+ * Lookup729: polymesh_primitives::nft::NFTCollection
5259
5254
  **/
5260
5255
  PolymeshPrimitivesNftNftCollection: {
5261
5256
  id: 'u64',
5262
5257
  ticker: 'PolymeshPrimitivesTicker',
5263
5258
  },
5264
5259
  /**
5265
- * Lookup732: pallet_nft::Error<T>
5260
+ * Lookup733: pallet_nft::Error<T>
5266
5261
  **/
5267
5262
  PalletNftError: {
5268
5263
  _enum: [
@@ -5289,43 +5284,43 @@ exports.default = {
5289
5284
  ],
5290
5285
  },
5291
5286
  /**
5292
- * Lookup733: pallet_test_utils::Error<T>
5287
+ * Lookup734: pallet_test_utils::Error<T>
5293
5288
  **/
5294
5289
  PalletTestUtilsError: 'Null',
5295
5290
  /**
5296
- * Lookup736: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
5291
+ * Lookup737: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
5297
5292
  **/
5298
5293
  FrameSystemExtensionsCheckSpecVersion: 'Null',
5299
5294
  /**
5300
- * Lookup737: frame_system::extensions::check_tx_version::CheckTxVersion<T>
5295
+ * Lookup738: frame_system::extensions::check_tx_version::CheckTxVersion<T>
5301
5296
  **/
5302
5297
  FrameSystemExtensionsCheckTxVersion: 'Null',
5303
5298
  /**
5304
- * Lookup738: frame_system::extensions::check_genesis::CheckGenesis<T>
5299
+ * Lookup739: frame_system::extensions::check_genesis::CheckGenesis<T>
5305
5300
  **/
5306
5301
  FrameSystemExtensionsCheckGenesis: 'Null',
5307
5302
  /**
5308
- * Lookup741: frame_system::extensions::check_nonce::CheckNonce<T>
5303
+ * Lookup742: frame_system::extensions::check_nonce::CheckNonce<T>
5309
5304
  **/
5310
5305
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
5311
5306
  /**
5312
- * Lookup742: polymesh_extensions::check_weight::CheckWeight<T>
5307
+ * Lookup743: polymesh_extensions::check_weight::CheckWeight<T>
5313
5308
  **/
5314
5309
  PolymeshExtensionsCheckWeight: 'FrameSystemExtensionsCheckWeight',
5315
5310
  /**
5316
- * Lookup743: frame_system::extensions::check_weight::CheckWeight<T>
5311
+ * Lookup744: frame_system::extensions::check_weight::CheckWeight<T>
5317
5312
  **/
5318
5313
  FrameSystemExtensionsCheckWeight: 'Null',
5319
5314
  /**
5320
- * Lookup744: pallet_transaction_payment::ChargeTransactionPayment<T>
5315
+ * Lookup745: pallet_transaction_payment::ChargeTransactionPayment<T>
5321
5316
  **/
5322
5317
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
5323
5318
  /**
5324
- * Lookup745: pallet_permissions::StoreCallMetadata<T>
5319
+ * Lookup746: pallet_permissions::StoreCallMetadata<T>
5325
5320
  **/
5326
5321
  PalletPermissionsStoreCallMetadata: 'Null',
5327
5322
  /**
5328
- * Lookup746: polymesh_runtime_develop::runtime::Runtime
5323
+ * Lookup747: polymesh_runtime_develop::runtime::Runtime
5329
5324
  **/
5330
5325
  PolymeshRuntimeDevelopRuntime: 'Null',
5331
5326
  };