@storagehub/api-augment 0.2.14 → 0.4.0
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/dist/parachain/interfaces/augment-api-consts.js +1 -1
- package/dist/parachain/interfaces/augment-api-errors.js +1 -1
- package/dist/parachain/interfaces/augment-api-events.js +1 -1
- package/dist/parachain/interfaces/augment-api-query.js +1 -1
- package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
- package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
- package/dist/parachain/interfaces/augment-api-tx.js +1 -1
- package/dist/parachain/interfaces/augment-api.js +7 -7
- package/dist/parachain/interfaces/augment-types.js +1 -1
- package/dist/parachain/interfaces/index.js +1 -1
- package/dist/parachain/interfaces/lookup.js +2785 -2373
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/parachain/interfaces/registry.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/runtime.js +5 -0
- package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -1
- package/dist/parachain/interfaces/types-lookup.js +1 -1
- package/dist/parachain/interfaces/types.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api.js +7 -7
- package/dist/solochain-evm/interfaces/augment-types.js +1 -1
- package/dist/solochain-evm/interfaces/index.js +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +2029 -1659
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/registry.js +1 -1
- package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
- package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
- package/dist/solochain-evm/interfaces/types.js +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +828 -174
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +330 -112
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +639 -149
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +75 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +227 -217
- package/dist/types/parachain/interfaces/registry.d.ts +3 -3
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +34 -34
- package/dist/types/parachain/interfaces/types-lookup.d.ts +536 -406
- package/dist/types/parachain/interfaces/types.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +674 -139
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +302 -100
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +584 -132
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +75 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +183 -173
- package/dist/types/solochain-evm/interfaces/registry.d.ts +3 -3
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +35 -35
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +412 -312
- package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +2 -2
- package/src/parachain/interfaces/augment-api-errors.ts +4 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -0
- package/src/parachain/interfaces/augment-api-query.ts +12 -0
- package/src/parachain/interfaces/augment-api-runtime.ts +14 -0
- package/src/parachain/interfaces/augment-api-tx.ts +13 -0
- package/src/parachain/interfaces/lookup.ts +233 -222
- package/src/parachain/interfaces/storagehubclient/runtime.ts +5 -0
- package/src/parachain/interfaces/types-lookup.ts +237 -224
- package/src/solochain-evm/interfaces/augment-api-errors.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -0
- package/src/solochain-evm/interfaces/augment-api-query.ts +12 -0
- package/src/solochain-evm/interfaces/augment-api-runtime.ts +14 -0
- package/src/solochain-evm/interfaces/augment-api-tx.ts +13 -0
- package/src/solochain-evm/interfaces/lookup.ts +189 -178
- package/src/solochain-evm/interfaces/types-lookup.ts +193 -180
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1679,6 +1679,13 @@ export default {
|
|
|
1679
1679
|
owner: "AccountId32",
|
|
1680
1680
|
amountToReturn: "u128",
|
|
1681
1681
|
error: "SpRuntimeDispatchError"
|
|
1682
|
+
},
|
|
1683
|
+
UserOperationPauseFlagsUpdated: {
|
|
1684
|
+
_alias: {
|
|
1685
|
+
new_: "new"
|
|
1686
|
+
},
|
|
1687
|
+
old: "u32",
|
|
1688
|
+
new_: "u32"
|
|
1682
1689
|
}
|
|
1683
1690
|
}
|
|
1684
1691
|
},
|
|
@@ -1732,7 +1739,7 @@ export default {
|
|
|
1732
1739
|
}
|
|
1733
1740
|
},
|
|
1734
1741
|
/**
|
|
1735
|
-
*
|
|
1742
|
+
* Lookup169: pallet_proofs_dealer::pallet::Event<T>
|
|
1736
1743
|
**/
|
|
1737
1744
|
PalletProofsDealerEvent: {
|
|
1738
1745
|
_enum: {
|
|
@@ -1789,41 +1796,41 @@ export default {
|
|
|
1789
1796
|
}
|
|
1790
1797
|
},
|
|
1791
1798
|
/**
|
|
1792
|
-
*
|
|
1799
|
+
* Lookup170: pallet_proofs_dealer::types::Proof<T>
|
|
1793
1800
|
**/
|
|
1794
1801
|
PalletProofsDealerProof: {
|
|
1795
1802
|
forestProof: "SpTrieStorageProofCompactProof",
|
|
1796
1803
|
keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
|
|
1797
1804
|
},
|
|
1798
1805
|
/**
|
|
1799
|
-
*
|
|
1806
|
+
* Lookup171: sp_trie::storage_proof::CompactProof
|
|
1800
1807
|
**/
|
|
1801
1808
|
SpTrieStorageProofCompactProof: {
|
|
1802
1809
|
encodedNodes: "Vec<Bytes>"
|
|
1803
1810
|
},
|
|
1804
1811
|
/**
|
|
1805
|
-
*
|
|
1812
|
+
* Lookup174: pallet_proofs_dealer::types::KeyProof<T>
|
|
1806
1813
|
**/
|
|
1807
1814
|
PalletProofsDealerKeyProof: {
|
|
1808
1815
|
proof: "ShpFileKeyVerifierFileKeyProof",
|
|
1809
1816
|
challengeCount: "u32"
|
|
1810
1817
|
},
|
|
1811
1818
|
/**
|
|
1812
|
-
*
|
|
1819
|
+
* Lookup175: shp_file_key_verifier::types::FileKeyProof
|
|
1813
1820
|
**/
|
|
1814
1821
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1815
1822
|
fileMetadata: "ShpFileMetadataFileMetadata",
|
|
1816
1823
|
proof: "SpTrieStorageProofCompactProof"
|
|
1817
1824
|
},
|
|
1818
1825
|
/**
|
|
1819
|
-
*
|
|
1826
|
+
* Lookup179: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1820
1827
|
**/
|
|
1821
1828
|
PalletProofsDealerCustomChallenge: {
|
|
1822
1829
|
key: "H256",
|
|
1823
1830
|
shouldRemoveKey: "bool"
|
|
1824
1831
|
},
|
|
1825
1832
|
/**
|
|
1826
|
-
*
|
|
1833
|
+
* Lookup183: shp_traits::TrieMutation
|
|
1827
1834
|
**/
|
|
1828
1835
|
ShpTraitsTrieMutation: {
|
|
1829
1836
|
_enum: {
|
|
@@ -1832,19 +1839,19 @@ export default {
|
|
|
1832
1839
|
}
|
|
1833
1840
|
},
|
|
1834
1841
|
/**
|
|
1835
|
-
*
|
|
1842
|
+
* Lookup184: shp_traits::TrieAddMutation
|
|
1836
1843
|
**/
|
|
1837
1844
|
ShpTraitsTrieAddMutation: {
|
|
1838
1845
|
value: "Bytes"
|
|
1839
1846
|
},
|
|
1840
1847
|
/**
|
|
1841
|
-
*
|
|
1848
|
+
* Lookup185: shp_traits::TrieRemoveMutation
|
|
1842
1849
|
**/
|
|
1843
1850
|
ShpTraitsTrieRemoveMutation: {
|
|
1844
1851
|
maybeValue: "Option<Bytes>"
|
|
1845
1852
|
},
|
|
1846
1853
|
/**
|
|
1847
|
-
*
|
|
1854
|
+
* Lookup187: pallet_randomness::pallet::Event<T>
|
|
1848
1855
|
**/
|
|
1849
1856
|
PalletRandomnessEvent: {
|
|
1850
1857
|
_enum: {
|
|
@@ -1856,7 +1863,7 @@ export default {
|
|
|
1856
1863
|
}
|
|
1857
1864
|
},
|
|
1858
1865
|
/**
|
|
1859
|
-
*
|
|
1866
|
+
* Lookup188: pallet_payment_streams::pallet::Event<T>
|
|
1860
1867
|
**/
|
|
1861
1868
|
PalletPaymentStreamsEvent: {
|
|
1862
1869
|
_enum: {
|
|
@@ -1924,7 +1931,7 @@ export default {
|
|
|
1924
1931
|
}
|
|
1925
1932
|
},
|
|
1926
1933
|
/**
|
|
1927
|
-
*
|
|
1934
|
+
* Lookup190: pallet_bucket_nfts::pallet::Event<T>
|
|
1928
1935
|
**/
|
|
1929
1936
|
PalletBucketNftsEvent: {
|
|
1930
1937
|
_enum: {
|
|
@@ -1945,7 +1952,7 @@ export default {
|
|
|
1945
1952
|
}
|
|
1946
1953
|
},
|
|
1947
1954
|
/**
|
|
1948
|
-
*
|
|
1955
|
+
* Lookup191: pallet_nfts::pallet::Event<T, I>
|
|
1949
1956
|
**/
|
|
1950
1957
|
PalletNftsEvent: {
|
|
1951
1958
|
_enum: {
|
|
@@ -2146,7 +2153,7 @@ export default {
|
|
|
2146
2153
|
}
|
|
2147
2154
|
},
|
|
2148
2155
|
/**
|
|
2149
|
-
*
|
|
2156
|
+
* Lookup195: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
2150
2157
|
**/
|
|
2151
2158
|
PalletNftsAttributeNamespace: {
|
|
2152
2159
|
_enum: {
|
|
@@ -2157,20 +2164,20 @@ export default {
|
|
|
2157
2164
|
}
|
|
2158
2165
|
},
|
|
2159
2166
|
/**
|
|
2160
|
-
*
|
|
2167
|
+
* Lookup197: pallet_nfts::types::PriceWithDirection<Amount>
|
|
2161
2168
|
**/
|
|
2162
2169
|
PalletNftsPriceWithDirection: {
|
|
2163
2170
|
amount: "u128",
|
|
2164
2171
|
direction: "PalletNftsPriceDirection"
|
|
2165
2172
|
},
|
|
2166
2173
|
/**
|
|
2167
|
-
*
|
|
2174
|
+
* Lookup198: pallet_nfts::types::PriceDirection
|
|
2168
2175
|
**/
|
|
2169
2176
|
PalletNftsPriceDirection: {
|
|
2170
2177
|
_enum: ["Send", "Receive"]
|
|
2171
2178
|
},
|
|
2172
2179
|
/**
|
|
2173
|
-
*
|
|
2180
|
+
* Lookup199: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
2174
2181
|
**/
|
|
2175
2182
|
PalletNftsPalletAttributes: {
|
|
2176
2183
|
_enum: {
|
|
@@ -2179,7 +2186,7 @@ export default {
|
|
|
2179
2186
|
}
|
|
2180
2187
|
},
|
|
2181
2188
|
/**
|
|
2182
|
-
*
|
|
2189
|
+
* Lookup200: pallet_parameters::pallet::Event<T>
|
|
2183
2190
|
**/
|
|
2184
2191
|
PalletParametersEvent: {
|
|
2185
2192
|
_enum: {
|
|
@@ -2191,7 +2198,7 @@ export default {
|
|
|
2191
2198
|
}
|
|
2192
2199
|
},
|
|
2193
2200
|
/**
|
|
2194
|
-
*
|
|
2201
|
+
* Lookup201: sh_parachain_runtime::configs::runtime_params::RuntimeParametersKey
|
|
2195
2202
|
**/
|
|
2196
2203
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
|
|
2197
2204
|
_enum: {
|
|
@@ -2199,7 +2206,7 @@ export default {
|
|
|
2199
2206
|
}
|
|
2200
2207
|
},
|
|
2201
2208
|
/**
|
|
2202
|
-
*
|
|
2209
|
+
* Lookup202: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
|
|
2203
2210
|
**/
|
|
2204
2211
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
|
|
2205
2212
|
_enum: [
|
|
@@ -2236,133 +2243,133 @@ export default {
|
|
|
2236
2243
|
]
|
|
2237
2244
|
},
|
|
2238
2245
|
/**
|
|
2239
|
-
*
|
|
2246
|
+
* Lookup203: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
|
|
2240
2247
|
**/
|
|
2241
2248
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: "Null",
|
|
2242
2249
|
/**
|
|
2243
|
-
*
|
|
2250
|
+
* Lookup204: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
|
|
2244
2251
|
**/
|
|
2245
2252
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: "Null",
|
|
2246
2253
|
/**
|
|
2247
|
-
*
|
|
2254
|
+
* Lookup205: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
|
|
2248
2255
|
**/
|
|
2249
2256
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: "Null",
|
|
2250
2257
|
/**
|
|
2251
|
-
*
|
|
2258
|
+
* Lookup206: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
|
|
2252
2259
|
**/
|
|
2253
2260
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: "Null",
|
|
2254
2261
|
/**
|
|
2255
|
-
*
|
|
2262
|
+
* Lookup207: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
|
|
2256
2263
|
**/
|
|
2257
2264
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage:
|
|
2258
2265
|
"Null",
|
|
2259
2266
|
/**
|
|
2260
|
-
*
|
|
2267
|
+
* Lookup208: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
|
|
2261
2268
|
**/
|
|
2262
2269
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage:
|
|
2263
2270
|
"Null",
|
|
2264
2271
|
/**
|
|
2265
|
-
*
|
|
2272
|
+
* Lookup209: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
|
|
2266
2273
|
**/
|
|
2267
2274
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: "Null",
|
|
2268
2275
|
/**
|
|
2269
|
-
*
|
|
2276
|
+
* Lookup210: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
|
|
2270
2277
|
**/
|
|
2271
2278
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: "Null",
|
|
2272
2279
|
/**
|
|
2273
|
-
*
|
|
2280
|
+
* Lookup211: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
|
|
2274
2281
|
**/
|
|
2275
2282
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: "Null",
|
|
2276
2283
|
/**
|
|
2277
|
-
*
|
|
2284
|
+
* Lookup212: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
|
|
2278
2285
|
**/
|
|
2279
2286
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: "Null",
|
|
2280
2287
|
/**
|
|
2281
|
-
*
|
|
2288
|
+
* Lookup213: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
|
|
2282
2289
|
**/
|
|
2283
2290
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: "Null",
|
|
2284
2291
|
/**
|
|
2285
|
-
*
|
|
2292
|
+
* Lookup214: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
|
|
2286
2293
|
**/
|
|
2287
2294
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate: "Null",
|
|
2288
2295
|
/**
|
|
2289
|
-
*
|
|
2296
|
+
* Lookup215: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
|
|
2290
2297
|
**/
|
|
2291
2298
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: "Null",
|
|
2292
2299
|
/**
|
|
2293
|
-
*
|
|
2300
|
+
* Lookup216: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
|
|
2294
2301
|
**/
|
|
2295
2302
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: "Null",
|
|
2296
2303
|
/**
|
|
2297
|
-
*
|
|
2304
|
+
* Lookup217: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
|
|
2298
2305
|
**/
|
|
2299
2306
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: "Null",
|
|
2300
2307
|
/**
|
|
2301
|
-
*
|
|
2308
|
+
* Lookup218: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
|
|
2302
2309
|
**/
|
|
2303
2310
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: "Null",
|
|
2304
2311
|
/**
|
|
2305
|
-
*
|
|
2312
|
+
* Lookup219: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
|
|
2306
2313
|
**/
|
|
2307
2314
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty: "Null",
|
|
2308
2315
|
/**
|
|
2309
|
-
*
|
|
2316
|
+
* Lookup220: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
|
|
2310
2317
|
**/
|
|
2311
2318
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: "Null",
|
|
2312
2319
|
/**
|
|
2313
|
-
*
|
|
2320
|
+
* Lookup221: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
|
|
2314
2321
|
**/
|
|
2315
2322
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: "Null",
|
|
2316
2323
|
/**
|
|
2317
|
-
*
|
|
2324
|
+
* Lookup222: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
|
|
2318
2325
|
**/
|
|
2319
2326
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget: "Null",
|
|
2320
2327
|
/**
|
|
2321
|
-
*
|
|
2328
|
+
* Lookup223: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
|
|
2322
2329
|
**/
|
|
2323
2330
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget:
|
|
2324
2331
|
"Null",
|
|
2325
2332
|
/**
|
|
2326
|
-
*
|
|
2333
|
+
* Lookup224: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
|
|
2327
2334
|
**/
|
|
2328
2335
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget:
|
|
2329
2336
|
"Null",
|
|
2330
2337
|
/**
|
|
2331
|
-
*
|
|
2338
|
+
* Lookup225: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
|
|
2332
2339
|
**/
|
|
2333
2340
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget:
|
|
2334
2341
|
"Null",
|
|
2335
2342
|
/**
|
|
2336
|
-
*
|
|
2343
|
+
* Lookup226: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
|
|
2337
2344
|
**/
|
|
2338
2345
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: "Null",
|
|
2339
2346
|
/**
|
|
2340
|
-
*
|
|
2347
|
+
* Lookup227: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
|
|
2341
2348
|
**/
|
|
2342
2349
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold:
|
|
2343
2350
|
"Null",
|
|
2344
2351
|
/**
|
|
2345
|
-
*
|
|
2352
|
+
* Lookup228: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
|
|
2346
2353
|
**/
|
|
2347
2354
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: "Null",
|
|
2348
2355
|
/**
|
|
2349
|
-
*
|
|
2356
|
+
* Lookup229: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
|
|
2350
2357
|
**/
|
|
2351
2358
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: "Null",
|
|
2352
2359
|
/**
|
|
2353
|
-
*
|
|
2360
|
+
* Lookup230: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
|
|
2354
2361
|
**/
|
|
2355
2362
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: "Null",
|
|
2356
2363
|
/**
|
|
2357
|
-
*
|
|
2364
|
+
* Lookup231: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
|
|
2358
2365
|
**/
|
|
2359
2366
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: "Null",
|
|
2360
2367
|
/**
|
|
2361
|
-
*
|
|
2368
|
+
* Lookup232: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
|
|
2362
2369
|
**/
|
|
2363
2370
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: "Null",
|
|
2364
2371
|
/**
|
|
2365
|
-
*
|
|
2372
|
+
* Lookup234: sh_parachain_runtime::configs::runtime_params::RuntimeParametersValue
|
|
2366
2373
|
**/
|
|
2367
2374
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
|
|
2368
2375
|
_enum: {
|
|
@@ -2371,7 +2378,7 @@ export default {
|
|
|
2371
2378
|
}
|
|
2372
2379
|
},
|
|
2373
2380
|
/**
|
|
2374
|
-
*
|
|
2381
|
+
* Lookup235: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
|
|
2375
2382
|
**/
|
|
2376
2383
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
|
|
2377
2384
|
_enum: {
|
|
@@ -2384,8 +2391,8 @@ export default {
|
|
|
2384
2391
|
MostlyStablePrice: "u128",
|
|
2385
2392
|
MaxPrice: "u128",
|
|
2386
2393
|
MinPrice: "u128",
|
|
2387
|
-
UpperExponentFactor: "
|
|
2388
|
-
LowerExponentFactor: "
|
|
2394
|
+
UpperExponentFactor: "u128",
|
|
2395
|
+
LowerExponentFactor: "u128",
|
|
2389
2396
|
ZeroSizeBucketFixedRate: "u128",
|
|
2390
2397
|
IdealUtilisationRate: "Perbill",
|
|
2391
2398
|
DecayRate: "Perbill",
|
|
@@ -2408,7 +2415,7 @@ export default {
|
|
|
2408
2415
|
}
|
|
2409
2416
|
},
|
|
2410
2417
|
/**
|
|
2411
|
-
*
|
|
2418
|
+
* Lookup237: frame_system::Phase
|
|
2412
2419
|
**/
|
|
2413
2420
|
FrameSystemPhase: {
|
|
2414
2421
|
_enum: {
|
|
@@ -2418,21 +2425,21 @@ export default {
|
|
|
2418
2425
|
}
|
|
2419
2426
|
},
|
|
2420
2427
|
/**
|
|
2421
|
-
*
|
|
2428
|
+
* Lookup240: frame_system::LastRuntimeUpgradeInfo
|
|
2422
2429
|
**/
|
|
2423
2430
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2424
2431
|
specVersion: "Compact<u32>",
|
|
2425
2432
|
specName: "Text"
|
|
2426
2433
|
},
|
|
2427
2434
|
/**
|
|
2428
|
-
*
|
|
2435
|
+
* Lookup243: frame_system::CodeUpgradeAuthorization<T>
|
|
2429
2436
|
**/
|
|
2430
2437
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2431
2438
|
codeHash: "H256",
|
|
2432
2439
|
checkVersion: "bool"
|
|
2433
2440
|
},
|
|
2434
2441
|
/**
|
|
2435
|
-
*
|
|
2442
|
+
* Lookup244: frame_system::pallet::Call<T>
|
|
2436
2443
|
**/
|
|
2437
2444
|
FrameSystemCall: {
|
|
2438
2445
|
_enum: {
|
|
@@ -2477,7 +2484,7 @@ export default {
|
|
|
2477
2484
|
}
|
|
2478
2485
|
},
|
|
2479
2486
|
/**
|
|
2480
|
-
*
|
|
2487
|
+
* Lookup247: frame_system::limits::BlockWeights
|
|
2481
2488
|
**/
|
|
2482
2489
|
FrameSystemLimitsBlockWeights: {
|
|
2483
2490
|
baseBlock: "SpWeightsWeightV2Weight",
|
|
@@ -2485,7 +2492,7 @@ export default {
|
|
|
2485
2492
|
perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
|
|
2486
2493
|
},
|
|
2487
2494
|
/**
|
|
2488
|
-
*
|
|
2495
|
+
* Lookup248: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2489
2496
|
**/
|
|
2490
2497
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2491
2498
|
normal: "FrameSystemLimitsWeightsPerClass",
|
|
@@ -2493,7 +2500,7 @@ export default {
|
|
|
2493
2500
|
mandatory: "FrameSystemLimitsWeightsPerClass"
|
|
2494
2501
|
},
|
|
2495
2502
|
/**
|
|
2496
|
-
*
|
|
2503
|
+
* Lookup249: frame_system::limits::WeightsPerClass
|
|
2497
2504
|
**/
|
|
2498
2505
|
FrameSystemLimitsWeightsPerClass: {
|
|
2499
2506
|
baseExtrinsic: "SpWeightsWeightV2Weight",
|
|
@@ -2502,13 +2509,13 @@ export default {
|
|
|
2502
2509
|
reserved: "Option<SpWeightsWeightV2Weight>"
|
|
2503
2510
|
},
|
|
2504
2511
|
/**
|
|
2505
|
-
*
|
|
2512
|
+
* Lookup250: frame_system::limits::BlockLength
|
|
2506
2513
|
**/
|
|
2507
2514
|
FrameSystemLimitsBlockLength: {
|
|
2508
2515
|
max: "FrameSupportDispatchPerDispatchClassU32"
|
|
2509
2516
|
},
|
|
2510
2517
|
/**
|
|
2511
|
-
*
|
|
2518
|
+
* Lookup251: frame_support::dispatch::PerDispatchClass<T>
|
|
2512
2519
|
**/
|
|
2513
2520
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2514
2521
|
normal: "u32",
|
|
@@ -2516,14 +2523,14 @@ export default {
|
|
|
2516
2523
|
mandatory: "u32"
|
|
2517
2524
|
},
|
|
2518
2525
|
/**
|
|
2519
|
-
*
|
|
2526
|
+
* Lookup252: sp_weights::RuntimeDbWeight
|
|
2520
2527
|
**/
|
|
2521
2528
|
SpWeightsRuntimeDbWeight: {
|
|
2522
2529
|
read: "u64",
|
|
2523
2530
|
write: "u64"
|
|
2524
2531
|
},
|
|
2525
2532
|
/**
|
|
2526
|
-
*
|
|
2533
|
+
* Lookup253: sp_version::RuntimeVersion
|
|
2527
2534
|
**/
|
|
2528
2535
|
SpVersionRuntimeVersion: {
|
|
2529
2536
|
specName: "Text",
|
|
@@ -2536,7 +2543,7 @@ export default {
|
|
|
2536
2543
|
systemVersion: "u8"
|
|
2537
2544
|
},
|
|
2538
2545
|
/**
|
|
2539
|
-
*
|
|
2546
|
+
* Lookup258: frame_system::pallet::Error<T>
|
|
2540
2547
|
**/
|
|
2541
2548
|
FrameSystemError: {
|
|
2542
2549
|
_enum: [
|
|
@@ -2552,7 +2559,7 @@ export default {
|
|
|
2552
2559
|
]
|
|
2553
2560
|
},
|
|
2554
2561
|
/**
|
|
2555
|
-
*
|
|
2562
|
+
* Lookup260: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2556
2563
|
**/
|
|
2557
2564
|
CumulusPalletParachainSystemUnincludedSegmentAncestor: {
|
|
2558
2565
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2560,7 +2567,7 @@ export default {
|
|
|
2560
2567
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2561
2568
|
},
|
|
2562
2569
|
/**
|
|
2563
|
-
*
|
|
2570
|
+
* Lookup261: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2564
2571
|
**/
|
|
2565
2572
|
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
|
|
2566
2573
|
umpMsgCount: "u32",
|
|
@@ -2568,20 +2575,20 @@ export default {
|
|
|
2568
2575
|
hrmpOutgoing: "BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>"
|
|
2569
2576
|
},
|
|
2570
2577
|
/**
|
|
2571
|
-
*
|
|
2578
|
+
* Lookup263: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2572
2579
|
**/
|
|
2573
2580
|
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2574
2581
|
msgCount: "u32",
|
|
2575
2582
|
totalBytes: "u32"
|
|
2576
2583
|
},
|
|
2577
2584
|
/**
|
|
2578
|
-
*
|
|
2585
|
+
* Lookup267: polkadot_primitives::v8::UpgradeGoAhead
|
|
2579
2586
|
**/
|
|
2580
2587
|
PolkadotPrimitivesV8UpgradeGoAhead: {
|
|
2581
2588
|
_enum: ["Abort", "GoAhead"]
|
|
2582
2589
|
},
|
|
2583
2590
|
/**
|
|
2584
|
-
*
|
|
2591
|
+
* Lookup268: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2585
2592
|
**/
|
|
2586
2593
|
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
|
|
2587
2594
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2589,7 +2596,7 @@ export default {
|
|
|
2589
2596
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2590
2597
|
},
|
|
2591
2598
|
/**
|
|
2592
|
-
*
|
|
2599
|
+
* Lookup269: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
2593
2600
|
**/
|
|
2594
2601
|
PolkadotPrimitivesV8PersistedValidationData: {
|
|
2595
2602
|
parentHead: "Bytes",
|
|
@@ -2598,19 +2605,19 @@ export default {
|
|
|
2598
2605
|
maxPovSize: "u32"
|
|
2599
2606
|
},
|
|
2600
2607
|
/**
|
|
2601
|
-
*
|
|
2608
|
+
* Lookup272: polkadot_primitives::v8::UpgradeRestriction
|
|
2602
2609
|
**/
|
|
2603
2610
|
PolkadotPrimitivesV8UpgradeRestriction: {
|
|
2604
2611
|
_enum: ["Present"]
|
|
2605
2612
|
},
|
|
2606
2613
|
/**
|
|
2607
|
-
*
|
|
2614
|
+
* Lookup273: sp_trie::storage_proof::StorageProof
|
|
2608
2615
|
**/
|
|
2609
2616
|
SpTrieStorageProof: {
|
|
2610
2617
|
trieNodes: "BTreeSet<Bytes>"
|
|
2611
2618
|
},
|
|
2612
2619
|
/**
|
|
2613
|
-
*
|
|
2620
|
+
* Lookup275: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2614
2621
|
**/
|
|
2615
2622
|
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2616
2623
|
dmqMqcHead: "H256",
|
|
@@ -2620,14 +2627,14 @@ export default {
|
|
|
2620
2627
|
egressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>"
|
|
2621
2628
|
},
|
|
2622
2629
|
/**
|
|
2623
|
-
*
|
|
2630
|
+
* Lookup276: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2624
2631
|
**/
|
|
2625
2632
|
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2626
2633
|
remainingCount: "u32",
|
|
2627
2634
|
remainingSize: "u32"
|
|
2628
2635
|
},
|
|
2629
2636
|
/**
|
|
2630
|
-
*
|
|
2637
|
+
* Lookup279: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2631
2638
|
**/
|
|
2632
2639
|
PolkadotPrimitivesV8AbridgedHrmpChannel: {
|
|
2633
2640
|
maxCapacity: "u32",
|
|
@@ -2638,7 +2645,7 @@ export default {
|
|
|
2638
2645
|
mqcHead: "Option<H256>"
|
|
2639
2646
|
},
|
|
2640
2647
|
/**
|
|
2641
|
-
*
|
|
2648
|
+
* Lookup280: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2642
2649
|
**/
|
|
2643
2650
|
PolkadotPrimitivesV8AbridgedHostConfiguration: {
|
|
2644
2651
|
maxCodeSize: "u32",
|
|
@@ -2653,21 +2660,21 @@ export default {
|
|
|
2653
2660
|
asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams"
|
|
2654
2661
|
},
|
|
2655
2662
|
/**
|
|
2656
|
-
*
|
|
2663
|
+
* Lookup281: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
2657
2664
|
**/
|
|
2658
2665
|
PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
2659
2666
|
maxCandidateDepth: "u32",
|
|
2660
2667
|
allowedAncestryLen: "u32"
|
|
2661
2668
|
},
|
|
2662
2669
|
/**
|
|
2663
|
-
*
|
|
2670
|
+
* Lookup287: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
2664
2671
|
**/
|
|
2665
2672
|
PolkadotCorePrimitivesOutboundHrmpMessage: {
|
|
2666
2673
|
recipient: "u32",
|
|
2667
2674
|
data: "Bytes"
|
|
2668
2675
|
},
|
|
2669
2676
|
/**
|
|
2670
|
-
*
|
|
2677
|
+
* Lookup289: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
2671
2678
|
**/
|
|
2672
2679
|
CumulusPalletParachainSystemCall: {
|
|
2673
2680
|
_enum: {
|
|
@@ -2680,7 +2687,7 @@ export default {
|
|
|
2680
2687
|
}
|
|
2681
2688
|
},
|
|
2682
2689
|
/**
|
|
2683
|
-
*
|
|
2690
|
+
* Lookup290: cumulus_primitives_parachain_inherent::ParachainInherentData
|
|
2684
2691
|
**/
|
|
2685
2692
|
CumulusPrimitivesParachainInherentParachainInherentData: {
|
|
2686
2693
|
validationData: "PolkadotPrimitivesV8PersistedValidationData",
|
|
@@ -2689,21 +2696,21 @@ export default {
|
|
|
2689
2696
|
horizontalMessages: "BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>"
|
|
2690
2697
|
},
|
|
2691
2698
|
/**
|
|
2692
|
-
*
|
|
2699
|
+
* Lookup292: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
2693
2700
|
**/
|
|
2694
2701
|
PolkadotCorePrimitivesInboundDownwardMessage: {
|
|
2695
2702
|
sentAt: "u32",
|
|
2696
2703
|
msg: "Bytes"
|
|
2697
2704
|
},
|
|
2698
2705
|
/**
|
|
2699
|
-
*
|
|
2706
|
+
* Lookup295: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
2700
2707
|
**/
|
|
2701
2708
|
PolkadotCorePrimitivesInboundHrmpMessage: {
|
|
2702
2709
|
sentAt: "u32",
|
|
2703
2710
|
data: "Bytes"
|
|
2704
2711
|
},
|
|
2705
2712
|
/**
|
|
2706
|
-
*
|
|
2713
|
+
* Lookup298: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2707
2714
|
**/
|
|
2708
2715
|
CumulusPalletParachainSystemError: {
|
|
2709
2716
|
_enum: [
|
|
@@ -2718,7 +2725,7 @@ export default {
|
|
|
2718
2725
|
]
|
|
2719
2726
|
},
|
|
2720
2727
|
/**
|
|
2721
|
-
*
|
|
2728
|
+
* Lookup299: pallet_timestamp::pallet::Call<T>
|
|
2722
2729
|
**/
|
|
2723
2730
|
PalletTimestampCall: {
|
|
2724
2731
|
_enum: {
|
|
@@ -2728,11 +2735,11 @@ export default {
|
|
|
2728
2735
|
}
|
|
2729
2736
|
},
|
|
2730
2737
|
/**
|
|
2731
|
-
*
|
|
2738
|
+
* Lookup300: staging_parachain_info::pallet::Call<T>
|
|
2732
2739
|
**/
|
|
2733
2740
|
StagingParachainInfoCall: "Null",
|
|
2734
2741
|
/**
|
|
2735
|
-
*
|
|
2742
|
+
* Lookup302: pallet_balances::types::BalanceLock<Balance>
|
|
2736
2743
|
**/
|
|
2737
2744
|
PalletBalancesBalanceLock: {
|
|
2738
2745
|
id: "[u8;8]",
|
|
@@ -2740,20 +2747,20 @@ export default {
|
|
|
2740
2747
|
reasons: "PalletBalancesReasons"
|
|
2741
2748
|
},
|
|
2742
2749
|
/**
|
|
2743
|
-
*
|
|
2750
|
+
* Lookup303: pallet_balances::types::Reasons
|
|
2744
2751
|
**/
|
|
2745
2752
|
PalletBalancesReasons: {
|
|
2746
2753
|
_enum: ["Fee", "Misc", "All"]
|
|
2747
2754
|
},
|
|
2748
2755
|
/**
|
|
2749
|
-
*
|
|
2756
|
+
* Lookup306: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2750
2757
|
**/
|
|
2751
2758
|
PalletBalancesReserveData: {
|
|
2752
2759
|
id: "[u8;8]",
|
|
2753
2760
|
amount: "u128"
|
|
2754
2761
|
},
|
|
2755
2762
|
/**
|
|
2756
|
-
*
|
|
2763
|
+
* Lookup310: sh_parachain_runtime::RuntimeHoldReason
|
|
2757
2764
|
**/
|
|
2758
2765
|
ShParachainRuntimeRuntimeHoldReason: {
|
|
2759
2766
|
_enum: {
|
|
@@ -2805,32 +2812,32 @@ export default {
|
|
|
2805
2812
|
}
|
|
2806
2813
|
},
|
|
2807
2814
|
/**
|
|
2808
|
-
*
|
|
2815
|
+
* Lookup311: pallet_storage_providers::pallet::HoldReason
|
|
2809
2816
|
**/
|
|
2810
2817
|
PalletStorageProvidersHoldReason: {
|
|
2811
2818
|
_enum: ["StorageProviderDeposit", "BucketDeposit"]
|
|
2812
2819
|
},
|
|
2813
2820
|
/**
|
|
2814
|
-
*
|
|
2821
|
+
* Lookup312: pallet_file_system::pallet::HoldReason
|
|
2815
2822
|
**/
|
|
2816
2823
|
PalletFileSystemHoldReason: {
|
|
2817
2824
|
_enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
|
|
2818
2825
|
},
|
|
2819
2826
|
/**
|
|
2820
|
-
*
|
|
2827
|
+
* Lookup313: pallet_payment_streams::pallet::HoldReason
|
|
2821
2828
|
**/
|
|
2822
2829
|
PalletPaymentStreamsHoldReason: {
|
|
2823
2830
|
_enum: ["PaymentStreamDeposit"]
|
|
2824
2831
|
},
|
|
2825
2832
|
/**
|
|
2826
|
-
*
|
|
2833
|
+
* Lookup316: frame_support::traits::tokens::misc::IdAmount<Id, Balance>
|
|
2827
2834
|
**/
|
|
2828
2835
|
FrameSupportTokensMiscIdAmount: {
|
|
2829
2836
|
id: "Null",
|
|
2830
2837
|
amount: "u128"
|
|
2831
2838
|
},
|
|
2832
2839
|
/**
|
|
2833
|
-
*
|
|
2840
|
+
* Lookup318: pallet_balances::pallet::Call<T, I>
|
|
2834
2841
|
**/
|
|
2835
2842
|
PalletBalancesCall: {
|
|
2836
2843
|
_enum: {
|
|
@@ -2875,13 +2882,13 @@ export default {
|
|
|
2875
2882
|
}
|
|
2876
2883
|
},
|
|
2877
2884
|
/**
|
|
2878
|
-
*
|
|
2885
|
+
* Lookup321: pallet_balances::types::AdjustmentDirection
|
|
2879
2886
|
**/
|
|
2880
2887
|
PalletBalancesAdjustmentDirection: {
|
|
2881
2888
|
_enum: ["Increase", "Decrease"]
|
|
2882
2889
|
},
|
|
2883
2890
|
/**
|
|
2884
|
-
*
|
|
2891
|
+
* Lookup322: pallet_balances::pallet::Error<T, I>
|
|
2885
2892
|
**/
|
|
2886
2893
|
PalletBalancesError: {
|
|
2887
2894
|
_enum: [
|
|
@@ -2900,13 +2907,13 @@ export default {
|
|
|
2900
2907
|
]
|
|
2901
2908
|
},
|
|
2902
2909
|
/**
|
|
2903
|
-
*
|
|
2910
|
+
* Lookup323: pallet_transaction_payment::Releases
|
|
2904
2911
|
**/
|
|
2905
2912
|
PalletTransactionPaymentReleases: {
|
|
2906
2913
|
_enum: ["V1Ancient", "V2"]
|
|
2907
2914
|
},
|
|
2908
2915
|
/**
|
|
2909
|
-
*
|
|
2916
|
+
* Lookup324: pallet_sudo::pallet::Call<T>
|
|
2910
2917
|
**/
|
|
2911
2918
|
PalletSudoCall: {
|
|
2912
2919
|
_enum: {
|
|
@@ -2931,7 +2938,7 @@ export default {
|
|
|
2931
2938
|
}
|
|
2932
2939
|
},
|
|
2933
2940
|
/**
|
|
2934
|
-
*
|
|
2941
|
+
* Lookup326: pallet_collator_selection::pallet::Call<T>
|
|
2935
2942
|
**/
|
|
2936
2943
|
PalletCollatorSelectionCall: {
|
|
2937
2944
|
_enum: {
|
|
@@ -2965,7 +2972,7 @@ export default {
|
|
|
2965
2972
|
}
|
|
2966
2973
|
},
|
|
2967
2974
|
/**
|
|
2968
|
-
*
|
|
2975
|
+
* Lookup327: pallet_session::pallet::Call<T>
|
|
2969
2976
|
**/
|
|
2970
2977
|
PalletSessionCall: {
|
|
2971
2978
|
_enum: {
|
|
@@ -2980,17 +2987,17 @@ export default {
|
|
|
2980
2987
|
}
|
|
2981
2988
|
},
|
|
2982
2989
|
/**
|
|
2983
|
-
*
|
|
2990
|
+
* Lookup328: sh_parachain_runtime::SessionKeys
|
|
2984
2991
|
**/
|
|
2985
2992
|
ShParachainRuntimeSessionKeys: {
|
|
2986
2993
|
aura: "SpConsensusAuraSr25519AppSr25519Public"
|
|
2987
2994
|
},
|
|
2988
2995
|
/**
|
|
2989
|
-
*
|
|
2996
|
+
* Lookup329: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
2990
2997
|
**/
|
|
2991
2998
|
SpConsensusAuraSr25519AppSr25519Public: "[u8;32]",
|
|
2992
2999
|
/**
|
|
2993
|
-
*
|
|
3000
|
+
* Lookup330: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
2994
3001
|
**/
|
|
2995
3002
|
CumulusPalletXcmpQueueCall: {
|
|
2996
3003
|
_enum: {
|
|
@@ -3018,7 +3025,7 @@ export default {
|
|
|
3018
3025
|
}
|
|
3019
3026
|
},
|
|
3020
3027
|
/**
|
|
3021
|
-
*
|
|
3028
|
+
* Lookup331: pallet_xcm::pallet::Call<T>
|
|
3022
3029
|
**/
|
|
3023
3030
|
PalletXcmCall: {
|
|
3024
3031
|
_enum: {
|
|
@@ -3095,7 +3102,7 @@ export default {
|
|
|
3095
3102
|
}
|
|
3096
3103
|
},
|
|
3097
3104
|
/**
|
|
3098
|
-
*
|
|
3105
|
+
* Lookup332: xcm::VersionedXcm<RuntimeCall>
|
|
3099
3106
|
**/
|
|
3100
3107
|
XcmVersionedXcm: {
|
|
3101
3108
|
_enum: {
|
|
@@ -3108,11 +3115,11 @@ export default {
|
|
|
3108
3115
|
}
|
|
3109
3116
|
},
|
|
3110
3117
|
/**
|
|
3111
|
-
*
|
|
3118
|
+
* Lookup333: xcm::v3::Xcm<Call>
|
|
3112
3119
|
**/
|
|
3113
3120
|
XcmV3Xcm: "Vec<XcmV3Instruction>",
|
|
3114
3121
|
/**
|
|
3115
|
-
*
|
|
3122
|
+
* Lookup335: xcm::v3::Instruction<Call>
|
|
3116
3123
|
**/
|
|
3117
3124
|
XcmV3Instruction: {
|
|
3118
3125
|
_enum: {
|
|
@@ -3254,7 +3261,7 @@ export default {
|
|
|
3254
3261
|
}
|
|
3255
3262
|
},
|
|
3256
3263
|
/**
|
|
3257
|
-
*
|
|
3264
|
+
* Lookup336: xcm::v3::Response
|
|
3258
3265
|
**/
|
|
3259
3266
|
XcmV3Response: {
|
|
3260
3267
|
_enum: {
|
|
@@ -3267,7 +3274,7 @@ export default {
|
|
|
3267
3274
|
}
|
|
3268
3275
|
},
|
|
3269
3276
|
/**
|
|
3270
|
-
*
|
|
3277
|
+
* Lookup339: xcm::v3::traits::Error
|
|
3271
3278
|
**/
|
|
3272
3279
|
XcmV3TraitsError: {
|
|
3273
3280
|
_enum: {
|
|
@@ -3314,7 +3321,7 @@ export default {
|
|
|
3314
3321
|
}
|
|
3315
3322
|
},
|
|
3316
3323
|
/**
|
|
3317
|
-
*
|
|
3324
|
+
* Lookup341: xcm::v3::PalletInfo
|
|
3318
3325
|
**/
|
|
3319
3326
|
XcmV3PalletInfo: {
|
|
3320
3327
|
index: "Compact<u32>",
|
|
@@ -3325,7 +3332,7 @@ export default {
|
|
|
3325
3332
|
patch: "Compact<u32>"
|
|
3326
3333
|
},
|
|
3327
3334
|
/**
|
|
3328
|
-
*
|
|
3335
|
+
* Lookup345: xcm::v3::QueryResponseInfo
|
|
3329
3336
|
**/
|
|
3330
3337
|
XcmV3QueryResponseInfo: {
|
|
3331
3338
|
destination: "StagingXcmV3MultiLocation",
|
|
@@ -3333,7 +3340,7 @@ export default {
|
|
|
3333
3340
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3334
3341
|
},
|
|
3335
3342
|
/**
|
|
3336
|
-
*
|
|
3343
|
+
* Lookup346: xcm::v3::multiasset::MultiAssetFilter
|
|
3337
3344
|
**/
|
|
3338
3345
|
XcmV3MultiassetMultiAssetFilter: {
|
|
3339
3346
|
_enum: {
|
|
@@ -3342,7 +3349,7 @@ export default {
|
|
|
3342
3349
|
}
|
|
3343
3350
|
},
|
|
3344
3351
|
/**
|
|
3345
|
-
*
|
|
3352
|
+
* Lookup347: xcm::v3::multiasset::WildMultiAsset
|
|
3346
3353
|
**/
|
|
3347
3354
|
XcmV3MultiassetWildMultiAsset: {
|
|
3348
3355
|
_enum: {
|
|
@@ -3360,17 +3367,17 @@ export default {
|
|
|
3360
3367
|
}
|
|
3361
3368
|
},
|
|
3362
3369
|
/**
|
|
3363
|
-
*
|
|
3370
|
+
* Lookup348: xcm::v3::multiasset::WildFungibility
|
|
3364
3371
|
**/
|
|
3365
3372
|
XcmV3MultiassetWildFungibility: {
|
|
3366
3373
|
_enum: ["Fungible", "NonFungible"]
|
|
3367
3374
|
},
|
|
3368
3375
|
/**
|
|
3369
|
-
*
|
|
3376
|
+
* Lookup349: staging_xcm::v4::Xcm<Call>
|
|
3370
3377
|
**/
|
|
3371
3378
|
StagingXcmV4Xcm: "Vec<StagingXcmV4Instruction>",
|
|
3372
3379
|
/**
|
|
3373
|
-
*
|
|
3380
|
+
* Lookup351: staging_xcm::v4::Instruction<Call>
|
|
3374
3381
|
**/
|
|
3375
3382
|
StagingXcmV4Instruction: {
|
|
3376
3383
|
_enum: {
|
|
@@ -3512,7 +3519,7 @@ export default {
|
|
|
3512
3519
|
}
|
|
3513
3520
|
},
|
|
3514
3521
|
/**
|
|
3515
|
-
*
|
|
3522
|
+
* Lookup352: staging_xcm::v4::Response
|
|
3516
3523
|
**/
|
|
3517
3524
|
StagingXcmV4Response: {
|
|
3518
3525
|
_enum: {
|
|
@@ -3525,7 +3532,7 @@ export default {
|
|
|
3525
3532
|
}
|
|
3526
3533
|
},
|
|
3527
3534
|
/**
|
|
3528
|
-
*
|
|
3535
|
+
* Lookup354: staging_xcm::v4::PalletInfo
|
|
3529
3536
|
**/
|
|
3530
3537
|
StagingXcmV4PalletInfo: {
|
|
3531
3538
|
index: "Compact<u32>",
|
|
@@ -3536,7 +3543,7 @@ export default {
|
|
|
3536
3543
|
patch: "Compact<u32>"
|
|
3537
3544
|
},
|
|
3538
3545
|
/**
|
|
3539
|
-
*
|
|
3546
|
+
* Lookup358: staging_xcm::v4::QueryResponseInfo
|
|
3540
3547
|
**/
|
|
3541
3548
|
StagingXcmV4QueryResponseInfo: {
|
|
3542
3549
|
destination: "StagingXcmV4Location",
|
|
@@ -3544,7 +3551,7 @@ export default {
|
|
|
3544
3551
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3545
3552
|
},
|
|
3546
3553
|
/**
|
|
3547
|
-
*
|
|
3554
|
+
* Lookup359: staging_xcm::v4::asset::AssetFilter
|
|
3548
3555
|
**/
|
|
3549
3556
|
StagingXcmV4AssetAssetFilter: {
|
|
3550
3557
|
_enum: {
|
|
@@ -3553,7 +3560,7 @@ export default {
|
|
|
3553
3560
|
}
|
|
3554
3561
|
},
|
|
3555
3562
|
/**
|
|
3556
|
-
*
|
|
3563
|
+
* Lookup360: staging_xcm::v4::asset::WildAsset
|
|
3557
3564
|
**/
|
|
3558
3565
|
StagingXcmV4AssetWildAsset: {
|
|
3559
3566
|
_enum: {
|
|
@@ -3571,13 +3578,13 @@ export default {
|
|
|
3571
3578
|
}
|
|
3572
3579
|
},
|
|
3573
3580
|
/**
|
|
3574
|
-
*
|
|
3581
|
+
* Lookup361: staging_xcm::v4::asset::WildFungibility
|
|
3575
3582
|
**/
|
|
3576
3583
|
StagingXcmV4AssetWildFungibility: {
|
|
3577
3584
|
_enum: ["Fungible", "NonFungible"]
|
|
3578
3585
|
},
|
|
3579
3586
|
/**
|
|
3580
|
-
*
|
|
3587
|
+
* Lookup373: staging_xcm_executor::traits::asset_transfer::TransferType
|
|
3581
3588
|
**/
|
|
3582
3589
|
StagingXcmExecutorAssetTransferTransferType: {
|
|
3583
3590
|
_enum: {
|
|
@@ -3588,7 +3595,7 @@ export default {
|
|
|
3588
3595
|
}
|
|
3589
3596
|
},
|
|
3590
3597
|
/**
|
|
3591
|
-
*
|
|
3598
|
+
* Lookup374: xcm::VersionedAssetId
|
|
3592
3599
|
**/
|
|
3593
3600
|
XcmVersionedAssetId: {
|
|
3594
3601
|
_enum: {
|
|
@@ -3601,11 +3608,11 @@ export default {
|
|
|
3601
3608
|
}
|
|
3602
3609
|
},
|
|
3603
3610
|
/**
|
|
3604
|
-
*
|
|
3611
|
+
* Lookup375: cumulus_pallet_xcm::pallet::Call<T>
|
|
3605
3612
|
**/
|
|
3606
3613
|
CumulusPalletXcmCall: "Null",
|
|
3607
3614
|
/**
|
|
3608
|
-
*
|
|
3615
|
+
* Lookup376: pallet_message_queue::pallet::Call<T>
|
|
3609
3616
|
**/
|
|
3610
3617
|
PalletMessageQueueCall: {
|
|
3611
3618
|
_enum: {
|
|
@@ -3622,7 +3629,7 @@ export default {
|
|
|
3622
3629
|
}
|
|
3623
3630
|
},
|
|
3624
3631
|
/**
|
|
3625
|
-
*
|
|
3632
|
+
* Lookup377: pallet_storage_providers::pallet::Call<T>
|
|
3626
3633
|
**/
|
|
3627
3634
|
PalletStorageProvidersCall: {
|
|
3628
3635
|
_enum: {
|
|
@@ -3693,7 +3700,7 @@ export default {
|
|
|
3693
3700
|
}
|
|
3694
3701
|
},
|
|
3695
3702
|
/**
|
|
3696
|
-
*
|
|
3703
|
+
* Lookup378: pallet_file_system::pallet::Call<T>
|
|
3697
3704
|
**/
|
|
3698
3705
|
PalletFileSystemCall: {
|
|
3699
3706
|
_enum: {
|
|
@@ -3802,17 +3809,20 @@ export default {
|
|
|
3802
3809
|
fileKeys: "Vec<H256>",
|
|
3803
3810
|
bspId: "Option<H256>",
|
|
3804
3811
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3812
|
+
},
|
|
3813
|
+
set_user_operation_pause_flags: {
|
|
3814
|
+
newFlags: "u32"
|
|
3805
3815
|
}
|
|
3806
3816
|
}
|
|
3807
3817
|
},
|
|
3808
3818
|
/**
|
|
3809
|
-
*
|
|
3819
|
+
* Lookup379: pallet_file_system::types::BucketMoveRequestResponse
|
|
3810
3820
|
**/
|
|
3811
3821
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
3812
3822
|
_enum: ["Accepted", "Rejected"]
|
|
3813
3823
|
},
|
|
3814
3824
|
/**
|
|
3815
|
-
*
|
|
3825
|
+
* Lookup380: pallet_file_system::types::ReplicationTarget<T>
|
|
3816
3826
|
**/
|
|
3817
3827
|
PalletFileSystemReplicationTarget: {
|
|
3818
3828
|
_enum: {
|
|
@@ -3825,7 +3835,7 @@ export default {
|
|
|
3825
3835
|
}
|
|
3826
3836
|
},
|
|
3827
3837
|
/**
|
|
3828
|
-
*
|
|
3838
|
+
* Lookup382: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
3829
3839
|
**/
|
|
3830
3840
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
3831
3841
|
bucketId: "H256",
|
|
@@ -3833,28 +3843,28 @@ export default {
|
|
|
3833
3843
|
reject: "Vec<PalletFileSystemRejectedStorageRequest>"
|
|
3834
3844
|
},
|
|
3835
3845
|
/**
|
|
3836
|
-
*
|
|
3846
|
+
* Lookup384: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
3837
3847
|
**/
|
|
3838
3848
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
3839
3849
|
fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
|
|
3840
3850
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3841
3851
|
},
|
|
3842
3852
|
/**
|
|
3843
|
-
*
|
|
3853
|
+
* Lookup386: pallet_file_system::types::FileKeyWithProof<T>
|
|
3844
3854
|
**/
|
|
3845
3855
|
PalletFileSystemFileKeyWithProof: {
|
|
3846
3856
|
fileKey: "H256",
|
|
3847
3857
|
proof: "ShpFileKeyVerifierFileKeyProof"
|
|
3848
3858
|
},
|
|
3849
3859
|
/**
|
|
3850
|
-
*
|
|
3860
|
+
* Lookup388: pallet_file_system::types::RejectedStorageRequest<T>
|
|
3851
3861
|
**/
|
|
3852
3862
|
PalletFileSystemRejectedStorageRequest: {
|
|
3853
3863
|
fileKey: "H256",
|
|
3854
3864
|
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
3855
3865
|
},
|
|
3856
3866
|
/**
|
|
3857
|
-
*
|
|
3867
|
+
* Lookup391: pallet_file_system::types::FileDeletionRequest<T>
|
|
3858
3868
|
**/
|
|
3859
3869
|
PalletFileSystemFileDeletionRequest: {
|
|
3860
3870
|
_alias: {
|
|
@@ -3869,7 +3879,7 @@ export default {
|
|
|
3869
3879
|
fingerprint: "H256"
|
|
3870
3880
|
},
|
|
3871
3881
|
/**
|
|
3872
|
-
*
|
|
3882
|
+
* Lookup393: pallet_proofs_dealer::pallet::Call<T>
|
|
3873
3883
|
**/
|
|
3874
3884
|
PalletProofsDealerCall: {
|
|
3875
3885
|
_enum: {
|
|
@@ -3893,13 +3903,13 @@ export default {
|
|
|
3893
3903
|
}
|
|
3894
3904
|
},
|
|
3895
3905
|
/**
|
|
3896
|
-
*
|
|
3906
|
+
* Lookup394: pallet_randomness::pallet::Call<T>
|
|
3897
3907
|
**/
|
|
3898
3908
|
PalletRandomnessCall: {
|
|
3899
3909
|
_enum: ["set_babe_randomness"]
|
|
3900
3910
|
},
|
|
3901
3911
|
/**
|
|
3902
|
-
*
|
|
3912
|
+
* Lookup395: pallet_payment_streams::pallet::Call<T>
|
|
3903
3913
|
**/
|
|
3904
3914
|
PalletPaymentStreamsCall: {
|
|
3905
3915
|
_enum: {
|
|
@@ -3944,7 +3954,7 @@ export default {
|
|
|
3944
3954
|
}
|
|
3945
3955
|
},
|
|
3946
3956
|
/**
|
|
3947
|
-
*
|
|
3957
|
+
* Lookup396: pallet_bucket_nfts::pallet::Call<T>
|
|
3948
3958
|
**/
|
|
3949
3959
|
PalletBucketNftsCall: {
|
|
3950
3960
|
_enum: {
|
|
@@ -3962,7 +3972,7 @@ export default {
|
|
|
3962
3972
|
}
|
|
3963
3973
|
},
|
|
3964
3974
|
/**
|
|
3965
|
-
*
|
|
3975
|
+
* Lookup398: pallet_nfts::pallet::Call<T, I>
|
|
3966
3976
|
**/
|
|
3967
3977
|
PalletNftsCall: {
|
|
3968
3978
|
_enum: {
|
|
@@ -4159,7 +4169,7 @@ export default {
|
|
|
4159
4169
|
}
|
|
4160
4170
|
},
|
|
4161
4171
|
/**
|
|
4162
|
-
*
|
|
4172
|
+
* Lookup399: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4163
4173
|
**/
|
|
4164
4174
|
PalletNftsCollectionConfig: {
|
|
4165
4175
|
settings: "u64",
|
|
@@ -4167,7 +4177,7 @@ export default {
|
|
|
4167
4177
|
mintSettings: "PalletNftsMintSettings"
|
|
4168
4178
|
},
|
|
4169
4179
|
/**
|
|
4170
|
-
*
|
|
4180
|
+
* Lookup401: pallet_nfts::types::CollectionSetting
|
|
4171
4181
|
**/
|
|
4172
4182
|
PalletNftsCollectionSetting: {
|
|
4173
4183
|
_enum: [
|
|
@@ -4191,7 +4201,7 @@ export default {
|
|
|
4191
4201
|
]
|
|
4192
4202
|
},
|
|
4193
4203
|
/**
|
|
4194
|
-
*
|
|
4204
|
+
* Lookup402: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4195
4205
|
**/
|
|
4196
4206
|
PalletNftsMintSettings: {
|
|
4197
4207
|
mintType: "PalletNftsMintType",
|
|
@@ -4201,7 +4211,7 @@ export default {
|
|
|
4201
4211
|
defaultItemSettings: "u64"
|
|
4202
4212
|
},
|
|
4203
4213
|
/**
|
|
4204
|
-
*
|
|
4214
|
+
* Lookup403: pallet_nfts::types::MintType<CollectionId>
|
|
4205
4215
|
**/
|
|
4206
4216
|
PalletNftsMintType: {
|
|
4207
4217
|
_enum: {
|
|
@@ -4211,13 +4221,13 @@ export default {
|
|
|
4211
4221
|
}
|
|
4212
4222
|
},
|
|
4213
4223
|
/**
|
|
4214
|
-
*
|
|
4224
|
+
* Lookup406: pallet_nfts::types::ItemSetting
|
|
4215
4225
|
**/
|
|
4216
4226
|
PalletNftsItemSetting: {
|
|
4217
4227
|
_enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
|
|
4218
4228
|
},
|
|
4219
4229
|
/**
|
|
4220
|
-
*
|
|
4230
|
+
* Lookup407: pallet_nfts::types::DestroyWitness
|
|
4221
4231
|
**/
|
|
4222
4232
|
PalletNftsDestroyWitness: {
|
|
4223
4233
|
itemMetadatas: "Compact<u32>",
|
|
@@ -4225,26 +4235,26 @@ export default {
|
|
|
4225
4235
|
attributes: "Compact<u32>"
|
|
4226
4236
|
},
|
|
4227
4237
|
/**
|
|
4228
|
-
*
|
|
4238
|
+
* Lookup409: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4229
4239
|
**/
|
|
4230
4240
|
PalletNftsMintWitness: {
|
|
4231
4241
|
ownedItem: "Option<u32>",
|
|
4232
4242
|
mintPrice: "Option<u128>"
|
|
4233
4243
|
},
|
|
4234
4244
|
/**
|
|
4235
|
-
*
|
|
4245
|
+
* Lookup410: pallet_nfts::types::ItemConfig
|
|
4236
4246
|
**/
|
|
4237
4247
|
PalletNftsItemConfig: {
|
|
4238
4248
|
settings: "u64"
|
|
4239
4249
|
},
|
|
4240
4250
|
/**
|
|
4241
|
-
*
|
|
4251
|
+
* Lookup412: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4242
4252
|
**/
|
|
4243
4253
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
4244
4254
|
accountAttributes: "u32"
|
|
4245
4255
|
},
|
|
4246
4256
|
/**
|
|
4247
|
-
*
|
|
4257
|
+
* Lookup414: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4248
4258
|
**/
|
|
4249
4259
|
PalletNftsItemTip: {
|
|
4250
4260
|
collection: "u32",
|
|
@@ -4253,7 +4263,7 @@ export default {
|
|
|
4253
4263
|
amount: "u128"
|
|
4254
4264
|
},
|
|
4255
4265
|
/**
|
|
4256
|
-
*
|
|
4266
|
+
* Lookup416: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4257
4267
|
**/
|
|
4258
4268
|
PalletNftsPreSignedMint: {
|
|
4259
4269
|
collection: "u32",
|
|
@@ -4265,7 +4275,7 @@ export default {
|
|
|
4265
4275
|
mintPrice: "Option<u128>"
|
|
4266
4276
|
},
|
|
4267
4277
|
/**
|
|
4268
|
-
*
|
|
4278
|
+
* Lookup417: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4269
4279
|
**/
|
|
4270
4280
|
PalletNftsPreSignedAttributes: {
|
|
4271
4281
|
collection: "u32",
|
|
@@ -4275,7 +4285,7 @@ export default {
|
|
|
4275
4285
|
deadline: "u32"
|
|
4276
4286
|
},
|
|
4277
4287
|
/**
|
|
4278
|
-
*
|
|
4288
|
+
* Lookup418: pallet_parameters::pallet::Call<T>
|
|
4279
4289
|
**/
|
|
4280
4290
|
PalletParametersCall: {
|
|
4281
4291
|
_enum: {
|
|
@@ -4285,7 +4295,7 @@ export default {
|
|
|
4285
4295
|
}
|
|
4286
4296
|
},
|
|
4287
4297
|
/**
|
|
4288
|
-
*
|
|
4298
|
+
* Lookup419: sh_parachain_runtime::configs::runtime_params::RuntimeParameters
|
|
4289
4299
|
**/
|
|
4290
4300
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
4291
4301
|
_enum: {
|
|
@@ -4293,7 +4303,7 @@ export default {
|
|
|
4293
4303
|
}
|
|
4294
4304
|
},
|
|
4295
4305
|
/**
|
|
4296
|
-
*
|
|
4306
|
+
* Lookup420: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
4297
4307
|
**/
|
|
4298
4308
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
4299
4309
|
_enum: {
|
|
@@ -4316,9 +4326,9 @@ export default {
|
|
|
4316
4326
|
MinPrice:
|
|
4317
4327
|
"(ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,Option<u128>)",
|
|
4318
4328
|
UpperExponentFactor:
|
|
4319
|
-
"(ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,Option<
|
|
4329
|
+
"(ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,Option<u128>)",
|
|
4320
4330
|
LowerExponentFactor:
|
|
4321
|
-
"(ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,Option<
|
|
4331
|
+
"(ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,Option<u128>)",
|
|
4322
4332
|
ZeroSizeBucketFixedRate:
|
|
4323
4333
|
"(ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,Option<u128>)",
|
|
4324
4334
|
IdealUtilisationRate:
|
|
@@ -4360,20 +4370,20 @@ export default {
|
|
|
4360
4370
|
}
|
|
4361
4371
|
},
|
|
4362
4372
|
/**
|
|
4363
|
-
*
|
|
4373
|
+
* Lookup422: pallet_sudo::pallet::Error<T>
|
|
4364
4374
|
**/
|
|
4365
4375
|
PalletSudoError: {
|
|
4366
4376
|
_enum: ["RequireSudo"]
|
|
4367
4377
|
},
|
|
4368
4378
|
/**
|
|
4369
|
-
*
|
|
4379
|
+
* Lookup425: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
4370
4380
|
**/
|
|
4371
4381
|
PalletCollatorSelectionCandidateInfo: {
|
|
4372
4382
|
who: "AccountId32",
|
|
4373
4383
|
deposit: "u128"
|
|
4374
4384
|
},
|
|
4375
4385
|
/**
|
|
4376
|
-
*
|
|
4386
|
+
* Lookup427: pallet_collator_selection::pallet::Error<T>
|
|
4377
4387
|
**/
|
|
4378
4388
|
PalletCollatorSelectionError: {
|
|
4379
4389
|
_enum: [
|
|
@@ -4397,17 +4407,17 @@ export default {
|
|
|
4397
4407
|
]
|
|
4398
4408
|
},
|
|
4399
4409
|
/**
|
|
4400
|
-
*
|
|
4410
|
+
* Lookup431: sp_core::crypto::KeyTypeId
|
|
4401
4411
|
**/
|
|
4402
4412
|
SpCoreCryptoKeyTypeId: "[u8;4]",
|
|
4403
4413
|
/**
|
|
4404
|
-
*
|
|
4414
|
+
* Lookup432: pallet_session::pallet::Error<T>
|
|
4405
4415
|
**/
|
|
4406
4416
|
PalletSessionError: {
|
|
4407
4417
|
_enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
|
|
4408
4418
|
},
|
|
4409
4419
|
/**
|
|
4410
|
-
*
|
|
4420
|
+
* Lookup441: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
4411
4421
|
**/
|
|
4412
4422
|
CumulusPalletXcmpQueueOutboundChannelDetails: {
|
|
4413
4423
|
recipient: "u32",
|
|
@@ -4417,13 +4427,13 @@ export default {
|
|
|
4417
4427
|
lastIndex: "u16"
|
|
4418
4428
|
},
|
|
4419
4429
|
/**
|
|
4420
|
-
*
|
|
4430
|
+
* Lookup442: cumulus_pallet_xcmp_queue::OutboundState
|
|
4421
4431
|
**/
|
|
4422
4432
|
CumulusPalletXcmpQueueOutboundState: {
|
|
4423
4433
|
_enum: ["Ok", "Suspended"]
|
|
4424
4434
|
},
|
|
4425
4435
|
/**
|
|
4426
|
-
*
|
|
4436
|
+
* Lookup446: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
4427
4437
|
**/
|
|
4428
4438
|
CumulusPalletXcmpQueueQueueConfigData: {
|
|
4429
4439
|
suspendThreshold: "u32",
|
|
@@ -4431,7 +4441,7 @@ export default {
|
|
|
4431
4441
|
resumeThreshold: "u32"
|
|
4432
4442
|
},
|
|
4433
4443
|
/**
|
|
4434
|
-
*
|
|
4444
|
+
* Lookup447: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
4435
4445
|
**/
|
|
4436
4446
|
CumulusPalletXcmpQueueError: {
|
|
4437
4447
|
_enum: [
|
|
@@ -4443,7 +4453,7 @@ export default {
|
|
|
4443
4453
|
]
|
|
4444
4454
|
},
|
|
4445
4455
|
/**
|
|
4446
|
-
*
|
|
4456
|
+
* Lookup448: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4447
4457
|
**/
|
|
4448
4458
|
PalletXcmQueryStatus: {
|
|
4449
4459
|
_enum: {
|
|
@@ -4464,7 +4474,7 @@ export default {
|
|
|
4464
4474
|
}
|
|
4465
4475
|
},
|
|
4466
4476
|
/**
|
|
4467
|
-
*
|
|
4477
|
+
* Lookup452: xcm::VersionedResponse
|
|
4468
4478
|
**/
|
|
4469
4479
|
XcmVersionedResponse: {
|
|
4470
4480
|
_enum: {
|
|
@@ -4477,7 +4487,7 @@ export default {
|
|
|
4477
4487
|
}
|
|
4478
4488
|
},
|
|
4479
4489
|
/**
|
|
4480
|
-
*
|
|
4490
|
+
* Lookup458: pallet_xcm::pallet::VersionMigrationStage
|
|
4481
4491
|
**/
|
|
4482
4492
|
PalletXcmVersionMigrationStage: {
|
|
4483
4493
|
_enum: {
|
|
@@ -4488,7 +4498,7 @@ export default {
|
|
|
4488
4498
|
}
|
|
4489
4499
|
},
|
|
4490
4500
|
/**
|
|
4491
|
-
*
|
|
4501
|
+
* Lookup460: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4492
4502
|
**/
|
|
4493
4503
|
PalletXcmRemoteLockedFungibleRecord: {
|
|
4494
4504
|
amount: "u128",
|
|
@@ -4497,7 +4507,7 @@ export default {
|
|
|
4497
4507
|
consumers: "Vec<(Null,u128)>"
|
|
4498
4508
|
},
|
|
4499
4509
|
/**
|
|
4500
|
-
*
|
|
4510
|
+
* Lookup467: pallet_xcm::pallet::Error<T>
|
|
4501
4511
|
**/
|
|
4502
4512
|
PalletXcmError: {
|
|
4503
4513
|
_enum: [
|
|
@@ -4529,7 +4539,7 @@ export default {
|
|
|
4529
4539
|
]
|
|
4530
4540
|
},
|
|
4531
4541
|
/**
|
|
4532
|
-
*
|
|
4542
|
+
* Lookup468: pallet_message_queue::BookState<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4533
4543
|
**/
|
|
4534
4544
|
PalletMessageQueueBookState: {
|
|
4535
4545
|
_alias: {
|
|
@@ -4543,14 +4553,14 @@ export default {
|
|
|
4543
4553
|
size_: "u64"
|
|
4544
4554
|
},
|
|
4545
4555
|
/**
|
|
4546
|
-
*
|
|
4556
|
+
* Lookup470: pallet_message_queue::Neighbours<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4547
4557
|
**/
|
|
4548
4558
|
PalletMessageQueueNeighbours: {
|
|
4549
4559
|
prev: "CumulusPrimitivesCoreAggregateMessageOrigin",
|
|
4550
4560
|
next: "CumulusPrimitivesCoreAggregateMessageOrigin"
|
|
4551
4561
|
},
|
|
4552
4562
|
/**
|
|
4553
|
-
*
|
|
4563
|
+
* Lookup472: pallet_message_queue::Page<Size, HeapSize>
|
|
4554
4564
|
**/
|
|
4555
4565
|
PalletMessageQueuePage: {
|
|
4556
4566
|
remaining: "u32",
|
|
@@ -4561,7 +4571,7 @@ export default {
|
|
|
4561
4571
|
heap: "Bytes"
|
|
4562
4572
|
},
|
|
4563
4573
|
/**
|
|
4564
|
-
*
|
|
4574
|
+
* Lookup474: pallet_message_queue::pallet::Error<T>
|
|
4565
4575
|
**/
|
|
4566
4576
|
PalletMessageQueueError: {
|
|
4567
4577
|
_enum: [
|
|
@@ -4577,14 +4587,14 @@ export default {
|
|
|
4577
4587
|
]
|
|
4578
4588
|
},
|
|
4579
4589
|
/**
|
|
4580
|
-
*
|
|
4590
|
+
* Lookup475: pallet_storage_providers::types::SignUpRequest<T>
|
|
4581
4591
|
**/
|
|
4582
4592
|
PalletStorageProvidersSignUpRequest: {
|
|
4583
4593
|
spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
|
|
4584
4594
|
at: "u32"
|
|
4585
4595
|
},
|
|
4586
4596
|
/**
|
|
4587
|
-
*
|
|
4597
|
+
* Lookup476: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
4588
4598
|
**/
|
|
4589
4599
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
4590
4600
|
_enum: {
|
|
@@ -4593,7 +4603,7 @@ export default {
|
|
|
4593
4603
|
}
|
|
4594
4604
|
},
|
|
4595
4605
|
/**
|
|
4596
|
-
*
|
|
4606
|
+
* Lookup477: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
4597
4607
|
**/
|
|
4598
4608
|
PalletStorageProvidersBackupStorageProvider: {
|
|
4599
4609
|
capacity: "u64",
|
|
@@ -4607,14 +4617,14 @@ export default {
|
|
|
4607
4617
|
signUpBlock: "u32"
|
|
4608
4618
|
},
|
|
4609
4619
|
/**
|
|
4610
|
-
*
|
|
4620
|
+
* Lookup478: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
4611
4621
|
**/
|
|
4612
4622
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
4613
4623
|
mspInfo: "PalletStorageProvidersMainStorageProvider",
|
|
4614
4624
|
valueProp: "PalletStorageProvidersValueProposition"
|
|
4615
4625
|
},
|
|
4616
4626
|
/**
|
|
4617
|
-
*
|
|
4627
|
+
* Lookup479: pallet_storage_providers::types::MainStorageProvider<T>
|
|
4618
4628
|
**/
|
|
4619
4629
|
PalletStorageProvidersMainStorageProvider: {
|
|
4620
4630
|
capacity: "u64",
|
|
@@ -4628,7 +4638,7 @@ export default {
|
|
|
4628
4638
|
signUpBlock: "u32"
|
|
4629
4639
|
},
|
|
4630
4640
|
/**
|
|
4631
|
-
*
|
|
4641
|
+
* Lookup480: pallet_storage_providers::types::Bucket<T>
|
|
4632
4642
|
**/
|
|
4633
4643
|
PalletStorageProvidersBucket: {
|
|
4634
4644
|
_alias: {
|
|
@@ -4643,7 +4653,7 @@ export default {
|
|
|
4643
4653
|
valuePropId: "H256"
|
|
4644
4654
|
},
|
|
4645
4655
|
/**
|
|
4646
|
-
*
|
|
4656
|
+
* Lookup484: pallet_storage_providers::pallet::Error<T>
|
|
4647
4657
|
**/
|
|
4648
4658
|
PalletStorageProvidersError: {
|
|
4649
4659
|
_enum: [
|
|
@@ -4702,7 +4712,7 @@ export default {
|
|
|
4702
4712
|
]
|
|
4703
4713
|
},
|
|
4704
4714
|
/**
|
|
4705
|
-
*
|
|
4715
|
+
* Lookup485: pallet_file_system::types::StorageRequestMetadata<T>
|
|
4706
4716
|
**/
|
|
4707
4717
|
PalletFileSystemStorageRequestMetadata: {
|
|
4708
4718
|
_alias: {
|
|
@@ -4723,7 +4733,7 @@ export default {
|
|
|
4723
4733
|
depositPaid: "u128"
|
|
4724
4734
|
},
|
|
4725
4735
|
/**
|
|
4726
|
-
*
|
|
4736
|
+
* Lookup486: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
4727
4737
|
**/
|
|
4728
4738
|
PalletFileSystemMspStorageRequestStatus: {
|
|
4729
4739
|
_enum: {
|
|
@@ -4734,13 +4744,13 @@ export default {
|
|
|
4734
4744
|
}
|
|
4735
4745
|
},
|
|
4736
4746
|
/**
|
|
4737
|
-
*
|
|
4747
|
+
* Lookup487: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
4738
4748
|
**/
|
|
4739
4749
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
4740
4750
|
confirmed: "bool"
|
|
4741
4751
|
},
|
|
4742
4752
|
/**
|
|
4743
|
-
*
|
|
4753
|
+
* Lookup489: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
4744
4754
|
**/
|
|
4745
4755
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
4746
4756
|
user: "AccountId32",
|
|
@@ -4751,7 +4761,7 @@ export default {
|
|
|
4751
4761
|
queuePriorityChallenge: "bool"
|
|
4752
4762
|
},
|
|
4753
4763
|
/**
|
|
4754
|
-
*
|
|
4764
|
+
* Lookup491: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
4755
4765
|
**/
|
|
4756
4766
|
PalletFileSystemPendingStopStoringRequest: {
|
|
4757
4767
|
tickWhenRequested: "u32",
|
|
@@ -4759,7 +4769,7 @@ export default {
|
|
|
4759
4769
|
fileSize: "u64"
|
|
4760
4770
|
},
|
|
4761
4771
|
/**
|
|
4762
|
-
*
|
|
4772
|
+
* Lookup492: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
4763
4773
|
**/
|
|
4764
4774
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
4765
4775
|
requester: "AccountId32",
|
|
@@ -4767,7 +4777,7 @@ export default {
|
|
|
4767
4777
|
newValuePropId: "H256"
|
|
4768
4778
|
},
|
|
4769
4779
|
/**
|
|
4770
|
-
*
|
|
4780
|
+
* Lookup493: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
4771
4781
|
**/
|
|
4772
4782
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
4773
4783
|
owner: "AccountId32",
|
|
@@ -4779,7 +4789,7 @@ export default {
|
|
|
4779
4789
|
pendingBucketRemoval: "bool"
|
|
4780
4790
|
},
|
|
4781
4791
|
/**
|
|
4782
|
-
*
|
|
4792
|
+
* Lookup495: pallet_file_system::pallet::Error<T>
|
|
4783
4793
|
**/
|
|
4784
4794
|
PalletFileSystemError: {
|
|
4785
4795
|
_enum: [
|
|
@@ -4851,18 +4861,19 @@ export default {
|
|
|
4851
4861
|
"FailedToGetPaymentAccount",
|
|
4852
4862
|
"FailedToComputeFileKey",
|
|
4853
4863
|
"FailedToCreateFileMetadata",
|
|
4854
|
-
"FileMetadataProcessingQueueFull"
|
|
4864
|
+
"FileMetadataProcessingQueueFull",
|
|
4865
|
+
"UserOperationPaused"
|
|
4855
4866
|
]
|
|
4856
4867
|
},
|
|
4857
4868
|
/**
|
|
4858
|
-
*
|
|
4869
|
+
* Lookup497: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
4859
4870
|
**/
|
|
4860
4871
|
PalletProofsDealerProofSubmissionRecord: {
|
|
4861
4872
|
lastTickProven: "u32",
|
|
4862
4873
|
nextTickToSubmitProofFor: "u32"
|
|
4863
4874
|
},
|
|
4864
4875
|
/**
|
|
4865
|
-
*
|
|
4876
|
+
* Lookup504: pallet_proofs_dealer::pallet::Error<T>
|
|
4866
4877
|
**/
|
|
4867
4878
|
PalletProofsDealerError: {
|
|
4868
4879
|
_enum: [
|
|
@@ -4893,7 +4904,7 @@ export default {
|
|
|
4893
4904
|
]
|
|
4894
4905
|
},
|
|
4895
4906
|
/**
|
|
4896
|
-
*
|
|
4907
|
+
* Lookup507: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
4897
4908
|
**/
|
|
4898
4909
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
4899
4910
|
rate: "u128",
|
|
@@ -4902,7 +4913,7 @@ export default {
|
|
|
4902
4913
|
outOfFundsTick: "Option<u32>"
|
|
4903
4914
|
},
|
|
4904
4915
|
/**
|
|
4905
|
-
*
|
|
4916
|
+
* Lookup508: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
4906
4917
|
**/
|
|
4907
4918
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
4908
4919
|
amountProvided: "u64",
|
|
@@ -4911,14 +4922,14 @@ export default {
|
|
|
4911
4922
|
outOfFundsTick: "Option<u32>"
|
|
4912
4923
|
},
|
|
4913
4924
|
/**
|
|
4914
|
-
*
|
|
4925
|
+
* Lookup509: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
4915
4926
|
**/
|
|
4916
4927
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
4917
4928
|
lastChargeableTick: "u32",
|
|
4918
4929
|
priceIndex: "u128"
|
|
4919
4930
|
},
|
|
4920
4931
|
/**
|
|
4921
|
-
*
|
|
4932
|
+
* Lookup510: pallet_payment_streams::pallet::Error<T>
|
|
4922
4933
|
**/
|
|
4923
4934
|
PalletPaymentStreamsError: {
|
|
4924
4935
|
_enum: [
|
|
@@ -4943,7 +4954,7 @@ export default {
|
|
|
4943
4954
|
]
|
|
4944
4955
|
},
|
|
4945
4956
|
/**
|
|
4946
|
-
*
|
|
4957
|
+
* Lookup511: pallet_bucket_nfts::pallet::Error<T>
|
|
4947
4958
|
**/
|
|
4948
4959
|
PalletBucketNftsError: {
|
|
4949
4960
|
_enum: [
|
|
@@ -4954,7 +4965,7 @@ export default {
|
|
|
4954
4965
|
]
|
|
4955
4966
|
},
|
|
4956
4967
|
/**
|
|
4957
|
-
*
|
|
4968
|
+
* Lookup512: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
4958
4969
|
**/
|
|
4959
4970
|
PalletNftsCollectionDetails: {
|
|
4960
4971
|
owner: "AccountId32",
|
|
@@ -4965,13 +4976,13 @@ export default {
|
|
|
4965
4976
|
attributes: "u32"
|
|
4966
4977
|
},
|
|
4967
4978
|
/**
|
|
4968
|
-
*
|
|
4979
|
+
* Lookup517: pallet_nfts::types::CollectionRole
|
|
4969
4980
|
**/
|
|
4970
4981
|
PalletNftsCollectionRole: {
|
|
4971
4982
|
_enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
|
|
4972
4983
|
},
|
|
4973
4984
|
/**
|
|
4974
|
-
*
|
|
4985
|
+
* Lookup518: pallet_nfts::types::ItemDetails<sp_core::crypto::AccountId32, pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>, bounded_collections::bounded_btree_map::BoundedBTreeMap<sp_core::crypto::AccountId32, Option<T>, S>>
|
|
4975
4986
|
**/
|
|
4976
4987
|
PalletNftsItemDetails: {
|
|
4977
4988
|
owner: "AccountId32",
|
|
@@ -4979,42 +4990,42 @@ export default {
|
|
|
4979
4990
|
deposit: "PalletNftsItemDeposit"
|
|
4980
4991
|
},
|
|
4981
4992
|
/**
|
|
4982
|
-
*
|
|
4993
|
+
* Lookup519: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4983
4994
|
**/
|
|
4984
4995
|
PalletNftsItemDeposit: {
|
|
4985
4996
|
account: "AccountId32",
|
|
4986
4997
|
amount: "u128"
|
|
4987
4998
|
},
|
|
4988
4999
|
/**
|
|
4989
|
-
*
|
|
5000
|
+
* Lookup524: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
4990
5001
|
**/
|
|
4991
5002
|
PalletNftsCollectionMetadata: {
|
|
4992
5003
|
deposit: "u128",
|
|
4993
5004
|
data: "Bytes"
|
|
4994
5005
|
},
|
|
4995
5006
|
/**
|
|
4996
|
-
*
|
|
5007
|
+
* Lookup525: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
4997
5008
|
**/
|
|
4998
5009
|
PalletNftsItemMetadata: {
|
|
4999
5010
|
deposit: "PalletNftsItemMetadataDeposit",
|
|
5000
5011
|
data: "Bytes"
|
|
5001
5012
|
},
|
|
5002
5013
|
/**
|
|
5003
|
-
*
|
|
5014
|
+
* Lookup526: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5004
5015
|
**/
|
|
5005
5016
|
PalletNftsItemMetadataDeposit: {
|
|
5006
5017
|
account: "Option<AccountId32>",
|
|
5007
5018
|
amount: "u128"
|
|
5008
5019
|
},
|
|
5009
5020
|
/**
|
|
5010
|
-
*
|
|
5021
|
+
* Lookup529: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5011
5022
|
**/
|
|
5012
5023
|
PalletNftsAttributeDeposit: {
|
|
5013
5024
|
account: "Option<AccountId32>",
|
|
5014
5025
|
amount: "u128"
|
|
5015
5026
|
},
|
|
5016
5027
|
/**
|
|
5017
|
-
*
|
|
5028
|
+
* Lookup533: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
5018
5029
|
**/
|
|
5019
5030
|
PalletNftsPendingSwap: {
|
|
5020
5031
|
desiredCollection: "u32",
|
|
@@ -5023,7 +5034,7 @@ export default {
|
|
|
5023
5034
|
deadline: "u32"
|
|
5024
5035
|
},
|
|
5025
5036
|
/**
|
|
5026
|
-
*
|
|
5037
|
+
* Lookup535: pallet_nfts::types::PalletFeature
|
|
5027
5038
|
**/
|
|
5028
5039
|
PalletNftsPalletFeature: {
|
|
5029
5040
|
_enum: [
|
|
@@ -5039,7 +5050,7 @@ export default {
|
|
|
5039
5050
|
]
|
|
5040
5051
|
},
|
|
5041
5052
|
/**
|
|
5042
|
-
*
|
|
5053
|
+
* Lookup536: pallet_nfts::pallet::Error<T, I>
|
|
5043
5054
|
**/
|
|
5044
5055
|
PalletNftsError: {
|
|
5045
5056
|
_enum: [
|
|
@@ -5091,51 +5102,51 @@ export default {
|
|
|
5091
5102
|
]
|
|
5092
5103
|
},
|
|
5093
5104
|
/**
|
|
5094
|
-
*
|
|
5105
|
+
* Lookup539: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
5095
5106
|
**/
|
|
5096
5107
|
FrameSystemExtensionsCheckNonZeroSender: "Null",
|
|
5097
5108
|
/**
|
|
5098
|
-
*
|
|
5109
|
+
* Lookup540: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5099
5110
|
**/
|
|
5100
5111
|
FrameSystemExtensionsCheckSpecVersion: "Null",
|
|
5101
5112
|
/**
|
|
5102
|
-
*
|
|
5113
|
+
* Lookup541: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5103
5114
|
**/
|
|
5104
5115
|
FrameSystemExtensionsCheckTxVersion: "Null",
|
|
5105
5116
|
/**
|
|
5106
|
-
*
|
|
5117
|
+
* Lookup542: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5107
5118
|
**/
|
|
5108
5119
|
FrameSystemExtensionsCheckGenesis: "Null",
|
|
5109
5120
|
/**
|
|
5110
|
-
*
|
|
5121
|
+
* Lookup545: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5111
5122
|
**/
|
|
5112
5123
|
FrameSystemExtensionsCheckNonce: "Compact<u32>",
|
|
5113
5124
|
/**
|
|
5114
|
-
*
|
|
5125
|
+
* Lookup546: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5115
5126
|
**/
|
|
5116
5127
|
FrameSystemExtensionsCheckWeight: "Null",
|
|
5117
5128
|
/**
|
|
5118
|
-
*
|
|
5129
|
+
* Lookup547: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5119
5130
|
**/
|
|
5120
5131
|
PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
|
|
5121
5132
|
/**
|
|
5122
|
-
*
|
|
5133
|
+
* Lookup548: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<T>
|
|
5123
5134
|
**/
|
|
5124
5135
|
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null",
|
|
5125
5136
|
/**
|
|
5126
|
-
*
|
|
5137
|
+
* Lookup549: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
5127
5138
|
**/
|
|
5128
5139
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
5129
5140
|
mode: "FrameMetadataHashExtensionMode"
|
|
5130
5141
|
},
|
|
5131
5142
|
/**
|
|
5132
|
-
*
|
|
5143
|
+
* Lookup550: frame_metadata_hash_extension::Mode
|
|
5133
5144
|
**/
|
|
5134
5145
|
FrameMetadataHashExtensionMode: {
|
|
5135
5146
|
_enum: ["Disabled", "Enabled"]
|
|
5136
5147
|
},
|
|
5137
5148
|
/**
|
|
5138
|
-
*
|
|
5149
|
+
* Lookup551: sh_parachain_runtime::Runtime
|
|
5139
5150
|
**/
|
|
5140
5151
|
ShParachainRuntimeRuntime: "Null"
|
|
5141
5152
|
};
|