@polymeshassociation/polymesh-sdk 24.4.0-alpha.3 → 24.4.0-alpha.4
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.
- package/CHANGELOG.md +3 -3
- package/api/procedures/addInstruction.d.ts +0 -4
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +13 -34
- package/api/procedures/addInstruction.js.map +1 -1
- package/generated/types.d.ts +12 -2
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +12 -1
- package/generated/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.4.0-alpha.4.tgz +0 -0
- package/package.json +4 -4
- package/polkadot/augment-api-consts.d.ts +45 -47
- package/polkadot/augment-api-consts.d.ts.map +1 -1
- package/polkadot/augment-api-errors.d.ts +77 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +56 -11
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +94 -16
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +19 -5
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +201 -234
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +43 -6
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +323 -229
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +341 -229
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/registry.d.ts +11 -5
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/schema.d.ts +45 -0
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +73 -0
- package/polkadot/schema.js.map +1 -1
- package/polkadot/settlement/definitions.d.ts +16 -0
- package/polkadot/settlement/definitions.d.ts.map +1 -1
- package/polkadot/settlement/definitions.js +24 -0
- package/polkadot/settlement/definitions.js.map +1 -1
- package/polkadot/types-lookup.d.ts +336 -239
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/utils/constants.d.ts +2 -2
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +2 -2
- package/utils/constants.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.4.0-alpha.3.tgz +0 -0
package/polkadot/lookup.js
CHANGED
|
@@ -825,6 +825,7 @@ exports.default = {
|
|
|
825
825
|
ProposalRejected: '(PolymeshPrimitivesIdentityId,AccountId32,u64)',
|
|
826
826
|
ProposalExecutionFailed: 'SpRuntimeDispatchError',
|
|
827
827
|
SchedulingFailed: 'SpRuntimeDispatchError',
|
|
828
|
+
ProposalFailedToExecute: '(PolymeshPrimitivesIdentityId,AccountId32,u64,SpRuntimeDispatchError)',
|
|
828
829
|
},
|
|
829
830
|
},
|
|
830
831
|
/**
|
|
@@ -879,9 +880,9 @@ exports.default = {
|
|
|
879
880
|
},
|
|
880
881
|
},
|
|
881
882
|
/**
|
|
882
|
-
* Lookup101: pallet_staking::
|
|
883
|
+
* Lookup101: pallet_staking::pallet::pallet::Event<T>
|
|
883
884
|
**/
|
|
884
|
-
|
|
885
|
+
PalletStakingPalletEvent: {
|
|
885
886
|
_enum: {
|
|
886
887
|
EraPayout: '(u32,u128,u128)',
|
|
887
888
|
Reward: '(PolymeshPrimitivesIdentityId,AccountId32,u128)',
|
|
@@ -903,13 +904,13 @@ exports.default = {
|
|
|
903
904
|
},
|
|
904
905
|
},
|
|
905
906
|
/**
|
|
906
|
-
* Lookup102: pallet_staking::ElectionCompute
|
|
907
|
+
* Lookup102: pallet_staking::types::ElectionCompute
|
|
907
908
|
**/
|
|
908
909
|
PalletStakingElectionCompute: {
|
|
909
910
|
_enum: ['OnChain', 'Signed', 'Unsigned'],
|
|
910
911
|
},
|
|
911
912
|
/**
|
|
912
|
-
* Lookup104: pallet_staking::SlashingSwitch
|
|
913
|
+
* Lookup104: pallet_staking::types::SlashingSwitch
|
|
913
914
|
**/
|
|
914
915
|
PalletStakingSlashingSwitch: {
|
|
915
916
|
_enum: ['Validator', 'ValidatorAndNominator', 'None'],
|
|
@@ -1924,7 +1925,46 @@ exports.default = {
|
|
|
1924
1925
|
},
|
|
1925
1926
|
},
|
|
1926
1927
|
/**
|
|
1927
|
-
* Lookup299:
|
|
1928
|
+
* Lookup299: pallet_state_trie_migration::pallet::Event<T>
|
|
1929
|
+
**/
|
|
1930
|
+
PalletStateTrieMigrationEvent: {
|
|
1931
|
+
_enum: {
|
|
1932
|
+
Migrated: {
|
|
1933
|
+
top: 'u32',
|
|
1934
|
+
child: 'u32',
|
|
1935
|
+
compute: 'PalletStateTrieMigrationMigrationCompute',
|
|
1936
|
+
},
|
|
1937
|
+
Slashed: {
|
|
1938
|
+
who: 'AccountId32',
|
|
1939
|
+
amount: 'u128',
|
|
1940
|
+
},
|
|
1941
|
+
AutoMigrationFinished: 'Null',
|
|
1942
|
+
Halted: {
|
|
1943
|
+
error: 'PalletStateTrieMigrationError',
|
|
1944
|
+
},
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1947
|
+
/**
|
|
1948
|
+
* Lookup300: pallet_state_trie_migration::pallet::MigrationCompute
|
|
1949
|
+
**/
|
|
1950
|
+
PalletStateTrieMigrationMigrationCompute: {
|
|
1951
|
+
_enum: ['Signed', 'Auto'],
|
|
1952
|
+
},
|
|
1953
|
+
/**
|
|
1954
|
+
* Lookup301: pallet_state_trie_migration::pallet::Error<T>
|
|
1955
|
+
**/
|
|
1956
|
+
PalletStateTrieMigrationError: {
|
|
1957
|
+
_enum: [
|
|
1958
|
+
'MaxSignedLimits',
|
|
1959
|
+
'KeyTooLong',
|
|
1960
|
+
'NotEnoughFunds',
|
|
1961
|
+
'BadWitness',
|
|
1962
|
+
'SignedMigrationNotAllowed',
|
|
1963
|
+
'BadChildRoot',
|
|
1964
|
+
],
|
|
1965
|
+
},
|
|
1966
|
+
/**
|
|
1967
|
+
* Lookup302: frame_system::Phase
|
|
1928
1968
|
**/
|
|
1929
1969
|
FrameSystemPhase: {
|
|
1930
1970
|
_enum: {
|
|
@@ -1934,14 +1974,14 @@ exports.default = {
|
|
|
1934
1974
|
},
|
|
1935
1975
|
},
|
|
1936
1976
|
/**
|
|
1937
|
-
*
|
|
1977
|
+
* Lookup305: frame_system::LastRuntimeUpgradeInfo
|
|
1938
1978
|
**/
|
|
1939
1979
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1940
1980
|
specVersion: 'Compact<u32>',
|
|
1941
1981
|
specName: 'Text',
|
|
1942
1982
|
},
|
|
1943
1983
|
/**
|
|
1944
|
-
*
|
|
1984
|
+
* Lookup308: frame_system::pallet::Call<T>
|
|
1945
1985
|
**/
|
|
1946
1986
|
FrameSystemCall: {
|
|
1947
1987
|
_enum: {
|
|
@@ -1976,7 +2016,7 @@ exports.default = {
|
|
|
1976
2016
|
},
|
|
1977
2017
|
},
|
|
1978
2018
|
/**
|
|
1979
|
-
*
|
|
2019
|
+
* Lookup312: frame_system::limits::BlockWeights
|
|
1980
2020
|
**/
|
|
1981
2021
|
FrameSystemLimitsBlockWeights: {
|
|
1982
2022
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
@@ -1984,7 +2024,7 @@ exports.default = {
|
|
|
1984
2024
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
|
|
1985
2025
|
},
|
|
1986
2026
|
/**
|
|
1987
|
-
*
|
|
2027
|
+
* Lookup313: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1988
2028
|
**/
|
|
1989
2029
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1990
2030
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
@@ -1992,7 +2032,7 @@ exports.default = {
|
|
|
1992
2032
|
mandatory: 'FrameSystemLimitsWeightsPerClass',
|
|
1993
2033
|
},
|
|
1994
2034
|
/**
|
|
1995
|
-
*
|
|
2035
|
+
* Lookup314: frame_system::limits::WeightsPerClass
|
|
1996
2036
|
**/
|
|
1997
2037
|
FrameSystemLimitsWeightsPerClass: {
|
|
1998
2038
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
@@ -2001,13 +2041,13 @@ exports.default = {
|
|
|
2001
2041
|
reserved: 'Option<SpWeightsWeightV2Weight>',
|
|
2002
2042
|
},
|
|
2003
2043
|
/**
|
|
2004
|
-
*
|
|
2044
|
+
* Lookup316: frame_system::limits::BlockLength
|
|
2005
2045
|
**/
|
|
2006
2046
|
FrameSystemLimitsBlockLength: {
|
|
2007
2047
|
max: 'FrameSupportDispatchPerDispatchClassU32',
|
|
2008
2048
|
},
|
|
2009
2049
|
/**
|
|
2010
|
-
*
|
|
2050
|
+
* Lookup317: frame_support::dispatch::PerDispatchClass<T>
|
|
2011
2051
|
**/
|
|
2012
2052
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2013
2053
|
normal: 'u32',
|
|
@@ -2015,14 +2055,14 @@ exports.default = {
|
|
|
2015
2055
|
mandatory: 'u32',
|
|
2016
2056
|
},
|
|
2017
2057
|
/**
|
|
2018
|
-
*
|
|
2058
|
+
* Lookup318: sp_weights::RuntimeDbWeight
|
|
2019
2059
|
**/
|
|
2020
2060
|
SpWeightsRuntimeDbWeight: {
|
|
2021
2061
|
read: 'u64',
|
|
2022
2062
|
write: 'u64',
|
|
2023
2063
|
},
|
|
2024
2064
|
/**
|
|
2025
|
-
*
|
|
2065
|
+
* Lookup319: sp_version::RuntimeVersion
|
|
2026
2066
|
**/
|
|
2027
2067
|
SpVersionRuntimeVersion: {
|
|
2028
2068
|
specName: 'Text',
|
|
@@ -2035,7 +2075,7 @@ exports.default = {
|
|
|
2035
2075
|
stateVersion: 'u8',
|
|
2036
2076
|
},
|
|
2037
2077
|
/**
|
|
2038
|
-
*
|
|
2078
|
+
* Lookup324: frame_system::pallet::Error<T>
|
|
2039
2079
|
**/
|
|
2040
2080
|
FrameSystemError: {
|
|
2041
2081
|
_enum: [
|
|
@@ -2048,11 +2088,11 @@ exports.default = {
|
|
|
2048
2088
|
],
|
|
2049
2089
|
},
|
|
2050
2090
|
/**
|
|
2051
|
-
*
|
|
2091
|
+
* Lookup327: sp_consensus_babe::app::Public
|
|
2052
2092
|
**/
|
|
2053
2093
|
SpConsensusBabeAppPublic: 'SpCoreSr25519Public',
|
|
2054
2094
|
/**
|
|
2055
|
-
*
|
|
2095
|
+
* Lookup330: sp_consensus_babe::digests::NextConfigDescriptor
|
|
2056
2096
|
**/
|
|
2057
2097
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
2058
2098
|
_enum: {
|
|
@@ -2064,13 +2104,13 @@ exports.default = {
|
|
|
2064
2104
|
},
|
|
2065
2105
|
},
|
|
2066
2106
|
/**
|
|
2067
|
-
*
|
|
2107
|
+
* Lookup332: sp_consensus_babe::AllowedSlots
|
|
2068
2108
|
**/
|
|
2069
2109
|
SpConsensusBabeAllowedSlots: {
|
|
2070
2110
|
_enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots'],
|
|
2071
2111
|
},
|
|
2072
2112
|
/**
|
|
2073
|
-
*
|
|
2113
|
+
* Lookup336: sp_consensus_babe::digests::PreDigest
|
|
2074
2114
|
**/
|
|
2075
2115
|
SpConsensusBabeDigestsPreDigest: {
|
|
2076
2116
|
_enum: {
|
|
@@ -2081,7 +2121,7 @@ exports.default = {
|
|
|
2081
2121
|
},
|
|
2082
2122
|
},
|
|
2083
2123
|
/**
|
|
2084
|
-
*
|
|
2124
|
+
* Lookup337: sp_consensus_babe::digests::PrimaryPreDigest
|
|
2085
2125
|
**/
|
|
2086
2126
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
2087
2127
|
authorityIndex: 'u32',
|
|
@@ -2090,14 +2130,14 @@ exports.default = {
|
|
|
2090
2130
|
vrfProof: '[u8;64]',
|
|
2091
2131
|
},
|
|
2092
2132
|
/**
|
|
2093
|
-
*
|
|
2133
|
+
* Lookup338: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
2094
2134
|
**/
|
|
2095
2135
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
2096
2136
|
authorityIndex: 'u32',
|
|
2097
2137
|
slot: 'u64',
|
|
2098
2138
|
},
|
|
2099
2139
|
/**
|
|
2100
|
-
*
|
|
2140
|
+
* Lookup339: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
2101
2141
|
**/
|
|
2102
2142
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
2103
2143
|
authorityIndex: 'u32',
|
|
@@ -2106,14 +2146,14 @@ exports.default = {
|
|
|
2106
2146
|
vrfProof: '[u8;64]',
|
|
2107
2147
|
},
|
|
2108
2148
|
/**
|
|
2109
|
-
*
|
|
2149
|
+
* Lookup340: sp_consensus_babe::BabeEpochConfiguration
|
|
2110
2150
|
**/
|
|
2111
2151
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
2112
2152
|
c: '(u64,u64)',
|
|
2113
2153
|
allowedSlots: 'SpConsensusBabeAllowedSlots',
|
|
2114
2154
|
},
|
|
2115
2155
|
/**
|
|
2116
|
-
*
|
|
2156
|
+
* Lookup344: pallet_babe::pallet::Call<T>
|
|
2117
2157
|
**/
|
|
2118
2158
|
PalletBabeCall: {
|
|
2119
2159
|
_enum: {
|
|
@@ -2131,7 +2171,7 @@ exports.default = {
|
|
|
2131
2171
|
},
|
|
2132
2172
|
},
|
|
2133
2173
|
/**
|
|
2134
|
-
*
|
|
2174
|
+
* Lookup345: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
2135
2175
|
**/
|
|
2136
2176
|
SpConsensusSlotsEquivocationProof: {
|
|
2137
2177
|
offender: 'SpConsensusBabeAppPublic',
|
|
@@ -2140,7 +2180,7 @@ exports.default = {
|
|
|
2140
2180
|
secondHeader: 'SpRuntimeHeader',
|
|
2141
2181
|
},
|
|
2142
2182
|
/**
|
|
2143
|
-
*
|
|
2183
|
+
* Lookup346: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
2144
2184
|
**/
|
|
2145
2185
|
SpRuntimeHeader: {
|
|
2146
2186
|
parentHash: 'H256',
|
|
@@ -2150,11 +2190,11 @@ exports.default = {
|
|
|
2150
2190
|
digest: 'SpRuntimeDigest',
|
|
2151
2191
|
},
|
|
2152
2192
|
/**
|
|
2153
|
-
*
|
|
2193
|
+
* Lookup347: sp_runtime::traits::BlakeTwo256
|
|
2154
2194
|
**/
|
|
2155
2195
|
SpRuntimeBlakeTwo256: 'Null',
|
|
2156
2196
|
/**
|
|
2157
|
-
*
|
|
2197
|
+
* Lookup348: sp_session::MembershipProof
|
|
2158
2198
|
**/
|
|
2159
2199
|
SpSessionMembershipProof: {
|
|
2160
2200
|
session: 'u32',
|
|
@@ -2162,7 +2202,7 @@ exports.default = {
|
|
|
2162
2202
|
validatorCount: 'u32',
|
|
2163
2203
|
},
|
|
2164
2204
|
/**
|
|
2165
|
-
*
|
|
2205
|
+
* Lookup349: pallet_babe::pallet::Error<T>
|
|
2166
2206
|
**/
|
|
2167
2207
|
PalletBabeError: {
|
|
2168
2208
|
_enum: [
|
|
@@ -2173,7 +2213,7 @@ exports.default = {
|
|
|
2173
2213
|
],
|
|
2174
2214
|
},
|
|
2175
2215
|
/**
|
|
2176
|
-
*
|
|
2216
|
+
* Lookup350: pallet_timestamp::pallet::Call<T>
|
|
2177
2217
|
**/
|
|
2178
2218
|
PalletTimestampCall: {
|
|
2179
2219
|
_enum: {
|
|
@@ -2183,7 +2223,7 @@ exports.default = {
|
|
|
2183
2223
|
},
|
|
2184
2224
|
},
|
|
2185
2225
|
/**
|
|
2186
|
-
*
|
|
2226
|
+
* Lookup352: pallet_indices::pallet::Call<T>
|
|
2187
2227
|
**/
|
|
2188
2228
|
PalletIndicesCall: {
|
|
2189
2229
|
_enum: {
|
|
@@ -2214,13 +2254,13 @@ exports.default = {
|
|
|
2214
2254
|
},
|
|
2215
2255
|
},
|
|
2216
2256
|
/**
|
|
2217
|
-
*
|
|
2257
|
+
* Lookup354: pallet_indices::pallet::Error<T>
|
|
2218
2258
|
**/
|
|
2219
2259
|
PalletIndicesError: {
|
|
2220
2260
|
_enum: ['NotAssigned', 'NotOwner', 'InUse', 'NotTransfer', 'Permanent'],
|
|
2221
2261
|
},
|
|
2222
2262
|
/**
|
|
2223
|
-
*
|
|
2263
|
+
* Lookup356: pallet_balances::BalanceLock<Balance>
|
|
2224
2264
|
**/
|
|
2225
2265
|
PalletBalancesBalanceLock: {
|
|
2226
2266
|
id: '[u8;8]',
|
|
@@ -2228,13 +2268,13 @@ exports.default = {
|
|
|
2228
2268
|
reasons: 'PolymeshCommonUtilitiesBalancesReasons',
|
|
2229
2269
|
},
|
|
2230
2270
|
/**
|
|
2231
|
-
*
|
|
2271
|
+
* Lookup357: polymesh_common_utilities::traits::balances::Reasons
|
|
2232
2272
|
**/
|
|
2233
2273
|
PolymeshCommonUtilitiesBalancesReasons: {
|
|
2234
2274
|
_enum: ['Fee', 'Misc', 'All'],
|
|
2235
2275
|
},
|
|
2236
2276
|
/**
|
|
2237
|
-
*
|
|
2277
|
+
* Lookup358: pallet_balances::Call<T>
|
|
2238
2278
|
**/
|
|
2239
2279
|
PalletBalancesCall: {
|
|
2240
2280
|
_enum: {
|
|
@@ -2266,7 +2306,7 @@ exports.default = {
|
|
|
2266
2306
|
},
|
|
2267
2307
|
},
|
|
2268
2308
|
/**
|
|
2269
|
-
*
|
|
2309
|
+
* Lookup359: pallet_balances::Error<T>
|
|
2270
2310
|
**/
|
|
2271
2311
|
PalletBalancesError: {
|
|
2272
2312
|
_enum: [
|
|
@@ -2278,13 +2318,13 @@ exports.default = {
|
|
|
2278
2318
|
],
|
|
2279
2319
|
},
|
|
2280
2320
|
/**
|
|
2281
|
-
*
|
|
2321
|
+
* Lookup361: pallet_transaction_payment::Releases
|
|
2282
2322
|
**/
|
|
2283
2323
|
PalletTransactionPaymentReleases: {
|
|
2284
2324
|
_enum: ['V1Ancient', 'V2'],
|
|
2285
2325
|
},
|
|
2286
2326
|
/**
|
|
2287
|
-
*
|
|
2327
|
+
* Lookup363: sp_weights::WeightToFeeCoefficient<Balance>
|
|
2288
2328
|
**/
|
|
2289
2329
|
SpWeightsWeightToFeeCoefficient: {
|
|
2290
2330
|
coeffInteger: 'u128',
|
|
@@ -2293,27 +2333,27 @@ exports.default = {
|
|
|
2293
2333
|
degree: 'u8',
|
|
2294
2334
|
},
|
|
2295
2335
|
/**
|
|
2296
|
-
*
|
|
2336
|
+
* Lookup364: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
2297
2337
|
**/
|
|
2298
2338
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
2299
2339
|
primaryKey: 'Option<AccountId32>',
|
|
2300
2340
|
},
|
|
2301
2341
|
/**
|
|
2302
|
-
*
|
|
2342
|
+
* Lookup366: pallet_identity::types::Claim1stKey
|
|
2303
2343
|
**/
|
|
2304
2344
|
PalletIdentityClaim1stKey: {
|
|
2305
2345
|
target: 'PolymeshPrimitivesIdentityId',
|
|
2306
2346
|
claimType: 'PolymeshPrimitivesIdentityClaimClaimType',
|
|
2307
2347
|
},
|
|
2308
2348
|
/**
|
|
2309
|
-
*
|
|
2349
|
+
* Lookup367: pallet_identity::types::Claim2ndKey
|
|
2310
2350
|
**/
|
|
2311
2351
|
PalletIdentityClaim2ndKey: {
|
|
2312
2352
|
issuer: 'PolymeshPrimitivesIdentityId',
|
|
2313
2353
|
scope: 'Option<PolymeshPrimitivesIdentityClaimScope>',
|
|
2314
2354
|
},
|
|
2315
2355
|
/**
|
|
2316
|
-
*
|
|
2356
|
+
* Lookup368: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2317
2357
|
**/
|
|
2318
2358
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2319
2359
|
_enum: {
|
|
@@ -2323,7 +2363,7 @@ exports.default = {
|
|
|
2323
2363
|
},
|
|
2324
2364
|
},
|
|
2325
2365
|
/**
|
|
2326
|
-
*
|
|
2366
|
+
* Lookup371: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2327
2367
|
**/
|
|
2328
2368
|
PolymeshPrimitivesAuthorization: {
|
|
2329
2369
|
authorizationData: 'PolymeshPrimitivesAuthorizationAuthorizationData',
|
|
@@ -2333,7 +2373,7 @@ exports.default = {
|
|
|
2333
2373
|
count: 'u32',
|
|
2334
2374
|
},
|
|
2335
2375
|
/**
|
|
2336
|
-
*
|
|
2376
|
+
* Lookup375: pallet_identity::Call<T>
|
|
2337
2377
|
**/
|
|
2338
2378
|
PalletIdentityCall: {
|
|
2339
2379
|
_enum: {
|
|
@@ -2425,21 +2465,21 @@ exports.default = {
|
|
|
2425
2465
|
},
|
|
2426
2466
|
},
|
|
2427
2467
|
/**
|
|
2428
|
-
*
|
|
2468
|
+
* Lookup377: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2429
2469
|
**/
|
|
2430
2470
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2431
2471
|
secondaryKey: 'PolymeshPrimitivesSecondaryKey',
|
|
2432
2472
|
authSignature: 'H512',
|
|
2433
2473
|
},
|
|
2434
2474
|
/**
|
|
2435
|
-
*
|
|
2475
|
+
* Lookup380: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2436
2476
|
**/
|
|
2437
2477
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2438
2478
|
key: 'AccountId32',
|
|
2439
2479
|
authSignature: 'H512',
|
|
2440
2480
|
},
|
|
2441
2481
|
/**
|
|
2442
|
-
*
|
|
2482
|
+
* Lookup381: pallet_identity::Error<T>
|
|
2443
2483
|
**/
|
|
2444
2484
|
PalletIdentityError: {
|
|
2445
2485
|
_enum: [
|
|
@@ -2476,10 +2516,11 @@ exports.default = {
|
|
|
2476
2516
|
'NotParentOrChildIdentity',
|
|
2477
2517
|
'DuplicateKey',
|
|
2478
2518
|
'ExceptNotAllowedForExtrinsics',
|
|
2519
|
+
'ExceededNumberOfGivenAuths',
|
|
2479
2520
|
],
|
|
2480
2521
|
},
|
|
2481
2522
|
/**
|
|
2482
|
-
*
|
|
2523
|
+
* Lookup383: polymesh_common_utilities::traits::group::InactiveMember<Moment>
|
|
2483
2524
|
**/
|
|
2484
2525
|
PolymeshCommonUtilitiesGroupInactiveMember: {
|
|
2485
2526
|
id: 'PolymeshPrimitivesIdentityId',
|
|
@@ -2487,7 +2528,7 @@ exports.default = {
|
|
|
2487
2528
|
expiry: 'Option<u64>',
|
|
2488
2529
|
},
|
|
2489
2530
|
/**
|
|
2490
|
-
*
|
|
2531
|
+
* Lookup384: pallet_group::Call<T, I>
|
|
2491
2532
|
**/
|
|
2492
2533
|
PalletGroupCall: {
|
|
2493
2534
|
_enum: {
|
|
@@ -2516,7 +2557,7 @@ exports.default = {
|
|
|
2516
2557
|
},
|
|
2517
2558
|
},
|
|
2518
2559
|
/**
|
|
2519
|
-
*
|
|
2560
|
+
* Lookup385: pallet_group::Error<T, I>
|
|
2520
2561
|
**/
|
|
2521
2562
|
PalletGroupError: {
|
|
2522
2563
|
_enum: [
|
|
@@ -2530,7 +2571,7 @@ exports.default = {
|
|
|
2530
2571
|
],
|
|
2531
2572
|
},
|
|
2532
2573
|
/**
|
|
2533
|
-
*
|
|
2574
|
+
* Lookup387: pallet_committee::Call<T, I>
|
|
2534
2575
|
**/
|
|
2535
2576
|
PalletCommitteeCall: {
|
|
2536
2577
|
_enum: {
|
|
@@ -2556,7 +2597,7 @@ exports.default = {
|
|
|
2556
2597
|
},
|
|
2557
2598
|
},
|
|
2558
2599
|
/**
|
|
2559
|
-
*
|
|
2600
|
+
* Lookup393: pallet_multisig::Call<T>
|
|
2560
2601
|
**/
|
|
2561
2602
|
PalletMultisigCall: {
|
|
2562
2603
|
_enum: {
|
|
@@ -2650,7 +2691,7 @@ exports.default = {
|
|
|
2650
2691
|
},
|
|
2651
2692
|
},
|
|
2652
2693
|
/**
|
|
2653
|
-
*
|
|
2694
|
+
* Lookup394: pallet_bridge::Call<T>
|
|
2654
2695
|
**/
|
|
2655
2696
|
PalletBridgeCall: {
|
|
2656
2697
|
_enum: {
|
|
@@ -2705,9 +2746,9 @@ exports.default = {
|
|
|
2705
2746
|
},
|
|
2706
2747
|
},
|
|
2707
2748
|
/**
|
|
2708
|
-
*
|
|
2749
|
+
* Lookup398: pallet_staking::pallet::pallet::Call<T>
|
|
2709
2750
|
**/
|
|
2710
|
-
|
|
2751
|
+
PalletStakingPalletCall: {
|
|
2711
2752
|
_enum: {
|
|
2712
2753
|
bond: {
|
|
2713
2754
|
controller: 'MultiAddress',
|
|
@@ -2831,7 +2872,7 @@ exports.default = {
|
|
|
2831
2872
|
},
|
|
2832
2873
|
},
|
|
2833
2874
|
/**
|
|
2834
|
-
*
|
|
2875
|
+
* Lookup399: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2835
2876
|
**/
|
|
2836
2877
|
PalletStakingRewardDestination: {
|
|
2837
2878
|
_enum: {
|
|
@@ -2842,14 +2883,14 @@ exports.default = {
|
|
|
2842
2883
|
},
|
|
2843
2884
|
},
|
|
2844
2885
|
/**
|
|
2845
|
-
*
|
|
2886
|
+
* Lookup400: pallet_staking::ValidatorPrefs
|
|
2846
2887
|
**/
|
|
2847
2888
|
PalletStakingValidatorPrefs: {
|
|
2848
2889
|
commission: 'Compact<Perbill>',
|
|
2849
2890
|
blocked: 'bool',
|
|
2850
2891
|
},
|
|
2851
2892
|
/**
|
|
2852
|
-
*
|
|
2893
|
+
* Lookup406: pallet_staking::CompactAssignments
|
|
2853
2894
|
**/
|
|
2854
2895
|
PalletStakingCompactAssignments: {
|
|
2855
2896
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
@@ -2870,7 +2911,7 @@ exports.default = {
|
|
|
2870
2911
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
|
|
2871
2912
|
},
|
|
2872
2913
|
/**
|
|
2873
|
-
*
|
|
2914
|
+
* Lookup457: sp_npos_elections::ElectionScore
|
|
2874
2915
|
**/
|
|
2875
2916
|
SpNposElectionsElectionScore: {
|
|
2876
2917
|
minimalStake: 'u128',
|
|
@@ -2878,14 +2919,14 @@ exports.default = {
|
|
|
2878
2919
|
sumStakeSquared: 'u128',
|
|
2879
2920
|
},
|
|
2880
2921
|
/**
|
|
2881
|
-
*
|
|
2922
|
+
* Lookup458: pallet_staking::types::ElectionSize
|
|
2882
2923
|
**/
|
|
2883
2924
|
PalletStakingElectionSize: {
|
|
2884
2925
|
validators: 'Compact<u16>',
|
|
2885
2926
|
nominators: 'Compact<u32>',
|
|
2886
2927
|
},
|
|
2887
2928
|
/**
|
|
2888
|
-
*
|
|
2929
|
+
* Lookup459: pallet_session::pallet::Call<T>
|
|
2889
2930
|
**/
|
|
2890
2931
|
PalletSessionCall: {
|
|
2891
2932
|
_enum: {
|
|
@@ -2900,7 +2941,7 @@ exports.default = {
|
|
|
2900
2941
|
},
|
|
2901
2942
|
},
|
|
2902
2943
|
/**
|
|
2903
|
-
*
|
|
2944
|
+
* Lookup460: polymesh_runtime_develop::runtime::SessionKeys
|
|
2904
2945
|
**/
|
|
2905
2946
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2906
2947
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
|
@@ -2909,11 +2950,11 @@ exports.default = {
|
|
|
2909
2950
|
authorityDiscovery: 'SpAuthorityDiscoveryAppPublic',
|
|
2910
2951
|
},
|
|
2911
2952
|
/**
|
|
2912
|
-
*
|
|
2953
|
+
* Lookup461: sp_authority_discovery::app::Public
|
|
2913
2954
|
**/
|
|
2914
2955
|
SpAuthorityDiscoveryAppPublic: 'SpCoreSr25519Public',
|
|
2915
2956
|
/**
|
|
2916
|
-
*
|
|
2957
|
+
* Lookup462: pallet_grandpa::pallet::Call<T>
|
|
2917
2958
|
**/
|
|
2918
2959
|
PalletGrandpaCall: {
|
|
2919
2960
|
_enum: {
|
|
@@ -2932,14 +2973,14 @@ exports.default = {
|
|
|
2932
2973
|
},
|
|
2933
2974
|
},
|
|
2934
2975
|
/**
|
|
2935
|
-
*
|
|
2976
|
+
* Lookup463: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2936
2977
|
**/
|
|
2937
2978
|
SpConsensusGrandpaEquivocationProof: {
|
|
2938
2979
|
setId: 'u64',
|
|
2939
2980
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2940
2981
|
},
|
|
2941
2982
|
/**
|
|
2942
|
-
*
|
|
2983
|
+
* Lookup464: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2943
2984
|
**/
|
|
2944
2985
|
SpConsensusGrandpaEquivocation: {
|
|
2945
2986
|
_enum: {
|
|
@@ -2948,7 +2989,7 @@ exports.default = {
|
|
|
2948
2989
|
},
|
|
2949
2990
|
},
|
|
2950
2991
|
/**
|
|
2951
|
-
*
|
|
2992
|
+
* Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2952
2993
|
**/
|
|
2953
2994
|
FinalityGrandpaEquivocationPrevote: {
|
|
2954
2995
|
roundNumber: 'u64',
|
|
@@ -2957,22 +2998,22 @@ exports.default = {
|
|
|
2957
2998
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2958
2999
|
},
|
|
2959
3000
|
/**
|
|
2960
|
-
*
|
|
3001
|
+
* Lookup466: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2961
3002
|
**/
|
|
2962
3003
|
FinalityGrandpaPrevote: {
|
|
2963
3004
|
targetHash: 'H256',
|
|
2964
3005
|
targetNumber: 'u32',
|
|
2965
3006
|
},
|
|
2966
3007
|
/**
|
|
2967
|
-
*
|
|
3008
|
+
* Lookup467: sp_consensus_grandpa::app::Signature
|
|
2968
3009
|
**/
|
|
2969
3010
|
SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
|
|
2970
3011
|
/**
|
|
2971
|
-
*
|
|
3012
|
+
* Lookup468: sp_core::ed25519::Signature
|
|
2972
3013
|
**/
|
|
2973
3014
|
SpCoreEd25519Signature: '[u8;64]',
|
|
2974
3015
|
/**
|
|
2975
|
-
*
|
|
3016
|
+
* Lookup470: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2976
3017
|
**/
|
|
2977
3018
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2978
3019
|
roundNumber: 'u64',
|
|
@@ -2981,14 +3022,14 @@ exports.default = {
|
|
|
2981
3022
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2982
3023
|
},
|
|
2983
3024
|
/**
|
|
2984
|
-
*
|
|
3025
|
+
* Lookup471: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2985
3026
|
**/
|
|
2986
3027
|
FinalityGrandpaPrecommit: {
|
|
2987
3028
|
targetHash: 'H256',
|
|
2988
3029
|
targetNumber: 'u32',
|
|
2989
3030
|
},
|
|
2990
3031
|
/**
|
|
2991
|
-
*
|
|
3032
|
+
* Lookup473: pallet_im_online::pallet::Call<T>
|
|
2992
3033
|
**/
|
|
2993
3034
|
PalletImOnlineCall: {
|
|
2994
3035
|
_enum: {
|
|
@@ -2999,7 +3040,7 @@ exports.default = {
|
|
|
2999
3040
|
},
|
|
3000
3041
|
},
|
|
3001
3042
|
/**
|
|
3002
|
-
*
|
|
3043
|
+
* Lookup474: pallet_im_online::Heartbeat<BlockNumber>
|
|
3003
3044
|
**/
|
|
3004
3045
|
PalletImOnlineHeartbeat: {
|
|
3005
3046
|
blockNumber: 'u32',
|
|
@@ -3009,22 +3050,22 @@ exports.default = {
|
|
|
3009
3050
|
validatorsLen: 'u32',
|
|
3010
3051
|
},
|
|
3011
3052
|
/**
|
|
3012
|
-
*
|
|
3053
|
+
* Lookup475: sp_core::offchain::OpaqueNetworkState
|
|
3013
3054
|
**/
|
|
3014
3055
|
SpCoreOffchainOpaqueNetworkState: {
|
|
3015
3056
|
peerId: 'OpaquePeerId',
|
|
3016
3057
|
externalAddresses: 'Vec<OpaqueMultiaddr>',
|
|
3017
3058
|
},
|
|
3018
3059
|
/**
|
|
3019
|
-
*
|
|
3060
|
+
* Lookup479: pallet_im_online::sr25519::app_sr25519::Signature
|
|
3020
3061
|
**/
|
|
3021
3062
|
PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
|
|
3022
3063
|
/**
|
|
3023
|
-
*
|
|
3064
|
+
* Lookup480: sp_core::sr25519::Signature
|
|
3024
3065
|
**/
|
|
3025
3066
|
SpCoreSr25519Signature: '[u8;64]',
|
|
3026
3067
|
/**
|
|
3027
|
-
*
|
|
3068
|
+
* Lookup481: pallet_sudo::Call<T>
|
|
3028
3069
|
**/
|
|
3029
3070
|
PalletSudoCall: {
|
|
3030
3071
|
_enum: {
|
|
@@ -3048,7 +3089,7 @@ exports.default = {
|
|
|
3048
3089
|
},
|
|
3049
3090
|
},
|
|
3050
3091
|
/**
|
|
3051
|
-
*
|
|
3092
|
+
* Lookup482: pallet_asset::Call<T>
|
|
3052
3093
|
**/
|
|
3053
3094
|
PalletAssetCall: {
|
|
3054
3095
|
_enum: {
|
|
@@ -3105,7 +3146,7 @@ exports.default = {
|
|
|
3105
3146
|
},
|
|
3106
3147
|
update_identifiers: {
|
|
3107
3148
|
ticker: 'PolymeshPrimitivesTicker',
|
|
3108
|
-
|
|
3149
|
+
assetIdentifiers: 'Vec<PolymeshPrimitivesAssetIdentifier>',
|
|
3109
3150
|
},
|
|
3110
3151
|
controller_transfer: {
|
|
3111
3152
|
ticker: 'PolymeshPrimitivesTicker',
|
|
@@ -3190,7 +3231,7 @@ exports.default = {
|
|
|
3190
3231
|
},
|
|
3191
3232
|
},
|
|
3192
3233
|
/**
|
|
3193
|
-
*
|
|
3234
|
+
* Lookup485: pallet_corporate_actions::distribution::Call<T>
|
|
3194
3235
|
**/
|
|
3195
3236
|
PalletCorporateActionsDistributionCall: {
|
|
3196
3237
|
_enum: {
|
|
@@ -3219,7 +3260,7 @@ exports.default = {
|
|
|
3219
3260
|
},
|
|
3220
3261
|
},
|
|
3221
3262
|
/**
|
|
3222
|
-
*
|
|
3263
|
+
* Lookup487: pallet_asset::checkpoint::Call<T>
|
|
3223
3264
|
**/
|
|
3224
3265
|
PalletAssetCheckpointCall: {
|
|
3225
3266
|
_enum: {
|
|
@@ -3240,7 +3281,7 @@ exports.default = {
|
|
|
3240
3281
|
},
|
|
3241
3282
|
},
|
|
3242
3283
|
/**
|
|
3243
|
-
*
|
|
3284
|
+
* Lookup488: pallet_compliance_manager::Call<T>
|
|
3244
3285
|
**/
|
|
3245
3286
|
PalletComplianceManagerCall: {
|
|
3246
3287
|
_enum: {
|
|
@@ -3281,7 +3322,7 @@ exports.default = {
|
|
|
3281
3322
|
},
|
|
3282
3323
|
},
|
|
3283
3324
|
/**
|
|
3284
|
-
*
|
|
3325
|
+
* Lookup489: pallet_corporate_actions::Call<T>
|
|
3285
3326
|
**/
|
|
3286
3327
|
PalletCorporateActionsCall: {
|
|
3287
3328
|
_enum: {
|
|
@@ -3334,7 +3375,7 @@ exports.default = {
|
|
|
3334
3375
|
},
|
|
3335
3376
|
},
|
|
3336
3377
|
/**
|
|
3337
|
-
*
|
|
3378
|
+
* Lookup491: pallet_corporate_actions::RecordDateSpec
|
|
3338
3379
|
**/
|
|
3339
3380
|
PalletCorporateActionsRecordDateSpec: {
|
|
3340
3381
|
_enum: {
|
|
@@ -3344,7 +3385,7 @@ exports.default = {
|
|
|
3344
3385
|
},
|
|
3345
3386
|
},
|
|
3346
3387
|
/**
|
|
3347
|
-
*
|
|
3388
|
+
* Lookup494: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
3348
3389
|
**/
|
|
3349
3390
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
3350
3391
|
ticker: 'PolymeshPrimitivesTicker',
|
|
@@ -3357,7 +3398,7 @@ exports.default = {
|
|
|
3357
3398
|
withholdingTax: 'Option<Vec<(PolymeshPrimitivesIdentityId,Permill)>>',
|
|
3358
3399
|
},
|
|
3359
3400
|
/**
|
|
3360
|
-
*
|
|
3401
|
+
* Lookup495: pallet_corporate_actions::ballot::Call<T>
|
|
3361
3402
|
**/
|
|
3362
3403
|
PalletCorporateActionsBallotCall: {
|
|
3363
3404
|
_enum: {
|
|
@@ -3389,7 +3430,7 @@ exports.default = {
|
|
|
3389
3430
|
},
|
|
3390
3431
|
},
|
|
3391
3432
|
/**
|
|
3392
|
-
*
|
|
3433
|
+
* Lookup496: pallet_pips::Call<T>
|
|
3393
3434
|
**/
|
|
3394
3435
|
PalletPipsCall: {
|
|
3395
3436
|
_enum: {
|
|
@@ -3450,13 +3491,13 @@ exports.default = {
|
|
|
3450
3491
|
},
|
|
3451
3492
|
},
|
|
3452
3493
|
/**
|
|
3453
|
-
*
|
|
3494
|
+
* Lookup499: pallet_pips::SnapshotResult
|
|
3454
3495
|
**/
|
|
3455
3496
|
PalletPipsSnapshotResult: {
|
|
3456
3497
|
_enum: ['Approve', 'Reject', 'Skip'],
|
|
3457
3498
|
},
|
|
3458
3499
|
/**
|
|
3459
|
-
*
|
|
3500
|
+
* Lookup500: pallet_portfolio::Call<T>
|
|
3460
3501
|
**/
|
|
3461
3502
|
PalletPortfolioCall: {
|
|
3462
3503
|
_enum: {
|
|
@@ -3502,14 +3543,14 @@ exports.default = {
|
|
|
3502
3543
|
},
|
|
3503
3544
|
},
|
|
3504
3545
|
/**
|
|
3505
|
-
*
|
|
3546
|
+
* Lookup502: polymesh_primitives::portfolio::Fund
|
|
3506
3547
|
**/
|
|
3507
3548
|
PolymeshPrimitivesPortfolioFund: {
|
|
3508
3549
|
description: 'PolymeshPrimitivesPortfolioFundDescription',
|
|
3509
3550
|
memo: 'Option<PolymeshPrimitivesMemo>',
|
|
3510
3551
|
},
|
|
3511
3552
|
/**
|
|
3512
|
-
*
|
|
3553
|
+
* Lookup503: pallet_protocol_fee::Call<T>
|
|
3513
3554
|
**/
|
|
3514
3555
|
PalletProtocolFeeCall: {
|
|
3515
3556
|
_enum: {
|
|
@@ -3523,7 +3564,7 @@ exports.default = {
|
|
|
3523
3564
|
},
|
|
3524
3565
|
},
|
|
3525
3566
|
/**
|
|
3526
|
-
*
|
|
3567
|
+
* Lookup504: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3527
3568
|
**/
|
|
3528
3569
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3529
3570
|
_enum: [
|
|
@@ -3546,7 +3587,7 @@ exports.default = {
|
|
|
3546
3587
|
],
|
|
3547
3588
|
},
|
|
3548
3589
|
/**
|
|
3549
|
-
*
|
|
3590
|
+
* Lookup505: pallet_scheduler::pallet::Call<T>
|
|
3550
3591
|
**/
|
|
3551
3592
|
PalletSchedulerCall: {
|
|
3552
3593
|
_enum: {
|
|
@@ -3586,7 +3627,7 @@ exports.default = {
|
|
|
3586
3627
|
},
|
|
3587
3628
|
},
|
|
3588
3629
|
/**
|
|
3589
|
-
*
|
|
3630
|
+
* Lookup507: pallet_settlement::Call<T>
|
|
3590
3631
|
**/
|
|
3591
3632
|
PalletSettlementCall: {
|
|
3592
3633
|
_enum: {
|
|
@@ -3720,7 +3761,7 @@ exports.default = {
|
|
|
3720
3761
|
},
|
|
3721
3762
|
},
|
|
3722
3763
|
/**
|
|
3723
|
-
*
|
|
3764
|
+
* Lookup509: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3724
3765
|
**/
|
|
3725
3766
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3726
3767
|
uid: 'u64',
|
|
@@ -3731,7 +3772,7 @@ exports.default = {
|
|
|
3731
3772
|
metadata: 'Option<PolymeshPrimitivesSettlementReceiptMetadata>',
|
|
3732
3773
|
},
|
|
3733
3774
|
/**
|
|
3734
|
-
*
|
|
3775
|
+
* Lookup510: sp_runtime::MultiSignature
|
|
3735
3776
|
**/
|
|
3736
3777
|
SpRuntimeMultiSignature: {
|
|
3737
3778
|
_enum: {
|
|
@@ -3741,11 +3782,11 @@ exports.default = {
|
|
|
3741
3782
|
},
|
|
3742
3783
|
},
|
|
3743
3784
|
/**
|
|
3744
|
-
*
|
|
3785
|
+
* Lookup511: sp_core::ecdsa::Signature
|
|
3745
3786
|
**/
|
|
3746
3787
|
SpCoreEcdsaSignature: '[u8;65]',
|
|
3747
3788
|
/**
|
|
3748
|
-
*
|
|
3789
|
+
* Lookup514: polymesh_primitives::settlement::AffirmationCount
|
|
3749
3790
|
**/
|
|
3750
3791
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3751
3792
|
senderAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
|
|
@@ -3753,7 +3794,7 @@ exports.default = {
|
|
|
3753
3794
|
offchainCount: 'u32',
|
|
3754
3795
|
},
|
|
3755
3796
|
/**
|
|
3756
|
-
*
|
|
3797
|
+
* Lookup515: polymesh_primitives::settlement::AssetCount
|
|
3757
3798
|
**/
|
|
3758
3799
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3759
3800
|
fungible: 'u32',
|
|
@@ -3761,7 +3802,7 @@ exports.default = {
|
|
|
3761
3802
|
offChain: 'u32',
|
|
3762
3803
|
},
|
|
3763
3804
|
/**
|
|
3764
|
-
*
|
|
3805
|
+
* Lookup518: pallet_statistics::Call<T>
|
|
3765
3806
|
**/
|
|
3766
3807
|
PalletStatisticsCall: {
|
|
3767
3808
|
_enum: {
|
|
@@ -3786,7 +3827,7 @@ exports.default = {
|
|
|
3786
3827
|
},
|
|
3787
3828
|
},
|
|
3788
3829
|
/**
|
|
3789
|
-
*
|
|
3830
|
+
* Lookup522: pallet_sto::Call<T>
|
|
3790
3831
|
**/
|
|
3791
3832
|
PalletStoCall: {
|
|
3792
3833
|
_enum: {
|
|
@@ -3832,14 +3873,14 @@ exports.default = {
|
|
|
3832
3873
|
},
|
|
3833
3874
|
},
|
|
3834
3875
|
/**
|
|
3835
|
-
*
|
|
3876
|
+
* Lookup524: pallet_sto::PriceTier
|
|
3836
3877
|
**/
|
|
3837
3878
|
PalletStoPriceTier: {
|
|
3838
3879
|
total: 'u128',
|
|
3839
3880
|
price: 'u128',
|
|
3840
3881
|
},
|
|
3841
3882
|
/**
|
|
3842
|
-
*
|
|
3883
|
+
* Lookup526: pallet_treasury::Call<T>
|
|
3843
3884
|
**/
|
|
3844
3885
|
PalletTreasuryCall: {
|
|
3845
3886
|
_enum: {
|
|
@@ -3852,14 +3893,14 @@ exports.default = {
|
|
|
3852
3893
|
},
|
|
3853
3894
|
},
|
|
3854
3895
|
/**
|
|
3855
|
-
*
|
|
3896
|
+
* Lookup528: polymesh_primitives::Beneficiary<Balance>
|
|
3856
3897
|
**/
|
|
3857
3898
|
PolymeshPrimitivesBeneficiary: {
|
|
3858
3899
|
id: 'PolymeshPrimitivesIdentityId',
|
|
3859
3900
|
amount: 'u128',
|
|
3860
3901
|
},
|
|
3861
3902
|
/**
|
|
3862
|
-
*
|
|
3903
|
+
* Lookup529: pallet_utility::pallet::Call<T>
|
|
3863
3904
|
**/
|
|
3864
3905
|
PalletUtilityCall: {
|
|
3865
3906
|
_enum: {
|
|
@@ -3901,14 +3942,14 @@ exports.default = {
|
|
|
3901
3942
|
},
|
|
3902
3943
|
},
|
|
3903
3944
|
/**
|
|
3904
|
-
*
|
|
3945
|
+
* Lookup531: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3905
3946
|
**/
|
|
3906
3947
|
PalletUtilityUniqueCall: {
|
|
3907
3948
|
nonce: 'u64',
|
|
3908
3949
|
call: 'Call',
|
|
3909
3950
|
},
|
|
3910
3951
|
/**
|
|
3911
|
-
*
|
|
3952
|
+
* Lookup532: polymesh_runtime_develop::runtime::OriginCaller
|
|
3912
3953
|
**/
|
|
3913
3954
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3914
3955
|
_enum: {
|
|
@@ -3929,7 +3970,7 @@ exports.default = {
|
|
|
3929
3970
|
},
|
|
3930
3971
|
},
|
|
3931
3972
|
/**
|
|
3932
|
-
*
|
|
3973
|
+
* Lookup533: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3933
3974
|
**/
|
|
3934
3975
|
FrameSupportDispatchRawOrigin: {
|
|
3935
3976
|
_enum: {
|
|
@@ -3939,33 +3980,33 @@ exports.default = {
|
|
|
3939
3980
|
},
|
|
3940
3981
|
},
|
|
3941
3982
|
/**
|
|
3942
|
-
*
|
|
3983
|
+
* Lookup534: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
|
|
3943
3984
|
**/
|
|
3944
3985
|
PalletCommitteeRawOriginInstance1: {
|
|
3945
3986
|
_enum: ['Endorsed'],
|
|
3946
3987
|
},
|
|
3947
3988
|
/**
|
|
3948
|
-
*
|
|
3989
|
+
* Lookup535: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
3949
3990
|
**/
|
|
3950
3991
|
PalletCommitteeRawOriginInstance3: {
|
|
3951
3992
|
_enum: ['Endorsed'],
|
|
3952
3993
|
},
|
|
3953
3994
|
/**
|
|
3954
|
-
*
|
|
3995
|
+
* Lookup536: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3955
3996
|
**/
|
|
3956
3997
|
PalletCommitteeRawOriginInstance4: {
|
|
3957
3998
|
_enum: ['Endorsed'],
|
|
3958
3999
|
},
|
|
3959
4000
|
/**
|
|
3960
|
-
*
|
|
4001
|
+
* Lookup537: sp_core::Void
|
|
3961
4002
|
**/
|
|
3962
4003
|
SpCoreVoid: 'Null',
|
|
3963
4004
|
/**
|
|
3964
|
-
*
|
|
4005
|
+
* Lookup538: pallet_base::Call<T>
|
|
3965
4006
|
**/
|
|
3966
4007
|
PalletBaseCall: 'Null',
|
|
3967
4008
|
/**
|
|
3968
|
-
*
|
|
4009
|
+
* Lookup539: pallet_external_agents::Call<T>
|
|
3969
4010
|
**/
|
|
3970
4011
|
PalletExternalAgentsCall: {
|
|
3971
4012
|
_enum: {
|
|
@@ -4007,7 +4048,7 @@ exports.default = {
|
|
|
4007
4048
|
},
|
|
4008
4049
|
},
|
|
4009
4050
|
/**
|
|
4010
|
-
*
|
|
4051
|
+
* Lookup540: pallet_relayer::Call<T>
|
|
4011
4052
|
**/
|
|
4012
4053
|
PalletRelayerCall: {
|
|
4013
4054
|
_enum: {
|
|
@@ -4037,7 +4078,7 @@ exports.default = {
|
|
|
4037
4078
|
},
|
|
4038
4079
|
},
|
|
4039
4080
|
/**
|
|
4040
|
-
*
|
|
4081
|
+
* Lookup541: pallet_contracts::pallet::Call<T>
|
|
4041
4082
|
**/
|
|
4042
4083
|
PalletContractsCall: {
|
|
4043
4084
|
_enum: {
|
|
@@ -4102,13 +4143,13 @@ exports.default = {
|
|
|
4102
4143
|
},
|
|
4103
4144
|
},
|
|
4104
4145
|
/**
|
|
4105
|
-
*
|
|
4146
|
+
* Lookup545: pallet_contracts::wasm::Determinism
|
|
4106
4147
|
**/
|
|
4107
4148
|
PalletContractsWasmDeterminism: {
|
|
4108
4149
|
_enum: ['Deterministic', 'AllowIndeterminism'],
|
|
4109
4150
|
},
|
|
4110
4151
|
/**
|
|
4111
|
-
*
|
|
4152
|
+
* Lookup546: polymesh_contracts::Call<T>
|
|
4112
4153
|
**/
|
|
4113
4154
|
PolymeshContractsCall: {
|
|
4114
4155
|
_enum: {
|
|
@@ -4156,14 +4197,14 @@ exports.default = {
|
|
|
4156
4197
|
},
|
|
4157
4198
|
},
|
|
4158
4199
|
/**
|
|
4159
|
-
*
|
|
4200
|
+
* Lookup549: polymesh_contracts::NextUpgrade<T>
|
|
4160
4201
|
**/
|
|
4161
4202
|
PolymeshContractsNextUpgrade: {
|
|
4162
4203
|
chainVersion: 'PolymeshContractsChainVersion',
|
|
4163
4204
|
apiHash: 'PolymeshContractsApiCodeHash',
|
|
4164
4205
|
},
|
|
4165
4206
|
/**
|
|
4166
|
-
*
|
|
4207
|
+
* Lookup550: polymesh_contracts::ApiCodeHash<T>
|
|
4167
4208
|
**/
|
|
4168
4209
|
PolymeshContractsApiCodeHash: {
|
|
4169
4210
|
_alias: {
|
|
@@ -4172,7 +4213,7 @@ exports.default = {
|
|
|
4172
4213
|
hash_: 'H256',
|
|
4173
4214
|
},
|
|
4174
4215
|
/**
|
|
4175
|
-
*
|
|
4216
|
+
* Lookup551: pallet_preimage::pallet::Call<T>
|
|
4176
4217
|
**/
|
|
4177
4218
|
PalletPreimageCall: {
|
|
4178
4219
|
_enum: {
|
|
@@ -4200,7 +4241,7 @@ exports.default = {
|
|
|
4200
4241
|
},
|
|
4201
4242
|
},
|
|
4202
4243
|
/**
|
|
4203
|
-
*
|
|
4244
|
+
* Lookup552: pallet_nft::Call<T>
|
|
4204
4245
|
**/
|
|
4205
4246
|
PalletNftCall: {
|
|
4206
4247
|
_enum: {
|
|
@@ -4228,18 +4269,18 @@ exports.default = {
|
|
|
4228
4269
|
},
|
|
4229
4270
|
},
|
|
4230
4271
|
/**
|
|
4231
|
-
*
|
|
4272
|
+
* Lookup554: polymesh_primitives::nft::NFTCollectionKeys
|
|
4232
4273
|
**/
|
|
4233
4274
|
PolymeshPrimitivesNftNftCollectionKeys: 'Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey>',
|
|
4234
4275
|
/**
|
|
4235
|
-
*
|
|
4276
|
+
* Lookup557: polymesh_primitives::nft::NFTMetadataAttribute
|
|
4236
4277
|
**/
|
|
4237
4278
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
4238
4279
|
key: 'PolymeshPrimitivesAssetMetadataAssetMetadataKey',
|
|
4239
4280
|
value: 'Bytes',
|
|
4240
4281
|
},
|
|
4241
4282
|
/**
|
|
4242
|
-
*
|
|
4283
|
+
* Lookup558: pallet_test_utils::Call<T>
|
|
4243
4284
|
**/
|
|
4244
4285
|
PalletTestUtilsCall: {
|
|
4245
4286
|
_enum: {
|
|
@@ -4256,7 +4297,74 @@ exports.default = {
|
|
|
4256
4297
|
},
|
|
4257
4298
|
},
|
|
4258
4299
|
/**
|
|
4259
|
-
*
|
|
4300
|
+
* Lookup559: pallet_state_trie_migration::pallet::Call<T>
|
|
4301
|
+
**/
|
|
4302
|
+
PalletStateTrieMigrationCall: {
|
|
4303
|
+
_enum: {
|
|
4304
|
+
control_auto_migration: {
|
|
4305
|
+
maybeConfig: 'Option<PalletStateTrieMigrationMigrationLimits>',
|
|
4306
|
+
},
|
|
4307
|
+
continue_migrate: {
|
|
4308
|
+
limits: 'PalletStateTrieMigrationMigrationLimits',
|
|
4309
|
+
realSizeUpper: 'u32',
|
|
4310
|
+
witnessTask: 'PalletStateTrieMigrationMigrationTask',
|
|
4311
|
+
},
|
|
4312
|
+
migrate_custom_top: {
|
|
4313
|
+
_alias: {
|
|
4314
|
+
keys_: 'keys',
|
|
4315
|
+
},
|
|
4316
|
+
keys_: 'Vec<Bytes>',
|
|
4317
|
+
witnessSize: 'u32',
|
|
4318
|
+
},
|
|
4319
|
+
migrate_custom_child: {
|
|
4320
|
+
root: 'Bytes',
|
|
4321
|
+
childKeys: 'Vec<Bytes>',
|
|
4322
|
+
totalSize: 'u32',
|
|
4323
|
+
},
|
|
4324
|
+
set_signed_max_limits: {
|
|
4325
|
+
limits: 'PalletStateTrieMigrationMigrationLimits',
|
|
4326
|
+
},
|
|
4327
|
+
force_set_progress: {
|
|
4328
|
+
progressTop: 'PalletStateTrieMigrationProgress',
|
|
4329
|
+
progressChild: 'PalletStateTrieMigrationProgress',
|
|
4330
|
+
},
|
|
4331
|
+
},
|
|
4332
|
+
},
|
|
4333
|
+
/**
|
|
4334
|
+
* Lookup561: pallet_state_trie_migration::pallet::MigrationLimits
|
|
4335
|
+
**/
|
|
4336
|
+
PalletStateTrieMigrationMigrationLimits: {
|
|
4337
|
+
_alias: {
|
|
4338
|
+
size_: 'size',
|
|
4339
|
+
},
|
|
4340
|
+
size_: 'u32',
|
|
4341
|
+
item: 'u32',
|
|
4342
|
+
},
|
|
4343
|
+
/**
|
|
4344
|
+
* Lookup562: pallet_state_trie_migration::pallet::MigrationTask<T>
|
|
4345
|
+
**/
|
|
4346
|
+
PalletStateTrieMigrationMigrationTask: {
|
|
4347
|
+
_alias: {
|
|
4348
|
+
size_: 'size',
|
|
4349
|
+
},
|
|
4350
|
+
progressTop: 'PalletStateTrieMigrationProgress',
|
|
4351
|
+
progressChild: 'PalletStateTrieMigrationProgress',
|
|
4352
|
+
size_: 'u32',
|
|
4353
|
+
topItems: 'u32',
|
|
4354
|
+
childItems: 'u32',
|
|
4355
|
+
},
|
|
4356
|
+
/**
|
|
4357
|
+
* Lookup563: pallet_state_trie_migration::pallet::Progress<MaxKeyLen>
|
|
4358
|
+
**/
|
|
4359
|
+
PalletStateTrieMigrationProgress: {
|
|
4360
|
+
_enum: {
|
|
4361
|
+
ToStart: 'Null',
|
|
4362
|
+
LastKey: 'Bytes',
|
|
4363
|
+
Complete: 'Null',
|
|
4364
|
+
},
|
|
4365
|
+
},
|
|
4366
|
+
/**
|
|
4367
|
+
* Lookup565: pallet_committee::PolymeshVotes<BlockNumber>
|
|
4260
4368
|
**/
|
|
4261
4369
|
PalletCommitteePolymeshVotes: {
|
|
4262
4370
|
index: 'u32',
|
|
@@ -4265,7 +4373,7 @@ exports.default = {
|
|
|
4265
4373
|
expiry: 'PolymeshCommonUtilitiesMaybeBlock',
|
|
4266
4374
|
},
|
|
4267
4375
|
/**
|
|
4268
|
-
*
|
|
4376
|
+
* Lookup567: pallet_committee::Error<T, I>
|
|
4269
4377
|
**/
|
|
4270
4378
|
PalletCommitteeError: {
|
|
4271
4379
|
_enum: [
|
|
@@ -4281,7 +4389,7 @@ exports.default = {
|
|
|
4281
4389
|
],
|
|
4282
4390
|
},
|
|
4283
4391
|
/**
|
|
4284
|
-
*
|
|
4392
|
+
* Lookup577: polymesh_primitives::multisig::ProposalDetails<T>
|
|
4285
4393
|
**/
|
|
4286
4394
|
PolymeshPrimitivesMultisigProposalDetails: {
|
|
4287
4395
|
approvals: 'u64',
|
|
@@ -4291,13 +4399,13 @@ exports.default = {
|
|
|
4291
4399
|
autoClose: 'bool',
|
|
4292
4400
|
},
|
|
4293
4401
|
/**
|
|
4294
|
-
*
|
|
4402
|
+
* Lookup578: polymesh_primitives::multisig::ProposalStatus
|
|
4295
4403
|
**/
|
|
4296
4404
|
PolymeshPrimitivesMultisigProposalStatus: {
|
|
4297
4405
|
_enum: ['Invalid', 'ActiveOrExpired', 'ExecutionSuccessful', 'ExecutionFailed', 'Rejected'],
|
|
4298
4406
|
},
|
|
4299
4407
|
/**
|
|
4300
|
-
*
|
|
4408
|
+
* Lookup580: pallet_multisig::Error<T>
|
|
4301
4409
|
**/
|
|
4302
4410
|
PalletMultisigError: {
|
|
4303
4411
|
_enum: [
|
|
@@ -4330,7 +4438,7 @@ exports.default = {
|
|
|
4330
4438
|
],
|
|
4331
4439
|
},
|
|
4332
4440
|
/**
|
|
4333
|
-
*
|
|
4441
|
+
* Lookup582: pallet_bridge::BridgeTxDetail<BlockNumber>
|
|
4334
4442
|
**/
|
|
4335
4443
|
PalletBridgeBridgeTxDetail: {
|
|
4336
4444
|
amount: 'u128',
|
|
@@ -4339,7 +4447,7 @@ exports.default = {
|
|
|
4339
4447
|
txHash: 'H256',
|
|
4340
4448
|
},
|
|
4341
4449
|
/**
|
|
4342
|
-
*
|
|
4450
|
+
* Lookup583: pallet_bridge::BridgeTxStatus
|
|
4343
4451
|
**/
|
|
4344
4452
|
PalletBridgeBridgeTxStatus: {
|
|
4345
4453
|
_enum: {
|
|
@@ -4351,7 +4459,7 @@ exports.default = {
|
|
|
4351
4459
|
},
|
|
4352
4460
|
},
|
|
4353
4461
|
/**
|
|
4354
|
-
*
|
|
4462
|
+
* Lookup586: pallet_bridge::Error<T>
|
|
4355
4463
|
**/
|
|
4356
4464
|
PalletBridgeError: {
|
|
4357
4465
|
_enum: [
|
|
@@ -4371,7 +4479,7 @@ exports.default = {
|
|
|
4371
4479
|
],
|
|
4372
4480
|
},
|
|
4373
4481
|
/**
|
|
4374
|
-
*
|
|
4482
|
+
* Lookup587: pallet_staking::StakingLedger<T>
|
|
4375
4483
|
**/
|
|
4376
4484
|
PalletStakingStakingLedger: {
|
|
4377
4485
|
stash: 'AccountId32',
|
|
@@ -4381,14 +4489,14 @@ exports.default = {
|
|
|
4381
4489
|
claimedRewards: 'Vec<u32>',
|
|
4382
4490
|
},
|
|
4383
4491
|
/**
|
|
4384
|
-
*
|
|
4492
|
+
* Lookup589: pallet_staking::UnlockChunk<Balance>
|
|
4385
4493
|
**/
|
|
4386
4494
|
PalletStakingUnlockChunk: {
|
|
4387
4495
|
value: 'Compact<u128>',
|
|
4388
4496
|
era: 'Compact<u32>',
|
|
4389
4497
|
},
|
|
4390
4498
|
/**
|
|
4391
|
-
*
|
|
4499
|
+
* Lookup590: pallet_staking::Nominations<T>
|
|
4392
4500
|
**/
|
|
4393
4501
|
PalletStakingNominations: {
|
|
4394
4502
|
targets: 'Vec<AccountId32>',
|
|
@@ -4396,27 +4504,27 @@ exports.default = {
|
|
|
4396
4504
|
suppressed: 'bool',
|
|
4397
4505
|
},
|
|
4398
4506
|
/**
|
|
4399
|
-
*
|
|
4507
|
+
* Lookup592: pallet_staking::ActiveEraInfo
|
|
4400
4508
|
**/
|
|
4401
4509
|
PalletStakingActiveEraInfo: {
|
|
4402
4510
|
index: 'u32',
|
|
4403
4511
|
start: 'Option<u64>',
|
|
4404
4512
|
},
|
|
4405
4513
|
/**
|
|
4406
|
-
*
|
|
4514
|
+
* Lookup594: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
4407
4515
|
**/
|
|
4408
4516
|
PalletStakingEraRewardPoints: {
|
|
4409
4517
|
total: 'u32',
|
|
4410
4518
|
individual: 'BTreeMap<AccountId32, u32>',
|
|
4411
4519
|
},
|
|
4412
4520
|
/**
|
|
4413
|
-
*
|
|
4521
|
+
* Lookup597: pallet_staking::Forcing
|
|
4414
4522
|
**/
|
|
4415
4523
|
PalletStakingForcing: {
|
|
4416
4524
|
_enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'],
|
|
4417
4525
|
},
|
|
4418
4526
|
/**
|
|
4419
|
-
*
|
|
4527
|
+
* Lookup599: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
4420
4528
|
**/
|
|
4421
4529
|
PalletStakingUnappliedSlash: {
|
|
4422
4530
|
validator: 'AccountId32',
|
|
@@ -4426,7 +4534,7 @@ exports.default = {
|
|
|
4426
4534
|
payout: 'u128',
|
|
4427
4535
|
},
|
|
4428
4536
|
/**
|
|
4429
|
-
*
|
|
4537
|
+
* Lookup603: pallet_staking::slashing::SlashingSpans
|
|
4430
4538
|
**/
|
|
4431
4539
|
PalletStakingSlashingSlashingSpans: {
|
|
4432
4540
|
spanIndex: 'u32',
|
|
@@ -4435,14 +4543,14 @@ exports.default = {
|
|
|
4435
4543
|
prior: 'Vec<u32>',
|
|
4436
4544
|
},
|
|
4437
4545
|
/**
|
|
4438
|
-
*
|
|
4546
|
+
* Lookup604: pallet_staking::slashing::SpanRecord<Balance>
|
|
4439
4547
|
**/
|
|
4440
4548
|
PalletStakingSlashingSpanRecord: {
|
|
4441
4549
|
slashed: 'u128',
|
|
4442
4550
|
paidOut: 'u128',
|
|
4443
4551
|
},
|
|
4444
4552
|
/**
|
|
4445
|
-
*
|
|
4553
|
+
* Lookup607: pallet_staking::types::ElectionResult<sp_core::crypto::AccountId32, Balance>
|
|
4446
4554
|
**/
|
|
4447
4555
|
PalletStakingElectionResult: {
|
|
4448
4556
|
electedStashes: 'Vec<AccountId32>',
|
|
@@ -4450,7 +4558,7 @@ exports.default = {
|
|
|
4450
4558
|
compute: 'PalletStakingElectionCompute',
|
|
4451
4559
|
},
|
|
4452
4560
|
/**
|
|
4453
|
-
*
|
|
4561
|
+
* Lookup608: pallet_staking::types::ElectionStatus<BlockNumber>
|
|
4454
4562
|
**/
|
|
4455
4563
|
PalletStakingElectionStatus: {
|
|
4456
4564
|
_enum: {
|
|
@@ -4459,22 +4567,16 @@ exports.default = {
|
|
|
4459
4567
|
},
|
|
4460
4568
|
},
|
|
4461
4569
|
/**
|
|
4462
|
-
*
|
|
4570
|
+
* Lookup609: pallet_staking::types::PermissionedIdentityPrefs
|
|
4463
4571
|
**/
|
|
4464
4572
|
PalletStakingPermissionedIdentityPrefs: {
|
|
4465
4573
|
intendedCount: 'u32',
|
|
4466
4574
|
runningCount: 'u32',
|
|
4467
4575
|
},
|
|
4468
4576
|
/**
|
|
4469
|
-
*
|
|
4470
|
-
**/
|
|
4471
|
-
PalletStakingReleases: {
|
|
4472
|
-
_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'],
|
|
4473
|
-
},
|
|
4474
|
-
/**
|
|
4475
|
-
* Lookup602: pallet_staking::Error<T>
|
|
4577
|
+
* Lookup611: pallet_staking::pallet::pallet::Error<T>
|
|
4476
4578
|
**/
|
|
4477
|
-
|
|
4579
|
+
PalletStakingPalletError: {
|
|
4478
4580
|
_enum: [
|
|
4479
4581
|
'NotController',
|
|
4480
4582
|
'NotStash',
|
|
@@ -4519,27 +4621,29 @@ exports.default = {
|
|
|
4519
4621
|
'TooManyTargets',
|
|
4520
4622
|
'BadTarget',
|
|
4521
4623
|
'InvalidValidatorUnbondAmount',
|
|
4624
|
+
'BoundNotMet',
|
|
4625
|
+
'TooManyNominators',
|
|
4522
4626
|
],
|
|
4523
4627
|
},
|
|
4524
4628
|
/**
|
|
4525
|
-
*
|
|
4629
|
+
* Lookup612: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4526
4630
|
**/
|
|
4527
4631
|
SpStakingOffenceOffenceDetails: {
|
|
4528
4632
|
offender: '(AccountId32,PalletStakingExposure)',
|
|
4529
4633
|
reporters: 'Vec<AccountId32>',
|
|
4530
4634
|
},
|
|
4531
4635
|
/**
|
|
4532
|
-
*
|
|
4636
|
+
* Lookup617: sp_core::crypto::KeyTypeId
|
|
4533
4637
|
**/
|
|
4534
4638
|
SpCoreCryptoKeyTypeId: '[u8;4]',
|
|
4535
4639
|
/**
|
|
4536
|
-
*
|
|
4640
|
+
* Lookup618: pallet_session::pallet::Error<T>
|
|
4537
4641
|
**/
|
|
4538
4642
|
PalletSessionError: {
|
|
4539
4643
|
_enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'],
|
|
4540
4644
|
},
|
|
4541
4645
|
/**
|
|
4542
|
-
*
|
|
4646
|
+
* Lookup619: pallet_grandpa::StoredState<N>
|
|
4543
4647
|
**/
|
|
4544
4648
|
PalletGrandpaStoredState: {
|
|
4545
4649
|
_enum: {
|
|
@@ -4556,7 +4660,7 @@ exports.default = {
|
|
|
4556
4660
|
},
|
|
4557
4661
|
},
|
|
4558
4662
|
/**
|
|
4559
|
-
*
|
|
4663
|
+
* Lookup620: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4560
4664
|
**/
|
|
4561
4665
|
PalletGrandpaStoredPendingChange: {
|
|
4562
4666
|
scheduledAt: 'u32',
|
|
@@ -4565,7 +4669,7 @@ exports.default = {
|
|
|
4565
4669
|
forced: 'Option<u32>',
|
|
4566
4670
|
},
|
|
4567
4671
|
/**
|
|
4568
|
-
*
|
|
4672
|
+
* Lookup622: pallet_grandpa::pallet::Error<T>
|
|
4569
4673
|
**/
|
|
4570
4674
|
PalletGrandpaError: {
|
|
4571
4675
|
_enum: [
|
|
@@ -4579,40 +4683,40 @@ exports.default = {
|
|
|
4579
4683
|
],
|
|
4580
4684
|
},
|
|
4581
4685
|
/**
|
|
4582
|
-
*
|
|
4686
|
+
* Lookup626: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4583
4687
|
**/
|
|
4584
4688
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4585
4689
|
peerId: 'Bytes',
|
|
4586
4690
|
externalAddresses: 'Vec<Bytes>',
|
|
4587
4691
|
},
|
|
4588
4692
|
/**
|
|
4589
|
-
*
|
|
4693
|
+
* Lookup630: pallet_im_online::pallet::Error<T>
|
|
4590
4694
|
**/
|
|
4591
4695
|
PalletImOnlineError: {
|
|
4592
4696
|
_enum: ['InvalidKey', 'DuplicatedHeartbeat'],
|
|
4593
4697
|
},
|
|
4594
4698
|
/**
|
|
4595
|
-
*
|
|
4699
|
+
* Lookup632: pallet_sudo::Error<T>
|
|
4596
4700
|
**/
|
|
4597
4701
|
PalletSudoError: {
|
|
4598
4702
|
_enum: ['RequireSudo'],
|
|
4599
4703
|
},
|
|
4600
4704
|
/**
|
|
4601
|
-
*
|
|
4705
|
+
* Lookup633: pallet_asset::types::TickerRegistration<T>
|
|
4602
4706
|
**/
|
|
4603
4707
|
PalletAssetTickerRegistration: {
|
|
4604
4708
|
owner: 'PolymeshPrimitivesIdentityId',
|
|
4605
4709
|
expiry: 'Option<u64>',
|
|
4606
4710
|
},
|
|
4607
4711
|
/**
|
|
4608
|
-
*
|
|
4712
|
+
* Lookup634: pallet_asset::types::TickerRegistrationConfig<T>
|
|
4609
4713
|
**/
|
|
4610
4714
|
PalletAssetTickerRegistrationConfig: {
|
|
4611
4715
|
maxTickerLength: 'u8',
|
|
4612
4716
|
registrationLength: 'Option<u64>',
|
|
4613
4717
|
},
|
|
4614
4718
|
/**
|
|
4615
|
-
*
|
|
4719
|
+
* Lookup635: pallet_asset::types::SecurityToken
|
|
4616
4720
|
**/
|
|
4617
4721
|
PalletAssetSecurityToken: {
|
|
4618
4722
|
totalSupply: 'u128',
|
|
@@ -4621,13 +4725,13 @@ exports.default = {
|
|
|
4621
4725
|
assetType: 'PolymeshPrimitivesAssetAssetType',
|
|
4622
4726
|
},
|
|
4623
4727
|
/**
|
|
4624
|
-
*
|
|
4728
|
+
* Lookup639: pallet_asset::types::AssetOwnershipRelation
|
|
4625
4729
|
**/
|
|
4626
4730
|
PalletAssetAssetOwnershipRelation: {
|
|
4627
4731
|
_enum: ['NotOwned', 'TickerOwned', 'AssetOwned'],
|
|
4628
4732
|
},
|
|
4629
4733
|
/**
|
|
4630
|
-
*
|
|
4734
|
+
* Lookup645: pallet_asset::error::Error<T>
|
|
4631
4735
|
**/
|
|
4632
4736
|
PalletAssetError: {
|
|
4633
4737
|
_enum: [
|
|
@@ -4670,10 +4774,14 @@ exports.default = {
|
|
|
4670
4774
|
'AssetMetadataValueIsEmpty',
|
|
4671
4775
|
'NumberOfAssetMediatorsExceeded',
|
|
4672
4776
|
'InvalidTickerCharacter',
|
|
4777
|
+
'InvalidTransferFrozenAsset',
|
|
4778
|
+
'InvalidTransferComplianceFailure',
|
|
4779
|
+
'InvalidTransferInvalidReceiverCDD',
|
|
4780
|
+
'InvalidTransferInvalidSenderCDD',
|
|
4673
4781
|
],
|
|
4674
4782
|
},
|
|
4675
4783
|
/**
|
|
4676
|
-
*
|
|
4784
|
+
* Lookup648: pallet_corporate_actions::distribution::Error<T>
|
|
4677
4785
|
**/
|
|
4678
4786
|
PalletCorporateActionsDistributionError: {
|
|
4679
4787
|
_enum: [
|
|
@@ -4695,7 +4803,7 @@ exports.default = {
|
|
|
4695
4803
|
],
|
|
4696
4804
|
},
|
|
4697
4805
|
/**
|
|
4698
|
-
*
|
|
4806
|
+
* Lookup652: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4699
4807
|
**/
|
|
4700
4808
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4701
4809
|
nextAt: 'u64',
|
|
@@ -4703,7 +4811,7 @@ exports.default = {
|
|
|
4703
4811
|
schedules: 'BTreeMap<u64, u64>',
|
|
4704
4812
|
},
|
|
4705
4813
|
/**
|
|
4706
|
-
*
|
|
4814
|
+
* Lookup658: pallet_asset::checkpoint::Error<T>
|
|
4707
4815
|
**/
|
|
4708
4816
|
PalletAssetCheckpointError: {
|
|
4709
4817
|
_enum: [
|
|
@@ -4716,14 +4824,14 @@ exports.default = {
|
|
|
4716
4824
|
],
|
|
4717
4825
|
},
|
|
4718
4826
|
/**
|
|
4719
|
-
*
|
|
4827
|
+
* Lookup659: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4720
4828
|
**/
|
|
4721
4829
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4722
4830
|
paused: 'bool',
|
|
4723
4831
|
requirements: 'Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>',
|
|
4724
4832
|
},
|
|
4725
4833
|
/**
|
|
4726
|
-
*
|
|
4834
|
+
* Lookup661: pallet_compliance_manager::Error<T>
|
|
4727
4835
|
**/
|
|
4728
4836
|
PalletComplianceManagerError: {
|
|
4729
4837
|
_enum: [
|
|
@@ -4737,7 +4845,7 @@ exports.default = {
|
|
|
4737
4845
|
],
|
|
4738
4846
|
},
|
|
4739
4847
|
/**
|
|
4740
|
-
*
|
|
4848
|
+
* Lookup664: pallet_corporate_actions::Error<T>
|
|
4741
4849
|
**/
|
|
4742
4850
|
PalletCorporateActionsError: {
|
|
4743
4851
|
_enum: [
|
|
@@ -4755,7 +4863,7 @@ exports.default = {
|
|
|
4755
4863
|
],
|
|
4756
4864
|
},
|
|
4757
4865
|
/**
|
|
4758
|
-
*
|
|
4866
|
+
* Lookup666: pallet_corporate_actions::ballot::Error<T>
|
|
4759
4867
|
**/
|
|
4760
4868
|
PalletCorporateActionsBallotError: {
|
|
4761
4869
|
_enum: [
|
|
@@ -4776,13 +4884,13 @@ exports.default = {
|
|
|
4776
4884
|
],
|
|
4777
4885
|
},
|
|
4778
4886
|
/**
|
|
4779
|
-
*
|
|
4887
|
+
* Lookup667: pallet_permissions::Error<T>
|
|
4780
4888
|
**/
|
|
4781
4889
|
PalletPermissionsError: {
|
|
4782
4890
|
_enum: ['UnauthorizedCaller'],
|
|
4783
4891
|
},
|
|
4784
4892
|
/**
|
|
4785
|
-
*
|
|
4893
|
+
* Lookup668: pallet_pips::PipsMetadata<BlockNumber>
|
|
4786
4894
|
**/
|
|
4787
4895
|
PalletPipsPipsMetadata: {
|
|
4788
4896
|
id: 'u32',
|
|
@@ -4793,14 +4901,14 @@ exports.default = {
|
|
|
4793
4901
|
expiry: 'PolymeshCommonUtilitiesMaybeBlock',
|
|
4794
4902
|
},
|
|
4795
4903
|
/**
|
|
4796
|
-
*
|
|
4904
|
+
* Lookup670: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
|
|
4797
4905
|
**/
|
|
4798
4906
|
PalletPipsDepositInfo: {
|
|
4799
4907
|
owner: 'AccountId32',
|
|
4800
4908
|
amount: 'u128',
|
|
4801
4909
|
},
|
|
4802
4910
|
/**
|
|
4803
|
-
*
|
|
4911
|
+
* Lookup671: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4804
4912
|
**/
|
|
4805
4913
|
PalletPipsPip: {
|
|
4806
4914
|
id: 'u32',
|
|
@@ -4808,7 +4916,7 @@ exports.default = {
|
|
|
4808
4916
|
proposer: 'PalletPipsProposer',
|
|
4809
4917
|
},
|
|
4810
4918
|
/**
|
|
4811
|
-
*
|
|
4919
|
+
* Lookup672: pallet_pips::VotingResult
|
|
4812
4920
|
**/
|
|
4813
4921
|
PalletPipsVotingResult: {
|
|
4814
4922
|
ayesCount: 'u32',
|
|
@@ -4817,11 +4925,11 @@ exports.default = {
|
|
|
4817
4925
|
naysStake: 'u128',
|
|
4818
4926
|
},
|
|
4819
4927
|
/**
|
|
4820
|
-
*
|
|
4928
|
+
* Lookup673: pallet_pips::Vote
|
|
4821
4929
|
**/
|
|
4822
4930
|
PalletPipsVote: '(bool,u128)',
|
|
4823
4931
|
/**
|
|
4824
|
-
*
|
|
4932
|
+
* Lookup674: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4825
4933
|
**/
|
|
4826
4934
|
PalletPipsSnapshotMetadata: {
|
|
4827
4935
|
createdAt: 'u32',
|
|
@@ -4829,7 +4937,7 @@ exports.default = {
|
|
|
4829
4937
|
id: 'u32',
|
|
4830
4938
|
},
|
|
4831
4939
|
/**
|
|
4832
|
-
*
|
|
4940
|
+
* Lookup676: pallet_pips::Error<T>
|
|
4833
4941
|
**/
|
|
4834
4942
|
PalletPipsError: {
|
|
4835
4943
|
_enum: [
|
|
@@ -4854,7 +4962,7 @@ exports.default = {
|
|
|
4854
4962
|
],
|
|
4855
4963
|
},
|
|
4856
4964
|
/**
|
|
4857
|
-
*
|
|
4965
|
+
* Lookup684: pallet_portfolio::Error<T>
|
|
4858
4966
|
**/
|
|
4859
4967
|
PalletPortfolioError: {
|
|
4860
4968
|
_enum: [
|
|
@@ -4875,16 +4983,17 @@ exports.default = {
|
|
|
4875
4983
|
'InvalidTransferNFTIsLocked',
|
|
4876
4984
|
'EmptyTransfer',
|
|
4877
4985
|
'MissingOwnersPermission',
|
|
4986
|
+
'InvalidTransferSenderIdMatchesReceiverId',
|
|
4878
4987
|
],
|
|
4879
4988
|
},
|
|
4880
4989
|
/**
|
|
4881
|
-
*
|
|
4990
|
+
* Lookup685: pallet_protocol_fee::Error<T>
|
|
4882
4991
|
**/
|
|
4883
4992
|
PalletProtocolFeeError: {
|
|
4884
4993
|
_enum: ['InsufficientAccountBalance', 'UnHandledImbalances', 'InsufficientSubsidyBalance'],
|
|
4885
4994
|
},
|
|
4886
4995
|
/**
|
|
4887
|
-
*
|
|
4996
|
+
* Lookup688: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
4888
4997
|
**/
|
|
4889
4998
|
PalletSchedulerScheduled: {
|
|
4890
4999
|
maybeId: 'Option<[u8;32]>',
|
|
@@ -4894,7 +5003,7 @@ exports.default = {
|
|
|
4894
5003
|
origin: 'PolymeshRuntimeDevelopRuntimeOriginCaller',
|
|
4895
5004
|
},
|
|
4896
5005
|
/**
|
|
4897
|
-
*
|
|
5006
|
+
* Lookup689: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4898
5007
|
**/
|
|
4899
5008
|
FrameSupportPreimagesBounded: {
|
|
4900
5009
|
_enum: {
|
|
@@ -4915,7 +5024,7 @@ exports.default = {
|
|
|
4915
5024
|
},
|
|
4916
5025
|
},
|
|
4917
5026
|
/**
|
|
4918
|
-
*
|
|
5027
|
+
* Lookup692: pallet_scheduler::pallet::Error<T>
|
|
4919
5028
|
**/
|
|
4920
5029
|
PalletSchedulerError: {
|
|
4921
5030
|
_enum: [
|
|
@@ -4927,14 +5036,14 @@ exports.default = {
|
|
|
4927
5036
|
],
|
|
4928
5037
|
},
|
|
4929
5038
|
/**
|
|
4930
|
-
*
|
|
5039
|
+
* Lookup693: polymesh_primitives::settlement::Venue
|
|
4931
5040
|
**/
|
|
4932
5041
|
PolymeshPrimitivesSettlementVenue: {
|
|
4933
5042
|
creator: 'PolymeshPrimitivesIdentityId',
|
|
4934
5043
|
venueType: 'PolymeshPrimitivesSettlementVenueType',
|
|
4935
5044
|
},
|
|
4936
5045
|
/**
|
|
4937
|
-
*
|
|
5046
|
+
* Lookup697: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4938
5047
|
**/
|
|
4939
5048
|
PolymeshPrimitivesSettlementInstruction: {
|
|
4940
5049
|
instructionId: 'u64',
|
|
@@ -4945,7 +5054,7 @@ exports.default = {
|
|
|
4945
5054
|
valueDate: 'Option<u64>',
|
|
4946
5055
|
},
|
|
4947
5056
|
/**
|
|
4948
|
-
*
|
|
5057
|
+
* Lookup699: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4949
5058
|
**/
|
|
4950
5059
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
4951
5060
|
_enum: {
|
|
@@ -4955,13 +5064,13 @@ exports.default = {
|
|
|
4955
5064
|
},
|
|
4956
5065
|
},
|
|
4957
5066
|
/**
|
|
4958
|
-
*
|
|
5067
|
+
* Lookup701: polymesh_primitives::settlement::AffirmationStatus
|
|
4959
5068
|
**/
|
|
4960
5069
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4961
5070
|
_enum: ['Unknown', 'Pending', 'Affirmed'],
|
|
4962
5071
|
},
|
|
4963
5072
|
/**
|
|
4964
|
-
*
|
|
5073
|
+
* Lookup705: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4965
5074
|
**/
|
|
4966
5075
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4967
5076
|
_enum: {
|
|
@@ -4973,7 +5082,7 @@ exports.default = {
|
|
|
4973
5082
|
},
|
|
4974
5083
|
},
|
|
4975
5084
|
/**
|
|
4976
|
-
*
|
|
5085
|
+
* Lookup707: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
4977
5086
|
**/
|
|
4978
5087
|
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
4979
5088
|
_enum: {
|
|
@@ -4985,7 +5094,7 @@ exports.default = {
|
|
|
4985
5094
|
},
|
|
4986
5095
|
},
|
|
4987
5096
|
/**
|
|
4988
|
-
*
|
|
5097
|
+
* Lookup708: pallet_settlement::Error<T>
|
|
4989
5098
|
**/
|
|
4990
5099
|
PalletSettlementError: {
|
|
4991
5100
|
_enum: [
|
|
@@ -5035,21 +5144,21 @@ exports.default = {
|
|
|
5035
5144
|
],
|
|
5036
5145
|
},
|
|
5037
5146
|
/**
|
|
5038
|
-
*
|
|
5147
|
+
* Lookup711: polymesh_primitives::statistics::Stat1stKey
|
|
5039
5148
|
**/
|
|
5040
5149
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
5041
5150
|
asset: 'PolymeshPrimitivesStatisticsAssetScope',
|
|
5042
5151
|
statType: 'PolymeshPrimitivesStatisticsStatType',
|
|
5043
5152
|
},
|
|
5044
5153
|
/**
|
|
5045
|
-
*
|
|
5154
|
+
* Lookup712: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
5046
5155
|
**/
|
|
5047
5156
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
5048
5157
|
paused: 'bool',
|
|
5049
5158
|
requirements: 'BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>',
|
|
5050
5159
|
},
|
|
5051
5160
|
/**
|
|
5052
|
-
*
|
|
5161
|
+
* Lookup716: pallet_statistics::Error<T>
|
|
5053
5162
|
**/
|
|
5054
5163
|
PalletStatisticsError: {
|
|
5055
5164
|
_enum: [
|
|
@@ -5063,7 +5172,7 @@ exports.default = {
|
|
|
5063
5172
|
],
|
|
5064
5173
|
},
|
|
5065
5174
|
/**
|
|
5066
|
-
*
|
|
5175
|
+
* Lookup718: pallet_sto::Error<T>
|
|
5067
5176
|
**/
|
|
5068
5177
|
PalletStoError: {
|
|
5069
5178
|
_enum: [
|
|
@@ -5082,13 +5191,13 @@ exports.default = {
|
|
|
5082
5191
|
],
|
|
5083
5192
|
},
|
|
5084
5193
|
/**
|
|
5085
|
-
*
|
|
5194
|
+
* Lookup719: pallet_treasury::Error<T>
|
|
5086
5195
|
**/
|
|
5087
5196
|
PalletTreasuryError: {
|
|
5088
5197
|
_enum: ['InsufficientBalance', 'InvalidIdentity'],
|
|
5089
5198
|
},
|
|
5090
5199
|
/**
|
|
5091
|
-
*
|
|
5200
|
+
* Lookup720: pallet_utility::pallet::Error<T>
|
|
5092
5201
|
**/
|
|
5093
5202
|
PalletUtilityError: {
|
|
5094
5203
|
_enum: [
|
|
@@ -5100,13 +5209,13 @@ exports.default = {
|
|
|
5100
5209
|
],
|
|
5101
5210
|
},
|
|
5102
5211
|
/**
|
|
5103
|
-
*
|
|
5212
|
+
* Lookup721: pallet_base::Error<T>
|
|
5104
5213
|
**/
|
|
5105
5214
|
PalletBaseError: {
|
|
5106
5215
|
_enum: ['TooLong', 'CounterOverflow'],
|
|
5107
5216
|
},
|
|
5108
5217
|
/**
|
|
5109
|
-
*
|
|
5218
|
+
* Lookup723: pallet_external_agents::Error<T>
|
|
5110
5219
|
**/
|
|
5111
5220
|
PalletExternalAgentsError: {
|
|
5112
5221
|
_enum: [
|
|
@@ -5119,14 +5228,14 @@ exports.default = {
|
|
|
5119
5228
|
],
|
|
5120
5229
|
},
|
|
5121
5230
|
/**
|
|
5122
|
-
*
|
|
5231
|
+
* Lookup724: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
|
|
5123
5232
|
**/
|
|
5124
5233
|
PalletRelayerSubsidy: {
|
|
5125
5234
|
payingKey: 'AccountId32',
|
|
5126
5235
|
remaining: 'u128',
|
|
5127
5236
|
},
|
|
5128
5237
|
/**
|
|
5129
|
-
*
|
|
5238
|
+
* Lookup725: pallet_relayer::Error<T>
|
|
5130
5239
|
**/
|
|
5131
5240
|
PalletRelayerError: {
|
|
5132
5241
|
_enum: [
|
|
@@ -5140,7 +5249,7 @@ exports.default = {
|
|
|
5140
5249
|
],
|
|
5141
5250
|
},
|
|
5142
5251
|
/**
|
|
5143
|
-
*
|
|
5252
|
+
* Lookup727: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
5144
5253
|
**/
|
|
5145
5254
|
PalletContractsWasmPrefabWasmModule: {
|
|
5146
5255
|
instructionWeightsVersion: 'Compact<u32>',
|
|
@@ -5150,7 +5259,7 @@ exports.default = {
|
|
|
5150
5259
|
determinism: 'PalletContractsWasmDeterminism',
|
|
5151
5260
|
},
|
|
5152
5261
|
/**
|
|
5153
|
-
*
|
|
5262
|
+
* Lookup729: pallet_contracts::wasm::OwnerInfo<T>
|
|
5154
5263
|
**/
|
|
5155
5264
|
PalletContractsWasmOwnerInfo: {
|
|
5156
5265
|
owner: 'AccountId32',
|
|
@@ -5158,7 +5267,7 @@ exports.default = {
|
|
|
5158
5267
|
refcount: 'Compact<u64>',
|
|
5159
5268
|
},
|
|
5160
5269
|
/**
|
|
5161
|
-
*
|
|
5270
|
+
* Lookup730: pallet_contracts::storage::ContractInfo<T>
|
|
5162
5271
|
**/
|
|
5163
5272
|
PalletContractsStorageContractInfo: {
|
|
5164
5273
|
trieId: 'Bytes',
|
|
@@ -5171,13 +5280,13 @@ exports.default = {
|
|
|
5171
5280
|
storageBaseDeposit: 'u128',
|
|
5172
5281
|
},
|
|
5173
5282
|
/**
|
|
5174
|
-
*
|
|
5283
|
+
* Lookup733: pallet_contracts::storage::DeletedContract
|
|
5175
5284
|
**/
|
|
5176
5285
|
PalletContractsStorageDeletedContract: {
|
|
5177
5286
|
trieId: 'Bytes',
|
|
5178
5287
|
},
|
|
5179
5288
|
/**
|
|
5180
|
-
*
|
|
5289
|
+
* Lookup735: pallet_contracts::schedule::Schedule<T>
|
|
5181
5290
|
**/
|
|
5182
5291
|
PalletContractsSchedule: {
|
|
5183
5292
|
limits: 'PalletContractsScheduleLimits',
|
|
@@ -5185,7 +5294,7 @@ exports.default = {
|
|
|
5185
5294
|
hostFnWeights: 'PalletContractsScheduleHostFnWeights',
|
|
5186
5295
|
},
|
|
5187
5296
|
/**
|
|
5188
|
-
*
|
|
5297
|
+
* Lookup736: pallet_contracts::schedule::Limits
|
|
5189
5298
|
**/
|
|
5190
5299
|
PalletContractsScheduleLimits: {
|
|
5191
5300
|
eventTopics: 'u32',
|
|
@@ -5199,7 +5308,7 @@ exports.default = {
|
|
|
5199
5308
|
payloadLen: 'u32',
|
|
5200
5309
|
},
|
|
5201
5310
|
/**
|
|
5202
|
-
*
|
|
5311
|
+
* Lookup737: pallet_contracts::schedule::InstructionWeights<T>
|
|
5203
5312
|
**/
|
|
5204
5313
|
PalletContractsScheduleInstructionWeights: {
|
|
5205
5314
|
_alias: {
|
|
@@ -5261,7 +5370,7 @@ exports.default = {
|
|
|
5261
5370
|
i64rotr: 'u32',
|
|
5262
5371
|
},
|
|
5263
5372
|
/**
|
|
5264
|
-
*
|
|
5373
|
+
* Lookup738: pallet_contracts::schedule::HostFnWeights<T>
|
|
5265
5374
|
**/
|
|
5266
5375
|
PalletContractsScheduleHostFnWeights: {
|
|
5267
5376
|
_alias: {
|
|
@@ -5328,7 +5437,7 @@ exports.default = {
|
|
|
5328
5437
|
instantiationNonce: 'SpWeightsWeightV2Weight',
|
|
5329
5438
|
},
|
|
5330
5439
|
/**
|
|
5331
|
-
*
|
|
5440
|
+
* Lookup739: pallet_contracts::pallet::Error<T>
|
|
5332
5441
|
**/
|
|
5333
5442
|
PalletContractsError: {
|
|
5334
5443
|
_enum: [
|
|
@@ -5363,7 +5472,7 @@ exports.default = {
|
|
|
5363
5472
|
],
|
|
5364
5473
|
},
|
|
5365
5474
|
/**
|
|
5366
|
-
*
|
|
5475
|
+
* Lookup741: polymesh_contracts::Error<T>
|
|
5367
5476
|
**/
|
|
5368
5477
|
PolymeshContractsError: {
|
|
5369
5478
|
_enum: [
|
|
@@ -5382,7 +5491,7 @@ exports.default = {
|
|
|
5382
5491
|
],
|
|
5383
5492
|
},
|
|
5384
5493
|
/**
|
|
5385
|
-
*
|
|
5494
|
+
* Lookup742: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
5386
5495
|
**/
|
|
5387
5496
|
PalletPreimageRequestStatus: {
|
|
5388
5497
|
_enum: {
|
|
@@ -5398,20 +5507,20 @@ exports.default = {
|
|
|
5398
5507
|
},
|
|
5399
5508
|
},
|
|
5400
5509
|
/**
|
|
5401
|
-
*
|
|
5510
|
+
* Lookup746: pallet_preimage::pallet::Error<T>
|
|
5402
5511
|
**/
|
|
5403
5512
|
PalletPreimageError: {
|
|
5404
5513
|
_enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'],
|
|
5405
5514
|
},
|
|
5406
5515
|
/**
|
|
5407
|
-
*
|
|
5516
|
+
* Lookup747: polymesh_primitives::nft::NFTCollection
|
|
5408
5517
|
**/
|
|
5409
5518
|
PolymeshPrimitivesNftNftCollection: {
|
|
5410
5519
|
id: 'u64',
|
|
5411
5520
|
ticker: 'PolymeshPrimitivesTicker',
|
|
5412
5521
|
},
|
|
5413
5522
|
/**
|
|
5414
|
-
*
|
|
5523
|
+
* Lookup752: pallet_nft::Error<T>
|
|
5415
5524
|
**/
|
|
5416
5525
|
PalletNftError: {
|
|
5417
5526
|
_enum: [
|
|
@@ -5438,46 +5547,49 @@ exports.default = {
|
|
|
5438
5547
|
'SupplyOverflow',
|
|
5439
5548
|
'SupplyUnderflow',
|
|
5440
5549
|
'InvalidNFTTransferNFTIsLocked',
|
|
5550
|
+
'InvalidNFTTransferSenderIdMatchesReceiverId',
|
|
5551
|
+
'InvalidNFTTransferInvalidReceiverCDD',
|
|
5552
|
+
'InvalidNFTTransferInvalidSenderCDD',
|
|
5441
5553
|
],
|
|
5442
5554
|
},
|
|
5443
5555
|
/**
|
|
5444
|
-
*
|
|
5556
|
+
* Lookup753: pallet_test_utils::Error<T>
|
|
5445
5557
|
**/
|
|
5446
5558
|
PalletTestUtilsError: 'Null',
|
|
5447
5559
|
/**
|
|
5448
|
-
*
|
|
5560
|
+
* Lookup756: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5449
5561
|
**/
|
|
5450
5562
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
5451
5563
|
/**
|
|
5452
|
-
*
|
|
5564
|
+
* Lookup757: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5453
5565
|
**/
|
|
5454
5566
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
5455
5567
|
/**
|
|
5456
|
-
*
|
|
5568
|
+
* Lookup758: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5457
5569
|
**/
|
|
5458
5570
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
5459
5571
|
/**
|
|
5460
|
-
*
|
|
5572
|
+
* Lookup761: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5461
5573
|
**/
|
|
5462
5574
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
5463
5575
|
/**
|
|
5464
|
-
*
|
|
5576
|
+
* Lookup762: polymesh_extensions::check_weight::CheckWeight<T>
|
|
5465
5577
|
**/
|
|
5466
5578
|
PolymeshExtensionsCheckWeight: 'FrameSystemExtensionsCheckWeight',
|
|
5467
5579
|
/**
|
|
5468
|
-
*
|
|
5580
|
+
* Lookup763: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5469
5581
|
**/
|
|
5470
5582
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
5471
5583
|
/**
|
|
5472
|
-
*
|
|
5584
|
+
* Lookup764: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5473
5585
|
**/
|
|
5474
5586
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
5475
5587
|
/**
|
|
5476
|
-
*
|
|
5588
|
+
* Lookup765: pallet_permissions::StoreCallMetadata<T>
|
|
5477
5589
|
**/
|
|
5478
5590
|
PalletPermissionsStoreCallMetadata: 'Null',
|
|
5479
5591
|
/**
|
|
5480
|
-
*
|
|
5592
|
+
* Lookup766: polymesh_runtime_develop::runtime::Runtime
|
|
5481
5593
|
**/
|
|
5482
5594
|
PolymeshRuntimeDevelopRuntime: 'Null',
|
|
5483
5595
|
};
|