@dedot/chaintypes 0.0.1-alpha.140 → 0.0.1-alpha.141
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.141",
|
|
4
4
|
"description": "Types for substrate-based chains",
|
|
5
5
|
"author": "Thang X. Vu <thang@coongcrafts.io>",
|
|
6
6
|
"main": "",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"directory": "dist"
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "ef578eba7a984d127806f265345b027149e5546e",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts"
|
|
25
25
|
}
|
|
@@ -6734,6 +6734,10 @@ export type PalletAssetConversionTxPaymentChargeAssetTxPayment = {
|
|
|
6734
6734
|
assetId?: StagingXcmV3MultilocationMultiLocation | undefined;
|
|
6735
6735
|
};
|
|
6736
6736
|
|
|
6737
|
+
export type FrameMetadataHashExtensionCheckMetadataHash = { mode: FrameMetadataHashExtensionMode };
|
|
6738
|
+
|
|
6739
|
+
export type FrameMetadataHashExtensionMode = 'Disabled' | 'Enabled';
|
|
6740
|
+
|
|
6737
6741
|
export type AssetHubPolkadotRuntimeRuntime = {};
|
|
6738
6742
|
|
|
6739
6743
|
export type SpConsensusSlotsSlotDuration = bigint;
|