@storagehub/api-augment 0.2.5 → 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 +2 -2
- 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
|
@@ -1699,27 +1699,21 @@ export default {
|
|
|
1699
1699
|
signedDeleteIntention: "PalletFileSystemFileOperationIntention",
|
|
1700
1700
|
signature: "SpRuntimeMultiSignature"
|
|
1701
1701
|
},
|
|
1702
|
-
|
|
1702
|
+
BucketFileDeletionsCompleted: {
|
|
1703
1703
|
user: "AccountId32",
|
|
1704
|
-
|
|
1705
|
-
fileSize: "u64",
|
|
1704
|
+
fileKeys: "Vec<H256>",
|
|
1706
1705
|
bucketId: "H256",
|
|
1707
1706
|
mspId: "Option<H256>",
|
|
1708
1707
|
oldRoot: "H256",
|
|
1709
1708
|
newRoot: "H256"
|
|
1710
1709
|
},
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
fileSize: "u64",
|
|
1710
|
+
BspFileDeletionsCompleted: {
|
|
1711
|
+
users: "Vec<AccountId32>",
|
|
1712
|
+
fileKeys: "Vec<H256>",
|
|
1715
1713
|
bspId: "H256",
|
|
1716
1714
|
oldRoot: "H256",
|
|
1717
1715
|
newRoot: "H256"
|
|
1718
1716
|
},
|
|
1719
|
-
FileDeletedFromIncompleteStorageRequest: {
|
|
1720
|
-
fileKey: "H256",
|
|
1721
|
-
bspId: "Option<H256>"
|
|
1722
|
-
},
|
|
1723
1717
|
IncompleteStorageRequest: {
|
|
1724
1718
|
fileKey: "H256"
|
|
1725
1719
|
}
|
|
@@ -1784,7 +1778,7 @@ export default {
|
|
|
1784
1778
|
}
|
|
1785
1779
|
},
|
|
1786
1780
|
/**
|
|
1787
|
-
*
|
|
1781
|
+
* Lookup169: pallet_proofs_dealer::pallet::Event<T>
|
|
1788
1782
|
**/
|
|
1789
1783
|
PalletProofsDealerEvent: {
|
|
1790
1784
|
_enum: {
|
|
@@ -1841,41 +1835,41 @@ export default {
|
|
|
1841
1835
|
}
|
|
1842
1836
|
},
|
|
1843
1837
|
/**
|
|
1844
|
-
*
|
|
1838
|
+
* Lookup170: pallet_proofs_dealer::types::Proof<T>
|
|
1845
1839
|
**/
|
|
1846
1840
|
PalletProofsDealerProof: {
|
|
1847
1841
|
forestProof: "SpTrieStorageProofCompactProof",
|
|
1848
1842
|
keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
|
|
1849
1843
|
},
|
|
1850
1844
|
/**
|
|
1851
|
-
*
|
|
1845
|
+
* Lookup171: sp_trie::storage_proof::CompactProof
|
|
1852
1846
|
**/
|
|
1853
1847
|
SpTrieStorageProofCompactProof: {
|
|
1854
1848
|
encodedNodes: "Vec<Bytes>"
|
|
1855
1849
|
},
|
|
1856
1850
|
/**
|
|
1857
|
-
*
|
|
1851
|
+
* Lookup174: pallet_proofs_dealer::types::KeyProof<T>
|
|
1858
1852
|
**/
|
|
1859
1853
|
PalletProofsDealerKeyProof: {
|
|
1860
1854
|
proof: "ShpFileKeyVerifierFileKeyProof",
|
|
1861
1855
|
challengeCount: "u32"
|
|
1862
1856
|
},
|
|
1863
1857
|
/**
|
|
1864
|
-
*
|
|
1858
|
+
* Lookup175: shp_file_key_verifier::types::FileKeyProof
|
|
1865
1859
|
**/
|
|
1866
1860
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1867
1861
|
fileMetadata: "ShpFileMetadataFileMetadata",
|
|
1868
1862
|
proof: "SpTrieStorageProofCompactProof"
|
|
1869
1863
|
},
|
|
1870
1864
|
/**
|
|
1871
|
-
*
|
|
1865
|
+
* Lookup179: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1872
1866
|
**/
|
|
1873
1867
|
PalletProofsDealerCustomChallenge: {
|
|
1874
1868
|
key: "H256",
|
|
1875
1869
|
shouldRemoveKey: "bool"
|
|
1876
1870
|
},
|
|
1877
1871
|
/**
|
|
1878
|
-
*
|
|
1872
|
+
* Lookup183: shp_traits::TrieMutation
|
|
1879
1873
|
**/
|
|
1880
1874
|
ShpTraitsTrieMutation: {
|
|
1881
1875
|
_enum: {
|
|
@@ -1884,19 +1878,19 @@ export default {
|
|
|
1884
1878
|
}
|
|
1885
1879
|
},
|
|
1886
1880
|
/**
|
|
1887
|
-
*
|
|
1881
|
+
* Lookup184: shp_traits::TrieAddMutation
|
|
1888
1882
|
**/
|
|
1889
1883
|
ShpTraitsTrieAddMutation: {
|
|
1890
1884
|
value: "Bytes"
|
|
1891
1885
|
},
|
|
1892
1886
|
/**
|
|
1893
|
-
*
|
|
1887
|
+
* Lookup185: shp_traits::TrieRemoveMutation
|
|
1894
1888
|
**/
|
|
1895
1889
|
ShpTraitsTrieRemoveMutation: {
|
|
1896
1890
|
maybeValue: "Option<Bytes>"
|
|
1897
1891
|
},
|
|
1898
1892
|
/**
|
|
1899
|
-
*
|
|
1893
|
+
* Lookup187: pallet_randomness::pallet::Event<T>
|
|
1900
1894
|
**/
|
|
1901
1895
|
PalletRandomnessEvent: {
|
|
1902
1896
|
_enum: {
|
|
@@ -1908,7 +1902,7 @@ export default {
|
|
|
1908
1902
|
}
|
|
1909
1903
|
},
|
|
1910
1904
|
/**
|
|
1911
|
-
*
|
|
1905
|
+
* Lookup188: pallet_payment_streams::pallet::Event<T>
|
|
1912
1906
|
**/
|
|
1913
1907
|
PalletPaymentStreamsEvent: {
|
|
1914
1908
|
_enum: {
|
|
@@ -1976,7 +1970,7 @@ export default {
|
|
|
1976
1970
|
}
|
|
1977
1971
|
},
|
|
1978
1972
|
/**
|
|
1979
|
-
*
|
|
1973
|
+
* Lookup190: pallet_bucket_nfts::pallet::Event<T>
|
|
1980
1974
|
**/
|
|
1981
1975
|
PalletBucketNftsEvent: {
|
|
1982
1976
|
_enum: {
|
|
@@ -1997,7 +1991,7 @@ export default {
|
|
|
1997
1991
|
}
|
|
1998
1992
|
},
|
|
1999
1993
|
/**
|
|
2000
|
-
*
|
|
1994
|
+
* Lookup191: pallet_nfts::pallet::Event<T, I>
|
|
2001
1995
|
**/
|
|
2002
1996
|
PalletNftsEvent: {
|
|
2003
1997
|
_enum: {
|
|
@@ -2198,7 +2192,7 @@ export default {
|
|
|
2198
2192
|
}
|
|
2199
2193
|
},
|
|
2200
2194
|
/**
|
|
2201
|
-
*
|
|
2195
|
+
* Lookup195: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
2202
2196
|
**/
|
|
2203
2197
|
PalletNftsAttributeNamespace: {
|
|
2204
2198
|
_enum: {
|
|
@@ -2209,20 +2203,20 @@ export default {
|
|
|
2209
2203
|
}
|
|
2210
2204
|
},
|
|
2211
2205
|
/**
|
|
2212
|
-
*
|
|
2206
|
+
* Lookup197: pallet_nfts::types::PriceWithDirection<Amount>
|
|
2213
2207
|
**/
|
|
2214
2208
|
PalletNftsPriceWithDirection: {
|
|
2215
2209
|
amount: "u128",
|
|
2216
2210
|
direction: "PalletNftsPriceDirection"
|
|
2217
2211
|
},
|
|
2218
2212
|
/**
|
|
2219
|
-
*
|
|
2213
|
+
* Lookup198: pallet_nfts::types::PriceDirection
|
|
2220
2214
|
**/
|
|
2221
2215
|
PalletNftsPriceDirection: {
|
|
2222
2216
|
_enum: ["Send", "Receive"]
|
|
2223
2217
|
},
|
|
2224
2218
|
/**
|
|
2225
|
-
*
|
|
2219
|
+
* Lookup199: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
2226
2220
|
**/
|
|
2227
2221
|
PalletNftsPalletAttributes: {
|
|
2228
2222
|
_enum: {
|
|
@@ -2231,7 +2225,7 @@ export default {
|
|
|
2231
2225
|
}
|
|
2232
2226
|
},
|
|
2233
2227
|
/**
|
|
2234
|
-
*
|
|
2228
|
+
* Lookup200: pallet_parameters::pallet::Event<T>
|
|
2235
2229
|
**/
|
|
2236
2230
|
PalletParametersEvent: {
|
|
2237
2231
|
_enum: {
|
|
@@ -2243,7 +2237,7 @@ export default {
|
|
|
2243
2237
|
}
|
|
2244
2238
|
},
|
|
2245
2239
|
/**
|
|
2246
|
-
*
|
|
2240
|
+
* Lookup201: sh_parachain_runtime::configs::runtime_params::RuntimeParametersKey
|
|
2247
2241
|
**/
|
|
2248
2242
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
|
|
2249
2243
|
_enum: {
|
|
@@ -2251,7 +2245,7 @@ export default {
|
|
|
2251
2245
|
}
|
|
2252
2246
|
},
|
|
2253
2247
|
/**
|
|
2254
|
-
*
|
|
2248
|
+
* Lookup202: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
|
|
2255
2249
|
**/
|
|
2256
2250
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
|
|
2257
2251
|
_enum: [
|
|
@@ -2288,133 +2282,133 @@ export default {
|
|
|
2288
2282
|
]
|
|
2289
2283
|
},
|
|
2290
2284
|
/**
|
|
2291
|
-
*
|
|
2285
|
+
* Lookup203: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
|
|
2292
2286
|
**/
|
|
2293
2287
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: "Null",
|
|
2294
2288
|
/**
|
|
2295
|
-
*
|
|
2289
|
+
* Lookup204: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
|
|
2296
2290
|
**/
|
|
2297
2291
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: "Null",
|
|
2298
2292
|
/**
|
|
2299
|
-
*
|
|
2293
|
+
* Lookup205: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
|
|
2300
2294
|
**/
|
|
2301
2295
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: "Null",
|
|
2302
2296
|
/**
|
|
2303
|
-
*
|
|
2297
|
+
* Lookup206: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
|
|
2304
2298
|
**/
|
|
2305
2299
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: "Null",
|
|
2306
2300
|
/**
|
|
2307
|
-
*
|
|
2301
|
+
* Lookup207: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
|
|
2308
2302
|
**/
|
|
2309
2303
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage:
|
|
2310
2304
|
"Null",
|
|
2311
2305
|
/**
|
|
2312
|
-
*
|
|
2306
|
+
* Lookup208: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
|
|
2313
2307
|
**/
|
|
2314
2308
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage:
|
|
2315
2309
|
"Null",
|
|
2316
2310
|
/**
|
|
2317
|
-
*
|
|
2311
|
+
* Lookup209: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
|
|
2318
2312
|
**/
|
|
2319
2313
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: "Null",
|
|
2320
2314
|
/**
|
|
2321
|
-
*
|
|
2315
|
+
* Lookup210: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
|
|
2322
2316
|
**/
|
|
2323
2317
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: "Null",
|
|
2324
2318
|
/**
|
|
2325
|
-
*
|
|
2319
|
+
* Lookup211: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
|
|
2326
2320
|
**/
|
|
2327
2321
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: "Null",
|
|
2328
2322
|
/**
|
|
2329
|
-
*
|
|
2323
|
+
* Lookup212: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
|
|
2330
2324
|
**/
|
|
2331
2325
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: "Null",
|
|
2332
2326
|
/**
|
|
2333
|
-
*
|
|
2327
|
+
* Lookup213: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
|
|
2334
2328
|
**/
|
|
2335
2329
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: "Null",
|
|
2336
2330
|
/**
|
|
2337
|
-
*
|
|
2331
|
+
* Lookup214: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
|
|
2338
2332
|
**/
|
|
2339
2333
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate: "Null",
|
|
2340
2334
|
/**
|
|
2341
|
-
*
|
|
2335
|
+
* Lookup215: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
|
|
2342
2336
|
**/
|
|
2343
2337
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: "Null",
|
|
2344
2338
|
/**
|
|
2345
|
-
*
|
|
2339
|
+
* Lookup216: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
|
|
2346
2340
|
**/
|
|
2347
2341
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: "Null",
|
|
2348
2342
|
/**
|
|
2349
|
-
*
|
|
2343
|
+
* Lookup217: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
|
|
2350
2344
|
**/
|
|
2351
2345
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: "Null",
|
|
2352
2346
|
/**
|
|
2353
|
-
*
|
|
2347
|
+
* Lookup218: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
|
|
2354
2348
|
**/
|
|
2355
2349
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: "Null",
|
|
2356
2350
|
/**
|
|
2357
|
-
*
|
|
2351
|
+
* Lookup219: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
|
|
2358
2352
|
**/
|
|
2359
2353
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty: "Null",
|
|
2360
2354
|
/**
|
|
2361
|
-
*
|
|
2355
|
+
* Lookup220: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
|
|
2362
2356
|
**/
|
|
2363
2357
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: "Null",
|
|
2364
2358
|
/**
|
|
2365
|
-
*
|
|
2359
|
+
* Lookup221: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
|
|
2366
2360
|
**/
|
|
2367
2361
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: "Null",
|
|
2368
2362
|
/**
|
|
2369
|
-
*
|
|
2363
|
+
* Lookup222: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
|
|
2370
2364
|
**/
|
|
2371
2365
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget: "Null",
|
|
2372
2366
|
/**
|
|
2373
|
-
*
|
|
2367
|
+
* Lookup223: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
|
|
2374
2368
|
**/
|
|
2375
2369
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget:
|
|
2376
2370
|
"Null",
|
|
2377
2371
|
/**
|
|
2378
|
-
*
|
|
2372
|
+
* Lookup224: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
|
|
2379
2373
|
**/
|
|
2380
2374
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget:
|
|
2381
2375
|
"Null",
|
|
2382
2376
|
/**
|
|
2383
|
-
*
|
|
2377
|
+
* Lookup225: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
|
|
2384
2378
|
**/
|
|
2385
2379
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget:
|
|
2386
2380
|
"Null",
|
|
2387
2381
|
/**
|
|
2388
|
-
*
|
|
2382
|
+
* Lookup226: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
|
|
2389
2383
|
**/
|
|
2390
2384
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: "Null",
|
|
2391
2385
|
/**
|
|
2392
|
-
*
|
|
2386
|
+
* Lookup227: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
|
|
2393
2387
|
**/
|
|
2394
2388
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold:
|
|
2395
2389
|
"Null",
|
|
2396
2390
|
/**
|
|
2397
|
-
*
|
|
2391
|
+
* Lookup228: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
|
|
2398
2392
|
**/
|
|
2399
2393
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: "Null",
|
|
2400
2394
|
/**
|
|
2401
|
-
*
|
|
2395
|
+
* Lookup229: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
|
|
2402
2396
|
**/
|
|
2403
2397
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: "Null",
|
|
2404
2398
|
/**
|
|
2405
|
-
*
|
|
2399
|
+
* Lookup230: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
|
|
2406
2400
|
**/
|
|
2407
2401
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: "Null",
|
|
2408
2402
|
/**
|
|
2409
|
-
*
|
|
2403
|
+
* Lookup231: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
|
|
2410
2404
|
**/
|
|
2411
2405
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: "Null",
|
|
2412
2406
|
/**
|
|
2413
|
-
*
|
|
2407
|
+
* Lookup232: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
|
|
2414
2408
|
**/
|
|
2415
2409
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: "Null",
|
|
2416
2410
|
/**
|
|
2417
|
-
*
|
|
2411
|
+
* Lookup234: sh_parachain_runtime::configs::runtime_params::RuntimeParametersValue
|
|
2418
2412
|
**/
|
|
2419
2413
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
|
|
2420
2414
|
_enum: {
|
|
@@ -2423,7 +2417,7 @@ export default {
|
|
|
2423
2417
|
}
|
|
2424
2418
|
},
|
|
2425
2419
|
/**
|
|
2426
|
-
*
|
|
2420
|
+
* Lookup235: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
|
|
2427
2421
|
**/
|
|
2428
2422
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
|
|
2429
2423
|
_enum: {
|
|
@@ -2460,7 +2454,7 @@ export default {
|
|
|
2460
2454
|
}
|
|
2461
2455
|
},
|
|
2462
2456
|
/**
|
|
2463
|
-
*
|
|
2457
|
+
* Lookup237: frame_system::Phase
|
|
2464
2458
|
**/
|
|
2465
2459
|
FrameSystemPhase: {
|
|
2466
2460
|
_enum: {
|
|
@@ -2470,21 +2464,21 @@ export default {
|
|
|
2470
2464
|
}
|
|
2471
2465
|
},
|
|
2472
2466
|
/**
|
|
2473
|
-
*
|
|
2467
|
+
* Lookup240: frame_system::LastRuntimeUpgradeInfo
|
|
2474
2468
|
**/
|
|
2475
2469
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2476
2470
|
specVersion: "Compact<u32>",
|
|
2477
2471
|
specName: "Text"
|
|
2478
2472
|
},
|
|
2479
2473
|
/**
|
|
2480
|
-
*
|
|
2474
|
+
* Lookup243: frame_system::CodeUpgradeAuthorization<T>
|
|
2481
2475
|
**/
|
|
2482
2476
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2483
2477
|
codeHash: "H256",
|
|
2484
2478
|
checkVersion: "bool"
|
|
2485
2479
|
},
|
|
2486
2480
|
/**
|
|
2487
|
-
*
|
|
2481
|
+
* Lookup244: frame_system::pallet::Call<T>
|
|
2488
2482
|
**/
|
|
2489
2483
|
FrameSystemCall: {
|
|
2490
2484
|
_enum: {
|
|
@@ -2529,7 +2523,7 @@ export default {
|
|
|
2529
2523
|
}
|
|
2530
2524
|
},
|
|
2531
2525
|
/**
|
|
2532
|
-
*
|
|
2526
|
+
* Lookup247: frame_system::limits::BlockWeights
|
|
2533
2527
|
**/
|
|
2534
2528
|
FrameSystemLimitsBlockWeights: {
|
|
2535
2529
|
baseBlock: "SpWeightsWeightV2Weight",
|
|
@@ -2537,7 +2531,7 @@ export default {
|
|
|
2537
2531
|
perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
|
|
2538
2532
|
},
|
|
2539
2533
|
/**
|
|
2540
|
-
*
|
|
2534
|
+
* Lookup248: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2541
2535
|
**/
|
|
2542
2536
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2543
2537
|
normal: "FrameSystemLimitsWeightsPerClass",
|
|
@@ -2545,7 +2539,7 @@ export default {
|
|
|
2545
2539
|
mandatory: "FrameSystemLimitsWeightsPerClass"
|
|
2546
2540
|
},
|
|
2547
2541
|
/**
|
|
2548
|
-
*
|
|
2542
|
+
* Lookup249: frame_system::limits::WeightsPerClass
|
|
2549
2543
|
**/
|
|
2550
2544
|
FrameSystemLimitsWeightsPerClass: {
|
|
2551
2545
|
baseExtrinsic: "SpWeightsWeightV2Weight",
|
|
@@ -2554,13 +2548,13 @@ export default {
|
|
|
2554
2548
|
reserved: "Option<SpWeightsWeightV2Weight>"
|
|
2555
2549
|
},
|
|
2556
2550
|
/**
|
|
2557
|
-
*
|
|
2551
|
+
* Lookup250: frame_system::limits::BlockLength
|
|
2558
2552
|
**/
|
|
2559
2553
|
FrameSystemLimitsBlockLength: {
|
|
2560
2554
|
max: "FrameSupportDispatchPerDispatchClassU32"
|
|
2561
2555
|
},
|
|
2562
2556
|
/**
|
|
2563
|
-
*
|
|
2557
|
+
* Lookup251: frame_support::dispatch::PerDispatchClass<T>
|
|
2564
2558
|
**/
|
|
2565
2559
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2566
2560
|
normal: "u32",
|
|
@@ -2568,14 +2562,14 @@ export default {
|
|
|
2568
2562
|
mandatory: "u32"
|
|
2569
2563
|
},
|
|
2570
2564
|
/**
|
|
2571
|
-
*
|
|
2565
|
+
* Lookup252: sp_weights::RuntimeDbWeight
|
|
2572
2566
|
**/
|
|
2573
2567
|
SpWeightsRuntimeDbWeight: {
|
|
2574
2568
|
read: "u64",
|
|
2575
2569
|
write: "u64"
|
|
2576
2570
|
},
|
|
2577
2571
|
/**
|
|
2578
|
-
*
|
|
2572
|
+
* Lookup253: sp_version::RuntimeVersion
|
|
2579
2573
|
**/
|
|
2580
2574
|
SpVersionRuntimeVersion: {
|
|
2581
2575
|
specName: "Text",
|
|
@@ -2588,7 +2582,7 @@ export default {
|
|
|
2588
2582
|
systemVersion: "u8"
|
|
2589
2583
|
},
|
|
2590
2584
|
/**
|
|
2591
|
-
*
|
|
2585
|
+
* Lookup258: frame_system::pallet::Error<T>
|
|
2592
2586
|
**/
|
|
2593
2587
|
FrameSystemError: {
|
|
2594
2588
|
_enum: [
|
|
@@ -2604,7 +2598,7 @@ export default {
|
|
|
2604
2598
|
]
|
|
2605
2599
|
},
|
|
2606
2600
|
/**
|
|
2607
|
-
*
|
|
2601
|
+
* Lookup260: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2608
2602
|
**/
|
|
2609
2603
|
CumulusPalletParachainSystemUnincludedSegmentAncestor: {
|
|
2610
2604
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2612,7 +2606,7 @@ export default {
|
|
|
2612
2606
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2613
2607
|
},
|
|
2614
2608
|
/**
|
|
2615
|
-
*
|
|
2609
|
+
* Lookup261: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2616
2610
|
**/
|
|
2617
2611
|
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
|
|
2618
2612
|
umpMsgCount: "u32",
|
|
@@ -2620,20 +2614,20 @@ export default {
|
|
|
2620
2614
|
hrmpOutgoing: "BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>"
|
|
2621
2615
|
},
|
|
2622
2616
|
/**
|
|
2623
|
-
*
|
|
2617
|
+
* Lookup263: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2624
2618
|
**/
|
|
2625
2619
|
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2626
2620
|
msgCount: "u32",
|
|
2627
2621
|
totalBytes: "u32"
|
|
2628
2622
|
},
|
|
2629
2623
|
/**
|
|
2630
|
-
*
|
|
2624
|
+
* Lookup267: polkadot_primitives::v8::UpgradeGoAhead
|
|
2631
2625
|
**/
|
|
2632
2626
|
PolkadotPrimitivesV8UpgradeGoAhead: {
|
|
2633
2627
|
_enum: ["Abort", "GoAhead"]
|
|
2634
2628
|
},
|
|
2635
2629
|
/**
|
|
2636
|
-
*
|
|
2630
|
+
* Lookup268: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2637
2631
|
**/
|
|
2638
2632
|
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
|
|
2639
2633
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2641,7 +2635,7 @@ export default {
|
|
|
2641
2635
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2642
2636
|
},
|
|
2643
2637
|
/**
|
|
2644
|
-
*
|
|
2638
|
+
* Lookup269: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
2645
2639
|
**/
|
|
2646
2640
|
PolkadotPrimitivesV8PersistedValidationData: {
|
|
2647
2641
|
parentHead: "Bytes",
|
|
@@ -2650,19 +2644,19 @@ export default {
|
|
|
2650
2644
|
maxPovSize: "u32"
|
|
2651
2645
|
},
|
|
2652
2646
|
/**
|
|
2653
|
-
*
|
|
2647
|
+
* Lookup272: polkadot_primitives::v8::UpgradeRestriction
|
|
2654
2648
|
**/
|
|
2655
2649
|
PolkadotPrimitivesV8UpgradeRestriction: {
|
|
2656
2650
|
_enum: ["Present"]
|
|
2657
2651
|
},
|
|
2658
2652
|
/**
|
|
2659
|
-
*
|
|
2653
|
+
* Lookup273: sp_trie::storage_proof::StorageProof
|
|
2660
2654
|
**/
|
|
2661
2655
|
SpTrieStorageProof: {
|
|
2662
2656
|
trieNodes: "BTreeSet<Bytes>"
|
|
2663
2657
|
},
|
|
2664
2658
|
/**
|
|
2665
|
-
*
|
|
2659
|
+
* Lookup275: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2666
2660
|
**/
|
|
2667
2661
|
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2668
2662
|
dmqMqcHead: "H256",
|
|
@@ -2672,14 +2666,14 @@ export default {
|
|
|
2672
2666
|
egressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>"
|
|
2673
2667
|
},
|
|
2674
2668
|
/**
|
|
2675
|
-
*
|
|
2669
|
+
* Lookup276: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2676
2670
|
**/
|
|
2677
2671
|
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2678
2672
|
remainingCount: "u32",
|
|
2679
2673
|
remainingSize: "u32"
|
|
2680
2674
|
},
|
|
2681
2675
|
/**
|
|
2682
|
-
*
|
|
2676
|
+
* Lookup279: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2683
2677
|
**/
|
|
2684
2678
|
PolkadotPrimitivesV8AbridgedHrmpChannel: {
|
|
2685
2679
|
maxCapacity: "u32",
|
|
@@ -2690,7 +2684,7 @@ export default {
|
|
|
2690
2684
|
mqcHead: "Option<H256>"
|
|
2691
2685
|
},
|
|
2692
2686
|
/**
|
|
2693
|
-
*
|
|
2687
|
+
* Lookup280: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2694
2688
|
**/
|
|
2695
2689
|
PolkadotPrimitivesV8AbridgedHostConfiguration: {
|
|
2696
2690
|
maxCodeSize: "u32",
|
|
@@ -2705,21 +2699,21 @@ export default {
|
|
|
2705
2699
|
asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams"
|
|
2706
2700
|
},
|
|
2707
2701
|
/**
|
|
2708
|
-
*
|
|
2702
|
+
* Lookup281: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
2709
2703
|
**/
|
|
2710
2704
|
PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
2711
2705
|
maxCandidateDepth: "u32",
|
|
2712
2706
|
allowedAncestryLen: "u32"
|
|
2713
2707
|
},
|
|
2714
2708
|
/**
|
|
2715
|
-
*
|
|
2709
|
+
* Lookup287: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
2716
2710
|
**/
|
|
2717
2711
|
PolkadotCorePrimitivesOutboundHrmpMessage: {
|
|
2718
2712
|
recipient: "u32",
|
|
2719
2713
|
data: "Bytes"
|
|
2720
2714
|
},
|
|
2721
2715
|
/**
|
|
2722
|
-
*
|
|
2716
|
+
* Lookup289: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
2723
2717
|
**/
|
|
2724
2718
|
CumulusPalletParachainSystemCall: {
|
|
2725
2719
|
_enum: {
|
|
@@ -2732,7 +2726,7 @@ export default {
|
|
|
2732
2726
|
}
|
|
2733
2727
|
},
|
|
2734
2728
|
/**
|
|
2735
|
-
*
|
|
2729
|
+
* Lookup290: cumulus_primitives_parachain_inherent::ParachainInherentData
|
|
2736
2730
|
**/
|
|
2737
2731
|
CumulusPrimitivesParachainInherentParachainInherentData: {
|
|
2738
2732
|
validationData: "PolkadotPrimitivesV8PersistedValidationData",
|
|
@@ -2741,21 +2735,21 @@ export default {
|
|
|
2741
2735
|
horizontalMessages: "BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>"
|
|
2742
2736
|
},
|
|
2743
2737
|
/**
|
|
2744
|
-
*
|
|
2738
|
+
* Lookup292: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
2745
2739
|
**/
|
|
2746
2740
|
PolkadotCorePrimitivesInboundDownwardMessage: {
|
|
2747
2741
|
sentAt: "u32",
|
|
2748
2742
|
msg: "Bytes"
|
|
2749
2743
|
},
|
|
2750
2744
|
/**
|
|
2751
|
-
*
|
|
2745
|
+
* Lookup295: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
2752
2746
|
**/
|
|
2753
2747
|
PolkadotCorePrimitivesInboundHrmpMessage: {
|
|
2754
2748
|
sentAt: "u32",
|
|
2755
2749
|
data: "Bytes"
|
|
2756
2750
|
},
|
|
2757
2751
|
/**
|
|
2758
|
-
*
|
|
2752
|
+
* Lookup298: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2759
2753
|
**/
|
|
2760
2754
|
CumulusPalletParachainSystemError: {
|
|
2761
2755
|
_enum: [
|
|
@@ -2770,7 +2764,7 @@ export default {
|
|
|
2770
2764
|
]
|
|
2771
2765
|
},
|
|
2772
2766
|
/**
|
|
2773
|
-
*
|
|
2767
|
+
* Lookup299: pallet_timestamp::pallet::Call<T>
|
|
2774
2768
|
**/
|
|
2775
2769
|
PalletTimestampCall: {
|
|
2776
2770
|
_enum: {
|
|
@@ -2780,11 +2774,11 @@ export default {
|
|
|
2780
2774
|
}
|
|
2781
2775
|
},
|
|
2782
2776
|
/**
|
|
2783
|
-
*
|
|
2777
|
+
* Lookup300: staging_parachain_info::pallet::Call<T>
|
|
2784
2778
|
**/
|
|
2785
2779
|
StagingParachainInfoCall: "Null",
|
|
2786
2780
|
/**
|
|
2787
|
-
*
|
|
2781
|
+
* Lookup302: pallet_balances::types::BalanceLock<Balance>
|
|
2788
2782
|
**/
|
|
2789
2783
|
PalletBalancesBalanceLock: {
|
|
2790
2784
|
id: "[u8;8]",
|
|
@@ -2792,20 +2786,20 @@ export default {
|
|
|
2792
2786
|
reasons: "PalletBalancesReasons"
|
|
2793
2787
|
},
|
|
2794
2788
|
/**
|
|
2795
|
-
*
|
|
2789
|
+
* Lookup303: pallet_balances::types::Reasons
|
|
2796
2790
|
**/
|
|
2797
2791
|
PalletBalancesReasons: {
|
|
2798
2792
|
_enum: ["Fee", "Misc", "All"]
|
|
2799
2793
|
},
|
|
2800
2794
|
/**
|
|
2801
|
-
*
|
|
2795
|
+
* Lookup306: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2802
2796
|
**/
|
|
2803
2797
|
PalletBalancesReserveData: {
|
|
2804
2798
|
id: "[u8;8]",
|
|
2805
2799
|
amount: "u128"
|
|
2806
2800
|
},
|
|
2807
2801
|
/**
|
|
2808
|
-
*
|
|
2802
|
+
* Lookup310: sh_parachain_runtime::RuntimeHoldReason
|
|
2809
2803
|
**/
|
|
2810
2804
|
ShParachainRuntimeRuntimeHoldReason: {
|
|
2811
2805
|
_enum: {
|
|
@@ -2857,32 +2851,32 @@ export default {
|
|
|
2857
2851
|
}
|
|
2858
2852
|
},
|
|
2859
2853
|
/**
|
|
2860
|
-
*
|
|
2854
|
+
* Lookup311: pallet_storage_providers::pallet::HoldReason
|
|
2861
2855
|
**/
|
|
2862
2856
|
PalletStorageProvidersHoldReason: {
|
|
2863
2857
|
_enum: ["StorageProviderDeposit", "BucketDeposit"]
|
|
2864
2858
|
},
|
|
2865
2859
|
/**
|
|
2866
|
-
*
|
|
2860
|
+
* Lookup312: pallet_file_system::pallet::HoldReason
|
|
2867
2861
|
**/
|
|
2868
2862
|
PalletFileSystemHoldReason: {
|
|
2869
2863
|
_enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
|
|
2870
2864
|
},
|
|
2871
2865
|
/**
|
|
2872
|
-
*
|
|
2866
|
+
* Lookup313: pallet_payment_streams::pallet::HoldReason
|
|
2873
2867
|
**/
|
|
2874
2868
|
PalletPaymentStreamsHoldReason: {
|
|
2875
2869
|
_enum: ["PaymentStreamDeposit"]
|
|
2876
2870
|
},
|
|
2877
2871
|
/**
|
|
2878
|
-
*
|
|
2872
|
+
* Lookup316: frame_support::traits::tokens::misc::IdAmount<Id, Balance>
|
|
2879
2873
|
**/
|
|
2880
2874
|
FrameSupportTokensMiscIdAmount: {
|
|
2881
2875
|
id: "Null",
|
|
2882
2876
|
amount: "u128"
|
|
2883
2877
|
},
|
|
2884
2878
|
/**
|
|
2885
|
-
*
|
|
2879
|
+
* Lookup318: pallet_balances::pallet::Call<T, I>
|
|
2886
2880
|
**/
|
|
2887
2881
|
PalletBalancesCall: {
|
|
2888
2882
|
_enum: {
|
|
@@ -2927,13 +2921,13 @@ export default {
|
|
|
2927
2921
|
}
|
|
2928
2922
|
},
|
|
2929
2923
|
/**
|
|
2930
|
-
*
|
|
2924
|
+
* Lookup321: pallet_balances::types::AdjustmentDirection
|
|
2931
2925
|
**/
|
|
2932
2926
|
PalletBalancesAdjustmentDirection: {
|
|
2933
2927
|
_enum: ["Increase", "Decrease"]
|
|
2934
2928
|
},
|
|
2935
2929
|
/**
|
|
2936
|
-
*
|
|
2930
|
+
* Lookup322: pallet_balances::pallet::Error<T, I>
|
|
2937
2931
|
**/
|
|
2938
2932
|
PalletBalancesError: {
|
|
2939
2933
|
_enum: [
|
|
@@ -2952,13 +2946,13 @@ export default {
|
|
|
2952
2946
|
]
|
|
2953
2947
|
},
|
|
2954
2948
|
/**
|
|
2955
|
-
*
|
|
2949
|
+
* Lookup323: pallet_transaction_payment::Releases
|
|
2956
2950
|
**/
|
|
2957
2951
|
PalletTransactionPaymentReleases: {
|
|
2958
2952
|
_enum: ["V1Ancient", "V2"]
|
|
2959
2953
|
},
|
|
2960
2954
|
/**
|
|
2961
|
-
*
|
|
2955
|
+
* Lookup324: pallet_sudo::pallet::Call<T>
|
|
2962
2956
|
**/
|
|
2963
2957
|
PalletSudoCall: {
|
|
2964
2958
|
_enum: {
|
|
@@ -2983,7 +2977,7 @@ export default {
|
|
|
2983
2977
|
}
|
|
2984
2978
|
},
|
|
2985
2979
|
/**
|
|
2986
|
-
*
|
|
2980
|
+
* Lookup326: pallet_collator_selection::pallet::Call<T>
|
|
2987
2981
|
**/
|
|
2988
2982
|
PalletCollatorSelectionCall: {
|
|
2989
2983
|
_enum: {
|
|
@@ -3017,7 +3011,7 @@ export default {
|
|
|
3017
3011
|
}
|
|
3018
3012
|
},
|
|
3019
3013
|
/**
|
|
3020
|
-
*
|
|
3014
|
+
* Lookup327: pallet_session::pallet::Call<T>
|
|
3021
3015
|
**/
|
|
3022
3016
|
PalletSessionCall: {
|
|
3023
3017
|
_enum: {
|
|
@@ -3032,17 +3026,17 @@ export default {
|
|
|
3032
3026
|
}
|
|
3033
3027
|
},
|
|
3034
3028
|
/**
|
|
3035
|
-
*
|
|
3029
|
+
* Lookup328: sh_parachain_runtime::SessionKeys
|
|
3036
3030
|
**/
|
|
3037
3031
|
ShParachainRuntimeSessionKeys: {
|
|
3038
3032
|
aura: "SpConsensusAuraSr25519AppSr25519Public"
|
|
3039
3033
|
},
|
|
3040
3034
|
/**
|
|
3041
|
-
*
|
|
3035
|
+
* Lookup329: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
3042
3036
|
**/
|
|
3043
3037
|
SpConsensusAuraSr25519AppSr25519Public: "[u8;32]",
|
|
3044
3038
|
/**
|
|
3045
|
-
*
|
|
3039
|
+
* Lookup330: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
3046
3040
|
**/
|
|
3047
3041
|
CumulusPalletXcmpQueueCall: {
|
|
3048
3042
|
_enum: {
|
|
@@ -3070,7 +3064,7 @@ export default {
|
|
|
3070
3064
|
}
|
|
3071
3065
|
},
|
|
3072
3066
|
/**
|
|
3073
|
-
*
|
|
3067
|
+
* Lookup331: pallet_xcm::pallet::Call<T>
|
|
3074
3068
|
**/
|
|
3075
3069
|
PalletXcmCall: {
|
|
3076
3070
|
_enum: {
|
|
@@ -3147,7 +3141,7 @@ export default {
|
|
|
3147
3141
|
}
|
|
3148
3142
|
},
|
|
3149
3143
|
/**
|
|
3150
|
-
*
|
|
3144
|
+
* Lookup332: xcm::VersionedXcm<RuntimeCall>
|
|
3151
3145
|
**/
|
|
3152
3146
|
XcmVersionedXcm: {
|
|
3153
3147
|
_enum: {
|
|
@@ -3160,11 +3154,11 @@ export default {
|
|
|
3160
3154
|
}
|
|
3161
3155
|
},
|
|
3162
3156
|
/**
|
|
3163
|
-
*
|
|
3157
|
+
* Lookup333: xcm::v3::Xcm<Call>
|
|
3164
3158
|
**/
|
|
3165
3159
|
XcmV3Xcm: "Vec<XcmV3Instruction>",
|
|
3166
3160
|
/**
|
|
3167
|
-
*
|
|
3161
|
+
* Lookup335: xcm::v3::Instruction<Call>
|
|
3168
3162
|
**/
|
|
3169
3163
|
XcmV3Instruction: {
|
|
3170
3164
|
_enum: {
|
|
@@ -3306,7 +3300,7 @@ export default {
|
|
|
3306
3300
|
}
|
|
3307
3301
|
},
|
|
3308
3302
|
/**
|
|
3309
|
-
*
|
|
3303
|
+
* Lookup336: xcm::v3::Response
|
|
3310
3304
|
**/
|
|
3311
3305
|
XcmV3Response: {
|
|
3312
3306
|
_enum: {
|
|
@@ -3319,7 +3313,7 @@ export default {
|
|
|
3319
3313
|
}
|
|
3320
3314
|
},
|
|
3321
3315
|
/**
|
|
3322
|
-
*
|
|
3316
|
+
* Lookup339: xcm::v3::traits::Error
|
|
3323
3317
|
**/
|
|
3324
3318
|
XcmV3TraitsError: {
|
|
3325
3319
|
_enum: {
|
|
@@ -3366,7 +3360,7 @@ export default {
|
|
|
3366
3360
|
}
|
|
3367
3361
|
},
|
|
3368
3362
|
/**
|
|
3369
|
-
*
|
|
3363
|
+
* Lookup341: xcm::v3::PalletInfo
|
|
3370
3364
|
**/
|
|
3371
3365
|
XcmV3PalletInfo: {
|
|
3372
3366
|
index: "Compact<u32>",
|
|
@@ -3377,7 +3371,7 @@ export default {
|
|
|
3377
3371
|
patch: "Compact<u32>"
|
|
3378
3372
|
},
|
|
3379
3373
|
/**
|
|
3380
|
-
*
|
|
3374
|
+
* Lookup345: xcm::v3::QueryResponseInfo
|
|
3381
3375
|
**/
|
|
3382
3376
|
XcmV3QueryResponseInfo: {
|
|
3383
3377
|
destination: "StagingXcmV3MultiLocation",
|
|
@@ -3385,7 +3379,7 @@ export default {
|
|
|
3385
3379
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3386
3380
|
},
|
|
3387
3381
|
/**
|
|
3388
|
-
*
|
|
3382
|
+
* Lookup346: xcm::v3::multiasset::MultiAssetFilter
|
|
3389
3383
|
**/
|
|
3390
3384
|
XcmV3MultiassetMultiAssetFilter: {
|
|
3391
3385
|
_enum: {
|
|
@@ -3394,7 +3388,7 @@ export default {
|
|
|
3394
3388
|
}
|
|
3395
3389
|
},
|
|
3396
3390
|
/**
|
|
3397
|
-
*
|
|
3391
|
+
* Lookup347: xcm::v3::multiasset::WildMultiAsset
|
|
3398
3392
|
**/
|
|
3399
3393
|
XcmV3MultiassetWildMultiAsset: {
|
|
3400
3394
|
_enum: {
|
|
@@ -3412,17 +3406,17 @@ export default {
|
|
|
3412
3406
|
}
|
|
3413
3407
|
},
|
|
3414
3408
|
/**
|
|
3415
|
-
*
|
|
3409
|
+
* Lookup348: xcm::v3::multiasset::WildFungibility
|
|
3416
3410
|
**/
|
|
3417
3411
|
XcmV3MultiassetWildFungibility: {
|
|
3418
3412
|
_enum: ["Fungible", "NonFungible"]
|
|
3419
3413
|
},
|
|
3420
3414
|
/**
|
|
3421
|
-
*
|
|
3415
|
+
* Lookup349: staging_xcm::v4::Xcm<Call>
|
|
3422
3416
|
**/
|
|
3423
3417
|
StagingXcmV4Xcm: "Vec<StagingXcmV4Instruction>",
|
|
3424
3418
|
/**
|
|
3425
|
-
*
|
|
3419
|
+
* Lookup351: staging_xcm::v4::Instruction<Call>
|
|
3426
3420
|
**/
|
|
3427
3421
|
StagingXcmV4Instruction: {
|
|
3428
3422
|
_enum: {
|
|
@@ -3564,7 +3558,7 @@ export default {
|
|
|
3564
3558
|
}
|
|
3565
3559
|
},
|
|
3566
3560
|
/**
|
|
3567
|
-
*
|
|
3561
|
+
* Lookup352: staging_xcm::v4::Response
|
|
3568
3562
|
**/
|
|
3569
3563
|
StagingXcmV4Response: {
|
|
3570
3564
|
_enum: {
|
|
@@ -3577,7 +3571,7 @@ export default {
|
|
|
3577
3571
|
}
|
|
3578
3572
|
},
|
|
3579
3573
|
/**
|
|
3580
|
-
*
|
|
3574
|
+
* Lookup354: staging_xcm::v4::PalletInfo
|
|
3581
3575
|
**/
|
|
3582
3576
|
StagingXcmV4PalletInfo: {
|
|
3583
3577
|
index: "Compact<u32>",
|
|
@@ -3588,7 +3582,7 @@ export default {
|
|
|
3588
3582
|
patch: "Compact<u32>"
|
|
3589
3583
|
},
|
|
3590
3584
|
/**
|
|
3591
|
-
*
|
|
3585
|
+
* Lookup358: staging_xcm::v4::QueryResponseInfo
|
|
3592
3586
|
**/
|
|
3593
3587
|
StagingXcmV4QueryResponseInfo: {
|
|
3594
3588
|
destination: "StagingXcmV4Location",
|
|
@@ -3596,7 +3590,7 @@ export default {
|
|
|
3596
3590
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3597
3591
|
},
|
|
3598
3592
|
/**
|
|
3599
|
-
*
|
|
3593
|
+
* Lookup359: staging_xcm::v4::asset::AssetFilter
|
|
3600
3594
|
**/
|
|
3601
3595
|
StagingXcmV4AssetAssetFilter: {
|
|
3602
3596
|
_enum: {
|
|
@@ -3605,7 +3599,7 @@ export default {
|
|
|
3605
3599
|
}
|
|
3606
3600
|
},
|
|
3607
3601
|
/**
|
|
3608
|
-
*
|
|
3602
|
+
* Lookup360: staging_xcm::v4::asset::WildAsset
|
|
3609
3603
|
**/
|
|
3610
3604
|
StagingXcmV4AssetWildAsset: {
|
|
3611
3605
|
_enum: {
|
|
@@ -3623,13 +3617,13 @@ export default {
|
|
|
3623
3617
|
}
|
|
3624
3618
|
},
|
|
3625
3619
|
/**
|
|
3626
|
-
*
|
|
3620
|
+
* Lookup361: staging_xcm::v4::asset::WildFungibility
|
|
3627
3621
|
**/
|
|
3628
3622
|
StagingXcmV4AssetWildFungibility: {
|
|
3629
3623
|
_enum: ["Fungible", "NonFungible"]
|
|
3630
3624
|
},
|
|
3631
3625
|
/**
|
|
3632
|
-
*
|
|
3626
|
+
* Lookup373: staging_xcm_executor::traits::asset_transfer::TransferType
|
|
3633
3627
|
**/
|
|
3634
3628
|
StagingXcmExecutorAssetTransferTransferType: {
|
|
3635
3629
|
_enum: {
|
|
@@ -3640,7 +3634,7 @@ export default {
|
|
|
3640
3634
|
}
|
|
3641
3635
|
},
|
|
3642
3636
|
/**
|
|
3643
|
-
*
|
|
3637
|
+
* Lookup374: xcm::VersionedAssetId
|
|
3644
3638
|
**/
|
|
3645
3639
|
XcmVersionedAssetId: {
|
|
3646
3640
|
_enum: {
|
|
@@ -3653,11 +3647,11 @@ export default {
|
|
|
3653
3647
|
}
|
|
3654
3648
|
},
|
|
3655
3649
|
/**
|
|
3656
|
-
*
|
|
3650
|
+
* Lookup375: cumulus_pallet_xcm::pallet::Call<T>
|
|
3657
3651
|
**/
|
|
3658
3652
|
CumulusPalletXcmCall: "Null",
|
|
3659
3653
|
/**
|
|
3660
|
-
*
|
|
3654
|
+
* Lookup376: pallet_message_queue::pallet::Call<T>
|
|
3661
3655
|
**/
|
|
3662
3656
|
PalletMessageQueueCall: {
|
|
3663
3657
|
_enum: {
|
|
@@ -3674,7 +3668,7 @@ export default {
|
|
|
3674
3668
|
}
|
|
3675
3669
|
},
|
|
3676
3670
|
/**
|
|
3677
|
-
*
|
|
3671
|
+
* Lookup377: pallet_storage_providers::pallet::Call<T>
|
|
3678
3672
|
**/
|
|
3679
3673
|
PalletStorageProvidersCall: {
|
|
3680
3674
|
_enum: {
|
|
@@ -3745,7 +3739,7 @@ export default {
|
|
|
3745
3739
|
}
|
|
3746
3740
|
},
|
|
3747
3741
|
/**
|
|
3748
|
-
*
|
|
3742
|
+
* Lookup378: pallet_file_system::pallet::Call<T>
|
|
3749
3743
|
**/
|
|
3750
3744
|
PalletFileSystemCall: {
|
|
3751
3745
|
_enum: {
|
|
@@ -3845,35 +3839,26 @@ export default {
|
|
|
3845
3839
|
size_: "u64",
|
|
3846
3840
|
fingerprint: "H256"
|
|
3847
3841
|
},
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
size_: "size"
|
|
3851
|
-
},
|
|
3852
|
-
fileOwner: "AccountId32",
|
|
3853
|
-
signedIntention: "PalletFileSystemFileOperationIntention",
|
|
3854
|
-
signature: "SpRuntimeMultiSignature",
|
|
3855
|
-
bucketId: "H256",
|
|
3856
|
-
location: "Bytes",
|
|
3857
|
-
size_: "u64",
|
|
3858
|
-
fingerprint: "H256",
|
|
3842
|
+
delete_files: {
|
|
3843
|
+
fileDeletions: "Vec<PalletFileSystemFileDeletionRequest>",
|
|
3859
3844
|
bspId: "Option<H256>",
|
|
3860
3845
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3861
3846
|
},
|
|
3862
|
-
|
|
3863
|
-
|
|
3847
|
+
delete_files_for_incomplete_storage_request: {
|
|
3848
|
+
fileKeys: "Vec<H256>",
|
|
3864
3849
|
bspId: "Option<H256>",
|
|
3865
3850
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3866
3851
|
}
|
|
3867
3852
|
}
|
|
3868
3853
|
},
|
|
3869
3854
|
/**
|
|
3870
|
-
*
|
|
3855
|
+
* Lookup379: pallet_file_system::types::BucketMoveRequestResponse
|
|
3871
3856
|
**/
|
|
3872
3857
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
3873
3858
|
_enum: ["Accepted", "Rejected"]
|
|
3874
3859
|
},
|
|
3875
3860
|
/**
|
|
3876
|
-
*
|
|
3861
|
+
* Lookup380: pallet_file_system::types::ReplicationTarget<T>
|
|
3877
3862
|
**/
|
|
3878
3863
|
PalletFileSystemReplicationTarget: {
|
|
3879
3864
|
_enum: {
|
|
@@ -3886,7 +3871,7 @@ export default {
|
|
|
3886
3871
|
}
|
|
3887
3872
|
},
|
|
3888
3873
|
/**
|
|
3889
|
-
*
|
|
3874
|
+
* Lookup382: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
3890
3875
|
**/
|
|
3891
3876
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
3892
3877
|
bucketId: "H256",
|
|
@@ -3894,28 +3879,43 @@ export default {
|
|
|
3894
3879
|
reject: "Vec<PalletFileSystemRejectedStorageRequest>"
|
|
3895
3880
|
},
|
|
3896
3881
|
/**
|
|
3897
|
-
*
|
|
3882
|
+
* Lookup384: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
3898
3883
|
**/
|
|
3899
3884
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
3900
3885
|
fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
|
|
3901
3886
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3902
3887
|
},
|
|
3903
3888
|
/**
|
|
3904
|
-
*
|
|
3889
|
+
* Lookup386: pallet_file_system::types::FileKeyWithProof<T>
|
|
3905
3890
|
**/
|
|
3906
3891
|
PalletFileSystemFileKeyWithProof: {
|
|
3907
3892
|
fileKey: "H256",
|
|
3908
3893
|
proof: "ShpFileKeyVerifierFileKeyProof"
|
|
3909
3894
|
},
|
|
3910
3895
|
/**
|
|
3911
|
-
*
|
|
3896
|
+
* Lookup388: pallet_file_system::types::RejectedStorageRequest<T>
|
|
3912
3897
|
**/
|
|
3913
3898
|
PalletFileSystemRejectedStorageRequest: {
|
|
3914
3899
|
fileKey: "H256",
|
|
3915
3900
|
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
3916
3901
|
},
|
|
3917
3902
|
/**
|
|
3918
|
-
*
|
|
3903
|
+
* Lookup391: pallet_file_system::types::FileDeletionRequest<T>
|
|
3904
|
+
**/
|
|
3905
|
+
PalletFileSystemFileDeletionRequest: {
|
|
3906
|
+
_alias: {
|
|
3907
|
+
size_: "size"
|
|
3908
|
+
},
|
|
3909
|
+
fileOwner: "AccountId32",
|
|
3910
|
+
signedIntention: "PalletFileSystemFileOperationIntention",
|
|
3911
|
+
signature: "SpRuntimeMultiSignature",
|
|
3912
|
+
bucketId: "H256",
|
|
3913
|
+
location: "Bytes",
|
|
3914
|
+
size_: "u64",
|
|
3915
|
+
fingerprint: "H256"
|
|
3916
|
+
},
|
|
3917
|
+
/**
|
|
3918
|
+
* Lookup393: pallet_proofs_dealer::pallet::Call<T>
|
|
3919
3919
|
**/
|
|
3920
3920
|
PalletProofsDealerCall: {
|
|
3921
3921
|
_enum: {
|
|
@@ -3939,13 +3939,13 @@ export default {
|
|
|
3939
3939
|
}
|
|
3940
3940
|
},
|
|
3941
3941
|
/**
|
|
3942
|
-
*
|
|
3942
|
+
* Lookup394: pallet_randomness::pallet::Call<T>
|
|
3943
3943
|
**/
|
|
3944
3944
|
PalletRandomnessCall: {
|
|
3945
3945
|
_enum: ["set_babe_randomness"]
|
|
3946
3946
|
},
|
|
3947
3947
|
/**
|
|
3948
|
-
*
|
|
3948
|
+
* Lookup395: pallet_payment_streams::pallet::Call<T>
|
|
3949
3949
|
**/
|
|
3950
3950
|
PalletPaymentStreamsCall: {
|
|
3951
3951
|
_enum: {
|
|
@@ -3990,7 +3990,7 @@ export default {
|
|
|
3990
3990
|
}
|
|
3991
3991
|
},
|
|
3992
3992
|
/**
|
|
3993
|
-
*
|
|
3993
|
+
* Lookup396: pallet_bucket_nfts::pallet::Call<T>
|
|
3994
3994
|
**/
|
|
3995
3995
|
PalletBucketNftsCall: {
|
|
3996
3996
|
_enum: {
|
|
@@ -4008,7 +4008,7 @@ export default {
|
|
|
4008
4008
|
}
|
|
4009
4009
|
},
|
|
4010
4010
|
/**
|
|
4011
|
-
*
|
|
4011
|
+
* Lookup398: pallet_nfts::pallet::Call<T, I>
|
|
4012
4012
|
**/
|
|
4013
4013
|
PalletNftsCall: {
|
|
4014
4014
|
_enum: {
|
|
@@ -4205,7 +4205,7 @@ export default {
|
|
|
4205
4205
|
}
|
|
4206
4206
|
},
|
|
4207
4207
|
/**
|
|
4208
|
-
*
|
|
4208
|
+
* Lookup399: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4209
4209
|
**/
|
|
4210
4210
|
PalletNftsCollectionConfig: {
|
|
4211
4211
|
settings: "u64",
|
|
@@ -4213,7 +4213,7 @@ export default {
|
|
|
4213
4213
|
mintSettings: "PalletNftsMintSettings"
|
|
4214
4214
|
},
|
|
4215
4215
|
/**
|
|
4216
|
-
*
|
|
4216
|
+
* Lookup401: pallet_nfts::types::CollectionSetting
|
|
4217
4217
|
**/
|
|
4218
4218
|
PalletNftsCollectionSetting: {
|
|
4219
4219
|
_enum: [
|
|
@@ -4237,7 +4237,7 @@ export default {
|
|
|
4237
4237
|
]
|
|
4238
4238
|
},
|
|
4239
4239
|
/**
|
|
4240
|
-
*
|
|
4240
|
+
* Lookup402: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4241
4241
|
**/
|
|
4242
4242
|
PalletNftsMintSettings: {
|
|
4243
4243
|
mintType: "PalletNftsMintType",
|
|
@@ -4247,7 +4247,7 @@ export default {
|
|
|
4247
4247
|
defaultItemSettings: "u64"
|
|
4248
4248
|
},
|
|
4249
4249
|
/**
|
|
4250
|
-
*
|
|
4250
|
+
* Lookup403: pallet_nfts::types::MintType<CollectionId>
|
|
4251
4251
|
**/
|
|
4252
4252
|
PalletNftsMintType: {
|
|
4253
4253
|
_enum: {
|
|
@@ -4257,13 +4257,13 @@ export default {
|
|
|
4257
4257
|
}
|
|
4258
4258
|
},
|
|
4259
4259
|
/**
|
|
4260
|
-
*
|
|
4260
|
+
* Lookup406: pallet_nfts::types::ItemSetting
|
|
4261
4261
|
**/
|
|
4262
4262
|
PalletNftsItemSetting: {
|
|
4263
4263
|
_enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
|
|
4264
4264
|
},
|
|
4265
4265
|
/**
|
|
4266
|
-
*
|
|
4266
|
+
* Lookup407: pallet_nfts::types::DestroyWitness
|
|
4267
4267
|
**/
|
|
4268
4268
|
PalletNftsDestroyWitness: {
|
|
4269
4269
|
itemMetadatas: "Compact<u32>",
|
|
@@ -4271,26 +4271,26 @@ export default {
|
|
|
4271
4271
|
attributes: "Compact<u32>"
|
|
4272
4272
|
},
|
|
4273
4273
|
/**
|
|
4274
|
-
*
|
|
4274
|
+
* Lookup409: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4275
4275
|
**/
|
|
4276
4276
|
PalletNftsMintWitness: {
|
|
4277
4277
|
ownedItem: "Option<u32>",
|
|
4278
4278
|
mintPrice: "Option<u128>"
|
|
4279
4279
|
},
|
|
4280
4280
|
/**
|
|
4281
|
-
*
|
|
4281
|
+
* Lookup410: pallet_nfts::types::ItemConfig
|
|
4282
4282
|
**/
|
|
4283
4283
|
PalletNftsItemConfig: {
|
|
4284
4284
|
settings: "u64"
|
|
4285
4285
|
},
|
|
4286
4286
|
/**
|
|
4287
|
-
*
|
|
4287
|
+
* Lookup412: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4288
4288
|
**/
|
|
4289
4289
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
4290
4290
|
accountAttributes: "u32"
|
|
4291
4291
|
},
|
|
4292
4292
|
/**
|
|
4293
|
-
*
|
|
4293
|
+
* Lookup414: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4294
4294
|
**/
|
|
4295
4295
|
PalletNftsItemTip: {
|
|
4296
4296
|
collection: "u32",
|
|
@@ -4299,7 +4299,7 @@ export default {
|
|
|
4299
4299
|
amount: "u128"
|
|
4300
4300
|
},
|
|
4301
4301
|
/**
|
|
4302
|
-
*
|
|
4302
|
+
* Lookup416: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4303
4303
|
**/
|
|
4304
4304
|
PalletNftsPreSignedMint: {
|
|
4305
4305
|
collection: "u32",
|
|
@@ -4311,7 +4311,7 @@ export default {
|
|
|
4311
4311
|
mintPrice: "Option<u128>"
|
|
4312
4312
|
},
|
|
4313
4313
|
/**
|
|
4314
|
-
*
|
|
4314
|
+
* Lookup417: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4315
4315
|
**/
|
|
4316
4316
|
PalletNftsPreSignedAttributes: {
|
|
4317
4317
|
collection: "u32",
|
|
@@ -4321,7 +4321,7 @@ export default {
|
|
|
4321
4321
|
deadline: "u32"
|
|
4322
4322
|
},
|
|
4323
4323
|
/**
|
|
4324
|
-
*
|
|
4324
|
+
* Lookup418: pallet_parameters::pallet::Call<T>
|
|
4325
4325
|
**/
|
|
4326
4326
|
PalletParametersCall: {
|
|
4327
4327
|
_enum: {
|
|
@@ -4331,7 +4331,7 @@ export default {
|
|
|
4331
4331
|
}
|
|
4332
4332
|
},
|
|
4333
4333
|
/**
|
|
4334
|
-
*
|
|
4334
|
+
* Lookup419: sh_parachain_runtime::configs::runtime_params::RuntimeParameters
|
|
4335
4335
|
**/
|
|
4336
4336
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
4337
4337
|
_enum: {
|
|
@@ -4339,7 +4339,7 @@ export default {
|
|
|
4339
4339
|
}
|
|
4340
4340
|
},
|
|
4341
4341
|
/**
|
|
4342
|
-
*
|
|
4342
|
+
* Lookup420: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
4343
4343
|
**/
|
|
4344
4344
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
4345
4345
|
_enum: {
|
|
@@ -4406,20 +4406,20 @@ export default {
|
|
|
4406
4406
|
}
|
|
4407
4407
|
},
|
|
4408
4408
|
/**
|
|
4409
|
-
*
|
|
4409
|
+
* Lookup422: pallet_sudo::pallet::Error<T>
|
|
4410
4410
|
**/
|
|
4411
4411
|
PalletSudoError: {
|
|
4412
4412
|
_enum: ["RequireSudo"]
|
|
4413
4413
|
},
|
|
4414
4414
|
/**
|
|
4415
|
-
*
|
|
4415
|
+
* Lookup425: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
4416
4416
|
**/
|
|
4417
4417
|
PalletCollatorSelectionCandidateInfo: {
|
|
4418
4418
|
who: "AccountId32",
|
|
4419
4419
|
deposit: "u128"
|
|
4420
4420
|
},
|
|
4421
4421
|
/**
|
|
4422
|
-
*
|
|
4422
|
+
* Lookup427: pallet_collator_selection::pallet::Error<T>
|
|
4423
4423
|
**/
|
|
4424
4424
|
PalletCollatorSelectionError: {
|
|
4425
4425
|
_enum: [
|
|
@@ -4443,17 +4443,17 @@ export default {
|
|
|
4443
4443
|
]
|
|
4444
4444
|
},
|
|
4445
4445
|
/**
|
|
4446
|
-
*
|
|
4446
|
+
* Lookup431: sp_core::crypto::KeyTypeId
|
|
4447
4447
|
**/
|
|
4448
4448
|
SpCoreCryptoKeyTypeId: "[u8;4]",
|
|
4449
4449
|
/**
|
|
4450
|
-
*
|
|
4450
|
+
* Lookup432: pallet_session::pallet::Error<T>
|
|
4451
4451
|
**/
|
|
4452
4452
|
PalletSessionError: {
|
|
4453
4453
|
_enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
|
|
4454
4454
|
},
|
|
4455
4455
|
/**
|
|
4456
|
-
*
|
|
4456
|
+
* Lookup441: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
4457
4457
|
**/
|
|
4458
4458
|
CumulusPalletXcmpQueueOutboundChannelDetails: {
|
|
4459
4459
|
recipient: "u32",
|
|
@@ -4463,13 +4463,13 @@ export default {
|
|
|
4463
4463
|
lastIndex: "u16"
|
|
4464
4464
|
},
|
|
4465
4465
|
/**
|
|
4466
|
-
*
|
|
4466
|
+
* Lookup442: cumulus_pallet_xcmp_queue::OutboundState
|
|
4467
4467
|
**/
|
|
4468
4468
|
CumulusPalletXcmpQueueOutboundState: {
|
|
4469
4469
|
_enum: ["Ok", "Suspended"]
|
|
4470
4470
|
},
|
|
4471
4471
|
/**
|
|
4472
|
-
*
|
|
4472
|
+
* Lookup446: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
4473
4473
|
**/
|
|
4474
4474
|
CumulusPalletXcmpQueueQueueConfigData: {
|
|
4475
4475
|
suspendThreshold: "u32",
|
|
@@ -4477,7 +4477,7 @@ export default {
|
|
|
4477
4477
|
resumeThreshold: "u32"
|
|
4478
4478
|
},
|
|
4479
4479
|
/**
|
|
4480
|
-
*
|
|
4480
|
+
* Lookup447: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
4481
4481
|
**/
|
|
4482
4482
|
CumulusPalletXcmpQueueError: {
|
|
4483
4483
|
_enum: [
|
|
@@ -4489,7 +4489,7 @@ export default {
|
|
|
4489
4489
|
]
|
|
4490
4490
|
},
|
|
4491
4491
|
/**
|
|
4492
|
-
*
|
|
4492
|
+
* Lookup448: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4493
4493
|
**/
|
|
4494
4494
|
PalletXcmQueryStatus: {
|
|
4495
4495
|
_enum: {
|
|
@@ -4510,7 +4510,7 @@ export default {
|
|
|
4510
4510
|
}
|
|
4511
4511
|
},
|
|
4512
4512
|
/**
|
|
4513
|
-
*
|
|
4513
|
+
* Lookup452: xcm::VersionedResponse
|
|
4514
4514
|
**/
|
|
4515
4515
|
XcmVersionedResponse: {
|
|
4516
4516
|
_enum: {
|
|
@@ -4523,7 +4523,7 @@ export default {
|
|
|
4523
4523
|
}
|
|
4524
4524
|
},
|
|
4525
4525
|
/**
|
|
4526
|
-
*
|
|
4526
|
+
* Lookup458: pallet_xcm::pallet::VersionMigrationStage
|
|
4527
4527
|
**/
|
|
4528
4528
|
PalletXcmVersionMigrationStage: {
|
|
4529
4529
|
_enum: {
|
|
@@ -4534,7 +4534,7 @@ export default {
|
|
|
4534
4534
|
}
|
|
4535
4535
|
},
|
|
4536
4536
|
/**
|
|
4537
|
-
*
|
|
4537
|
+
* Lookup460: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4538
4538
|
**/
|
|
4539
4539
|
PalletXcmRemoteLockedFungibleRecord: {
|
|
4540
4540
|
amount: "u128",
|
|
@@ -4543,7 +4543,7 @@ export default {
|
|
|
4543
4543
|
consumers: "Vec<(Null,u128)>"
|
|
4544
4544
|
},
|
|
4545
4545
|
/**
|
|
4546
|
-
*
|
|
4546
|
+
* Lookup467: pallet_xcm::pallet::Error<T>
|
|
4547
4547
|
**/
|
|
4548
4548
|
PalletXcmError: {
|
|
4549
4549
|
_enum: [
|
|
@@ -4575,7 +4575,7 @@ export default {
|
|
|
4575
4575
|
]
|
|
4576
4576
|
},
|
|
4577
4577
|
/**
|
|
4578
|
-
*
|
|
4578
|
+
* Lookup468: pallet_message_queue::BookState<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4579
4579
|
**/
|
|
4580
4580
|
PalletMessageQueueBookState: {
|
|
4581
4581
|
_alias: {
|
|
@@ -4589,14 +4589,14 @@ export default {
|
|
|
4589
4589
|
size_: "u64"
|
|
4590
4590
|
},
|
|
4591
4591
|
/**
|
|
4592
|
-
*
|
|
4592
|
+
* Lookup470: pallet_message_queue::Neighbours<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4593
4593
|
**/
|
|
4594
4594
|
PalletMessageQueueNeighbours: {
|
|
4595
4595
|
prev: "CumulusPrimitivesCoreAggregateMessageOrigin",
|
|
4596
4596
|
next: "CumulusPrimitivesCoreAggregateMessageOrigin"
|
|
4597
4597
|
},
|
|
4598
4598
|
/**
|
|
4599
|
-
*
|
|
4599
|
+
* Lookup472: pallet_message_queue::Page<Size, HeapSize>
|
|
4600
4600
|
**/
|
|
4601
4601
|
PalletMessageQueuePage: {
|
|
4602
4602
|
remaining: "u32",
|
|
@@ -4607,7 +4607,7 @@ export default {
|
|
|
4607
4607
|
heap: "Bytes"
|
|
4608
4608
|
},
|
|
4609
4609
|
/**
|
|
4610
|
-
*
|
|
4610
|
+
* Lookup474: pallet_message_queue::pallet::Error<T>
|
|
4611
4611
|
**/
|
|
4612
4612
|
PalletMessageQueueError: {
|
|
4613
4613
|
_enum: [
|
|
@@ -4623,14 +4623,14 @@ export default {
|
|
|
4623
4623
|
]
|
|
4624
4624
|
},
|
|
4625
4625
|
/**
|
|
4626
|
-
*
|
|
4626
|
+
* Lookup475: pallet_storage_providers::types::SignUpRequest<T>
|
|
4627
4627
|
**/
|
|
4628
4628
|
PalletStorageProvidersSignUpRequest: {
|
|
4629
4629
|
spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
|
|
4630
4630
|
at: "u32"
|
|
4631
4631
|
},
|
|
4632
4632
|
/**
|
|
4633
|
-
*
|
|
4633
|
+
* Lookup476: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
4634
4634
|
**/
|
|
4635
4635
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
4636
4636
|
_enum: {
|
|
@@ -4639,7 +4639,7 @@ export default {
|
|
|
4639
4639
|
}
|
|
4640
4640
|
},
|
|
4641
4641
|
/**
|
|
4642
|
-
*
|
|
4642
|
+
* Lookup477: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
4643
4643
|
**/
|
|
4644
4644
|
PalletStorageProvidersBackupStorageProvider: {
|
|
4645
4645
|
capacity: "u64",
|
|
@@ -4653,14 +4653,14 @@ export default {
|
|
|
4653
4653
|
signUpBlock: "u32"
|
|
4654
4654
|
},
|
|
4655
4655
|
/**
|
|
4656
|
-
*
|
|
4656
|
+
* Lookup478: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
4657
4657
|
**/
|
|
4658
4658
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
4659
4659
|
mspInfo: "PalletStorageProvidersMainStorageProvider",
|
|
4660
4660
|
valueProp: "PalletStorageProvidersValueProposition"
|
|
4661
4661
|
},
|
|
4662
4662
|
/**
|
|
4663
|
-
*
|
|
4663
|
+
* Lookup479: pallet_storage_providers::types::MainStorageProvider<T>
|
|
4664
4664
|
**/
|
|
4665
4665
|
PalletStorageProvidersMainStorageProvider: {
|
|
4666
4666
|
capacity: "u64",
|
|
@@ -4674,7 +4674,7 @@ export default {
|
|
|
4674
4674
|
signUpBlock: "u32"
|
|
4675
4675
|
},
|
|
4676
4676
|
/**
|
|
4677
|
-
*
|
|
4677
|
+
* Lookup480: pallet_storage_providers::types::Bucket<T>
|
|
4678
4678
|
**/
|
|
4679
4679
|
PalletStorageProvidersBucket: {
|
|
4680
4680
|
_alias: {
|
|
@@ -4689,7 +4689,7 @@ export default {
|
|
|
4689
4689
|
valuePropId: "H256"
|
|
4690
4690
|
},
|
|
4691
4691
|
/**
|
|
4692
|
-
*
|
|
4692
|
+
* Lookup484: pallet_storage_providers::pallet::Error<T>
|
|
4693
4693
|
**/
|
|
4694
4694
|
PalletStorageProvidersError: {
|
|
4695
4695
|
_enum: [
|
|
@@ -4748,7 +4748,7 @@ export default {
|
|
|
4748
4748
|
]
|
|
4749
4749
|
},
|
|
4750
4750
|
/**
|
|
4751
|
-
*
|
|
4751
|
+
* Lookup485: pallet_file_system::types::StorageRequestMetadata<T>
|
|
4752
4752
|
**/
|
|
4753
4753
|
PalletFileSystemStorageRequestMetadata: {
|
|
4754
4754
|
_alias: {
|
|
@@ -4769,13 +4769,13 @@ export default {
|
|
|
4769
4769
|
depositPaid: "u128"
|
|
4770
4770
|
},
|
|
4771
4771
|
/**
|
|
4772
|
-
*
|
|
4772
|
+
* Lookup488: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
4773
4773
|
**/
|
|
4774
4774
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
4775
4775
|
confirmed: "bool"
|
|
4776
4776
|
},
|
|
4777
4777
|
/**
|
|
4778
|
-
*
|
|
4778
|
+
* Lookup490: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
4779
4779
|
**/
|
|
4780
4780
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
4781
4781
|
user: "AccountId32",
|
|
@@ -4786,7 +4786,7 @@ export default {
|
|
|
4786
4786
|
queuePriorityChallenge: "bool"
|
|
4787
4787
|
},
|
|
4788
4788
|
/**
|
|
4789
|
-
*
|
|
4789
|
+
* Lookup492: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
4790
4790
|
**/
|
|
4791
4791
|
PalletFileSystemPendingStopStoringRequest: {
|
|
4792
4792
|
tickWhenRequested: "u32",
|
|
@@ -4794,7 +4794,7 @@ export default {
|
|
|
4794
4794
|
fileSize: "u64"
|
|
4795
4795
|
},
|
|
4796
4796
|
/**
|
|
4797
|
-
*
|
|
4797
|
+
* Lookup493: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
4798
4798
|
**/
|
|
4799
4799
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
4800
4800
|
requester: "AccountId32",
|
|
@@ -4802,7 +4802,7 @@ export default {
|
|
|
4802
4802
|
newValuePropId: "H256"
|
|
4803
4803
|
},
|
|
4804
4804
|
/**
|
|
4805
|
-
*
|
|
4805
|
+
* Lookup494: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
4806
4806
|
**/
|
|
4807
4807
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
4808
4808
|
owner: "AccountId32",
|
|
@@ -4814,7 +4814,7 @@ export default {
|
|
|
4814
4814
|
pendingBucketRemoval: "bool"
|
|
4815
4815
|
},
|
|
4816
4816
|
/**
|
|
4817
|
-
*
|
|
4817
|
+
* Lookup496: pallet_file_system::pallet::Error<T>
|
|
4818
4818
|
**/
|
|
4819
4819
|
PalletFileSystemError: {
|
|
4820
4820
|
_enum: [
|
|
@@ -4860,6 +4860,12 @@ export default {
|
|
|
4860
4860
|
"ThresholdBelowAsymptote",
|
|
4861
4861
|
"NotFileOwner",
|
|
4862
4862
|
"FileKeyAlreadyPendingDeletion",
|
|
4863
|
+
"BatchFileDeletionMustContainSingleBucket",
|
|
4864
|
+
"DuplicateFileKeyInBatchFileDeletion",
|
|
4865
|
+
"NoFileKeysToDelete",
|
|
4866
|
+
"FailedToPushFileKeyToBucketDeletionVector",
|
|
4867
|
+
"FailedToPushUserToBspDeletionVector",
|
|
4868
|
+
"FailedToPushFileKeyToBspDeletionVector",
|
|
4863
4869
|
"MaxUserPendingDeletionRequestsReached",
|
|
4864
4870
|
"MspNotStoringBucket",
|
|
4865
4871
|
"FileKeyNotPendingDeletion",
|
|
@@ -4909,14 +4915,14 @@ export default {
|
|
|
4909
4915
|
]
|
|
4910
4916
|
},
|
|
4911
4917
|
/**
|
|
4912
|
-
*
|
|
4918
|
+
* Lookup498: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
4913
4919
|
**/
|
|
4914
4920
|
PalletProofsDealerProofSubmissionRecord: {
|
|
4915
4921
|
lastTickProven: "u32",
|
|
4916
4922
|
nextTickToSubmitProofFor: "u32"
|
|
4917
4923
|
},
|
|
4918
4924
|
/**
|
|
4919
|
-
*
|
|
4925
|
+
* Lookup505: pallet_proofs_dealer::pallet::Error<T>
|
|
4920
4926
|
**/
|
|
4921
4927
|
PalletProofsDealerError: {
|
|
4922
4928
|
_enum: [
|
|
@@ -4947,7 +4953,7 @@ export default {
|
|
|
4947
4953
|
]
|
|
4948
4954
|
},
|
|
4949
4955
|
/**
|
|
4950
|
-
*
|
|
4956
|
+
* Lookup508: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
4951
4957
|
**/
|
|
4952
4958
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
4953
4959
|
rate: "u128",
|
|
@@ -4956,7 +4962,7 @@ export default {
|
|
|
4956
4962
|
outOfFundsTick: "Option<u32>"
|
|
4957
4963
|
},
|
|
4958
4964
|
/**
|
|
4959
|
-
*
|
|
4965
|
+
* Lookup509: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
4960
4966
|
**/
|
|
4961
4967
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
4962
4968
|
amountProvided: "u64",
|
|
@@ -4965,14 +4971,14 @@ export default {
|
|
|
4965
4971
|
outOfFundsTick: "Option<u32>"
|
|
4966
4972
|
},
|
|
4967
4973
|
/**
|
|
4968
|
-
*
|
|
4974
|
+
* Lookup510: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
4969
4975
|
**/
|
|
4970
4976
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
4971
4977
|
lastChargeableTick: "u32",
|
|
4972
4978
|
priceIndex: "u128"
|
|
4973
4979
|
},
|
|
4974
4980
|
/**
|
|
4975
|
-
*
|
|
4981
|
+
* Lookup511: pallet_payment_streams::pallet::Error<T>
|
|
4976
4982
|
**/
|
|
4977
4983
|
PalletPaymentStreamsError: {
|
|
4978
4984
|
_enum: [
|
|
@@ -4997,7 +5003,7 @@ export default {
|
|
|
4997
5003
|
]
|
|
4998
5004
|
},
|
|
4999
5005
|
/**
|
|
5000
|
-
*
|
|
5006
|
+
* Lookup512: pallet_bucket_nfts::pallet::Error<T>
|
|
5001
5007
|
**/
|
|
5002
5008
|
PalletBucketNftsError: {
|
|
5003
5009
|
_enum: [
|
|
@@ -5008,7 +5014,7 @@ export default {
|
|
|
5008
5014
|
]
|
|
5009
5015
|
},
|
|
5010
5016
|
/**
|
|
5011
|
-
*
|
|
5017
|
+
* Lookup513: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
5012
5018
|
**/
|
|
5013
5019
|
PalletNftsCollectionDetails: {
|
|
5014
5020
|
owner: "AccountId32",
|
|
@@ -5019,13 +5025,13 @@ export default {
|
|
|
5019
5025
|
attributes: "u32"
|
|
5020
5026
|
},
|
|
5021
5027
|
/**
|
|
5022
|
-
*
|
|
5028
|
+
* Lookup518: pallet_nfts::types::CollectionRole
|
|
5023
5029
|
**/
|
|
5024
5030
|
PalletNftsCollectionRole: {
|
|
5025
5031
|
_enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
|
|
5026
5032
|
},
|
|
5027
5033
|
/**
|
|
5028
|
-
*
|
|
5034
|
+
* 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>>
|
|
5029
5035
|
**/
|
|
5030
5036
|
PalletNftsItemDetails: {
|
|
5031
5037
|
owner: "AccountId32",
|
|
@@ -5033,42 +5039,42 @@ export default {
|
|
|
5033
5039
|
deposit: "PalletNftsItemDeposit"
|
|
5034
5040
|
},
|
|
5035
5041
|
/**
|
|
5036
|
-
*
|
|
5042
|
+
* Lookup520: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5037
5043
|
**/
|
|
5038
5044
|
PalletNftsItemDeposit: {
|
|
5039
5045
|
account: "AccountId32",
|
|
5040
5046
|
amount: "u128"
|
|
5041
5047
|
},
|
|
5042
5048
|
/**
|
|
5043
|
-
*
|
|
5049
|
+
* Lookup525: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
5044
5050
|
**/
|
|
5045
5051
|
PalletNftsCollectionMetadata: {
|
|
5046
5052
|
deposit: "u128",
|
|
5047
5053
|
data: "Bytes"
|
|
5048
5054
|
},
|
|
5049
5055
|
/**
|
|
5050
|
-
*
|
|
5056
|
+
* Lookup526: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
5051
5057
|
**/
|
|
5052
5058
|
PalletNftsItemMetadata: {
|
|
5053
5059
|
deposit: "PalletNftsItemMetadataDeposit",
|
|
5054
5060
|
data: "Bytes"
|
|
5055
5061
|
},
|
|
5056
5062
|
/**
|
|
5057
|
-
*
|
|
5063
|
+
* Lookup527: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5058
5064
|
**/
|
|
5059
5065
|
PalletNftsItemMetadataDeposit: {
|
|
5060
5066
|
account: "Option<AccountId32>",
|
|
5061
5067
|
amount: "u128"
|
|
5062
5068
|
},
|
|
5063
5069
|
/**
|
|
5064
|
-
*
|
|
5070
|
+
* Lookup530: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5065
5071
|
**/
|
|
5066
5072
|
PalletNftsAttributeDeposit: {
|
|
5067
5073
|
account: "Option<AccountId32>",
|
|
5068
5074
|
amount: "u128"
|
|
5069
5075
|
},
|
|
5070
5076
|
/**
|
|
5071
|
-
*
|
|
5077
|
+
* Lookup534: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
5072
5078
|
**/
|
|
5073
5079
|
PalletNftsPendingSwap: {
|
|
5074
5080
|
desiredCollection: "u32",
|
|
@@ -5077,7 +5083,7 @@ export default {
|
|
|
5077
5083
|
deadline: "u32"
|
|
5078
5084
|
},
|
|
5079
5085
|
/**
|
|
5080
|
-
*
|
|
5086
|
+
* Lookup536: pallet_nfts::types::PalletFeature
|
|
5081
5087
|
**/
|
|
5082
5088
|
PalletNftsPalletFeature: {
|
|
5083
5089
|
_enum: [
|
|
@@ -5093,7 +5099,7 @@ export default {
|
|
|
5093
5099
|
]
|
|
5094
5100
|
},
|
|
5095
5101
|
/**
|
|
5096
|
-
*
|
|
5102
|
+
* Lookup537: pallet_nfts::pallet::Error<T, I>
|
|
5097
5103
|
**/
|
|
5098
5104
|
PalletNftsError: {
|
|
5099
5105
|
_enum: [
|
|
@@ -5145,51 +5151,51 @@ export default {
|
|
|
5145
5151
|
]
|
|
5146
5152
|
},
|
|
5147
5153
|
/**
|
|
5148
|
-
*
|
|
5154
|
+
* Lookup540: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
5149
5155
|
**/
|
|
5150
5156
|
FrameSystemExtensionsCheckNonZeroSender: "Null",
|
|
5151
5157
|
/**
|
|
5152
|
-
*
|
|
5158
|
+
* Lookup541: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5153
5159
|
**/
|
|
5154
5160
|
FrameSystemExtensionsCheckSpecVersion: "Null",
|
|
5155
5161
|
/**
|
|
5156
|
-
*
|
|
5162
|
+
* Lookup542: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5157
5163
|
**/
|
|
5158
5164
|
FrameSystemExtensionsCheckTxVersion: "Null",
|
|
5159
5165
|
/**
|
|
5160
|
-
*
|
|
5166
|
+
* Lookup543: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5161
5167
|
**/
|
|
5162
5168
|
FrameSystemExtensionsCheckGenesis: "Null",
|
|
5163
5169
|
/**
|
|
5164
|
-
*
|
|
5170
|
+
* Lookup546: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5165
5171
|
**/
|
|
5166
5172
|
FrameSystemExtensionsCheckNonce: "Compact<u32>",
|
|
5167
5173
|
/**
|
|
5168
|
-
*
|
|
5174
|
+
* Lookup547: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5169
5175
|
**/
|
|
5170
5176
|
FrameSystemExtensionsCheckWeight: "Null",
|
|
5171
5177
|
/**
|
|
5172
|
-
*
|
|
5178
|
+
* Lookup548: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5173
5179
|
**/
|
|
5174
5180
|
PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
|
|
5175
5181
|
/**
|
|
5176
|
-
*
|
|
5182
|
+
* Lookup549: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<T>
|
|
5177
5183
|
**/
|
|
5178
5184
|
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null",
|
|
5179
5185
|
/**
|
|
5180
|
-
*
|
|
5186
|
+
* Lookup550: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
5181
5187
|
**/
|
|
5182
5188
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
5183
5189
|
mode: "FrameMetadataHashExtensionMode"
|
|
5184
5190
|
},
|
|
5185
5191
|
/**
|
|
5186
|
-
*
|
|
5192
|
+
* Lookup551: frame_metadata_hash_extension::Mode
|
|
5187
5193
|
**/
|
|
5188
5194
|
FrameMetadataHashExtensionMode: {
|
|
5189
5195
|
_enum: ["Disabled", "Enabled"]
|
|
5190
5196
|
},
|
|
5191
5197
|
/**
|
|
5192
|
-
*
|
|
5198
|
+
* Lookup552: sh_parachain_runtime::Runtime
|
|
5193
5199
|
**/
|
|
5194
5200
|
ShParachainRuntimeRuntime: "Null"
|
|
5195
5201
|
};
|