@storagehub/api-augment 0.2.6 → 0.2.7
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/lookup.js +245 -239
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +195 -189
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +4 -0
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +24 -0
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +10 -24
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +27 -29
- package/dist/types/parachain/interfaces/lookup.d.ts +239 -239
- package/dist/types/parachain/interfaces/registry.d.ts +2 -1
- package/dist/types/parachain/interfaces/types-lookup.d.ts +247 -244
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +4 -0
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +24 -0
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +10 -24
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +27 -23
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +189 -189
- package/dist/types/solochain-evm/interfaces/registry.d.ts +2 -1
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +197 -194
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +1 -1
- package/src/parachain/interfaces/augment-api-consts.ts +4 -0
- package/src/parachain/interfaces/augment-api-errors.ts +24 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -32
- package/src/parachain/interfaces/augment-api-tx.ts +36 -41
- package/src/parachain/interfaces/lookup.ts +245 -239
- package/src/parachain/interfaces/registry.ts +2 -0
- package/src/parachain/interfaces/types-lookup.ts +255 -246
- package/src/solochain-evm/interfaces/augment-api-consts.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-errors.ts +24 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -32
- package/src/solochain-evm/interfaces/augment-api-tx.ts +36 -35
- package/src/solochain-evm/interfaces/lookup.ts +195 -189
- package/src/solochain-evm/interfaces/registry.ts +2 -0
- package/src/solochain-evm/interfaces/types-lookup.ts +205 -196
|
@@ -1697,27 +1697,21 @@ export default {
|
|
|
1697
1697
|
signedDeleteIntention: "PalletFileSystemFileOperationIntention",
|
|
1698
1698
|
signature: "SpRuntimeMultiSignature"
|
|
1699
1699
|
},
|
|
1700
|
-
|
|
1700
|
+
BucketFileDeletionsCompleted: {
|
|
1701
1701
|
user: "AccountId32",
|
|
1702
|
-
|
|
1703
|
-
fileSize: "u64",
|
|
1702
|
+
fileKeys: "Vec<H256>",
|
|
1704
1703
|
bucketId: "H256",
|
|
1705
1704
|
mspId: "Option<H256>",
|
|
1706
1705
|
oldRoot: "H256",
|
|
1707
1706
|
newRoot: "H256"
|
|
1708
1707
|
},
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
fileSize: "u64",
|
|
1708
|
+
BspFileDeletionsCompleted: {
|
|
1709
|
+
users: "Vec<AccountId32>",
|
|
1710
|
+
fileKeys: "Vec<H256>",
|
|
1713
1711
|
bspId: "H256",
|
|
1714
1712
|
oldRoot: "H256",
|
|
1715
1713
|
newRoot: "H256"
|
|
1716
1714
|
},
|
|
1717
|
-
FileDeletedFromIncompleteStorageRequest: {
|
|
1718
|
-
fileKey: "H256",
|
|
1719
|
-
bspId: "Option<H256>"
|
|
1720
|
-
},
|
|
1721
1715
|
IncompleteStorageRequest: {
|
|
1722
1716
|
fileKey: "H256"
|
|
1723
1717
|
}
|
|
@@ -1782,7 +1776,7 @@ export default {
|
|
|
1782
1776
|
}
|
|
1783
1777
|
},
|
|
1784
1778
|
/**
|
|
1785
|
-
*
|
|
1779
|
+
* Lookup169: pallet_proofs_dealer::pallet::Event<T>
|
|
1786
1780
|
**/
|
|
1787
1781
|
PalletProofsDealerEvent: {
|
|
1788
1782
|
_enum: {
|
|
@@ -1839,41 +1833,41 @@ export default {
|
|
|
1839
1833
|
}
|
|
1840
1834
|
},
|
|
1841
1835
|
/**
|
|
1842
|
-
*
|
|
1836
|
+
* Lookup170: pallet_proofs_dealer::types::Proof<T>
|
|
1843
1837
|
**/
|
|
1844
1838
|
PalletProofsDealerProof: {
|
|
1845
1839
|
forestProof: "SpTrieStorageProofCompactProof",
|
|
1846
1840
|
keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
|
|
1847
1841
|
},
|
|
1848
1842
|
/**
|
|
1849
|
-
*
|
|
1843
|
+
* Lookup171: sp_trie::storage_proof::CompactProof
|
|
1850
1844
|
**/
|
|
1851
1845
|
SpTrieStorageProofCompactProof: {
|
|
1852
1846
|
encodedNodes: "Vec<Bytes>"
|
|
1853
1847
|
},
|
|
1854
1848
|
/**
|
|
1855
|
-
*
|
|
1849
|
+
* Lookup174: pallet_proofs_dealer::types::KeyProof<T>
|
|
1856
1850
|
**/
|
|
1857
1851
|
PalletProofsDealerKeyProof: {
|
|
1858
1852
|
proof: "ShpFileKeyVerifierFileKeyProof",
|
|
1859
1853
|
challengeCount: "u32"
|
|
1860
1854
|
},
|
|
1861
1855
|
/**
|
|
1862
|
-
*
|
|
1856
|
+
* Lookup175: shp_file_key_verifier::types::FileKeyProof
|
|
1863
1857
|
**/
|
|
1864
1858
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1865
1859
|
fileMetadata: "ShpFileMetadataFileMetadata",
|
|
1866
1860
|
proof: "SpTrieStorageProofCompactProof"
|
|
1867
1861
|
},
|
|
1868
1862
|
/**
|
|
1869
|
-
*
|
|
1863
|
+
* Lookup179: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1870
1864
|
**/
|
|
1871
1865
|
PalletProofsDealerCustomChallenge: {
|
|
1872
1866
|
key: "H256",
|
|
1873
1867
|
shouldRemoveKey: "bool"
|
|
1874
1868
|
},
|
|
1875
1869
|
/**
|
|
1876
|
-
*
|
|
1870
|
+
* Lookup183: shp_traits::TrieMutation
|
|
1877
1871
|
**/
|
|
1878
1872
|
ShpTraitsTrieMutation: {
|
|
1879
1873
|
_enum: {
|
|
@@ -1882,19 +1876,19 @@ export default {
|
|
|
1882
1876
|
}
|
|
1883
1877
|
},
|
|
1884
1878
|
/**
|
|
1885
|
-
*
|
|
1879
|
+
* Lookup184: shp_traits::TrieAddMutation
|
|
1886
1880
|
**/
|
|
1887
1881
|
ShpTraitsTrieAddMutation: {
|
|
1888
1882
|
value: "Bytes"
|
|
1889
1883
|
},
|
|
1890
1884
|
/**
|
|
1891
|
-
*
|
|
1885
|
+
* Lookup185: shp_traits::TrieRemoveMutation
|
|
1892
1886
|
**/
|
|
1893
1887
|
ShpTraitsTrieRemoveMutation: {
|
|
1894
1888
|
maybeValue: "Option<Bytes>"
|
|
1895
1889
|
},
|
|
1896
1890
|
/**
|
|
1897
|
-
*
|
|
1891
|
+
* Lookup187: pallet_randomness::pallet::Event<T>
|
|
1898
1892
|
**/
|
|
1899
1893
|
PalletRandomnessEvent: {
|
|
1900
1894
|
_enum: {
|
|
@@ -1906,7 +1900,7 @@ export default {
|
|
|
1906
1900
|
}
|
|
1907
1901
|
},
|
|
1908
1902
|
/**
|
|
1909
|
-
*
|
|
1903
|
+
* Lookup188: pallet_payment_streams::pallet::Event<T>
|
|
1910
1904
|
**/
|
|
1911
1905
|
PalletPaymentStreamsEvent: {
|
|
1912
1906
|
_enum: {
|
|
@@ -1974,7 +1968,7 @@ export default {
|
|
|
1974
1968
|
}
|
|
1975
1969
|
},
|
|
1976
1970
|
/**
|
|
1977
|
-
*
|
|
1971
|
+
* Lookup190: pallet_bucket_nfts::pallet::Event<T>
|
|
1978
1972
|
**/
|
|
1979
1973
|
PalletBucketNftsEvent: {
|
|
1980
1974
|
_enum: {
|
|
@@ -1995,7 +1989,7 @@ export default {
|
|
|
1995
1989
|
}
|
|
1996
1990
|
},
|
|
1997
1991
|
/**
|
|
1998
|
-
*
|
|
1992
|
+
* Lookup191: pallet_nfts::pallet::Event<T, I>
|
|
1999
1993
|
**/
|
|
2000
1994
|
PalletNftsEvent: {
|
|
2001
1995
|
_enum: {
|
|
@@ -2196,7 +2190,7 @@ export default {
|
|
|
2196
2190
|
}
|
|
2197
2191
|
},
|
|
2198
2192
|
/**
|
|
2199
|
-
*
|
|
2193
|
+
* Lookup195: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
2200
2194
|
**/
|
|
2201
2195
|
PalletNftsAttributeNamespace: {
|
|
2202
2196
|
_enum: {
|
|
@@ -2207,20 +2201,20 @@ export default {
|
|
|
2207
2201
|
}
|
|
2208
2202
|
},
|
|
2209
2203
|
/**
|
|
2210
|
-
*
|
|
2204
|
+
* Lookup197: pallet_nfts::types::PriceWithDirection<Amount>
|
|
2211
2205
|
**/
|
|
2212
2206
|
PalletNftsPriceWithDirection: {
|
|
2213
2207
|
amount: "u128",
|
|
2214
2208
|
direction: "PalletNftsPriceDirection"
|
|
2215
2209
|
},
|
|
2216
2210
|
/**
|
|
2217
|
-
*
|
|
2211
|
+
* Lookup198: pallet_nfts::types::PriceDirection
|
|
2218
2212
|
**/
|
|
2219
2213
|
PalletNftsPriceDirection: {
|
|
2220
2214
|
_enum: ["Send", "Receive"]
|
|
2221
2215
|
},
|
|
2222
2216
|
/**
|
|
2223
|
-
*
|
|
2217
|
+
* Lookup199: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
2224
2218
|
**/
|
|
2225
2219
|
PalletNftsPalletAttributes: {
|
|
2226
2220
|
_enum: {
|
|
@@ -2229,7 +2223,7 @@ export default {
|
|
|
2229
2223
|
}
|
|
2230
2224
|
},
|
|
2231
2225
|
/**
|
|
2232
|
-
*
|
|
2226
|
+
* Lookup200: pallet_parameters::pallet::Event<T>
|
|
2233
2227
|
**/
|
|
2234
2228
|
PalletParametersEvent: {
|
|
2235
2229
|
_enum: {
|
|
@@ -2241,7 +2235,7 @@ export default {
|
|
|
2241
2235
|
}
|
|
2242
2236
|
},
|
|
2243
2237
|
/**
|
|
2244
|
-
*
|
|
2238
|
+
* Lookup201: sh_parachain_runtime::configs::runtime_params::RuntimeParametersKey
|
|
2245
2239
|
**/
|
|
2246
2240
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
|
|
2247
2241
|
_enum: {
|
|
@@ -2249,7 +2243,7 @@ export default {
|
|
|
2249
2243
|
}
|
|
2250
2244
|
},
|
|
2251
2245
|
/**
|
|
2252
|
-
*
|
|
2246
|
+
* Lookup202: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
|
|
2253
2247
|
**/
|
|
2254
2248
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
|
|
2255
2249
|
_enum: [
|
|
@@ -2286,127 +2280,127 @@ export default {
|
|
|
2286
2280
|
]
|
|
2287
2281
|
},
|
|
2288
2282
|
/**
|
|
2289
|
-
*
|
|
2283
|
+
* Lookup203: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
|
|
2290
2284
|
**/
|
|
2291
2285
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: "Null",
|
|
2292
2286
|
/**
|
|
2293
|
-
*
|
|
2287
|
+
* Lookup204: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
|
|
2294
2288
|
**/
|
|
2295
2289
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: "Null",
|
|
2296
2290
|
/**
|
|
2297
|
-
*
|
|
2291
|
+
* Lookup205: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
|
|
2298
2292
|
**/
|
|
2299
2293
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: "Null",
|
|
2300
2294
|
/**
|
|
2301
|
-
*
|
|
2295
|
+
* Lookup206: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
|
|
2302
2296
|
**/
|
|
2303
2297
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: "Null",
|
|
2304
2298
|
/**
|
|
2305
|
-
*
|
|
2299
|
+
* Lookup207: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
|
|
2306
2300
|
**/
|
|
2307
2301
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage: "Null",
|
|
2308
2302
|
/**
|
|
2309
|
-
*
|
|
2303
|
+
* Lookup208: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
|
|
2310
2304
|
**/
|
|
2311
2305
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage: "Null",
|
|
2312
2306
|
/**
|
|
2313
|
-
*
|
|
2307
|
+
* Lookup209: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
|
|
2314
2308
|
**/
|
|
2315
2309
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: "Null",
|
|
2316
2310
|
/**
|
|
2317
|
-
*
|
|
2311
|
+
* Lookup210: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
|
|
2318
2312
|
**/
|
|
2319
2313
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: "Null",
|
|
2320
2314
|
/**
|
|
2321
|
-
*
|
|
2315
|
+
* Lookup211: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
|
|
2322
2316
|
**/
|
|
2323
2317
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: "Null",
|
|
2324
2318
|
/**
|
|
2325
|
-
*
|
|
2319
|
+
* Lookup212: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
|
|
2326
2320
|
**/
|
|
2327
2321
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: "Null",
|
|
2328
2322
|
/**
|
|
2329
|
-
*
|
|
2323
|
+
* Lookup213: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
|
|
2330
2324
|
**/
|
|
2331
2325
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: "Null",
|
|
2332
2326
|
/**
|
|
2333
|
-
*
|
|
2327
|
+
* Lookup214: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
|
|
2334
2328
|
**/
|
|
2335
2329
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate: "Null",
|
|
2336
2330
|
/**
|
|
2337
|
-
*
|
|
2331
|
+
* Lookup215: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
|
|
2338
2332
|
**/
|
|
2339
2333
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: "Null",
|
|
2340
2334
|
/**
|
|
2341
|
-
*
|
|
2335
|
+
* Lookup216: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
|
|
2342
2336
|
**/
|
|
2343
2337
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: "Null",
|
|
2344
2338
|
/**
|
|
2345
|
-
*
|
|
2339
|
+
* Lookup217: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
|
|
2346
2340
|
**/
|
|
2347
2341
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: "Null",
|
|
2348
2342
|
/**
|
|
2349
|
-
*
|
|
2343
|
+
* Lookup218: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
|
|
2350
2344
|
**/
|
|
2351
2345
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: "Null",
|
|
2352
2346
|
/**
|
|
2353
|
-
*
|
|
2347
|
+
* Lookup219: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
|
|
2354
2348
|
**/
|
|
2355
2349
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty: "Null",
|
|
2356
2350
|
/**
|
|
2357
|
-
*
|
|
2351
|
+
* Lookup220: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
|
|
2358
2352
|
**/
|
|
2359
2353
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: "Null",
|
|
2360
2354
|
/**
|
|
2361
|
-
*
|
|
2355
|
+
* Lookup221: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
|
|
2362
2356
|
**/
|
|
2363
2357
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: "Null",
|
|
2364
2358
|
/**
|
|
2365
|
-
*
|
|
2359
|
+
* Lookup222: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
|
|
2366
2360
|
**/
|
|
2367
2361
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget: "Null",
|
|
2368
2362
|
/**
|
|
2369
|
-
*
|
|
2363
|
+
* Lookup223: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
|
|
2370
2364
|
**/
|
|
2371
2365
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget: "Null",
|
|
2372
2366
|
/**
|
|
2373
|
-
*
|
|
2367
|
+
* Lookup224: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
|
|
2374
2368
|
**/
|
|
2375
2369
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget: "Null",
|
|
2376
2370
|
/**
|
|
2377
|
-
*
|
|
2371
|
+
* Lookup225: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
|
|
2378
2372
|
**/
|
|
2379
2373
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget: "Null",
|
|
2380
2374
|
/**
|
|
2381
|
-
*
|
|
2375
|
+
* Lookup226: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
|
|
2382
2376
|
**/
|
|
2383
2377
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: "Null",
|
|
2384
2378
|
/**
|
|
2385
|
-
*
|
|
2379
|
+
* Lookup227: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
|
|
2386
2380
|
**/
|
|
2387
2381
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold: "Null",
|
|
2388
2382
|
/**
|
|
2389
|
-
*
|
|
2383
|
+
* Lookup228: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
|
|
2390
2384
|
**/
|
|
2391
2385
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: "Null",
|
|
2392
2386
|
/**
|
|
2393
|
-
*
|
|
2387
|
+
* Lookup229: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
|
|
2394
2388
|
**/
|
|
2395
2389
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: "Null",
|
|
2396
2390
|
/**
|
|
2397
|
-
*
|
|
2391
|
+
* Lookup230: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
|
|
2398
2392
|
**/
|
|
2399
2393
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: "Null",
|
|
2400
2394
|
/**
|
|
2401
|
-
*
|
|
2395
|
+
* Lookup231: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
|
|
2402
2396
|
**/
|
|
2403
2397
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: "Null",
|
|
2404
2398
|
/**
|
|
2405
|
-
*
|
|
2399
|
+
* Lookup232: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
|
|
2406
2400
|
**/
|
|
2407
2401
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: "Null",
|
|
2408
2402
|
/**
|
|
2409
|
-
*
|
|
2403
|
+
* Lookup234: sh_parachain_runtime::configs::runtime_params::RuntimeParametersValue
|
|
2410
2404
|
**/
|
|
2411
2405
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
|
|
2412
2406
|
_enum: {
|
|
@@ -2414,7 +2408,7 @@ export default {
|
|
|
2414
2408
|
}
|
|
2415
2409
|
},
|
|
2416
2410
|
/**
|
|
2417
|
-
*
|
|
2411
|
+
* Lookup235: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
|
|
2418
2412
|
**/
|
|
2419
2413
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
|
|
2420
2414
|
_enum: {
|
|
@@ -2451,7 +2445,7 @@ export default {
|
|
|
2451
2445
|
}
|
|
2452
2446
|
},
|
|
2453
2447
|
/**
|
|
2454
|
-
*
|
|
2448
|
+
* Lookup237: frame_system::Phase
|
|
2455
2449
|
**/
|
|
2456
2450
|
FrameSystemPhase: {
|
|
2457
2451
|
_enum: {
|
|
@@ -2461,21 +2455,21 @@ export default {
|
|
|
2461
2455
|
}
|
|
2462
2456
|
},
|
|
2463
2457
|
/**
|
|
2464
|
-
*
|
|
2458
|
+
* Lookup240: frame_system::LastRuntimeUpgradeInfo
|
|
2465
2459
|
**/
|
|
2466
2460
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2467
2461
|
specVersion: "Compact<u32>",
|
|
2468
2462
|
specName: "Text"
|
|
2469
2463
|
},
|
|
2470
2464
|
/**
|
|
2471
|
-
*
|
|
2465
|
+
* Lookup243: frame_system::CodeUpgradeAuthorization<T>
|
|
2472
2466
|
**/
|
|
2473
2467
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2474
2468
|
codeHash: "H256",
|
|
2475
2469
|
checkVersion: "bool"
|
|
2476
2470
|
},
|
|
2477
2471
|
/**
|
|
2478
|
-
*
|
|
2472
|
+
* Lookup244: frame_system::pallet::Call<T>
|
|
2479
2473
|
**/
|
|
2480
2474
|
FrameSystemCall: {
|
|
2481
2475
|
_enum: {
|
|
@@ -2520,7 +2514,7 @@ export default {
|
|
|
2520
2514
|
}
|
|
2521
2515
|
},
|
|
2522
2516
|
/**
|
|
2523
|
-
*
|
|
2517
|
+
* Lookup247: frame_system::limits::BlockWeights
|
|
2524
2518
|
**/
|
|
2525
2519
|
FrameSystemLimitsBlockWeights: {
|
|
2526
2520
|
baseBlock: "SpWeightsWeightV2Weight",
|
|
@@ -2528,7 +2522,7 @@ export default {
|
|
|
2528
2522
|
perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
|
|
2529
2523
|
},
|
|
2530
2524
|
/**
|
|
2531
|
-
*
|
|
2525
|
+
* Lookup248: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2532
2526
|
**/
|
|
2533
2527
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2534
2528
|
normal: "FrameSystemLimitsWeightsPerClass",
|
|
@@ -2536,7 +2530,7 @@ export default {
|
|
|
2536
2530
|
mandatory: "FrameSystemLimitsWeightsPerClass"
|
|
2537
2531
|
},
|
|
2538
2532
|
/**
|
|
2539
|
-
*
|
|
2533
|
+
* Lookup249: frame_system::limits::WeightsPerClass
|
|
2540
2534
|
**/
|
|
2541
2535
|
FrameSystemLimitsWeightsPerClass: {
|
|
2542
2536
|
baseExtrinsic: "SpWeightsWeightV2Weight",
|
|
@@ -2545,13 +2539,13 @@ export default {
|
|
|
2545
2539
|
reserved: "Option<SpWeightsWeightV2Weight>"
|
|
2546
2540
|
},
|
|
2547
2541
|
/**
|
|
2548
|
-
*
|
|
2542
|
+
* Lookup250: frame_system::limits::BlockLength
|
|
2549
2543
|
**/
|
|
2550
2544
|
FrameSystemLimitsBlockLength: {
|
|
2551
2545
|
max: "FrameSupportDispatchPerDispatchClassU32"
|
|
2552
2546
|
},
|
|
2553
2547
|
/**
|
|
2554
|
-
*
|
|
2548
|
+
* Lookup251: frame_support::dispatch::PerDispatchClass<T>
|
|
2555
2549
|
**/
|
|
2556
2550
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2557
2551
|
normal: "u32",
|
|
@@ -2559,14 +2553,14 @@ export default {
|
|
|
2559
2553
|
mandatory: "u32"
|
|
2560
2554
|
},
|
|
2561
2555
|
/**
|
|
2562
|
-
*
|
|
2556
|
+
* Lookup252: sp_weights::RuntimeDbWeight
|
|
2563
2557
|
**/
|
|
2564
2558
|
SpWeightsRuntimeDbWeight: {
|
|
2565
2559
|
read: "u64",
|
|
2566
2560
|
write: "u64"
|
|
2567
2561
|
},
|
|
2568
2562
|
/**
|
|
2569
|
-
*
|
|
2563
|
+
* Lookup253: sp_version::RuntimeVersion
|
|
2570
2564
|
**/
|
|
2571
2565
|
SpVersionRuntimeVersion: {
|
|
2572
2566
|
specName: "Text",
|
|
@@ -2579,7 +2573,7 @@ export default {
|
|
|
2579
2573
|
systemVersion: "u8"
|
|
2580
2574
|
},
|
|
2581
2575
|
/**
|
|
2582
|
-
*
|
|
2576
|
+
* Lookup258: frame_system::pallet::Error<T>
|
|
2583
2577
|
**/
|
|
2584
2578
|
FrameSystemError: {
|
|
2585
2579
|
_enum: [
|
|
@@ -2595,7 +2589,7 @@ export default {
|
|
|
2595
2589
|
]
|
|
2596
2590
|
},
|
|
2597
2591
|
/**
|
|
2598
|
-
*
|
|
2592
|
+
* Lookup260: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2599
2593
|
**/
|
|
2600
2594
|
CumulusPalletParachainSystemUnincludedSegmentAncestor: {
|
|
2601
2595
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2603,7 +2597,7 @@ export default {
|
|
|
2603
2597
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2604
2598
|
},
|
|
2605
2599
|
/**
|
|
2606
|
-
*
|
|
2600
|
+
* Lookup261: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2607
2601
|
**/
|
|
2608
2602
|
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
|
|
2609
2603
|
umpMsgCount: "u32",
|
|
@@ -2611,20 +2605,20 @@ export default {
|
|
|
2611
2605
|
hrmpOutgoing: "BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>"
|
|
2612
2606
|
},
|
|
2613
2607
|
/**
|
|
2614
|
-
*
|
|
2608
|
+
* Lookup263: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2615
2609
|
**/
|
|
2616
2610
|
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2617
2611
|
msgCount: "u32",
|
|
2618
2612
|
totalBytes: "u32"
|
|
2619
2613
|
},
|
|
2620
2614
|
/**
|
|
2621
|
-
*
|
|
2615
|
+
* Lookup267: polkadot_primitives::v8::UpgradeGoAhead
|
|
2622
2616
|
**/
|
|
2623
2617
|
PolkadotPrimitivesV8UpgradeGoAhead: {
|
|
2624
2618
|
_enum: ["Abort", "GoAhead"]
|
|
2625
2619
|
},
|
|
2626
2620
|
/**
|
|
2627
|
-
*
|
|
2621
|
+
* Lookup268: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2628
2622
|
**/
|
|
2629
2623
|
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
|
|
2630
2624
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2632,7 +2626,7 @@ export default {
|
|
|
2632
2626
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2633
2627
|
},
|
|
2634
2628
|
/**
|
|
2635
|
-
*
|
|
2629
|
+
* Lookup269: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
2636
2630
|
**/
|
|
2637
2631
|
PolkadotPrimitivesV8PersistedValidationData: {
|
|
2638
2632
|
parentHead: "Bytes",
|
|
@@ -2641,19 +2635,19 @@ export default {
|
|
|
2641
2635
|
maxPovSize: "u32"
|
|
2642
2636
|
},
|
|
2643
2637
|
/**
|
|
2644
|
-
*
|
|
2638
|
+
* Lookup272: polkadot_primitives::v8::UpgradeRestriction
|
|
2645
2639
|
**/
|
|
2646
2640
|
PolkadotPrimitivesV8UpgradeRestriction: {
|
|
2647
2641
|
_enum: ["Present"]
|
|
2648
2642
|
},
|
|
2649
2643
|
/**
|
|
2650
|
-
*
|
|
2644
|
+
* Lookup273: sp_trie::storage_proof::StorageProof
|
|
2651
2645
|
**/
|
|
2652
2646
|
SpTrieStorageProof: {
|
|
2653
2647
|
trieNodes: "BTreeSet<Bytes>"
|
|
2654
2648
|
},
|
|
2655
2649
|
/**
|
|
2656
|
-
*
|
|
2650
|
+
* Lookup275: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2657
2651
|
**/
|
|
2658
2652
|
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2659
2653
|
dmqMqcHead: "H256",
|
|
@@ -2662,14 +2656,14 @@ export default {
|
|
|
2662
2656
|
egressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>"
|
|
2663
2657
|
},
|
|
2664
2658
|
/**
|
|
2665
|
-
*
|
|
2659
|
+
* Lookup276: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2666
2660
|
**/
|
|
2667
2661
|
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2668
2662
|
remainingCount: "u32",
|
|
2669
2663
|
remainingSize: "u32"
|
|
2670
2664
|
},
|
|
2671
2665
|
/**
|
|
2672
|
-
*
|
|
2666
|
+
* Lookup279: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2673
2667
|
**/
|
|
2674
2668
|
PolkadotPrimitivesV8AbridgedHrmpChannel: {
|
|
2675
2669
|
maxCapacity: "u32",
|
|
@@ -2680,7 +2674,7 @@ export default {
|
|
|
2680
2674
|
mqcHead: "Option<H256>"
|
|
2681
2675
|
},
|
|
2682
2676
|
/**
|
|
2683
|
-
*
|
|
2677
|
+
* Lookup280: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2684
2678
|
**/
|
|
2685
2679
|
PolkadotPrimitivesV8AbridgedHostConfiguration: {
|
|
2686
2680
|
maxCodeSize: "u32",
|
|
@@ -2695,21 +2689,21 @@ export default {
|
|
|
2695
2689
|
asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams"
|
|
2696
2690
|
},
|
|
2697
2691
|
/**
|
|
2698
|
-
*
|
|
2692
|
+
* Lookup281: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
2699
2693
|
**/
|
|
2700
2694
|
PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
2701
2695
|
maxCandidateDepth: "u32",
|
|
2702
2696
|
allowedAncestryLen: "u32"
|
|
2703
2697
|
},
|
|
2704
2698
|
/**
|
|
2705
|
-
*
|
|
2699
|
+
* Lookup287: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
2706
2700
|
**/
|
|
2707
2701
|
PolkadotCorePrimitivesOutboundHrmpMessage: {
|
|
2708
2702
|
recipient: "u32",
|
|
2709
2703
|
data: "Bytes"
|
|
2710
2704
|
},
|
|
2711
2705
|
/**
|
|
2712
|
-
*
|
|
2706
|
+
* Lookup289: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
2713
2707
|
**/
|
|
2714
2708
|
CumulusPalletParachainSystemCall: {
|
|
2715
2709
|
_enum: {
|
|
@@ -2722,7 +2716,7 @@ export default {
|
|
|
2722
2716
|
}
|
|
2723
2717
|
},
|
|
2724
2718
|
/**
|
|
2725
|
-
*
|
|
2719
|
+
* Lookup290: cumulus_primitives_parachain_inherent::ParachainInherentData
|
|
2726
2720
|
**/
|
|
2727
2721
|
CumulusPrimitivesParachainInherentParachainInherentData: {
|
|
2728
2722
|
validationData: "PolkadotPrimitivesV8PersistedValidationData",
|
|
@@ -2731,21 +2725,21 @@ export default {
|
|
|
2731
2725
|
horizontalMessages: "BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>"
|
|
2732
2726
|
},
|
|
2733
2727
|
/**
|
|
2734
|
-
*
|
|
2728
|
+
* Lookup292: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
2735
2729
|
**/
|
|
2736
2730
|
PolkadotCorePrimitivesInboundDownwardMessage: {
|
|
2737
2731
|
sentAt: "u32",
|
|
2738
2732
|
msg: "Bytes"
|
|
2739
2733
|
},
|
|
2740
2734
|
/**
|
|
2741
|
-
*
|
|
2735
|
+
* Lookup295: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
2742
2736
|
**/
|
|
2743
2737
|
PolkadotCorePrimitivesInboundHrmpMessage: {
|
|
2744
2738
|
sentAt: "u32",
|
|
2745
2739
|
data: "Bytes"
|
|
2746
2740
|
},
|
|
2747
2741
|
/**
|
|
2748
|
-
*
|
|
2742
|
+
* Lookup298: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2749
2743
|
**/
|
|
2750
2744
|
CumulusPalletParachainSystemError: {
|
|
2751
2745
|
_enum: [
|
|
@@ -2760,7 +2754,7 @@ export default {
|
|
|
2760
2754
|
]
|
|
2761
2755
|
},
|
|
2762
2756
|
/**
|
|
2763
|
-
*
|
|
2757
|
+
* Lookup299: pallet_timestamp::pallet::Call<T>
|
|
2764
2758
|
**/
|
|
2765
2759
|
PalletTimestampCall: {
|
|
2766
2760
|
_enum: {
|
|
@@ -2770,11 +2764,11 @@ export default {
|
|
|
2770
2764
|
}
|
|
2771
2765
|
},
|
|
2772
2766
|
/**
|
|
2773
|
-
*
|
|
2767
|
+
* Lookup300: staging_parachain_info::pallet::Call<T>
|
|
2774
2768
|
**/
|
|
2775
2769
|
StagingParachainInfoCall: "Null",
|
|
2776
2770
|
/**
|
|
2777
|
-
*
|
|
2771
|
+
* Lookup302: pallet_balances::types::BalanceLock<Balance>
|
|
2778
2772
|
**/
|
|
2779
2773
|
PalletBalancesBalanceLock: {
|
|
2780
2774
|
id: "[u8;8]",
|
|
@@ -2782,20 +2776,20 @@ export default {
|
|
|
2782
2776
|
reasons: "PalletBalancesReasons"
|
|
2783
2777
|
},
|
|
2784
2778
|
/**
|
|
2785
|
-
*
|
|
2779
|
+
* Lookup303: pallet_balances::types::Reasons
|
|
2786
2780
|
**/
|
|
2787
2781
|
PalletBalancesReasons: {
|
|
2788
2782
|
_enum: ["Fee", "Misc", "All"]
|
|
2789
2783
|
},
|
|
2790
2784
|
/**
|
|
2791
|
-
*
|
|
2785
|
+
* Lookup306: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2792
2786
|
**/
|
|
2793
2787
|
PalletBalancesReserveData: {
|
|
2794
2788
|
id: "[u8;8]",
|
|
2795
2789
|
amount: "u128"
|
|
2796
2790
|
},
|
|
2797
2791
|
/**
|
|
2798
|
-
*
|
|
2792
|
+
* Lookup310: sh_parachain_runtime::RuntimeHoldReason
|
|
2799
2793
|
**/
|
|
2800
2794
|
ShParachainRuntimeRuntimeHoldReason: {
|
|
2801
2795
|
_enum: {
|
|
@@ -2847,32 +2841,32 @@ export default {
|
|
|
2847
2841
|
}
|
|
2848
2842
|
},
|
|
2849
2843
|
/**
|
|
2850
|
-
*
|
|
2844
|
+
* Lookup311: pallet_storage_providers::pallet::HoldReason
|
|
2851
2845
|
**/
|
|
2852
2846
|
PalletStorageProvidersHoldReason: {
|
|
2853
2847
|
_enum: ["StorageProviderDeposit", "BucketDeposit"]
|
|
2854
2848
|
},
|
|
2855
2849
|
/**
|
|
2856
|
-
*
|
|
2850
|
+
* Lookup312: pallet_file_system::pallet::HoldReason
|
|
2857
2851
|
**/
|
|
2858
2852
|
PalletFileSystemHoldReason: {
|
|
2859
2853
|
_enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
|
|
2860
2854
|
},
|
|
2861
2855
|
/**
|
|
2862
|
-
*
|
|
2856
|
+
* Lookup313: pallet_payment_streams::pallet::HoldReason
|
|
2863
2857
|
**/
|
|
2864
2858
|
PalletPaymentStreamsHoldReason: {
|
|
2865
2859
|
_enum: ["PaymentStreamDeposit"]
|
|
2866
2860
|
},
|
|
2867
2861
|
/**
|
|
2868
|
-
*
|
|
2862
|
+
* Lookup316: frame_support::traits::tokens::misc::IdAmount<Id, Balance>
|
|
2869
2863
|
**/
|
|
2870
2864
|
FrameSupportTokensMiscIdAmount: {
|
|
2871
2865
|
id: "Null",
|
|
2872
2866
|
amount: "u128"
|
|
2873
2867
|
},
|
|
2874
2868
|
/**
|
|
2875
|
-
*
|
|
2869
|
+
* Lookup318: pallet_balances::pallet::Call<T, I>
|
|
2876
2870
|
**/
|
|
2877
2871
|
PalletBalancesCall: {
|
|
2878
2872
|
_enum: {
|
|
@@ -2917,13 +2911,13 @@ export default {
|
|
|
2917
2911
|
}
|
|
2918
2912
|
},
|
|
2919
2913
|
/**
|
|
2920
|
-
*
|
|
2914
|
+
* Lookup321: pallet_balances::types::AdjustmentDirection
|
|
2921
2915
|
**/
|
|
2922
2916
|
PalletBalancesAdjustmentDirection: {
|
|
2923
2917
|
_enum: ["Increase", "Decrease"]
|
|
2924
2918
|
},
|
|
2925
2919
|
/**
|
|
2926
|
-
*
|
|
2920
|
+
* Lookup322: pallet_balances::pallet::Error<T, I>
|
|
2927
2921
|
**/
|
|
2928
2922
|
PalletBalancesError: {
|
|
2929
2923
|
_enum: [
|
|
@@ -2942,13 +2936,13 @@ export default {
|
|
|
2942
2936
|
]
|
|
2943
2937
|
},
|
|
2944
2938
|
/**
|
|
2945
|
-
*
|
|
2939
|
+
* Lookup323: pallet_transaction_payment::Releases
|
|
2946
2940
|
**/
|
|
2947
2941
|
PalletTransactionPaymentReleases: {
|
|
2948
2942
|
_enum: ["V1Ancient", "V2"]
|
|
2949
2943
|
},
|
|
2950
2944
|
/**
|
|
2951
|
-
*
|
|
2945
|
+
* Lookup324: pallet_sudo::pallet::Call<T>
|
|
2952
2946
|
**/
|
|
2953
2947
|
PalletSudoCall: {
|
|
2954
2948
|
_enum: {
|
|
@@ -2973,7 +2967,7 @@ export default {
|
|
|
2973
2967
|
}
|
|
2974
2968
|
},
|
|
2975
2969
|
/**
|
|
2976
|
-
*
|
|
2970
|
+
* Lookup326: pallet_collator_selection::pallet::Call<T>
|
|
2977
2971
|
**/
|
|
2978
2972
|
PalletCollatorSelectionCall: {
|
|
2979
2973
|
_enum: {
|
|
@@ -3007,7 +3001,7 @@ export default {
|
|
|
3007
3001
|
}
|
|
3008
3002
|
},
|
|
3009
3003
|
/**
|
|
3010
|
-
*
|
|
3004
|
+
* Lookup327: pallet_session::pallet::Call<T>
|
|
3011
3005
|
**/
|
|
3012
3006
|
PalletSessionCall: {
|
|
3013
3007
|
_enum: {
|
|
@@ -3022,17 +3016,17 @@ export default {
|
|
|
3022
3016
|
}
|
|
3023
3017
|
},
|
|
3024
3018
|
/**
|
|
3025
|
-
*
|
|
3019
|
+
* Lookup328: sh_parachain_runtime::SessionKeys
|
|
3026
3020
|
**/
|
|
3027
3021
|
ShParachainRuntimeSessionKeys: {
|
|
3028
3022
|
aura: "SpConsensusAuraSr25519AppSr25519Public"
|
|
3029
3023
|
},
|
|
3030
3024
|
/**
|
|
3031
|
-
*
|
|
3025
|
+
* Lookup329: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
3032
3026
|
**/
|
|
3033
3027
|
SpConsensusAuraSr25519AppSr25519Public: "[u8;32]",
|
|
3034
3028
|
/**
|
|
3035
|
-
*
|
|
3029
|
+
* Lookup330: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
3036
3030
|
**/
|
|
3037
3031
|
CumulusPalletXcmpQueueCall: {
|
|
3038
3032
|
_enum: {
|
|
@@ -3060,7 +3054,7 @@ export default {
|
|
|
3060
3054
|
}
|
|
3061
3055
|
},
|
|
3062
3056
|
/**
|
|
3063
|
-
*
|
|
3057
|
+
* Lookup331: pallet_xcm::pallet::Call<T>
|
|
3064
3058
|
**/
|
|
3065
3059
|
PalletXcmCall: {
|
|
3066
3060
|
_enum: {
|
|
@@ -3137,7 +3131,7 @@ export default {
|
|
|
3137
3131
|
}
|
|
3138
3132
|
},
|
|
3139
3133
|
/**
|
|
3140
|
-
*
|
|
3134
|
+
* Lookup332: xcm::VersionedXcm<RuntimeCall>
|
|
3141
3135
|
**/
|
|
3142
3136
|
XcmVersionedXcm: {
|
|
3143
3137
|
_enum: {
|
|
@@ -3150,11 +3144,11 @@ export default {
|
|
|
3150
3144
|
}
|
|
3151
3145
|
},
|
|
3152
3146
|
/**
|
|
3153
|
-
*
|
|
3147
|
+
* Lookup333: xcm::v3::Xcm<Call>
|
|
3154
3148
|
**/
|
|
3155
3149
|
XcmV3Xcm: "Vec<XcmV3Instruction>",
|
|
3156
3150
|
/**
|
|
3157
|
-
*
|
|
3151
|
+
* Lookup335: xcm::v3::Instruction<Call>
|
|
3158
3152
|
**/
|
|
3159
3153
|
XcmV3Instruction: {
|
|
3160
3154
|
_enum: {
|
|
@@ -3296,7 +3290,7 @@ export default {
|
|
|
3296
3290
|
}
|
|
3297
3291
|
},
|
|
3298
3292
|
/**
|
|
3299
|
-
*
|
|
3293
|
+
* Lookup336: xcm::v3::Response
|
|
3300
3294
|
**/
|
|
3301
3295
|
XcmV3Response: {
|
|
3302
3296
|
_enum: {
|
|
@@ -3309,7 +3303,7 @@ export default {
|
|
|
3309
3303
|
}
|
|
3310
3304
|
},
|
|
3311
3305
|
/**
|
|
3312
|
-
*
|
|
3306
|
+
* Lookup339: xcm::v3::traits::Error
|
|
3313
3307
|
**/
|
|
3314
3308
|
XcmV3TraitsError: {
|
|
3315
3309
|
_enum: {
|
|
@@ -3356,7 +3350,7 @@ export default {
|
|
|
3356
3350
|
}
|
|
3357
3351
|
},
|
|
3358
3352
|
/**
|
|
3359
|
-
*
|
|
3353
|
+
* Lookup341: xcm::v3::PalletInfo
|
|
3360
3354
|
**/
|
|
3361
3355
|
XcmV3PalletInfo: {
|
|
3362
3356
|
index: "Compact<u32>",
|
|
@@ -3367,7 +3361,7 @@ export default {
|
|
|
3367
3361
|
patch: "Compact<u32>"
|
|
3368
3362
|
},
|
|
3369
3363
|
/**
|
|
3370
|
-
*
|
|
3364
|
+
* Lookup345: xcm::v3::QueryResponseInfo
|
|
3371
3365
|
**/
|
|
3372
3366
|
XcmV3QueryResponseInfo: {
|
|
3373
3367
|
destination: "StagingXcmV3MultiLocation",
|
|
@@ -3375,7 +3369,7 @@ export default {
|
|
|
3375
3369
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3376
3370
|
},
|
|
3377
3371
|
/**
|
|
3378
|
-
*
|
|
3372
|
+
* Lookup346: xcm::v3::multiasset::MultiAssetFilter
|
|
3379
3373
|
**/
|
|
3380
3374
|
XcmV3MultiassetMultiAssetFilter: {
|
|
3381
3375
|
_enum: {
|
|
@@ -3384,7 +3378,7 @@ export default {
|
|
|
3384
3378
|
}
|
|
3385
3379
|
},
|
|
3386
3380
|
/**
|
|
3387
|
-
*
|
|
3381
|
+
* Lookup347: xcm::v3::multiasset::WildMultiAsset
|
|
3388
3382
|
**/
|
|
3389
3383
|
XcmV3MultiassetWildMultiAsset: {
|
|
3390
3384
|
_enum: {
|
|
@@ -3402,17 +3396,17 @@ export default {
|
|
|
3402
3396
|
}
|
|
3403
3397
|
},
|
|
3404
3398
|
/**
|
|
3405
|
-
*
|
|
3399
|
+
* Lookup348: xcm::v3::multiasset::WildFungibility
|
|
3406
3400
|
**/
|
|
3407
3401
|
XcmV3MultiassetWildFungibility: {
|
|
3408
3402
|
_enum: ["Fungible", "NonFungible"]
|
|
3409
3403
|
},
|
|
3410
3404
|
/**
|
|
3411
|
-
*
|
|
3405
|
+
* Lookup349: staging_xcm::v4::Xcm<Call>
|
|
3412
3406
|
**/
|
|
3413
3407
|
StagingXcmV4Xcm: "Vec<StagingXcmV4Instruction>",
|
|
3414
3408
|
/**
|
|
3415
|
-
*
|
|
3409
|
+
* Lookup351: staging_xcm::v4::Instruction<Call>
|
|
3416
3410
|
**/
|
|
3417
3411
|
StagingXcmV4Instruction: {
|
|
3418
3412
|
_enum: {
|
|
@@ -3554,7 +3548,7 @@ export default {
|
|
|
3554
3548
|
}
|
|
3555
3549
|
},
|
|
3556
3550
|
/**
|
|
3557
|
-
*
|
|
3551
|
+
* Lookup352: staging_xcm::v4::Response
|
|
3558
3552
|
**/
|
|
3559
3553
|
StagingXcmV4Response: {
|
|
3560
3554
|
_enum: {
|
|
@@ -3567,7 +3561,7 @@ export default {
|
|
|
3567
3561
|
}
|
|
3568
3562
|
},
|
|
3569
3563
|
/**
|
|
3570
|
-
*
|
|
3564
|
+
* Lookup354: staging_xcm::v4::PalletInfo
|
|
3571
3565
|
**/
|
|
3572
3566
|
StagingXcmV4PalletInfo: {
|
|
3573
3567
|
index: "Compact<u32>",
|
|
@@ -3578,7 +3572,7 @@ export default {
|
|
|
3578
3572
|
patch: "Compact<u32>"
|
|
3579
3573
|
},
|
|
3580
3574
|
/**
|
|
3581
|
-
*
|
|
3575
|
+
* Lookup358: staging_xcm::v4::QueryResponseInfo
|
|
3582
3576
|
**/
|
|
3583
3577
|
StagingXcmV4QueryResponseInfo: {
|
|
3584
3578
|
destination: "StagingXcmV4Location",
|
|
@@ -3586,7 +3580,7 @@ export default {
|
|
|
3586
3580
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3587
3581
|
},
|
|
3588
3582
|
/**
|
|
3589
|
-
*
|
|
3583
|
+
* Lookup359: staging_xcm::v4::asset::AssetFilter
|
|
3590
3584
|
**/
|
|
3591
3585
|
StagingXcmV4AssetAssetFilter: {
|
|
3592
3586
|
_enum: {
|
|
@@ -3595,7 +3589,7 @@ export default {
|
|
|
3595
3589
|
}
|
|
3596
3590
|
},
|
|
3597
3591
|
/**
|
|
3598
|
-
*
|
|
3592
|
+
* Lookup360: staging_xcm::v4::asset::WildAsset
|
|
3599
3593
|
**/
|
|
3600
3594
|
StagingXcmV4AssetWildAsset: {
|
|
3601
3595
|
_enum: {
|
|
@@ -3613,13 +3607,13 @@ export default {
|
|
|
3613
3607
|
}
|
|
3614
3608
|
},
|
|
3615
3609
|
/**
|
|
3616
|
-
*
|
|
3610
|
+
* Lookup361: staging_xcm::v4::asset::WildFungibility
|
|
3617
3611
|
**/
|
|
3618
3612
|
StagingXcmV4AssetWildFungibility: {
|
|
3619
3613
|
_enum: ["Fungible", "NonFungible"]
|
|
3620
3614
|
},
|
|
3621
3615
|
/**
|
|
3622
|
-
*
|
|
3616
|
+
* Lookup373: staging_xcm_executor::traits::asset_transfer::TransferType
|
|
3623
3617
|
**/
|
|
3624
3618
|
StagingXcmExecutorAssetTransferTransferType: {
|
|
3625
3619
|
_enum: {
|
|
@@ -3630,7 +3624,7 @@ export default {
|
|
|
3630
3624
|
}
|
|
3631
3625
|
},
|
|
3632
3626
|
/**
|
|
3633
|
-
*
|
|
3627
|
+
* Lookup374: xcm::VersionedAssetId
|
|
3634
3628
|
**/
|
|
3635
3629
|
XcmVersionedAssetId: {
|
|
3636
3630
|
_enum: {
|
|
@@ -3643,11 +3637,11 @@ export default {
|
|
|
3643
3637
|
}
|
|
3644
3638
|
},
|
|
3645
3639
|
/**
|
|
3646
|
-
*
|
|
3640
|
+
* Lookup375: cumulus_pallet_xcm::pallet::Call<T>
|
|
3647
3641
|
**/
|
|
3648
3642
|
CumulusPalletXcmCall: "Null",
|
|
3649
3643
|
/**
|
|
3650
|
-
*
|
|
3644
|
+
* Lookup376: pallet_message_queue::pallet::Call<T>
|
|
3651
3645
|
**/
|
|
3652
3646
|
PalletMessageQueueCall: {
|
|
3653
3647
|
_enum: {
|
|
@@ -3664,7 +3658,7 @@ export default {
|
|
|
3664
3658
|
}
|
|
3665
3659
|
},
|
|
3666
3660
|
/**
|
|
3667
|
-
*
|
|
3661
|
+
* Lookup377: pallet_storage_providers::pallet::Call<T>
|
|
3668
3662
|
**/
|
|
3669
3663
|
PalletStorageProvidersCall: {
|
|
3670
3664
|
_enum: {
|
|
@@ -3735,7 +3729,7 @@ export default {
|
|
|
3735
3729
|
}
|
|
3736
3730
|
},
|
|
3737
3731
|
/**
|
|
3738
|
-
*
|
|
3732
|
+
* Lookup378: pallet_file_system::pallet::Call<T>
|
|
3739
3733
|
**/
|
|
3740
3734
|
PalletFileSystemCall: {
|
|
3741
3735
|
_enum: {
|
|
@@ -3835,35 +3829,26 @@ export default {
|
|
|
3835
3829
|
size_: "u64",
|
|
3836
3830
|
fingerprint: "H256"
|
|
3837
3831
|
},
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
size_: "size"
|
|
3841
|
-
},
|
|
3842
|
-
fileOwner: "AccountId32",
|
|
3843
|
-
signedIntention: "PalletFileSystemFileOperationIntention",
|
|
3844
|
-
signature: "SpRuntimeMultiSignature",
|
|
3845
|
-
bucketId: "H256",
|
|
3846
|
-
location: "Bytes",
|
|
3847
|
-
size_: "u64",
|
|
3848
|
-
fingerprint: "H256",
|
|
3832
|
+
delete_files: {
|
|
3833
|
+
fileDeletions: "Vec<PalletFileSystemFileDeletionRequest>",
|
|
3849
3834
|
bspId: "Option<H256>",
|
|
3850
3835
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3851
3836
|
},
|
|
3852
|
-
|
|
3853
|
-
|
|
3837
|
+
delete_files_for_incomplete_storage_request: {
|
|
3838
|
+
fileKeys: "Vec<H256>",
|
|
3854
3839
|
bspId: "Option<H256>",
|
|
3855
3840
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3856
3841
|
}
|
|
3857
3842
|
}
|
|
3858
3843
|
},
|
|
3859
3844
|
/**
|
|
3860
|
-
*
|
|
3845
|
+
* Lookup379: pallet_file_system::types::BucketMoveRequestResponse
|
|
3861
3846
|
**/
|
|
3862
3847
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
3863
3848
|
_enum: ["Accepted", "Rejected"]
|
|
3864
3849
|
},
|
|
3865
3850
|
/**
|
|
3866
|
-
*
|
|
3851
|
+
* Lookup380: pallet_file_system::types::ReplicationTarget<T>
|
|
3867
3852
|
**/
|
|
3868
3853
|
PalletFileSystemReplicationTarget: {
|
|
3869
3854
|
_enum: {
|
|
@@ -3876,7 +3861,7 @@ export default {
|
|
|
3876
3861
|
}
|
|
3877
3862
|
},
|
|
3878
3863
|
/**
|
|
3879
|
-
*
|
|
3864
|
+
* Lookup382: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
3880
3865
|
**/
|
|
3881
3866
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
3882
3867
|
bucketId: "H256",
|
|
@@ -3884,28 +3869,43 @@ export default {
|
|
|
3884
3869
|
reject: "Vec<PalletFileSystemRejectedStorageRequest>"
|
|
3885
3870
|
},
|
|
3886
3871
|
/**
|
|
3887
|
-
*
|
|
3872
|
+
* Lookup384: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
3888
3873
|
**/
|
|
3889
3874
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
3890
3875
|
fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
|
|
3891
3876
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3892
3877
|
},
|
|
3893
3878
|
/**
|
|
3894
|
-
*
|
|
3879
|
+
* Lookup386: pallet_file_system::types::FileKeyWithProof<T>
|
|
3895
3880
|
**/
|
|
3896
3881
|
PalletFileSystemFileKeyWithProof: {
|
|
3897
3882
|
fileKey: "H256",
|
|
3898
3883
|
proof: "ShpFileKeyVerifierFileKeyProof"
|
|
3899
3884
|
},
|
|
3900
3885
|
/**
|
|
3901
|
-
*
|
|
3886
|
+
* Lookup388: pallet_file_system::types::RejectedStorageRequest<T>
|
|
3902
3887
|
**/
|
|
3903
3888
|
PalletFileSystemRejectedStorageRequest: {
|
|
3904
3889
|
fileKey: "H256",
|
|
3905
3890
|
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
3906
3891
|
},
|
|
3907
3892
|
/**
|
|
3908
|
-
*
|
|
3893
|
+
* Lookup391: pallet_file_system::types::FileDeletionRequest<T>
|
|
3894
|
+
**/
|
|
3895
|
+
PalletFileSystemFileDeletionRequest: {
|
|
3896
|
+
_alias: {
|
|
3897
|
+
size_: "size"
|
|
3898
|
+
},
|
|
3899
|
+
fileOwner: "AccountId32",
|
|
3900
|
+
signedIntention: "PalletFileSystemFileOperationIntention",
|
|
3901
|
+
signature: "SpRuntimeMultiSignature",
|
|
3902
|
+
bucketId: "H256",
|
|
3903
|
+
location: "Bytes",
|
|
3904
|
+
size_: "u64",
|
|
3905
|
+
fingerprint: "H256"
|
|
3906
|
+
},
|
|
3907
|
+
/**
|
|
3908
|
+
* Lookup393: pallet_proofs_dealer::pallet::Call<T>
|
|
3909
3909
|
**/
|
|
3910
3910
|
PalletProofsDealerCall: {
|
|
3911
3911
|
_enum: {
|
|
@@ -3929,13 +3929,13 @@ export default {
|
|
|
3929
3929
|
}
|
|
3930
3930
|
},
|
|
3931
3931
|
/**
|
|
3932
|
-
*
|
|
3932
|
+
* Lookup394: pallet_randomness::pallet::Call<T>
|
|
3933
3933
|
**/
|
|
3934
3934
|
PalletRandomnessCall: {
|
|
3935
3935
|
_enum: ["set_babe_randomness"]
|
|
3936
3936
|
},
|
|
3937
3937
|
/**
|
|
3938
|
-
*
|
|
3938
|
+
* Lookup395: pallet_payment_streams::pallet::Call<T>
|
|
3939
3939
|
**/
|
|
3940
3940
|
PalletPaymentStreamsCall: {
|
|
3941
3941
|
_enum: {
|
|
@@ -3980,7 +3980,7 @@ export default {
|
|
|
3980
3980
|
}
|
|
3981
3981
|
},
|
|
3982
3982
|
/**
|
|
3983
|
-
*
|
|
3983
|
+
* Lookup396: pallet_bucket_nfts::pallet::Call<T>
|
|
3984
3984
|
**/
|
|
3985
3985
|
PalletBucketNftsCall: {
|
|
3986
3986
|
_enum: {
|
|
@@ -3998,7 +3998,7 @@ export default {
|
|
|
3998
3998
|
}
|
|
3999
3999
|
},
|
|
4000
4000
|
/**
|
|
4001
|
-
*
|
|
4001
|
+
* Lookup398: pallet_nfts::pallet::Call<T, I>
|
|
4002
4002
|
**/
|
|
4003
4003
|
PalletNftsCall: {
|
|
4004
4004
|
_enum: {
|
|
@@ -4195,7 +4195,7 @@ export default {
|
|
|
4195
4195
|
}
|
|
4196
4196
|
},
|
|
4197
4197
|
/**
|
|
4198
|
-
*
|
|
4198
|
+
* Lookup399: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4199
4199
|
**/
|
|
4200
4200
|
PalletNftsCollectionConfig: {
|
|
4201
4201
|
settings: "u64",
|
|
@@ -4203,7 +4203,7 @@ export default {
|
|
|
4203
4203
|
mintSettings: "PalletNftsMintSettings"
|
|
4204
4204
|
},
|
|
4205
4205
|
/**
|
|
4206
|
-
*
|
|
4206
|
+
* Lookup401: pallet_nfts::types::CollectionSetting
|
|
4207
4207
|
**/
|
|
4208
4208
|
PalletNftsCollectionSetting: {
|
|
4209
4209
|
_enum: [
|
|
@@ -4227,7 +4227,7 @@ export default {
|
|
|
4227
4227
|
]
|
|
4228
4228
|
},
|
|
4229
4229
|
/**
|
|
4230
|
-
*
|
|
4230
|
+
* Lookup402: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4231
4231
|
**/
|
|
4232
4232
|
PalletNftsMintSettings: {
|
|
4233
4233
|
mintType: "PalletNftsMintType",
|
|
@@ -4237,7 +4237,7 @@ export default {
|
|
|
4237
4237
|
defaultItemSettings: "u64"
|
|
4238
4238
|
},
|
|
4239
4239
|
/**
|
|
4240
|
-
*
|
|
4240
|
+
* Lookup403: pallet_nfts::types::MintType<CollectionId>
|
|
4241
4241
|
**/
|
|
4242
4242
|
PalletNftsMintType: {
|
|
4243
4243
|
_enum: {
|
|
@@ -4247,13 +4247,13 @@ export default {
|
|
|
4247
4247
|
}
|
|
4248
4248
|
},
|
|
4249
4249
|
/**
|
|
4250
|
-
*
|
|
4250
|
+
* Lookup406: pallet_nfts::types::ItemSetting
|
|
4251
4251
|
**/
|
|
4252
4252
|
PalletNftsItemSetting: {
|
|
4253
4253
|
_enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
|
|
4254
4254
|
},
|
|
4255
4255
|
/**
|
|
4256
|
-
*
|
|
4256
|
+
* Lookup407: pallet_nfts::types::DestroyWitness
|
|
4257
4257
|
**/
|
|
4258
4258
|
PalletNftsDestroyWitness: {
|
|
4259
4259
|
itemMetadatas: "Compact<u32>",
|
|
@@ -4261,26 +4261,26 @@ export default {
|
|
|
4261
4261
|
attributes: "Compact<u32>"
|
|
4262
4262
|
},
|
|
4263
4263
|
/**
|
|
4264
|
-
*
|
|
4264
|
+
* Lookup409: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4265
4265
|
**/
|
|
4266
4266
|
PalletNftsMintWitness: {
|
|
4267
4267
|
ownedItem: "Option<u32>",
|
|
4268
4268
|
mintPrice: "Option<u128>"
|
|
4269
4269
|
},
|
|
4270
4270
|
/**
|
|
4271
|
-
*
|
|
4271
|
+
* Lookup410: pallet_nfts::types::ItemConfig
|
|
4272
4272
|
**/
|
|
4273
4273
|
PalletNftsItemConfig: {
|
|
4274
4274
|
settings: "u64"
|
|
4275
4275
|
},
|
|
4276
4276
|
/**
|
|
4277
|
-
*
|
|
4277
|
+
* Lookup412: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4278
4278
|
**/
|
|
4279
4279
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
4280
4280
|
accountAttributes: "u32"
|
|
4281
4281
|
},
|
|
4282
4282
|
/**
|
|
4283
|
-
*
|
|
4283
|
+
* Lookup414: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4284
4284
|
**/
|
|
4285
4285
|
PalletNftsItemTip: {
|
|
4286
4286
|
collection: "u32",
|
|
@@ -4289,7 +4289,7 @@ export default {
|
|
|
4289
4289
|
amount: "u128"
|
|
4290
4290
|
},
|
|
4291
4291
|
/**
|
|
4292
|
-
*
|
|
4292
|
+
* Lookup416: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4293
4293
|
**/
|
|
4294
4294
|
PalletNftsPreSignedMint: {
|
|
4295
4295
|
collection: "u32",
|
|
@@ -4301,7 +4301,7 @@ export default {
|
|
|
4301
4301
|
mintPrice: "Option<u128>"
|
|
4302
4302
|
},
|
|
4303
4303
|
/**
|
|
4304
|
-
*
|
|
4304
|
+
* Lookup417: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4305
4305
|
**/
|
|
4306
4306
|
PalletNftsPreSignedAttributes: {
|
|
4307
4307
|
collection: "u32",
|
|
@@ -4311,7 +4311,7 @@ export default {
|
|
|
4311
4311
|
deadline: "u32"
|
|
4312
4312
|
},
|
|
4313
4313
|
/**
|
|
4314
|
-
*
|
|
4314
|
+
* Lookup418: pallet_parameters::pallet::Call<T>
|
|
4315
4315
|
**/
|
|
4316
4316
|
PalletParametersCall: {
|
|
4317
4317
|
_enum: {
|
|
@@ -4321,7 +4321,7 @@ export default {
|
|
|
4321
4321
|
}
|
|
4322
4322
|
},
|
|
4323
4323
|
/**
|
|
4324
|
-
*
|
|
4324
|
+
* Lookup419: sh_parachain_runtime::configs::runtime_params::RuntimeParameters
|
|
4325
4325
|
**/
|
|
4326
4326
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
4327
4327
|
_enum: {
|
|
@@ -4329,7 +4329,7 @@ export default {
|
|
|
4329
4329
|
}
|
|
4330
4330
|
},
|
|
4331
4331
|
/**
|
|
4332
|
-
*
|
|
4332
|
+
* Lookup420: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
4333
4333
|
**/
|
|
4334
4334
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
4335
4335
|
_enum: {
|
|
@@ -4366,20 +4366,20 @@ export default {
|
|
|
4366
4366
|
}
|
|
4367
4367
|
},
|
|
4368
4368
|
/**
|
|
4369
|
-
*
|
|
4369
|
+
* Lookup422: pallet_sudo::pallet::Error<T>
|
|
4370
4370
|
**/
|
|
4371
4371
|
PalletSudoError: {
|
|
4372
4372
|
_enum: ["RequireSudo"]
|
|
4373
4373
|
},
|
|
4374
4374
|
/**
|
|
4375
|
-
*
|
|
4375
|
+
* Lookup425: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
4376
4376
|
**/
|
|
4377
4377
|
PalletCollatorSelectionCandidateInfo: {
|
|
4378
4378
|
who: "AccountId32",
|
|
4379
4379
|
deposit: "u128"
|
|
4380
4380
|
},
|
|
4381
4381
|
/**
|
|
4382
|
-
*
|
|
4382
|
+
* Lookup427: pallet_collator_selection::pallet::Error<T>
|
|
4383
4383
|
**/
|
|
4384
4384
|
PalletCollatorSelectionError: {
|
|
4385
4385
|
_enum: [
|
|
@@ -4403,17 +4403,17 @@ export default {
|
|
|
4403
4403
|
]
|
|
4404
4404
|
},
|
|
4405
4405
|
/**
|
|
4406
|
-
*
|
|
4406
|
+
* Lookup431: sp_core::crypto::KeyTypeId
|
|
4407
4407
|
**/
|
|
4408
4408
|
SpCoreCryptoKeyTypeId: "[u8;4]",
|
|
4409
4409
|
/**
|
|
4410
|
-
*
|
|
4410
|
+
* Lookup432: pallet_session::pallet::Error<T>
|
|
4411
4411
|
**/
|
|
4412
4412
|
PalletSessionError: {
|
|
4413
4413
|
_enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
|
|
4414
4414
|
},
|
|
4415
4415
|
/**
|
|
4416
|
-
*
|
|
4416
|
+
* Lookup441: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
4417
4417
|
**/
|
|
4418
4418
|
CumulusPalletXcmpQueueOutboundChannelDetails: {
|
|
4419
4419
|
recipient: "u32",
|
|
@@ -4423,13 +4423,13 @@ export default {
|
|
|
4423
4423
|
lastIndex: "u16"
|
|
4424
4424
|
},
|
|
4425
4425
|
/**
|
|
4426
|
-
*
|
|
4426
|
+
* Lookup442: cumulus_pallet_xcmp_queue::OutboundState
|
|
4427
4427
|
**/
|
|
4428
4428
|
CumulusPalletXcmpQueueOutboundState: {
|
|
4429
4429
|
_enum: ["Ok", "Suspended"]
|
|
4430
4430
|
},
|
|
4431
4431
|
/**
|
|
4432
|
-
*
|
|
4432
|
+
* Lookup446: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
4433
4433
|
**/
|
|
4434
4434
|
CumulusPalletXcmpQueueQueueConfigData: {
|
|
4435
4435
|
suspendThreshold: "u32",
|
|
@@ -4437,7 +4437,7 @@ export default {
|
|
|
4437
4437
|
resumeThreshold: "u32"
|
|
4438
4438
|
},
|
|
4439
4439
|
/**
|
|
4440
|
-
*
|
|
4440
|
+
* Lookup447: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
4441
4441
|
**/
|
|
4442
4442
|
CumulusPalletXcmpQueueError: {
|
|
4443
4443
|
_enum: [
|
|
@@ -4449,7 +4449,7 @@ export default {
|
|
|
4449
4449
|
]
|
|
4450
4450
|
},
|
|
4451
4451
|
/**
|
|
4452
|
-
*
|
|
4452
|
+
* Lookup448: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4453
4453
|
**/
|
|
4454
4454
|
PalletXcmQueryStatus: {
|
|
4455
4455
|
_enum: {
|
|
@@ -4470,7 +4470,7 @@ export default {
|
|
|
4470
4470
|
}
|
|
4471
4471
|
},
|
|
4472
4472
|
/**
|
|
4473
|
-
*
|
|
4473
|
+
* Lookup452: xcm::VersionedResponse
|
|
4474
4474
|
**/
|
|
4475
4475
|
XcmVersionedResponse: {
|
|
4476
4476
|
_enum: {
|
|
@@ -4483,7 +4483,7 @@ export default {
|
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
/**
|
|
4486
|
-
*
|
|
4486
|
+
* Lookup458: pallet_xcm::pallet::VersionMigrationStage
|
|
4487
4487
|
**/
|
|
4488
4488
|
PalletXcmVersionMigrationStage: {
|
|
4489
4489
|
_enum: {
|
|
@@ -4494,7 +4494,7 @@ export default {
|
|
|
4494
4494
|
}
|
|
4495
4495
|
},
|
|
4496
4496
|
/**
|
|
4497
|
-
*
|
|
4497
|
+
* Lookup460: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4498
4498
|
**/
|
|
4499
4499
|
PalletXcmRemoteLockedFungibleRecord: {
|
|
4500
4500
|
amount: "u128",
|
|
@@ -4503,7 +4503,7 @@ export default {
|
|
|
4503
4503
|
consumers: "Vec<(Null,u128)>"
|
|
4504
4504
|
},
|
|
4505
4505
|
/**
|
|
4506
|
-
*
|
|
4506
|
+
* Lookup467: pallet_xcm::pallet::Error<T>
|
|
4507
4507
|
**/
|
|
4508
4508
|
PalletXcmError: {
|
|
4509
4509
|
_enum: [
|
|
@@ -4535,7 +4535,7 @@ export default {
|
|
|
4535
4535
|
]
|
|
4536
4536
|
},
|
|
4537
4537
|
/**
|
|
4538
|
-
*
|
|
4538
|
+
* Lookup468: pallet_message_queue::BookState<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4539
4539
|
**/
|
|
4540
4540
|
PalletMessageQueueBookState: {
|
|
4541
4541
|
_alias: {
|
|
@@ -4549,14 +4549,14 @@ export default {
|
|
|
4549
4549
|
size_: "u64"
|
|
4550
4550
|
},
|
|
4551
4551
|
/**
|
|
4552
|
-
*
|
|
4552
|
+
* Lookup470: pallet_message_queue::Neighbours<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4553
4553
|
**/
|
|
4554
4554
|
PalletMessageQueueNeighbours: {
|
|
4555
4555
|
prev: "CumulusPrimitivesCoreAggregateMessageOrigin",
|
|
4556
4556
|
next: "CumulusPrimitivesCoreAggregateMessageOrigin"
|
|
4557
4557
|
},
|
|
4558
4558
|
/**
|
|
4559
|
-
*
|
|
4559
|
+
* Lookup472: pallet_message_queue::Page<Size, HeapSize>
|
|
4560
4560
|
**/
|
|
4561
4561
|
PalletMessageQueuePage: {
|
|
4562
4562
|
remaining: "u32",
|
|
@@ -4567,7 +4567,7 @@ export default {
|
|
|
4567
4567
|
heap: "Bytes"
|
|
4568
4568
|
},
|
|
4569
4569
|
/**
|
|
4570
|
-
*
|
|
4570
|
+
* Lookup474: pallet_message_queue::pallet::Error<T>
|
|
4571
4571
|
**/
|
|
4572
4572
|
PalletMessageQueueError: {
|
|
4573
4573
|
_enum: [
|
|
@@ -4583,14 +4583,14 @@ export default {
|
|
|
4583
4583
|
]
|
|
4584
4584
|
},
|
|
4585
4585
|
/**
|
|
4586
|
-
*
|
|
4586
|
+
* Lookup475: pallet_storage_providers::types::SignUpRequest<T>
|
|
4587
4587
|
**/
|
|
4588
4588
|
PalletStorageProvidersSignUpRequest: {
|
|
4589
4589
|
spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
|
|
4590
4590
|
at: "u32"
|
|
4591
4591
|
},
|
|
4592
4592
|
/**
|
|
4593
|
-
*
|
|
4593
|
+
* Lookup476: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
4594
4594
|
**/
|
|
4595
4595
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
4596
4596
|
_enum: {
|
|
@@ -4599,7 +4599,7 @@ export default {
|
|
|
4599
4599
|
}
|
|
4600
4600
|
},
|
|
4601
4601
|
/**
|
|
4602
|
-
*
|
|
4602
|
+
* Lookup477: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
4603
4603
|
**/
|
|
4604
4604
|
PalletStorageProvidersBackupStorageProvider: {
|
|
4605
4605
|
capacity: "u64",
|
|
@@ -4613,14 +4613,14 @@ export default {
|
|
|
4613
4613
|
signUpBlock: "u32"
|
|
4614
4614
|
},
|
|
4615
4615
|
/**
|
|
4616
|
-
*
|
|
4616
|
+
* Lookup478: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
4617
4617
|
**/
|
|
4618
4618
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
4619
4619
|
mspInfo: "PalletStorageProvidersMainStorageProvider",
|
|
4620
4620
|
valueProp: "PalletStorageProvidersValueProposition"
|
|
4621
4621
|
},
|
|
4622
4622
|
/**
|
|
4623
|
-
*
|
|
4623
|
+
* Lookup479: pallet_storage_providers::types::MainStorageProvider<T>
|
|
4624
4624
|
**/
|
|
4625
4625
|
PalletStorageProvidersMainStorageProvider: {
|
|
4626
4626
|
capacity: "u64",
|
|
@@ -4634,7 +4634,7 @@ export default {
|
|
|
4634
4634
|
signUpBlock: "u32"
|
|
4635
4635
|
},
|
|
4636
4636
|
/**
|
|
4637
|
-
*
|
|
4637
|
+
* Lookup480: pallet_storage_providers::types::Bucket<T>
|
|
4638
4638
|
**/
|
|
4639
4639
|
PalletStorageProvidersBucket: {
|
|
4640
4640
|
_alias: {
|
|
@@ -4649,7 +4649,7 @@ export default {
|
|
|
4649
4649
|
valuePropId: "H256"
|
|
4650
4650
|
},
|
|
4651
4651
|
/**
|
|
4652
|
-
*
|
|
4652
|
+
* Lookup484: pallet_storage_providers::pallet::Error<T>
|
|
4653
4653
|
**/
|
|
4654
4654
|
PalletStorageProvidersError: {
|
|
4655
4655
|
_enum: [
|
|
@@ -4708,7 +4708,7 @@ export default {
|
|
|
4708
4708
|
]
|
|
4709
4709
|
},
|
|
4710
4710
|
/**
|
|
4711
|
-
*
|
|
4711
|
+
* Lookup485: pallet_file_system::types::StorageRequestMetadata<T>
|
|
4712
4712
|
**/
|
|
4713
4713
|
PalletFileSystemStorageRequestMetadata: {
|
|
4714
4714
|
_alias: {
|
|
@@ -4729,13 +4729,13 @@ export default {
|
|
|
4729
4729
|
depositPaid: "u128"
|
|
4730
4730
|
},
|
|
4731
4731
|
/**
|
|
4732
|
-
*
|
|
4732
|
+
* Lookup488: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
4733
4733
|
**/
|
|
4734
4734
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
4735
4735
|
confirmed: "bool"
|
|
4736
4736
|
},
|
|
4737
4737
|
/**
|
|
4738
|
-
*
|
|
4738
|
+
* Lookup490: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
4739
4739
|
**/
|
|
4740
4740
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
4741
4741
|
user: "AccountId32",
|
|
@@ -4746,7 +4746,7 @@ export default {
|
|
|
4746
4746
|
queuePriorityChallenge: "bool"
|
|
4747
4747
|
},
|
|
4748
4748
|
/**
|
|
4749
|
-
*
|
|
4749
|
+
* Lookup492: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
4750
4750
|
**/
|
|
4751
4751
|
PalletFileSystemPendingStopStoringRequest: {
|
|
4752
4752
|
tickWhenRequested: "u32",
|
|
@@ -4754,7 +4754,7 @@ export default {
|
|
|
4754
4754
|
fileSize: "u64"
|
|
4755
4755
|
},
|
|
4756
4756
|
/**
|
|
4757
|
-
*
|
|
4757
|
+
* Lookup493: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
4758
4758
|
**/
|
|
4759
4759
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
4760
4760
|
requester: "AccountId32",
|
|
@@ -4762,7 +4762,7 @@ export default {
|
|
|
4762
4762
|
newValuePropId: "H256"
|
|
4763
4763
|
},
|
|
4764
4764
|
/**
|
|
4765
|
-
*
|
|
4765
|
+
* Lookup494: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
4766
4766
|
**/
|
|
4767
4767
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
4768
4768
|
owner: "AccountId32",
|
|
@@ -4774,7 +4774,7 @@ export default {
|
|
|
4774
4774
|
pendingBucketRemoval: "bool"
|
|
4775
4775
|
},
|
|
4776
4776
|
/**
|
|
4777
|
-
*
|
|
4777
|
+
* Lookup496: pallet_file_system::pallet::Error<T>
|
|
4778
4778
|
**/
|
|
4779
4779
|
PalletFileSystemError: {
|
|
4780
4780
|
_enum: [
|
|
@@ -4820,6 +4820,12 @@ export default {
|
|
|
4820
4820
|
"ThresholdBelowAsymptote",
|
|
4821
4821
|
"NotFileOwner",
|
|
4822
4822
|
"FileKeyAlreadyPendingDeletion",
|
|
4823
|
+
"BatchFileDeletionMustContainSingleBucket",
|
|
4824
|
+
"DuplicateFileKeyInBatchFileDeletion",
|
|
4825
|
+
"NoFileKeysToDelete",
|
|
4826
|
+
"FailedToPushFileKeyToBucketDeletionVector",
|
|
4827
|
+
"FailedToPushUserToBspDeletionVector",
|
|
4828
|
+
"FailedToPushFileKeyToBspDeletionVector",
|
|
4823
4829
|
"MaxUserPendingDeletionRequestsReached",
|
|
4824
4830
|
"MspNotStoringBucket",
|
|
4825
4831
|
"FileKeyNotPendingDeletion",
|
|
@@ -4869,14 +4875,14 @@ export default {
|
|
|
4869
4875
|
]
|
|
4870
4876
|
},
|
|
4871
4877
|
/**
|
|
4872
|
-
*
|
|
4878
|
+
* Lookup498: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
4873
4879
|
**/
|
|
4874
4880
|
PalletProofsDealerProofSubmissionRecord: {
|
|
4875
4881
|
lastTickProven: "u32",
|
|
4876
4882
|
nextTickToSubmitProofFor: "u32"
|
|
4877
4883
|
},
|
|
4878
4884
|
/**
|
|
4879
|
-
*
|
|
4885
|
+
* Lookup505: pallet_proofs_dealer::pallet::Error<T>
|
|
4880
4886
|
**/
|
|
4881
4887
|
PalletProofsDealerError: {
|
|
4882
4888
|
_enum: [
|
|
@@ -4907,7 +4913,7 @@ export default {
|
|
|
4907
4913
|
]
|
|
4908
4914
|
},
|
|
4909
4915
|
/**
|
|
4910
|
-
*
|
|
4916
|
+
* Lookup508: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
4911
4917
|
**/
|
|
4912
4918
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
4913
4919
|
rate: "u128",
|
|
@@ -4916,7 +4922,7 @@ export default {
|
|
|
4916
4922
|
outOfFundsTick: "Option<u32>"
|
|
4917
4923
|
},
|
|
4918
4924
|
/**
|
|
4919
|
-
*
|
|
4925
|
+
* Lookup509: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
4920
4926
|
**/
|
|
4921
4927
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
4922
4928
|
amountProvided: "u64",
|
|
@@ -4925,14 +4931,14 @@ export default {
|
|
|
4925
4931
|
outOfFundsTick: "Option<u32>"
|
|
4926
4932
|
},
|
|
4927
4933
|
/**
|
|
4928
|
-
*
|
|
4934
|
+
* Lookup510: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
4929
4935
|
**/
|
|
4930
4936
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
4931
4937
|
lastChargeableTick: "u32",
|
|
4932
4938
|
priceIndex: "u128"
|
|
4933
4939
|
},
|
|
4934
4940
|
/**
|
|
4935
|
-
*
|
|
4941
|
+
* Lookup511: pallet_payment_streams::pallet::Error<T>
|
|
4936
4942
|
**/
|
|
4937
4943
|
PalletPaymentStreamsError: {
|
|
4938
4944
|
_enum: [
|
|
@@ -4957,7 +4963,7 @@ export default {
|
|
|
4957
4963
|
]
|
|
4958
4964
|
},
|
|
4959
4965
|
/**
|
|
4960
|
-
*
|
|
4966
|
+
* Lookup512: pallet_bucket_nfts::pallet::Error<T>
|
|
4961
4967
|
**/
|
|
4962
4968
|
PalletBucketNftsError: {
|
|
4963
4969
|
_enum: [
|
|
@@ -4968,7 +4974,7 @@ export default {
|
|
|
4968
4974
|
]
|
|
4969
4975
|
},
|
|
4970
4976
|
/**
|
|
4971
|
-
*
|
|
4977
|
+
* Lookup513: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
4972
4978
|
**/
|
|
4973
4979
|
PalletNftsCollectionDetails: {
|
|
4974
4980
|
owner: "AccountId32",
|
|
@@ -4979,13 +4985,13 @@ export default {
|
|
|
4979
4985
|
attributes: "u32"
|
|
4980
4986
|
},
|
|
4981
4987
|
/**
|
|
4982
|
-
*
|
|
4988
|
+
* Lookup518: pallet_nfts::types::CollectionRole
|
|
4983
4989
|
**/
|
|
4984
4990
|
PalletNftsCollectionRole: {
|
|
4985
4991
|
_enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
|
|
4986
4992
|
},
|
|
4987
4993
|
/**
|
|
4988
|
-
*
|
|
4994
|
+
* Lookup519: 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>>
|
|
4989
4995
|
**/
|
|
4990
4996
|
PalletNftsItemDetails: {
|
|
4991
4997
|
owner: "AccountId32",
|
|
@@ -4993,42 +4999,42 @@ export default {
|
|
|
4993
4999
|
deposit: "PalletNftsItemDeposit"
|
|
4994
5000
|
},
|
|
4995
5001
|
/**
|
|
4996
|
-
*
|
|
5002
|
+
* Lookup520: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4997
5003
|
**/
|
|
4998
5004
|
PalletNftsItemDeposit: {
|
|
4999
5005
|
account: "AccountId32",
|
|
5000
5006
|
amount: "u128"
|
|
5001
5007
|
},
|
|
5002
5008
|
/**
|
|
5003
|
-
*
|
|
5009
|
+
* Lookup525: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
5004
5010
|
**/
|
|
5005
5011
|
PalletNftsCollectionMetadata: {
|
|
5006
5012
|
deposit: "u128",
|
|
5007
5013
|
data: "Bytes"
|
|
5008
5014
|
},
|
|
5009
5015
|
/**
|
|
5010
|
-
*
|
|
5016
|
+
* Lookup526: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
5011
5017
|
**/
|
|
5012
5018
|
PalletNftsItemMetadata: {
|
|
5013
5019
|
deposit: "PalletNftsItemMetadataDeposit",
|
|
5014
5020
|
data: "Bytes"
|
|
5015
5021
|
},
|
|
5016
5022
|
/**
|
|
5017
|
-
*
|
|
5023
|
+
* Lookup527: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5018
5024
|
**/
|
|
5019
5025
|
PalletNftsItemMetadataDeposit: {
|
|
5020
5026
|
account: "Option<AccountId32>",
|
|
5021
5027
|
amount: "u128"
|
|
5022
5028
|
},
|
|
5023
5029
|
/**
|
|
5024
|
-
*
|
|
5030
|
+
* Lookup530: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5025
5031
|
**/
|
|
5026
5032
|
PalletNftsAttributeDeposit: {
|
|
5027
5033
|
account: "Option<AccountId32>",
|
|
5028
5034
|
amount: "u128"
|
|
5029
5035
|
},
|
|
5030
5036
|
/**
|
|
5031
|
-
*
|
|
5037
|
+
* Lookup534: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
5032
5038
|
**/
|
|
5033
5039
|
PalletNftsPendingSwap: {
|
|
5034
5040
|
desiredCollection: "u32",
|
|
@@ -5037,7 +5043,7 @@ export default {
|
|
|
5037
5043
|
deadline: "u32"
|
|
5038
5044
|
},
|
|
5039
5045
|
/**
|
|
5040
|
-
*
|
|
5046
|
+
* Lookup536: pallet_nfts::types::PalletFeature
|
|
5041
5047
|
**/
|
|
5042
5048
|
PalletNftsPalletFeature: {
|
|
5043
5049
|
_enum: [
|
|
@@ -5053,7 +5059,7 @@ export default {
|
|
|
5053
5059
|
]
|
|
5054
5060
|
},
|
|
5055
5061
|
/**
|
|
5056
|
-
*
|
|
5062
|
+
* Lookup537: pallet_nfts::pallet::Error<T, I>
|
|
5057
5063
|
**/
|
|
5058
5064
|
PalletNftsError: {
|
|
5059
5065
|
_enum: [
|
|
@@ -5105,51 +5111,51 @@ export default {
|
|
|
5105
5111
|
]
|
|
5106
5112
|
},
|
|
5107
5113
|
/**
|
|
5108
|
-
*
|
|
5114
|
+
* Lookup540: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
5109
5115
|
**/
|
|
5110
5116
|
FrameSystemExtensionsCheckNonZeroSender: "Null",
|
|
5111
5117
|
/**
|
|
5112
|
-
*
|
|
5118
|
+
* Lookup541: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5113
5119
|
**/
|
|
5114
5120
|
FrameSystemExtensionsCheckSpecVersion: "Null",
|
|
5115
5121
|
/**
|
|
5116
|
-
*
|
|
5122
|
+
* Lookup542: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5117
5123
|
**/
|
|
5118
5124
|
FrameSystemExtensionsCheckTxVersion: "Null",
|
|
5119
5125
|
/**
|
|
5120
|
-
*
|
|
5126
|
+
* Lookup543: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5121
5127
|
**/
|
|
5122
5128
|
FrameSystemExtensionsCheckGenesis: "Null",
|
|
5123
5129
|
/**
|
|
5124
|
-
*
|
|
5130
|
+
* Lookup546: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5125
5131
|
**/
|
|
5126
5132
|
FrameSystemExtensionsCheckNonce: "Compact<u32>",
|
|
5127
5133
|
/**
|
|
5128
|
-
*
|
|
5134
|
+
* Lookup547: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5129
5135
|
**/
|
|
5130
5136
|
FrameSystemExtensionsCheckWeight: "Null",
|
|
5131
5137
|
/**
|
|
5132
|
-
*
|
|
5138
|
+
* Lookup548: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5133
5139
|
**/
|
|
5134
5140
|
PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
|
|
5135
5141
|
/**
|
|
5136
|
-
*
|
|
5142
|
+
* Lookup549: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<T>
|
|
5137
5143
|
**/
|
|
5138
5144
|
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null",
|
|
5139
5145
|
/**
|
|
5140
|
-
*
|
|
5146
|
+
* Lookup550: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
5141
5147
|
**/
|
|
5142
5148
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
5143
5149
|
mode: "FrameMetadataHashExtensionMode"
|
|
5144
5150
|
},
|
|
5145
5151
|
/**
|
|
5146
|
-
*
|
|
5152
|
+
* Lookup551: frame_metadata_hash_extension::Mode
|
|
5147
5153
|
**/
|
|
5148
5154
|
FrameMetadataHashExtensionMode: {
|
|
5149
5155
|
_enum: ["Disabled", "Enabled"]
|
|
5150
5156
|
},
|
|
5151
5157
|
/**
|
|
5152
|
-
*
|
|
5158
|
+
* Lookup552: sh_parachain_runtime::Runtime
|
|
5153
5159
|
**/
|
|
5154
5160
|
ShParachainRuntimeRuntime: "Null"
|
|
5155
5161
|
};
|