@storagehub/api-augment 0.2.14 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/parachain/interfaces/augment-api-consts.js +1 -1
- package/dist/parachain/interfaces/augment-api-errors.js +1 -1
- package/dist/parachain/interfaces/augment-api-events.js +1 -1
- package/dist/parachain/interfaces/augment-api-query.js +1 -1
- package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
- package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
- package/dist/parachain/interfaces/augment-api-tx.js +1 -1
- package/dist/parachain/interfaces/augment-api.js +7 -7
- package/dist/parachain/interfaces/augment-types.js +1 -1
- package/dist/parachain/interfaces/index.js +1 -1
- package/dist/parachain/interfaces/lookup.js +2785 -2373
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/parachain/interfaces/registry.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/runtime.js +5 -0
- package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -1
- package/dist/parachain/interfaces/types-lookup.js +1 -1
- package/dist/parachain/interfaces/types.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api.js +7 -7
- package/dist/solochain-evm/interfaces/augment-types.js +1 -1
- package/dist/solochain-evm/interfaces/index.js +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +2029 -1659
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/registry.js +1 -1
- package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
- package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
- package/dist/solochain-evm/interfaces/types.js +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +828 -174
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +330 -112
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +639 -149
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +75 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +227 -217
- package/dist/types/parachain/interfaces/registry.d.ts +3 -3
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +34 -34
- package/dist/types/parachain/interfaces/types-lookup.d.ts +536 -406
- package/dist/types/parachain/interfaces/types.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +674 -139
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +302 -100
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +584 -132
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +75 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +183 -173
- package/dist/types/solochain-evm/interfaces/registry.d.ts +3 -3
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +35 -35
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +412 -312
- package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +2 -2
- package/src/parachain/interfaces/augment-api-errors.ts +4 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -0
- package/src/parachain/interfaces/augment-api-query.ts +12 -0
- package/src/parachain/interfaces/augment-api-runtime.ts +14 -0
- package/src/parachain/interfaces/augment-api-tx.ts +13 -0
- package/src/parachain/interfaces/lookup.ts +233 -222
- package/src/parachain/interfaces/storagehubclient/runtime.ts +5 -0
- package/src/parachain/interfaces/types-lookup.ts +237 -224
- package/src/solochain-evm/interfaces/augment-api-errors.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -0
- package/src/solochain-evm/interfaces/augment-api-query.ts +12 -0
- package/src/solochain-evm/interfaces/augment-api-runtime.ts +14 -0
- package/src/solochain-evm/interfaces/augment-api-tx.ts +13 -0
- package/src/solochain-evm/interfaces/lookup.ts +189 -178
- package/src/solochain-evm/interfaces/types-lookup.ts +193 -180
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1649,6 +1649,13 @@ declare const _default: {
|
|
|
1649
1649
|
amountToReturn: string;
|
|
1650
1650
|
error: string;
|
|
1651
1651
|
};
|
|
1652
|
+
UserOperationPauseFlagsUpdated: {
|
|
1653
|
+
_alias: {
|
|
1654
|
+
new_: string;
|
|
1655
|
+
};
|
|
1656
|
+
old: string;
|
|
1657
|
+
new_: string;
|
|
1658
|
+
};
|
|
1652
1659
|
};
|
|
1653
1660
|
};
|
|
1654
1661
|
/**
|
|
@@ -1695,7 +1702,7 @@ declare const _default: {
|
|
|
1695
1702
|
};
|
|
1696
1703
|
};
|
|
1697
1704
|
/**
|
|
1698
|
-
*
|
|
1705
|
+
* Lookup169: pallet_proofs_dealer::pallet::Event<T>
|
|
1699
1706
|
**/
|
|
1700
1707
|
PalletProofsDealerEvent: {
|
|
1701
1708
|
_enum: {
|
|
@@ -1752,41 +1759,41 @@ declare const _default: {
|
|
|
1752
1759
|
};
|
|
1753
1760
|
};
|
|
1754
1761
|
/**
|
|
1755
|
-
*
|
|
1762
|
+
* Lookup170: pallet_proofs_dealer::types::Proof<T>
|
|
1756
1763
|
**/
|
|
1757
1764
|
PalletProofsDealerProof: {
|
|
1758
1765
|
forestProof: string;
|
|
1759
1766
|
keyProofs: string;
|
|
1760
1767
|
};
|
|
1761
1768
|
/**
|
|
1762
|
-
*
|
|
1769
|
+
* Lookup171: sp_trie::storage_proof::CompactProof
|
|
1763
1770
|
**/
|
|
1764
1771
|
SpTrieStorageProofCompactProof: {
|
|
1765
1772
|
encodedNodes: string;
|
|
1766
1773
|
};
|
|
1767
1774
|
/**
|
|
1768
|
-
*
|
|
1775
|
+
* Lookup174: pallet_proofs_dealer::types::KeyProof<T>
|
|
1769
1776
|
**/
|
|
1770
1777
|
PalletProofsDealerKeyProof: {
|
|
1771
1778
|
proof: string;
|
|
1772
1779
|
challengeCount: string;
|
|
1773
1780
|
};
|
|
1774
1781
|
/**
|
|
1775
|
-
*
|
|
1782
|
+
* Lookup175: shp_file_key_verifier::types::FileKeyProof
|
|
1776
1783
|
**/
|
|
1777
1784
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1778
1785
|
fileMetadata: string;
|
|
1779
1786
|
proof: string;
|
|
1780
1787
|
};
|
|
1781
1788
|
/**
|
|
1782
|
-
*
|
|
1789
|
+
* Lookup179: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1783
1790
|
**/
|
|
1784
1791
|
PalletProofsDealerCustomChallenge: {
|
|
1785
1792
|
key: string;
|
|
1786
1793
|
shouldRemoveKey: string;
|
|
1787
1794
|
};
|
|
1788
1795
|
/**
|
|
1789
|
-
*
|
|
1796
|
+
* Lookup183: shp_traits::TrieMutation
|
|
1790
1797
|
**/
|
|
1791
1798
|
ShpTraitsTrieMutation: {
|
|
1792
1799
|
_enum: {
|
|
@@ -1795,19 +1802,19 @@ declare const _default: {
|
|
|
1795
1802
|
};
|
|
1796
1803
|
};
|
|
1797
1804
|
/**
|
|
1798
|
-
*
|
|
1805
|
+
* Lookup184: shp_traits::TrieAddMutation
|
|
1799
1806
|
**/
|
|
1800
1807
|
ShpTraitsTrieAddMutation: {
|
|
1801
1808
|
value: string;
|
|
1802
1809
|
};
|
|
1803
1810
|
/**
|
|
1804
|
-
*
|
|
1811
|
+
* Lookup185: shp_traits::TrieRemoveMutation
|
|
1805
1812
|
**/
|
|
1806
1813
|
ShpTraitsTrieRemoveMutation: {
|
|
1807
1814
|
maybeValue: string;
|
|
1808
1815
|
};
|
|
1809
1816
|
/**
|
|
1810
|
-
*
|
|
1817
|
+
* Lookup187: pallet_randomness::pallet::Event<T>
|
|
1811
1818
|
**/
|
|
1812
1819
|
PalletRandomnessEvent: {
|
|
1813
1820
|
_enum: {
|
|
@@ -1819,7 +1826,7 @@ declare const _default: {
|
|
|
1819
1826
|
};
|
|
1820
1827
|
};
|
|
1821
1828
|
/**
|
|
1822
|
-
*
|
|
1829
|
+
* Lookup188: pallet_payment_streams::pallet::Event<T>
|
|
1823
1830
|
**/
|
|
1824
1831
|
PalletPaymentStreamsEvent: {
|
|
1825
1832
|
_enum: {
|
|
@@ -1887,7 +1894,7 @@ declare const _default: {
|
|
|
1887
1894
|
};
|
|
1888
1895
|
};
|
|
1889
1896
|
/**
|
|
1890
|
-
*
|
|
1897
|
+
* Lookup190: pallet_bucket_nfts::pallet::Event<T>
|
|
1891
1898
|
**/
|
|
1892
1899
|
PalletBucketNftsEvent: {
|
|
1893
1900
|
_enum: {
|
|
@@ -1908,7 +1915,7 @@ declare const _default: {
|
|
|
1908
1915
|
};
|
|
1909
1916
|
};
|
|
1910
1917
|
/**
|
|
1911
|
-
*
|
|
1918
|
+
* Lookup191: pallet_nfts::pallet::Event<T, I>
|
|
1912
1919
|
**/
|
|
1913
1920
|
PalletNftsEvent: {
|
|
1914
1921
|
_enum: {
|
|
@@ -2109,7 +2116,7 @@ declare const _default: {
|
|
|
2109
2116
|
};
|
|
2110
2117
|
};
|
|
2111
2118
|
/**
|
|
2112
|
-
*
|
|
2119
|
+
* Lookup195: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
2113
2120
|
**/
|
|
2114
2121
|
PalletNftsAttributeNamespace: {
|
|
2115
2122
|
_enum: {
|
|
@@ -2120,20 +2127,20 @@ declare const _default: {
|
|
|
2120
2127
|
};
|
|
2121
2128
|
};
|
|
2122
2129
|
/**
|
|
2123
|
-
*
|
|
2130
|
+
* Lookup197: pallet_nfts::types::PriceWithDirection<Amount>
|
|
2124
2131
|
**/
|
|
2125
2132
|
PalletNftsPriceWithDirection: {
|
|
2126
2133
|
amount: string;
|
|
2127
2134
|
direction: string;
|
|
2128
2135
|
};
|
|
2129
2136
|
/**
|
|
2130
|
-
*
|
|
2137
|
+
* Lookup198: pallet_nfts::types::PriceDirection
|
|
2131
2138
|
**/
|
|
2132
2139
|
PalletNftsPriceDirection: {
|
|
2133
2140
|
_enum: string[];
|
|
2134
2141
|
};
|
|
2135
2142
|
/**
|
|
2136
|
-
*
|
|
2143
|
+
* Lookup199: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
2137
2144
|
**/
|
|
2138
2145
|
PalletNftsPalletAttributes: {
|
|
2139
2146
|
_enum: {
|
|
@@ -2142,7 +2149,7 @@ declare const _default: {
|
|
|
2142
2149
|
};
|
|
2143
2150
|
};
|
|
2144
2151
|
/**
|
|
2145
|
-
*
|
|
2152
|
+
* Lookup200: pallet_parameters::pallet::Event<T>
|
|
2146
2153
|
**/
|
|
2147
2154
|
PalletParametersEvent: {
|
|
2148
2155
|
_enum: {
|
|
@@ -2154,7 +2161,7 @@ declare const _default: {
|
|
|
2154
2161
|
};
|
|
2155
2162
|
};
|
|
2156
2163
|
/**
|
|
2157
|
-
*
|
|
2164
|
+
* Lookup201: sh_parachain_runtime::configs::runtime_params::RuntimeParametersKey
|
|
2158
2165
|
**/
|
|
2159
2166
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
|
|
2160
2167
|
_enum: {
|
|
@@ -2162,133 +2169,133 @@ declare const _default: {
|
|
|
2162
2169
|
};
|
|
2163
2170
|
};
|
|
2164
2171
|
/**
|
|
2165
|
-
*
|
|
2172
|
+
* Lookup202: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
|
|
2166
2173
|
**/
|
|
2167
2174
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
|
|
2168
2175
|
_enum: string[];
|
|
2169
2176
|
};
|
|
2170
2177
|
/**
|
|
2171
|
-
*
|
|
2178
|
+
* Lookup203: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
|
|
2172
2179
|
**/
|
|
2173
2180
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: string;
|
|
2174
2181
|
/**
|
|
2175
|
-
*
|
|
2182
|
+
* Lookup204: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
|
|
2176
2183
|
**/
|
|
2177
2184
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: string;
|
|
2178
2185
|
/**
|
|
2179
|
-
*
|
|
2186
|
+
* Lookup205: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
|
|
2180
2187
|
**/
|
|
2181
2188
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: string;
|
|
2182
2189
|
/**
|
|
2183
|
-
*
|
|
2190
|
+
* Lookup206: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
|
|
2184
2191
|
**/
|
|
2185
2192
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: string;
|
|
2186
2193
|
/**
|
|
2187
|
-
*
|
|
2194
|
+
* Lookup207: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
|
|
2188
2195
|
**/
|
|
2189
2196
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage: string;
|
|
2190
2197
|
/**
|
|
2191
|
-
*
|
|
2198
|
+
* Lookup208: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
|
|
2192
2199
|
**/
|
|
2193
2200
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage: string;
|
|
2194
2201
|
/**
|
|
2195
|
-
*
|
|
2202
|
+
* Lookup209: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
|
|
2196
2203
|
**/
|
|
2197
2204
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: string;
|
|
2198
2205
|
/**
|
|
2199
|
-
*
|
|
2206
|
+
* Lookup210: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
|
|
2200
2207
|
**/
|
|
2201
2208
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: string;
|
|
2202
2209
|
/**
|
|
2203
|
-
*
|
|
2210
|
+
* Lookup211: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
|
|
2204
2211
|
**/
|
|
2205
2212
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: string;
|
|
2206
2213
|
/**
|
|
2207
|
-
*
|
|
2214
|
+
* Lookup212: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
|
|
2208
2215
|
**/
|
|
2209
2216
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: string;
|
|
2210
2217
|
/**
|
|
2211
|
-
*
|
|
2218
|
+
* Lookup213: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
|
|
2212
2219
|
**/
|
|
2213
2220
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: string;
|
|
2214
2221
|
/**
|
|
2215
|
-
*
|
|
2222
|
+
* Lookup214: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
|
|
2216
2223
|
**/
|
|
2217
2224
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate: string;
|
|
2218
2225
|
/**
|
|
2219
|
-
*
|
|
2226
|
+
* Lookup215: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
|
|
2220
2227
|
**/
|
|
2221
2228
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: string;
|
|
2222
2229
|
/**
|
|
2223
|
-
*
|
|
2230
|
+
* Lookup216: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
|
|
2224
2231
|
**/
|
|
2225
2232
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: string;
|
|
2226
2233
|
/**
|
|
2227
|
-
*
|
|
2234
|
+
* Lookup217: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
|
|
2228
2235
|
**/
|
|
2229
2236
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: string;
|
|
2230
2237
|
/**
|
|
2231
|
-
*
|
|
2238
|
+
* Lookup218: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
|
|
2232
2239
|
**/
|
|
2233
2240
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: string;
|
|
2234
2241
|
/**
|
|
2235
|
-
*
|
|
2242
|
+
* Lookup219: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
|
|
2236
2243
|
**/
|
|
2237
2244
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty: string;
|
|
2238
2245
|
/**
|
|
2239
|
-
*
|
|
2246
|
+
* Lookup220: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
|
|
2240
2247
|
**/
|
|
2241
2248
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: string;
|
|
2242
2249
|
/**
|
|
2243
|
-
*
|
|
2250
|
+
* Lookup221: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
|
|
2244
2251
|
**/
|
|
2245
2252
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: string;
|
|
2246
2253
|
/**
|
|
2247
|
-
*
|
|
2254
|
+
* Lookup222: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
|
|
2248
2255
|
**/
|
|
2249
2256
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget: string;
|
|
2250
2257
|
/**
|
|
2251
|
-
*
|
|
2258
|
+
* Lookup223: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
|
|
2252
2259
|
**/
|
|
2253
2260
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget: string;
|
|
2254
2261
|
/**
|
|
2255
|
-
*
|
|
2262
|
+
* Lookup224: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
|
|
2256
2263
|
**/
|
|
2257
2264
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget: string;
|
|
2258
2265
|
/**
|
|
2259
|
-
*
|
|
2266
|
+
* Lookup225: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
|
|
2260
2267
|
**/
|
|
2261
2268
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget: string;
|
|
2262
2269
|
/**
|
|
2263
|
-
*
|
|
2270
|
+
* Lookup226: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
|
|
2264
2271
|
**/
|
|
2265
2272
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: string;
|
|
2266
2273
|
/**
|
|
2267
|
-
*
|
|
2274
|
+
* Lookup227: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
|
|
2268
2275
|
**/
|
|
2269
2276
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold: string;
|
|
2270
2277
|
/**
|
|
2271
|
-
*
|
|
2278
|
+
* Lookup228: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
|
|
2272
2279
|
**/
|
|
2273
2280
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: string;
|
|
2274
2281
|
/**
|
|
2275
|
-
*
|
|
2282
|
+
* Lookup229: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
|
|
2276
2283
|
**/
|
|
2277
2284
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: string;
|
|
2278
2285
|
/**
|
|
2279
|
-
*
|
|
2286
|
+
* Lookup230: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
|
|
2280
2287
|
**/
|
|
2281
2288
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: string;
|
|
2282
2289
|
/**
|
|
2283
|
-
*
|
|
2290
|
+
* Lookup231: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
|
|
2284
2291
|
**/
|
|
2285
2292
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: string;
|
|
2286
2293
|
/**
|
|
2287
|
-
*
|
|
2294
|
+
* Lookup232: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
|
|
2288
2295
|
**/
|
|
2289
2296
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: string;
|
|
2290
2297
|
/**
|
|
2291
|
-
*
|
|
2298
|
+
* Lookup234: sh_parachain_runtime::configs::runtime_params::RuntimeParametersValue
|
|
2292
2299
|
**/
|
|
2293
2300
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
|
|
2294
2301
|
_enum: {
|
|
@@ -2296,7 +2303,7 @@ declare const _default: {
|
|
|
2296
2303
|
};
|
|
2297
2304
|
};
|
|
2298
2305
|
/**
|
|
2299
|
-
*
|
|
2306
|
+
* Lookup235: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
|
|
2300
2307
|
**/
|
|
2301
2308
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
|
|
2302
2309
|
_enum: {
|
|
@@ -2333,7 +2340,7 @@ declare const _default: {
|
|
|
2333
2340
|
};
|
|
2334
2341
|
};
|
|
2335
2342
|
/**
|
|
2336
|
-
*
|
|
2343
|
+
* Lookup237: frame_system::Phase
|
|
2337
2344
|
**/
|
|
2338
2345
|
FrameSystemPhase: {
|
|
2339
2346
|
_enum: {
|
|
@@ -2343,21 +2350,21 @@ declare const _default: {
|
|
|
2343
2350
|
};
|
|
2344
2351
|
};
|
|
2345
2352
|
/**
|
|
2346
|
-
*
|
|
2353
|
+
* Lookup240: frame_system::LastRuntimeUpgradeInfo
|
|
2347
2354
|
**/
|
|
2348
2355
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2349
2356
|
specVersion: string;
|
|
2350
2357
|
specName: string;
|
|
2351
2358
|
};
|
|
2352
2359
|
/**
|
|
2353
|
-
*
|
|
2360
|
+
* Lookup243: frame_system::CodeUpgradeAuthorization<T>
|
|
2354
2361
|
**/
|
|
2355
2362
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2356
2363
|
codeHash: string;
|
|
2357
2364
|
checkVersion: string;
|
|
2358
2365
|
};
|
|
2359
2366
|
/**
|
|
2360
|
-
*
|
|
2367
|
+
* Lookup244: frame_system::pallet::Call<T>
|
|
2361
2368
|
**/
|
|
2362
2369
|
FrameSystemCall: {
|
|
2363
2370
|
_enum: {
|
|
@@ -2402,7 +2409,7 @@ declare const _default: {
|
|
|
2402
2409
|
};
|
|
2403
2410
|
};
|
|
2404
2411
|
/**
|
|
2405
|
-
*
|
|
2412
|
+
* Lookup247: frame_system::limits::BlockWeights
|
|
2406
2413
|
**/
|
|
2407
2414
|
FrameSystemLimitsBlockWeights: {
|
|
2408
2415
|
baseBlock: string;
|
|
@@ -2410,7 +2417,7 @@ declare const _default: {
|
|
|
2410
2417
|
perClass: string;
|
|
2411
2418
|
};
|
|
2412
2419
|
/**
|
|
2413
|
-
*
|
|
2420
|
+
* Lookup248: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2414
2421
|
**/
|
|
2415
2422
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2416
2423
|
normal: string;
|
|
@@ -2418,7 +2425,7 @@ declare const _default: {
|
|
|
2418
2425
|
mandatory: string;
|
|
2419
2426
|
};
|
|
2420
2427
|
/**
|
|
2421
|
-
*
|
|
2428
|
+
* Lookup249: frame_system::limits::WeightsPerClass
|
|
2422
2429
|
**/
|
|
2423
2430
|
FrameSystemLimitsWeightsPerClass: {
|
|
2424
2431
|
baseExtrinsic: string;
|
|
@@ -2427,13 +2434,13 @@ declare const _default: {
|
|
|
2427
2434
|
reserved: string;
|
|
2428
2435
|
};
|
|
2429
2436
|
/**
|
|
2430
|
-
*
|
|
2437
|
+
* Lookup250: frame_system::limits::BlockLength
|
|
2431
2438
|
**/
|
|
2432
2439
|
FrameSystemLimitsBlockLength: {
|
|
2433
2440
|
max: string;
|
|
2434
2441
|
};
|
|
2435
2442
|
/**
|
|
2436
|
-
*
|
|
2443
|
+
* Lookup251: frame_support::dispatch::PerDispatchClass<T>
|
|
2437
2444
|
**/
|
|
2438
2445
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2439
2446
|
normal: string;
|
|
@@ -2441,14 +2448,14 @@ declare const _default: {
|
|
|
2441
2448
|
mandatory: string;
|
|
2442
2449
|
};
|
|
2443
2450
|
/**
|
|
2444
|
-
*
|
|
2451
|
+
* Lookup252: sp_weights::RuntimeDbWeight
|
|
2445
2452
|
**/
|
|
2446
2453
|
SpWeightsRuntimeDbWeight: {
|
|
2447
2454
|
read: string;
|
|
2448
2455
|
write: string;
|
|
2449
2456
|
};
|
|
2450
2457
|
/**
|
|
2451
|
-
*
|
|
2458
|
+
* Lookup253: sp_version::RuntimeVersion
|
|
2452
2459
|
**/
|
|
2453
2460
|
SpVersionRuntimeVersion: {
|
|
2454
2461
|
specName: string;
|
|
@@ -2461,13 +2468,13 @@ declare const _default: {
|
|
|
2461
2468
|
systemVersion: string;
|
|
2462
2469
|
};
|
|
2463
2470
|
/**
|
|
2464
|
-
*
|
|
2471
|
+
* Lookup258: frame_system::pallet::Error<T>
|
|
2465
2472
|
**/
|
|
2466
2473
|
FrameSystemError: {
|
|
2467
2474
|
_enum: string[];
|
|
2468
2475
|
};
|
|
2469
2476
|
/**
|
|
2470
|
-
*
|
|
2477
|
+
* Lookup260: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2471
2478
|
**/
|
|
2472
2479
|
CumulusPalletParachainSystemUnincludedSegmentAncestor: {
|
|
2473
2480
|
usedBandwidth: string;
|
|
@@ -2475,7 +2482,7 @@ declare const _default: {
|
|
|
2475
2482
|
consumedGoAheadSignal: string;
|
|
2476
2483
|
};
|
|
2477
2484
|
/**
|
|
2478
|
-
*
|
|
2485
|
+
* Lookup261: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2479
2486
|
**/
|
|
2480
2487
|
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
|
|
2481
2488
|
umpMsgCount: string;
|
|
@@ -2483,20 +2490,20 @@ declare const _default: {
|
|
|
2483
2490
|
hrmpOutgoing: string;
|
|
2484
2491
|
};
|
|
2485
2492
|
/**
|
|
2486
|
-
*
|
|
2493
|
+
* Lookup263: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2487
2494
|
**/
|
|
2488
2495
|
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2489
2496
|
msgCount: string;
|
|
2490
2497
|
totalBytes: string;
|
|
2491
2498
|
};
|
|
2492
2499
|
/**
|
|
2493
|
-
*
|
|
2500
|
+
* Lookup267: polkadot_primitives::v8::UpgradeGoAhead
|
|
2494
2501
|
**/
|
|
2495
2502
|
PolkadotPrimitivesV8UpgradeGoAhead: {
|
|
2496
2503
|
_enum: string[];
|
|
2497
2504
|
};
|
|
2498
2505
|
/**
|
|
2499
|
-
*
|
|
2506
|
+
* Lookup268: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2500
2507
|
**/
|
|
2501
2508
|
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
|
|
2502
2509
|
usedBandwidth: string;
|
|
@@ -2504,7 +2511,7 @@ declare const _default: {
|
|
|
2504
2511
|
consumedGoAheadSignal: string;
|
|
2505
2512
|
};
|
|
2506
2513
|
/**
|
|
2507
|
-
*
|
|
2514
|
+
* Lookup269: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
2508
2515
|
**/
|
|
2509
2516
|
PolkadotPrimitivesV8PersistedValidationData: {
|
|
2510
2517
|
parentHead: string;
|
|
@@ -2513,19 +2520,19 @@ declare const _default: {
|
|
|
2513
2520
|
maxPovSize: string;
|
|
2514
2521
|
};
|
|
2515
2522
|
/**
|
|
2516
|
-
*
|
|
2523
|
+
* Lookup272: polkadot_primitives::v8::UpgradeRestriction
|
|
2517
2524
|
**/
|
|
2518
2525
|
PolkadotPrimitivesV8UpgradeRestriction: {
|
|
2519
2526
|
_enum: string[];
|
|
2520
2527
|
};
|
|
2521
2528
|
/**
|
|
2522
|
-
*
|
|
2529
|
+
* Lookup273: sp_trie::storage_proof::StorageProof
|
|
2523
2530
|
**/
|
|
2524
2531
|
SpTrieStorageProof: {
|
|
2525
2532
|
trieNodes: string;
|
|
2526
2533
|
};
|
|
2527
2534
|
/**
|
|
2528
|
-
*
|
|
2535
|
+
* Lookup275: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2529
2536
|
**/
|
|
2530
2537
|
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2531
2538
|
dmqMqcHead: string;
|
|
@@ -2534,14 +2541,14 @@ declare const _default: {
|
|
|
2534
2541
|
egressChannels: string;
|
|
2535
2542
|
};
|
|
2536
2543
|
/**
|
|
2537
|
-
*
|
|
2544
|
+
* Lookup276: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2538
2545
|
**/
|
|
2539
2546
|
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2540
2547
|
remainingCount: string;
|
|
2541
2548
|
remainingSize: string;
|
|
2542
2549
|
};
|
|
2543
2550
|
/**
|
|
2544
|
-
*
|
|
2551
|
+
* Lookup279: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2545
2552
|
**/
|
|
2546
2553
|
PolkadotPrimitivesV8AbridgedHrmpChannel: {
|
|
2547
2554
|
maxCapacity: string;
|
|
@@ -2552,7 +2559,7 @@ declare const _default: {
|
|
|
2552
2559
|
mqcHead: string;
|
|
2553
2560
|
};
|
|
2554
2561
|
/**
|
|
2555
|
-
*
|
|
2562
|
+
* Lookup280: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2556
2563
|
**/
|
|
2557
2564
|
PolkadotPrimitivesV8AbridgedHostConfiguration: {
|
|
2558
2565
|
maxCodeSize: string;
|
|
@@ -2567,21 +2574,21 @@ declare const _default: {
|
|
|
2567
2574
|
asyncBackingParams: string;
|
|
2568
2575
|
};
|
|
2569
2576
|
/**
|
|
2570
|
-
*
|
|
2577
|
+
* Lookup281: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
2571
2578
|
**/
|
|
2572
2579
|
PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
2573
2580
|
maxCandidateDepth: string;
|
|
2574
2581
|
allowedAncestryLen: string;
|
|
2575
2582
|
};
|
|
2576
2583
|
/**
|
|
2577
|
-
*
|
|
2584
|
+
* Lookup287: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
2578
2585
|
**/
|
|
2579
2586
|
PolkadotCorePrimitivesOutboundHrmpMessage: {
|
|
2580
2587
|
recipient: string;
|
|
2581
2588
|
data: string;
|
|
2582
2589
|
};
|
|
2583
2590
|
/**
|
|
2584
|
-
*
|
|
2591
|
+
* Lookup289: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
2585
2592
|
**/
|
|
2586
2593
|
CumulusPalletParachainSystemCall: {
|
|
2587
2594
|
_enum: {
|
|
@@ -2594,7 +2601,7 @@ declare const _default: {
|
|
|
2594
2601
|
};
|
|
2595
2602
|
};
|
|
2596
2603
|
/**
|
|
2597
|
-
*
|
|
2604
|
+
* Lookup290: cumulus_primitives_parachain_inherent::ParachainInherentData
|
|
2598
2605
|
**/
|
|
2599
2606
|
CumulusPrimitivesParachainInherentParachainInherentData: {
|
|
2600
2607
|
validationData: string;
|
|
@@ -2603,27 +2610,27 @@ declare const _default: {
|
|
|
2603
2610
|
horizontalMessages: string;
|
|
2604
2611
|
};
|
|
2605
2612
|
/**
|
|
2606
|
-
*
|
|
2613
|
+
* Lookup292: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
2607
2614
|
**/
|
|
2608
2615
|
PolkadotCorePrimitivesInboundDownwardMessage: {
|
|
2609
2616
|
sentAt: string;
|
|
2610
2617
|
msg: string;
|
|
2611
2618
|
};
|
|
2612
2619
|
/**
|
|
2613
|
-
*
|
|
2620
|
+
* Lookup295: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
2614
2621
|
**/
|
|
2615
2622
|
PolkadotCorePrimitivesInboundHrmpMessage: {
|
|
2616
2623
|
sentAt: string;
|
|
2617
2624
|
data: string;
|
|
2618
2625
|
};
|
|
2619
2626
|
/**
|
|
2620
|
-
*
|
|
2627
|
+
* Lookup298: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2621
2628
|
**/
|
|
2622
2629
|
CumulusPalletParachainSystemError: {
|
|
2623
2630
|
_enum: string[];
|
|
2624
2631
|
};
|
|
2625
2632
|
/**
|
|
2626
|
-
*
|
|
2633
|
+
* Lookup299: pallet_timestamp::pallet::Call<T>
|
|
2627
2634
|
**/
|
|
2628
2635
|
PalletTimestampCall: {
|
|
2629
2636
|
_enum: {
|
|
@@ -2633,11 +2640,11 @@ declare const _default: {
|
|
|
2633
2640
|
};
|
|
2634
2641
|
};
|
|
2635
2642
|
/**
|
|
2636
|
-
*
|
|
2643
|
+
* Lookup300: staging_parachain_info::pallet::Call<T>
|
|
2637
2644
|
**/
|
|
2638
2645
|
StagingParachainInfoCall: string;
|
|
2639
2646
|
/**
|
|
2640
|
-
*
|
|
2647
|
+
* Lookup302: pallet_balances::types::BalanceLock<Balance>
|
|
2641
2648
|
**/
|
|
2642
2649
|
PalletBalancesBalanceLock: {
|
|
2643
2650
|
id: string;
|
|
@@ -2645,20 +2652,20 @@ declare const _default: {
|
|
|
2645
2652
|
reasons: string;
|
|
2646
2653
|
};
|
|
2647
2654
|
/**
|
|
2648
|
-
*
|
|
2655
|
+
* Lookup303: pallet_balances::types::Reasons
|
|
2649
2656
|
**/
|
|
2650
2657
|
PalletBalancesReasons: {
|
|
2651
2658
|
_enum: string[];
|
|
2652
2659
|
};
|
|
2653
2660
|
/**
|
|
2654
|
-
*
|
|
2661
|
+
* Lookup306: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2655
2662
|
**/
|
|
2656
2663
|
PalletBalancesReserveData: {
|
|
2657
2664
|
id: string;
|
|
2658
2665
|
amount: string;
|
|
2659
2666
|
};
|
|
2660
2667
|
/**
|
|
2661
|
-
*
|
|
2668
|
+
* Lookup310: sh_parachain_runtime::RuntimeHoldReason
|
|
2662
2669
|
**/
|
|
2663
2670
|
ShParachainRuntimeRuntimeHoldReason: {
|
|
2664
2671
|
_enum: {
|
|
@@ -2710,32 +2717,32 @@ declare const _default: {
|
|
|
2710
2717
|
};
|
|
2711
2718
|
};
|
|
2712
2719
|
/**
|
|
2713
|
-
*
|
|
2720
|
+
* Lookup311: pallet_storage_providers::pallet::HoldReason
|
|
2714
2721
|
**/
|
|
2715
2722
|
PalletStorageProvidersHoldReason: {
|
|
2716
2723
|
_enum: string[];
|
|
2717
2724
|
};
|
|
2718
2725
|
/**
|
|
2719
|
-
*
|
|
2726
|
+
* Lookup312: pallet_file_system::pallet::HoldReason
|
|
2720
2727
|
**/
|
|
2721
2728
|
PalletFileSystemHoldReason: {
|
|
2722
2729
|
_enum: string[];
|
|
2723
2730
|
};
|
|
2724
2731
|
/**
|
|
2725
|
-
*
|
|
2732
|
+
* Lookup313: pallet_payment_streams::pallet::HoldReason
|
|
2726
2733
|
**/
|
|
2727
2734
|
PalletPaymentStreamsHoldReason: {
|
|
2728
2735
|
_enum: string[];
|
|
2729
2736
|
};
|
|
2730
2737
|
/**
|
|
2731
|
-
*
|
|
2738
|
+
* Lookup316: frame_support::traits::tokens::misc::IdAmount<Id, Balance>
|
|
2732
2739
|
**/
|
|
2733
2740
|
FrameSupportTokensMiscIdAmount: {
|
|
2734
2741
|
id: string;
|
|
2735
2742
|
amount: string;
|
|
2736
2743
|
};
|
|
2737
2744
|
/**
|
|
2738
|
-
*
|
|
2745
|
+
* Lookup318: pallet_balances::pallet::Call<T, I>
|
|
2739
2746
|
**/
|
|
2740
2747
|
PalletBalancesCall: {
|
|
2741
2748
|
_enum: {
|
|
@@ -2780,25 +2787,25 @@ declare const _default: {
|
|
|
2780
2787
|
};
|
|
2781
2788
|
};
|
|
2782
2789
|
/**
|
|
2783
|
-
*
|
|
2790
|
+
* Lookup321: pallet_balances::types::AdjustmentDirection
|
|
2784
2791
|
**/
|
|
2785
2792
|
PalletBalancesAdjustmentDirection: {
|
|
2786
2793
|
_enum: string[];
|
|
2787
2794
|
};
|
|
2788
2795
|
/**
|
|
2789
|
-
*
|
|
2796
|
+
* Lookup322: pallet_balances::pallet::Error<T, I>
|
|
2790
2797
|
**/
|
|
2791
2798
|
PalletBalancesError: {
|
|
2792
2799
|
_enum: string[];
|
|
2793
2800
|
};
|
|
2794
2801
|
/**
|
|
2795
|
-
*
|
|
2802
|
+
* Lookup323: pallet_transaction_payment::Releases
|
|
2796
2803
|
**/
|
|
2797
2804
|
PalletTransactionPaymentReleases: {
|
|
2798
2805
|
_enum: string[];
|
|
2799
2806
|
};
|
|
2800
2807
|
/**
|
|
2801
|
-
*
|
|
2808
|
+
* Lookup324: pallet_sudo::pallet::Call<T>
|
|
2802
2809
|
**/
|
|
2803
2810
|
PalletSudoCall: {
|
|
2804
2811
|
_enum: {
|
|
@@ -2823,7 +2830,7 @@ declare const _default: {
|
|
|
2823
2830
|
};
|
|
2824
2831
|
};
|
|
2825
2832
|
/**
|
|
2826
|
-
*
|
|
2833
|
+
* Lookup326: pallet_collator_selection::pallet::Call<T>
|
|
2827
2834
|
**/
|
|
2828
2835
|
PalletCollatorSelectionCall: {
|
|
2829
2836
|
_enum: {
|
|
@@ -2857,7 +2864,7 @@ declare const _default: {
|
|
|
2857
2864
|
};
|
|
2858
2865
|
};
|
|
2859
2866
|
/**
|
|
2860
|
-
*
|
|
2867
|
+
* Lookup327: pallet_session::pallet::Call<T>
|
|
2861
2868
|
**/
|
|
2862
2869
|
PalletSessionCall: {
|
|
2863
2870
|
_enum: {
|
|
@@ -2872,17 +2879,17 @@ declare const _default: {
|
|
|
2872
2879
|
};
|
|
2873
2880
|
};
|
|
2874
2881
|
/**
|
|
2875
|
-
*
|
|
2882
|
+
* Lookup328: sh_parachain_runtime::SessionKeys
|
|
2876
2883
|
**/
|
|
2877
2884
|
ShParachainRuntimeSessionKeys: {
|
|
2878
2885
|
aura: string;
|
|
2879
2886
|
};
|
|
2880
2887
|
/**
|
|
2881
|
-
*
|
|
2888
|
+
* Lookup329: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
2882
2889
|
**/
|
|
2883
2890
|
SpConsensusAuraSr25519AppSr25519Public: string;
|
|
2884
2891
|
/**
|
|
2885
|
-
*
|
|
2892
|
+
* Lookup330: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
2886
2893
|
**/
|
|
2887
2894
|
CumulusPalletXcmpQueueCall: {
|
|
2888
2895
|
_enum: {
|
|
@@ -2910,7 +2917,7 @@ declare const _default: {
|
|
|
2910
2917
|
};
|
|
2911
2918
|
};
|
|
2912
2919
|
/**
|
|
2913
|
-
*
|
|
2920
|
+
* Lookup331: pallet_xcm::pallet::Call<T>
|
|
2914
2921
|
**/
|
|
2915
2922
|
PalletXcmCall: {
|
|
2916
2923
|
_enum: {
|
|
@@ -2987,7 +2994,7 @@ declare const _default: {
|
|
|
2987
2994
|
};
|
|
2988
2995
|
};
|
|
2989
2996
|
/**
|
|
2990
|
-
*
|
|
2997
|
+
* Lookup332: xcm::VersionedXcm<RuntimeCall>
|
|
2991
2998
|
**/
|
|
2992
2999
|
XcmVersionedXcm: {
|
|
2993
3000
|
_enum: {
|
|
@@ -3000,11 +3007,11 @@ declare const _default: {
|
|
|
3000
3007
|
};
|
|
3001
3008
|
};
|
|
3002
3009
|
/**
|
|
3003
|
-
*
|
|
3010
|
+
* Lookup333: xcm::v3::Xcm<Call>
|
|
3004
3011
|
**/
|
|
3005
3012
|
XcmV3Xcm: string;
|
|
3006
3013
|
/**
|
|
3007
|
-
*
|
|
3014
|
+
* Lookup335: xcm::v3::Instruction<Call>
|
|
3008
3015
|
**/
|
|
3009
3016
|
XcmV3Instruction: {
|
|
3010
3017
|
_enum: {
|
|
@@ -3146,7 +3153,7 @@ declare const _default: {
|
|
|
3146
3153
|
};
|
|
3147
3154
|
};
|
|
3148
3155
|
/**
|
|
3149
|
-
*
|
|
3156
|
+
* Lookup336: xcm::v3::Response
|
|
3150
3157
|
**/
|
|
3151
3158
|
XcmV3Response: {
|
|
3152
3159
|
_enum: {
|
|
@@ -3159,7 +3166,7 @@ declare const _default: {
|
|
|
3159
3166
|
};
|
|
3160
3167
|
};
|
|
3161
3168
|
/**
|
|
3162
|
-
*
|
|
3169
|
+
* Lookup339: xcm::v3::traits::Error
|
|
3163
3170
|
**/
|
|
3164
3171
|
XcmV3TraitsError: {
|
|
3165
3172
|
_enum: {
|
|
@@ -3206,7 +3213,7 @@ declare const _default: {
|
|
|
3206
3213
|
};
|
|
3207
3214
|
};
|
|
3208
3215
|
/**
|
|
3209
|
-
*
|
|
3216
|
+
* Lookup341: xcm::v3::PalletInfo
|
|
3210
3217
|
**/
|
|
3211
3218
|
XcmV3PalletInfo: {
|
|
3212
3219
|
index: string;
|
|
@@ -3217,7 +3224,7 @@ declare const _default: {
|
|
|
3217
3224
|
patch: string;
|
|
3218
3225
|
};
|
|
3219
3226
|
/**
|
|
3220
|
-
*
|
|
3227
|
+
* Lookup345: xcm::v3::QueryResponseInfo
|
|
3221
3228
|
**/
|
|
3222
3229
|
XcmV3QueryResponseInfo: {
|
|
3223
3230
|
destination: string;
|
|
@@ -3225,7 +3232,7 @@ declare const _default: {
|
|
|
3225
3232
|
maxWeight: string;
|
|
3226
3233
|
};
|
|
3227
3234
|
/**
|
|
3228
|
-
*
|
|
3235
|
+
* Lookup346: xcm::v3::multiasset::MultiAssetFilter
|
|
3229
3236
|
**/
|
|
3230
3237
|
XcmV3MultiassetMultiAssetFilter: {
|
|
3231
3238
|
_enum: {
|
|
@@ -3234,7 +3241,7 @@ declare const _default: {
|
|
|
3234
3241
|
};
|
|
3235
3242
|
};
|
|
3236
3243
|
/**
|
|
3237
|
-
*
|
|
3244
|
+
* Lookup347: xcm::v3::multiasset::WildMultiAsset
|
|
3238
3245
|
**/
|
|
3239
3246
|
XcmV3MultiassetWildMultiAsset: {
|
|
3240
3247
|
_enum: {
|
|
@@ -3252,17 +3259,17 @@ declare const _default: {
|
|
|
3252
3259
|
};
|
|
3253
3260
|
};
|
|
3254
3261
|
/**
|
|
3255
|
-
*
|
|
3262
|
+
* Lookup348: xcm::v3::multiasset::WildFungibility
|
|
3256
3263
|
**/
|
|
3257
3264
|
XcmV3MultiassetWildFungibility: {
|
|
3258
3265
|
_enum: string[];
|
|
3259
3266
|
};
|
|
3260
3267
|
/**
|
|
3261
|
-
*
|
|
3268
|
+
* Lookup349: staging_xcm::v4::Xcm<Call>
|
|
3262
3269
|
**/
|
|
3263
3270
|
StagingXcmV4Xcm: string;
|
|
3264
3271
|
/**
|
|
3265
|
-
*
|
|
3272
|
+
* Lookup351: staging_xcm::v4::Instruction<Call>
|
|
3266
3273
|
**/
|
|
3267
3274
|
StagingXcmV4Instruction: {
|
|
3268
3275
|
_enum: {
|
|
@@ -3404,7 +3411,7 @@ declare const _default: {
|
|
|
3404
3411
|
};
|
|
3405
3412
|
};
|
|
3406
3413
|
/**
|
|
3407
|
-
*
|
|
3414
|
+
* Lookup352: staging_xcm::v4::Response
|
|
3408
3415
|
**/
|
|
3409
3416
|
StagingXcmV4Response: {
|
|
3410
3417
|
_enum: {
|
|
@@ -3417,7 +3424,7 @@ declare const _default: {
|
|
|
3417
3424
|
};
|
|
3418
3425
|
};
|
|
3419
3426
|
/**
|
|
3420
|
-
*
|
|
3427
|
+
* Lookup354: staging_xcm::v4::PalletInfo
|
|
3421
3428
|
**/
|
|
3422
3429
|
StagingXcmV4PalletInfo: {
|
|
3423
3430
|
index: string;
|
|
@@ -3428,7 +3435,7 @@ declare const _default: {
|
|
|
3428
3435
|
patch: string;
|
|
3429
3436
|
};
|
|
3430
3437
|
/**
|
|
3431
|
-
*
|
|
3438
|
+
* Lookup358: staging_xcm::v4::QueryResponseInfo
|
|
3432
3439
|
**/
|
|
3433
3440
|
StagingXcmV4QueryResponseInfo: {
|
|
3434
3441
|
destination: string;
|
|
@@ -3436,7 +3443,7 @@ declare const _default: {
|
|
|
3436
3443
|
maxWeight: string;
|
|
3437
3444
|
};
|
|
3438
3445
|
/**
|
|
3439
|
-
*
|
|
3446
|
+
* Lookup359: staging_xcm::v4::asset::AssetFilter
|
|
3440
3447
|
**/
|
|
3441
3448
|
StagingXcmV4AssetAssetFilter: {
|
|
3442
3449
|
_enum: {
|
|
@@ -3445,7 +3452,7 @@ declare const _default: {
|
|
|
3445
3452
|
};
|
|
3446
3453
|
};
|
|
3447
3454
|
/**
|
|
3448
|
-
*
|
|
3455
|
+
* Lookup360: staging_xcm::v4::asset::WildAsset
|
|
3449
3456
|
**/
|
|
3450
3457
|
StagingXcmV4AssetWildAsset: {
|
|
3451
3458
|
_enum: {
|
|
@@ -3463,13 +3470,13 @@ declare const _default: {
|
|
|
3463
3470
|
};
|
|
3464
3471
|
};
|
|
3465
3472
|
/**
|
|
3466
|
-
*
|
|
3473
|
+
* Lookup361: staging_xcm::v4::asset::WildFungibility
|
|
3467
3474
|
**/
|
|
3468
3475
|
StagingXcmV4AssetWildFungibility: {
|
|
3469
3476
|
_enum: string[];
|
|
3470
3477
|
};
|
|
3471
3478
|
/**
|
|
3472
|
-
*
|
|
3479
|
+
* Lookup373: staging_xcm_executor::traits::asset_transfer::TransferType
|
|
3473
3480
|
**/
|
|
3474
3481
|
StagingXcmExecutorAssetTransferTransferType: {
|
|
3475
3482
|
_enum: {
|
|
@@ -3480,7 +3487,7 @@ declare const _default: {
|
|
|
3480
3487
|
};
|
|
3481
3488
|
};
|
|
3482
3489
|
/**
|
|
3483
|
-
*
|
|
3490
|
+
* Lookup374: xcm::VersionedAssetId
|
|
3484
3491
|
**/
|
|
3485
3492
|
XcmVersionedAssetId: {
|
|
3486
3493
|
_enum: {
|
|
@@ -3493,11 +3500,11 @@ declare const _default: {
|
|
|
3493
3500
|
};
|
|
3494
3501
|
};
|
|
3495
3502
|
/**
|
|
3496
|
-
*
|
|
3503
|
+
* Lookup375: cumulus_pallet_xcm::pallet::Call<T>
|
|
3497
3504
|
**/
|
|
3498
3505
|
CumulusPalletXcmCall: string;
|
|
3499
3506
|
/**
|
|
3500
|
-
*
|
|
3507
|
+
* Lookup376: pallet_message_queue::pallet::Call<T>
|
|
3501
3508
|
**/
|
|
3502
3509
|
PalletMessageQueueCall: {
|
|
3503
3510
|
_enum: {
|
|
@@ -3514,7 +3521,7 @@ declare const _default: {
|
|
|
3514
3521
|
};
|
|
3515
3522
|
};
|
|
3516
3523
|
/**
|
|
3517
|
-
*
|
|
3524
|
+
* Lookup377: pallet_storage_providers::pallet::Call<T>
|
|
3518
3525
|
**/
|
|
3519
3526
|
PalletStorageProvidersCall: {
|
|
3520
3527
|
_enum: {
|
|
@@ -3585,7 +3592,7 @@ declare const _default: {
|
|
|
3585
3592
|
};
|
|
3586
3593
|
};
|
|
3587
3594
|
/**
|
|
3588
|
-
*
|
|
3595
|
+
* Lookup378: pallet_file_system::pallet::Call<T>
|
|
3589
3596
|
**/
|
|
3590
3597
|
PalletFileSystemCall: {
|
|
3591
3598
|
_enum: {
|
|
@@ -3695,16 +3702,19 @@ declare const _default: {
|
|
|
3695
3702
|
bspId: string;
|
|
3696
3703
|
forestProof: string;
|
|
3697
3704
|
};
|
|
3705
|
+
set_user_operation_pause_flags: {
|
|
3706
|
+
newFlags: string;
|
|
3707
|
+
};
|
|
3698
3708
|
};
|
|
3699
3709
|
};
|
|
3700
3710
|
/**
|
|
3701
|
-
*
|
|
3711
|
+
* Lookup379: pallet_file_system::types::BucketMoveRequestResponse
|
|
3702
3712
|
**/
|
|
3703
3713
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
3704
3714
|
_enum: string[];
|
|
3705
3715
|
};
|
|
3706
3716
|
/**
|
|
3707
|
-
*
|
|
3717
|
+
* Lookup380: pallet_file_system::types::ReplicationTarget<T>
|
|
3708
3718
|
**/
|
|
3709
3719
|
PalletFileSystemReplicationTarget: {
|
|
3710
3720
|
_enum: {
|
|
@@ -3717,7 +3727,7 @@ declare const _default: {
|
|
|
3717
3727
|
};
|
|
3718
3728
|
};
|
|
3719
3729
|
/**
|
|
3720
|
-
*
|
|
3730
|
+
* Lookup382: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
3721
3731
|
**/
|
|
3722
3732
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
3723
3733
|
bucketId: string;
|
|
@@ -3725,28 +3735,28 @@ declare const _default: {
|
|
|
3725
3735
|
reject: string;
|
|
3726
3736
|
};
|
|
3727
3737
|
/**
|
|
3728
|
-
*
|
|
3738
|
+
* Lookup384: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
3729
3739
|
**/
|
|
3730
3740
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
3731
3741
|
fileKeysAndProofs: string;
|
|
3732
3742
|
forestProof: string;
|
|
3733
3743
|
};
|
|
3734
3744
|
/**
|
|
3735
|
-
*
|
|
3745
|
+
* Lookup386: pallet_file_system::types::FileKeyWithProof<T>
|
|
3736
3746
|
**/
|
|
3737
3747
|
PalletFileSystemFileKeyWithProof: {
|
|
3738
3748
|
fileKey: string;
|
|
3739
3749
|
proof: string;
|
|
3740
3750
|
};
|
|
3741
3751
|
/**
|
|
3742
|
-
*
|
|
3752
|
+
* Lookup388: pallet_file_system::types::RejectedStorageRequest<T>
|
|
3743
3753
|
**/
|
|
3744
3754
|
PalletFileSystemRejectedStorageRequest: {
|
|
3745
3755
|
fileKey: string;
|
|
3746
3756
|
reason: string;
|
|
3747
3757
|
};
|
|
3748
3758
|
/**
|
|
3749
|
-
*
|
|
3759
|
+
* Lookup391: pallet_file_system::types::FileDeletionRequest<T>
|
|
3750
3760
|
**/
|
|
3751
3761
|
PalletFileSystemFileDeletionRequest: {
|
|
3752
3762
|
_alias: {
|
|
@@ -3761,7 +3771,7 @@ declare const _default: {
|
|
|
3761
3771
|
fingerprint: string;
|
|
3762
3772
|
};
|
|
3763
3773
|
/**
|
|
3764
|
-
*
|
|
3774
|
+
* Lookup393: pallet_proofs_dealer::pallet::Call<T>
|
|
3765
3775
|
**/
|
|
3766
3776
|
PalletProofsDealerCall: {
|
|
3767
3777
|
_enum: {
|
|
@@ -3785,13 +3795,13 @@ declare const _default: {
|
|
|
3785
3795
|
};
|
|
3786
3796
|
};
|
|
3787
3797
|
/**
|
|
3788
|
-
*
|
|
3798
|
+
* Lookup394: pallet_randomness::pallet::Call<T>
|
|
3789
3799
|
**/
|
|
3790
3800
|
PalletRandomnessCall: {
|
|
3791
3801
|
_enum: string[];
|
|
3792
3802
|
};
|
|
3793
3803
|
/**
|
|
3794
|
-
*
|
|
3804
|
+
* Lookup395: pallet_payment_streams::pallet::Call<T>
|
|
3795
3805
|
**/
|
|
3796
3806
|
PalletPaymentStreamsCall: {
|
|
3797
3807
|
_enum: {
|
|
@@ -3836,7 +3846,7 @@ declare const _default: {
|
|
|
3836
3846
|
};
|
|
3837
3847
|
};
|
|
3838
3848
|
/**
|
|
3839
|
-
*
|
|
3849
|
+
* Lookup396: pallet_bucket_nfts::pallet::Call<T>
|
|
3840
3850
|
**/
|
|
3841
3851
|
PalletBucketNftsCall: {
|
|
3842
3852
|
_enum: {
|
|
@@ -3854,7 +3864,7 @@ declare const _default: {
|
|
|
3854
3864
|
};
|
|
3855
3865
|
};
|
|
3856
3866
|
/**
|
|
3857
|
-
*
|
|
3867
|
+
* Lookup398: pallet_nfts::pallet::Call<T, I>
|
|
3858
3868
|
**/
|
|
3859
3869
|
PalletNftsCall: {
|
|
3860
3870
|
_enum: {
|
|
@@ -4051,7 +4061,7 @@ declare const _default: {
|
|
|
4051
4061
|
};
|
|
4052
4062
|
};
|
|
4053
4063
|
/**
|
|
4054
|
-
*
|
|
4064
|
+
* Lookup399: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4055
4065
|
**/
|
|
4056
4066
|
PalletNftsCollectionConfig: {
|
|
4057
4067
|
settings: string;
|
|
@@ -4059,13 +4069,13 @@ declare const _default: {
|
|
|
4059
4069
|
mintSettings: string;
|
|
4060
4070
|
};
|
|
4061
4071
|
/**
|
|
4062
|
-
*
|
|
4072
|
+
* Lookup401: pallet_nfts::types::CollectionSetting
|
|
4063
4073
|
**/
|
|
4064
4074
|
PalletNftsCollectionSetting: {
|
|
4065
4075
|
_enum: string[];
|
|
4066
4076
|
};
|
|
4067
4077
|
/**
|
|
4068
|
-
*
|
|
4078
|
+
* Lookup402: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4069
4079
|
**/
|
|
4070
4080
|
PalletNftsMintSettings: {
|
|
4071
4081
|
mintType: string;
|
|
@@ -4075,7 +4085,7 @@ declare const _default: {
|
|
|
4075
4085
|
defaultItemSettings: string;
|
|
4076
4086
|
};
|
|
4077
4087
|
/**
|
|
4078
|
-
*
|
|
4088
|
+
* Lookup403: pallet_nfts::types::MintType<CollectionId>
|
|
4079
4089
|
**/
|
|
4080
4090
|
PalletNftsMintType: {
|
|
4081
4091
|
_enum: {
|
|
@@ -4085,13 +4095,13 @@ declare const _default: {
|
|
|
4085
4095
|
};
|
|
4086
4096
|
};
|
|
4087
4097
|
/**
|
|
4088
|
-
*
|
|
4098
|
+
* Lookup406: pallet_nfts::types::ItemSetting
|
|
4089
4099
|
**/
|
|
4090
4100
|
PalletNftsItemSetting: {
|
|
4091
4101
|
_enum: string[];
|
|
4092
4102
|
};
|
|
4093
4103
|
/**
|
|
4094
|
-
*
|
|
4104
|
+
* Lookup407: pallet_nfts::types::DestroyWitness
|
|
4095
4105
|
**/
|
|
4096
4106
|
PalletNftsDestroyWitness: {
|
|
4097
4107
|
itemMetadatas: string;
|
|
@@ -4099,26 +4109,26 @@ declare const _default: {
|
|
|
4099
4109
|
attributes: string;
|
|
4100
4110
|
};
|
|
4101
4111
|
/**
|
|
4102
|
-
*
|
|
4112
|
+
* Lookup409: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4103
4113
|
**/
|
|
4104
4114
|
PalletNftsMintWitness: {
|
|
4105
4115
|
ownedItem: string;
|
|
4106
4116
|
mintPrice: string;
|
|
4107
4117
|
};
|
|
4108
4118
|
/**
|
|
4109
|
-
*
|
|
4119
|
+
* Lookup410: pallet_nfts::types::ItemConfig
|
|
4110
4120
|
**/
|
|
4111
4121
|
PalletNftsItemConfig: {
|
|
4112
4122
|
settings: string;
|
|
4113
4123
|
};
|
|
4114
4124
|
/**
|
|
4115
|
-
*
|
|
4125
|
+
* Lookup412: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4116
4126
|
**/
|
|
4117
4127
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
4118
4128
|
accountAttributes: string;
|
|
4119
4129
|
};
|
|
4120
4130
|
/**
|
|
4121
|
-
*
|
|
4131
|
+
* Lookup414: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4122
4132
|
**/
|
|
4123
4133
|
PalletNftsItemTip: {
|
|
4124
4134
|
collection: string;
|
|
@@ -4127,7 +4137,7 @@ declare const _default: {
|
|
|
4127
4137
|
amount: string;
|
|
4128
4138
|
};
|
|
4129
4139
|
/**
|
|
4130
|
-
*
|
|
4140
|
+
* Lookup416: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4131
4141
|
**/
|
|
4132
4142
|
PalletNftsPreSignedMint: {
|
|
4133
4143
|
collection: string;
|
|
@@ -4139,7 +4149,7 @@ declare const _default: {
|
|
|
4139
4149
|
mintPrice: string;
|
|
4140
4150
|
};
|
|
4141
4151
|
/**
|
|
4142
|
-
*
|
|
4152
|
+
* Lookup417: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4143
4153
|
**/
|
|
4144
4154
|
PalletNftsPreSignedAttributes: {
|
|
4145
4155
|
collection: string;
|
|
@@ -4149,7 +4159,7 @@ declare const _default: {
|
|
|
4149
4159
|
deadline: string;
|
|
4150
4160
|
};
|
|
4151
4161
|
/**
|
|
4152
|
-
*
|
|
4162
|
+
* Lookup418: pallet_parameters::pallet::Call<T>
|
|
4153
4163
|
**/
|
|
4154
4164
|
PalletParametersCall: {
|
|
4155
4165
|
_enum: {
|
|
@@ -4159,7 +4169,7 @@ declare const _default: {
|
|
|
4159
4169
|
};
|
|
4160
4170
|
};
|
|
4161
4171
|
/**
|
|
4162
|
-
*
|
|
4172
|
+
* Lookup419: sh_parachain_runtime::configs::runtime_params::RuntimeParameters
|
|
4163
4173
|
**/
|
|
4164
4174
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
4165
4175
|
_enum: {
|
|
@@ -4167,7 +4177,7 @@ declare const _default: {
|
|
|
4167
4177
|
};
|
|
4168
4178
|
};
|
|
4169
4179
|
/**
|
|
4170
|
-
*
|
|
4180
|
+
* Lookup420: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
4171
4181
|
**/
|
|
4172
4182
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
4173
4183
|
_enum: {
|
|
@@ -4204,36 +4214,36 @@ declare const _default: {
|
|
|
4204
4214
|
};
|
|
4205
4215
|
};
|
|
4206
4216
|
/**
|
|
4207
|
-
*
|
|
4217
|
+
* Lookup422: pallet_sudo::pallet::Error<T>
|
|
4208
4218
|
**/
|
|
4209
4219
|
PalletSudoError: {
|
|
4210
4220
|
_enum: string[];
|
|
4211
4221
|
};
|
|
4212
4222
|
/**
|
|
4213
|
-
*
|
|
4223
|
+
* Lookup425: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
4214
4224
|
**/
|
|
4215
4225
|
PalletCollatorSelectionCandidateInfo: {
|
|
4216
4226
|
who: string;
|
|
4217
4227
|
deposit: string;
|
|
4218
4228
|
};
|
|
4219
4229
|
/**
|
|
4220
|
-
*
|
|
4230
|
+
* Lookup427: pallet_collator_selection::pallet::Error<T>
|
|
4221
4231
|
**/
|
|
4222
4232
|
PalletCollatorSelectionError: {
|
|
4223
4233
|
_enum: string[];
|
|
4224
4234
|
};
|
|
4225
4235
|
/**
|
|
4226
|
-
*
|
|
4236
|
+
* Lookup431: sp_core::crypto::KeyTypeId
|
|
4227
4237
|
**/
|
|
4228
4238
|
SpCoreCryptoKeyTypeId: string;
|
|
4229
4239
|
/**
|
|
4230
|
-
*
|
|
4240
|
+
* Lookup432: pallet_session::pallet::Error<T>
|
|
4231
4241
|
**/
|
|
4232
4242
|
PalletSessionError: {
|
|
4233
4243
|
_enum: string[];
|
|
4234
4244
|
};
|
|
4235
4245
|
/**
|
|
4236
|
-
*
|
|
4246
|
+
* Lookup441: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
4237
4247
|
**/
|
|
4238
4248
|
CumulusPalletXcmpQueueOutboundChannelDetails: {
|
|
4239
4249
|
recipient: string;
|
|
@@ -4243,13 +4253,13 @@ declare const _default: {
|
|
|
4243
4253
|
lastIndex: string;
|
|
4244
4254
|
};
|
|
4245
4255
|
/**
|
|
4246
|
-
*
|
|
4256
|
+
* Lookup442: cumulus_pallet_xcmp_queue::OutboundState
|
|
4247
4257
|
**/
|
|
4248
4258
|
CumulusPalletXcmpQueueOutboundState: {
|
|
4249
4259
|
_enum: string[];
|
|
4250
4260
|
};
|
|
4251
4261
|
/**
|
|
4252
|
-
*
|
|
4262
|
+
* Lookup446: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
4253
4263
|
**/
|
|
4254
4264
|
CumulusPalletXcmpQueueQueueConfigData: {
|
|
4255
4265
|
suspendThreshold: string;
|
|
@@ -4257,13 +4267,13 @@ declare const _default: {
|
|
|
4257
4267
|
resumeThreshold: string;
|
|
4258
4268
|
};
|
|
4259
4269
|
/**
|
|
4260
|
-
*
|
|
4270
|
+
* Lookup447: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
4261
4271
|
**/
|
|
4262
4272
|
CumulusPalletXcmpQueueError: {
|
|
4263
4273
|
_enum: string[];
|
|
4264
4274
|
};
|
|
4265
4275
|
/**
|
|
4266
|
-
*
|
|
4276
|
+
* Lookup448: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4267
4277
|
**/
|
|
4268
4278
|
PalletXcmQueryStatus: {
|
|
4269
4279
|
_enum: {
|
|
@@ -4284,7 +4294,7 @@ declare const _default: {
|
|
|
4284
4294
|
};
|
|
4285
4295
|
};
|
|
4286
4296
|
/**
|
|
4287
|
-
*
|
|
4297
|
+
* Lookup452: xcm::VersionedResponse
|
|
4288
4298
|
**/
|
|
4289
4299
|
XcmVersionedResponse: {
|
|
4290
4300
|
_enum: {
|
|
@@ -4297,7 +4307,7 @@ declare const _default: {
|
|
|
4297
4307
|
};
|
|
4298
4308
|
};
|
|
4299
4309
|
/**
|
|
4300
|
-
*
|
|
4310
|
+
* Lookup458: pallet_xcm::pallet::VersionMigrationStage
|
|
4301
4311
|
**/
|
|
4302
4312
|
PalletXcmVersionMigrationStage: {
|
|
4303
4313
|
_enum: {
|
|
@@ -4308,7 +4318,7 @@ declare const _default: {
|
|
|
4308
4318
|
};
|
|
4309
4319
|
};
|
|
4310
4320
|
/**
|
|
4311
|
-
*
|
|
4321
|
+
* Lookup460: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4312
4322
|
**/
|
|
4313
4323
|
PalletXcmRemoteLockedFungibleRecord: {
|
|
4314
4324
|
amount: string;
|
|
@@ -4317,13 +4327,13 @@ declare const _default: {
|
|
|
4317
4327
|
consumers: string;
|
|
4318
4328
|
};
|
|
4319
4329
|
/**
|
|
4320
|
-
*
|
|
4330
|
+
* Lookup467: pallet_xcm::pallet::Error<T>
|
|
4321
4331
|
**/
|
|
4322
4332
|
PalletXcmError: {
|
|
4323
4333
|
_enum: string[];
|
|
4324
4334
|
};
|
|
4325
4335
|
/**
|
|
4326
|
-
*
|
|
4336
|
+
* Lookup468: pallet_message_queue::BookState<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4327
4337
|
**/
|
|
4328
4338
|
PalletMessageQueueBookState: {
|
|
4329
4339
|
_alias: {
|
|
@@ -4337,14 +4347,14 @@ declare const _default: {
|
|
|
4337
4347
|
size_: string;
|
|
4338
4348
|
};
|
|
4339
4349
|
/**
|
|
4340
|
-
*
|
|
4350
|
+
* Lookup470: pallet_message_queue::Neighbours<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4341
4351
|
**/
|
|
4342
4352
|
PalletMessageQueueNeighbours: {
|
|
4343
4353
|
prev: string;
|
|
4344
4354
|
next: string;
|
|
4345
4355
|
};
|
|
4346
4356
|
/**
|
|
4347
|
-
*
|
|
4357
|
+
* Lookup472: pallet_message_queue::Page<Size, HeapSize>
|
|
4348
4358
|
**/
|
|
4349
4359
|
PalletMessageQueuePage: {
|
|
4350
4360
|
remaining: string;
|
|
@@ -4355,20 +4365,20 @@ declare const _default: {
|
|
|
4355
4365
|
heap: string;
|
|
4356
4366
|
};
|
|
4357
4367
|
/**
|
|
4358
|
-
*
|
|
4368
|
+
* Lookup474: pallet_message_queue::pallet::Error<T>
|
|
4359
4369
|
**/
|
|
4360
4370
|
PalletMessageQueueError: {
|
|
4361
4371
|
_enum: string[];
|
|
4362
4372
|
};
|
|
4363
4373
|
/**
|
|
4364
|
-
*
|
|
4374
|
+
* Lookup475: pallet_storage_providers::types::SignUpRequest<T>
|
|
4365
4375
|
**/
|
|
4366
4376
|
PalletStorageProvidersSignUpRequest: {
|
|
4367
4377
|
spSignUpRequest: string;
|
|
4368
4378
|
at: string;
|
|
4369
4379
|
};
|
|
4370
4380
|
/**
|
|
4371
|
-
*
|
|
4381
|
+
* Lookup476: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
4372
4382
|
**/
|
|
4373
4383
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
4374
4384
|
_enum: {
|
|
@@ -4377,7 +4387,7 @@ declare const _default: {
|
|
|
4377
4387
|
};
|
|
4378
4388
|
};
|
|
4379
4389
|
/**
|
|
4380
|
-
*
|
|
4390
|
+
* Lookup477: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
4381
4391
|
**/
|
|
4382
4392
|
PalletStorageProvidersBackupStorageProvider: {
|
|
4383
4393
|
capacity: string;
|
|
@@ -4391,14 +4401,14 @@ declare const _default: {
|
|
|
4391
4401
|
signUpBlock: string;
|
|
4392
4402
|
};
|
|
4393
4403
|
/**
|
|
4394
|
-
*
|
|
4404
|
+
* Lookup478: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
4395
4405
|
**/
|
|
4396
4406
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
4397
4407
|
mspInfo: string;
|
|
4398
4408
|
valueProp: string;
|
|
4399
4409
|
};
|
|
4400
4410
|
/**
|
|
4401
|
-
*
|
|
4411
|
+
* Lookup479: pallet_storage_providers::types::MainStorageProvider<T>
|
|
4402
4412
|
**/
|
|
4403
4413
|
PalletStorageProvidersMainStorageProvider: {
|
|
4404
4414
|
capacity: string;
|
|
@@ -4412,7 +4422,7 @@ declare const _default: {
|
|
|
4412
4422
|
signUpBlock: string;
|
|
4413
4423
|
};
|
|
4414
4424
|
/**
|
|
4415
|
-
*
|
|
4425
|
+
* Lookup480: pallet_storage_providers::types::Bucket<T>
|
|
4416
4426
|
**/
|
|
4417
4427
|
PalletStorageProvidersBucket: {
|
|
4418
4428
|
_alias: {
|
|
@@ -4427,13 +4437,13 @@ declare const _default: {
|
|
|
4427
4437
|
valuePropId: string;
|
|
4428
4438
|
};
|
|
4429
4439
|
/**
|
|
4430
|
-
*
|
|
4440
|
+
* Lookup484: pallet_storage_providers::pallet::Error<T>
|
|
4431
4441
|
**/
|
|
4432
4442
|
PalletStorageProvidersError: {
|
|
4433
4443
|
_enum: string[];
|
|
4434
4444
|
};
|
|
4435
4445
|
/**
|
|
4436
|
-
*
|
|
4446
|
+
* Lookup485: pallet_file_system::types::StorageRequestMetadata<T>
|
|
4437
4447
|
**/
|
|
4438
4448
|
PalletFileSystemStorageRequestMetadata: {
|
|
4439
4449
|
_alias: {
|
|
@@ -4454,7 +4464,7 @@ declare const _default: {
|
|
|
4454
4464
|
depositPaid: string;
|
|
4455
4465
|
};
|
|
4456
4466
|
/**
|
|
4457
|
-
*
|
|
4467
|
+
* Lookup486: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
4458
4468
|
**/
|
|
4459
4469
|
PalletFileSystemMspStorageRequestStatus: {
|
|
4460
4470
|
_enum: {
|
|
@@ -4465,13 +4475,13 @@ declare const _default: {
|
|
|
4465
4475
|
};
|
|
4466
4476
|
};
|
|
4467
4477
|
/**
|
|
4468
|
-
*
|
|
4478
|
+
* Lookup487: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
4469
4479
|
**/
|
|
4470
4480
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
4471
4481
|
confirmed: string;
|
|
4472
4482
|
};
|
|
4473
4483
|
/**
|
|
4474
|
-
*
|
|
4484
|
+
* Lookup489: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
4475
4485
|
**/
|
|
4476
4486
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
4477
4487
|
user: string;
|
|
@@ -4482,7 +4492,7 @@ declare const _default: {
|
|
|
4482
4492
|
queuePriorityChallenge: string;
|
|
4483
4493
|
};
|
|
4484
4494
|
/**
|
|
4485
|
-
*
|
|
4495
|
+
* Lookup491: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
4486
4496
|
**/
|
|
4487
4497
|
PalletFileSystemPendingStopStoringRequest: {
|
|
4488
4498
|
tickWhenRequested: string;
|
|
@@ -4490,7 +4500,7 @@ declare const _default: {
|
|
|
4490
4500
|
fileSize: string;
|
|
4491
4501
|
};
|
|
4492
4502
|
/**
|
|
4493
|
-
*
|
|
4503
|
+
* Lookup492: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
4494
4504
|
**/
|
|
4495
4505
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
4496
4506
|
requester: string;
|
|
@@ -4498,7 +4508,7 @@ declare const _default: {
|
|
|
4498
4508
|
newValuePropId: string;
|
|
4499
4509
|
};
|
|
4500
4510
|
/**
|
|
4501
|
-
*
|
|
4511
|
+
* Lookup493: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
4502
4512
|
**/
|
|
4503
4513
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
4504
4514
|
owner: string;
|
|
@@ -4510,26 +4520,26 @@ declare const _default: {
|
|
|
4510
4520
|
pendingBucketRemoval: string;
|
|
4511
4521
|
};
|
|
4512
4522
|
/**
|
|
4513
|
-
*
|
|
4523
|
+
* Lookup495: pallet_file_system::pallet::Error<T>
|
|
4514
4524
|
**/
|
|
4515
4525
|
PalletFileSystemError: {
|
|
4516
4526
|
_enum: string[];
|
|
4517
4527
|
};
|
|
4518
4528
|
/**
|
|
4519
|
-
*
|
|
4529
|
+
* Lookup497: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
4520
4530
|
**/
|
|
4521
4531
|
PalletProofsDealerProofSubmissionRecord: {
|
|
4522
4532
|
lastTickProven: string;
|
|
4523
4533
|
nextTickToSubmitProofFor: string;
|
|
4524
4534
|
};
|
|
4525
4535
|
/**
|
|
4526
|
-
*
|
|
4536
|
+
* Lookup504: pallet_proofs_dealer::pallet::Error<T>
|
|
4527
4537
|
**/
|
|
4528
4538
|
PalletProofsDealerError: {
|
|
4529
4539
|
_enum: string[];
|
|
4530
4540
|
};
|
|
4531
4541
|
/**
|
|
4532
|
-
*
|
|
4542
|
+
* Lookup507: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
4533
4543
|
**/
|
|
4534
4544
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
4535
4545
|
rate: string;
|
|
@@ -4538,7 +4548,7 @@ declare const _default: {
|
|
|
4538
4548
|
outOfFundsTick: string;
|
|
4539
4549
|
};
|
|
4540
4550
|
/**
|
|
4541
|
-
*
|
|
4551
|
+
* Lookup508: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
4542
4552
|
**/
|
|
4543
4553
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
4544
4554
|
amountProvided: string;
|
|
@@ -4547,26 +4557,26 @@ declare const _default: {
|
|
|
4547
4557
|
outOfFundsTick: string;
|
|
4548
4558
|
};
|
|
4549
4559
|
/**
|
|
4550
|
-
*
|
|
4560
|
+
* Lookup509: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
4551
4561
|
**/
|
|
4552
4562
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
4553
4563
|
lastChargeableTick: string;
|
|
4554
4564
|
priceIndex: string;
|
|
4555
4565
|
};
|
|
4556
4566
|
/**
|
|
4557
|
-
*
|
|
4567
|
+
* Lookup510: pallet_payment_streams::pallet::Error<T>
|
|
4558
4568
|
**/
|
|
4559
4569
|
PalletPaymentStreamsError: {
|
|
4560
4570
|
_enum: string[];
|
|
4561
4571
|
};
|
|
4562
4572
|
/**
|
|
4563
|
-
*
|
|
4573
|
+
* Lookup511: pallet_bucket_nfts::pallet::Error<T>
|
|
4564
4574
|
**/
|
|
4565
4575
|
PalletBucketNftsError: {
|
|
4566
4576
|
_enum: string[];
|
|
4567
4577
|
};
|
|
4568
4578
|
/**
|
|
4569
|
-
*
|
|
4579
|
+
* Lookup512: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
4570
4580
|
**/
|
|
4571
4581
|
PalletNftsCollectionDetails: {
|
|
4572
4582
|
owner: string;
|
|
@@ -4577,13 +4587,13 @@ declare const _default: {
|
|
|
4577
4587
|
attributes: string;
|
|
4578
4588
|
};
|
|
4579
4589
|
/**
|
|
4580
|
-
*
|
|
4590
|
+
* Lookup517: pallet_nfts::types::CollectionRole
|
|
4581
4591
|
**/
|
|
4582
4592
|
PalletNftsCollectionRole: {
|
|
4583
4593
|
_enum: string[];
|
|
4584
4594
|
};
|
|
4585
4595
|
/**
|
|
4586
|
-
*
|
|
4596
|
+
* Lookup518: pallet_nfts::types::ItemDetails<sp_core::crypto::AccountId32, pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>, bounded_collections::bounded_btree_map::BoundedBTreeMap<sp_core::crypto::AccountId32, Option<T>, S>>
|
|
4587
4597
|
**/
|
|
4588
4598
|
PalletNftsItemDetails: {
|
|
4589
4599
|
owner: string;
|
|
@@ -4591,42 +4601,42 @@ declare const _default: {
|
|
|
4591
4601
|
deposit: string;
|
|
4592
4602
|
};
|
|
4593
4603
|
/**
|
|
4594
|
-
*
|
|
4604
|
+
* Lookup519: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4595
4605
|
**/
|
|
4596
4606
|
PalletNftsItemDeposit: {
|
|
4597
4607
|
account: string;
|
|
4598
4608
|
amount: string;
|
|
4599
4609
|
};
|
|
4600
4610
|
/**
|
|
4601
|
-
*
|
|
4611
|
+
* Lookup524: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
4602
4612
|
**/
|
|
4603
4613
|
PalletNftsCollectionMetadata: {
|
|
4604
4614
|
deposit: string;
|
|
4605
4615
|
data: string;
|
|
4606
4616
|
};
|
|
4607
4617
|
/**
|
|
4608
|
-
*
|
|
4618
|
+
* Lookup525: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
4609
4619
|
**/
|
|
4610
4620
|
PalletNftsItemMetadata: {
|
|
4611
4621
|
deposit: string;
|
|
4612
4622
|
data: string;
|
|
4613
4623
|
};
|
|
4614
4624
|
/**
|
|
4615
|
-
*
|
|
4625
|
+
* Lookup526: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4616
4626
|
**/
|
|
4617
4627
|
PalletNftsItemMetadataDeposit: {
|
|
4618
4628
|
account: string;
|
|
4619
4629
|
amount: string;
|
|
4620
4630
|
};
|
|
4621
4631
|
/**
|
|
4622
|
-
*
|
|
4632
|
+
* Lookup529: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4623
4633
|
**/
|
|
4624
4634
|
PalletNftsAttributeDeposit: {
|
|
4625
4635
|
account: string;
|
|
4626
4636
|
amount: string;
|
|
4627
4637
|
};
|
|
4628
4638
|
/**
|
|
4629
|
-
*
|
|
4639
|
+
* Lookup533: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
4630
4640
|
**/
|
|
4631
4641
|
PalletNftsPendingSwap: {
|
|
4632
4642
|
desiredCollection: string;
|
|
@@ -4635,63 +4645,63 @@ declare const _default: {
|
|
|
4635
4645
|
deadline: string;
|
|
4636
4646
|
};
|
|
4637
4647
|
/**
|
|
4638
|
-
*
|
|
4648
|
+
* Lookup535: pallet_nfts::types::PalletFeature
|
|
4639
4649
|
**/
|
|
4640
4650
|
PalletNftsPalletFeature: {
|
|
4641
4651
|
_enum: string[];
|
|
4642
4652
|
};
|
|
4643
4653
|
/**
|
|
4644
|
-
*
|
|
4654
|
+
* Lookup536: pallet_nfts::pallet::Error<T, I>
|
|
4645
4655
|
**/
|
|
4646
4656
|
PalletNftsError: {
|
|
4647
4657
|
_enum: string[];
|
|
4648
4658
|
};
|
|
4649
4659
|
/**
|
|
4650
|
-
*
|
|
4660
|
+
* Lookup539: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4651
4661
|
**/
|
|
4652
4662
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
4653
4663
|
/**
|
|
4654
|
-
*
|
|
4664
|
+
* Lookup540: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4655
4665
|
**/
|
|
4656
4666
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4657
4667
|
/**
|
|
4658
|
-
*
|
|
4668
|
+
* Lookup541: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4659
4669
|
**/
|
|
4660
4670
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
4661
4671
|
/**
|
|
4662
|
-
*
|
|
4672
|
+
* Lookup542: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4663
4673
|
**/
|
|
4664
4674
|
FrameSystemExtensionsCheckGenesis: string;
|
|
4665
4675
|
/**
|
|
4666
|
-
*
|
|
4676
|
+
* Lookup545: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4667
4677
|
**/
|
|
4668
4678
|
FrameSystemExtensionsCheckNonce: string;
|
|
4669
4679
|
/**
|
|
4670
|
-
*
|
|
4680
|
+
* Lookup546: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4671
4681
|
**/
|
|
4672
4682
|
FrameSystemExtensionsCheckWeight: string;
|
|
4673
4683
|
/**
|
|
4674
|
-
*
|
|
4684
|
+
* Lookup547: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4675
4685
|
**/
|
|
4676
4686
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4677
4687
|
/**
|
|
4678
|
-
*
|
|
4688
|
+
* Lookup548: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<T>
|
|
4679
4689
|
**/
|
|
4680
4690
|
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: string;
|
|
4681
4691
|
/**
|
|
4682
|
-
*
|
|
4692
|
+
* Lookup549: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4683
4693
|
**/
|
|
4684
4694
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4685
4695
|
mode: string;
|
|
4686
4696
|
};
|
|
4687
4697
|
/**
|
|
4688
|
-
*
|
|
4698
|
+
* Lookup550: frame_metadata_hash_extension::Mode
|
|
4689
4699
|
**/
|
|
4690
4700
|
FrameMetadataHashExtensionMode: {
|
|
4691
4701
|
_enum: string[];
|
|
4692
4702
|
};
|
|
4693
4703
|
/**
|
|
4694
|
-
*
|
|
4704
|
+
* Lookup551: sh_parachain_runtime::Runtime
|
|
4695
4705
|
**/
|
|
4696
4706
|
ShParachainRuntimeRuntime: string;
|
|
4697
4707
|
};
|