@dedot/chaintypes 0.0.1-next.0 → 0.0.1-next.3
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/aleph/consts.d.ts +595 -0
- package/aleph/errors.d.ts +985 -0
- package/aleph/events.d.ts +984 -0
- package/aleph/index.d.ts +22 -0
- package/aleph/query.d.ts +1480 -0
- package/aleph/rpc.d.ts +727 -0
- package/aleph/runtime.d.ts +545 -0
- package/aleph/tx.d.ts +2668 -0
- package/aleph/types.d.ts +3646 -0
- package/astar/consts.d.ts +758 -0
- package/astar/errors.d.ts +1580 -0
- package/astar/events.d.ts +1788 -0
- package/astar/index.d.ts +22 -0
- package/astar/query.d.ts +1759 -0
- package/astar/rpc.d.ts +974 -0
- package/astar/runtime.d.ts +314 -0
- package/astar/tx.d.ts +5478 -0
- package/astar/types.d.ts +9078 -0
- package/index.ts +10 -0
- package/kusama/consts.d.ts +1578 -0
- package/kusama/errors.d.ts +2999 -0
- package/kusama/events.d.ts +3233 -0
- package/kusama/index.d.ts +22 -0
- package/kusama/query.d.ts +3831 -0
- package/kusama/rpc.d.ts +904 -0
- package/kusama/runtime.d.ts +1134 -0
- package/kusama/tx.d.ts +7077 -0
- package/kusama/types.d.ts +10710 -0
- package/kusamaAssetHub/consts.d.ts +719 -0
- package/kusamaAssetHub/errors.d.ts +1409 -0
- package/kusamaAssetHub/events.d.ts +2251 -0
- package/kusamaAssetHub/index.d.ts +22 -0
- package/kusamaAssetHub/query.d.ts +1554 -0
- package/kusamaAssetHub/rpc.d.ts +746 -0
- package/kusamaAssetHub/runtime.d.ts +514 -0
- package/kusamaAssetHub/tx.d.ts +5055 -0
- package/kusamaAssetHub/types.d.ts +6385 -0
- package/moonbeam/consts.d.ts +1080 -0
- package/moonbeam/errors.d.ts +2135 -0
- package/moonbeam/events.d.ts +3091 -0
- package/moonbeam/index.d.ts +22 -0
- package/moonbeam/query.d.ts +2394 -0
- package/moonbeam/rpc.d.ts +1015 -0
- package/moonbeam/runtime.d.ts +669 -0
- package/moonbeam/tx.d.ts +6156 -0
- package/moonbeam/types.d.ts +8045 -0
- package/package.json +9 -8
- package/packageInfo.ts +3 -0
- package/polkadot/consts.d.ts +1277 -0
- package/polkadot/errors.d.ts +2424 -0
- package/polkadot/events.d.ts +2457 -0
- package/polkadot/index.d.ts +22 -0
- package/polkadot/query.d.ts +3322 -0
- package/polkadot/rpc.d.ts +904 -0
- package/polkadot/runtime.d.ts +1134 -0
- package/polkadot/tx.d.ts +5913 -0
- package/polkadot/types.d.ts +9181 -0
- package/polkadotAssetHub/consts.d.ts +591 -0
- package/polkadotAssetHub/errors.d.ts +1119 -0
- package/polkadotAssetHub/events.d.ts +1855 -0
- package/polkadotAssetHub/index.d.ts +22 -0
- package/polkadotAssetHub/query.d.ts +1460 -0
- package/polkadotAssetHub/rpc.d.ts +746 -0
- package/polkadotAssetHub/runtime.d.ts +451 -0
- package/polkadotAssetHub/tx.d.ts +4189 -0
- package/polkadotAssetHub/types.d.ts +5539 -0
- package/rococoAssetHub/consts.d.ts +750 -0
- package/rococoAssetHub/errors.d.ts +1494 -0
- package/rococoAssetHub/events.d.ts +2252 -0
- package/rococoAssetHub/index.d.ts +22 -0
- package/rococoAssetHub/query.d.ts +1516 -0
- package/rococoAssetHub/rpc.d.ts +746 -0
- package/rococoAssetHub/runtime.d.ts +542 -0
- package/rococoAssetHub/tx.d.ts +5169 -0
- package/rococoAssetHub/types.d.ts +6751 -0
- package/substrate/consts.d.ts +2223 -0
- package/substrate/errors.d.ts +4023 -0
- package/substrate/events.d.ts +5107 -0
- package/substrate/index.d.ts +22 -0
- package/substrate/query.d.ts +3890 -0
- package/substrate/rpc.d.ts +894 -0
- package/substrate/runtime.d.ts +941 -0
- package/substrate/tx.d.ts +10391 -0
- package/substrate/types.d.ts +13380 -0
- package/westendAssetHub/consts.d.ts +750 -0
- package/westendAssetHub/errors.d.ts +1494 -0
- package/westendAssetHub/events.d.ts +2252 -0
- package/westendAssetHub/index.d.ts +22 -0
- package/westendAssetHub/query.d.ts +1516 -0
- package/westendAssetHub/rpc.d.ts +746 -0
- package/westendAssetHub/runtime.d.ts +581 -0
- package/westendAssetHub/tx.d.ts +5169 -0
- package/westendAssetHub/types.d.ts +6750 -0
- package/cjs/index.js +0 -2
- package/cjs/package.json +0 -1
- package/cjs/packageInfo.js +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.3+b7d0d04",
|
|
4
4
|
"description": "Types for substrate-based chains",
|
|
5
5
|
"author": "Thang X. Vu <thang@coongcrafts.io>",
|
|
6
6
|
"homepage": "https://github.com/dedotdev/dedot/tree/main/packages/chaintypes",
|
|
@@ -12,14 +12,15 @@
|
|
|
12
12
|
"main": "./cjs/index.js",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"build": "tsc --project tsconfig.build.json &&
|
|
16
|
-
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
|
|
15
|
+
"build": "tsc --project tsconfig.build.json && yarn copy",
|
|
16
|
+
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo",
|
|
17
|
+
"copy": "cp -R ./src/* ./dist"
|
|
17
18
|
},
|
|
18
19
|
"dependencies": {
|
|
19
|
-
"@dedot/codecs": "0.0.1-next.
|
|
20
|
-
"@dedot/shape": "0.0.1-next.
|
|
21
|
-
"@dedot/types": "0.0.1-next.
|
|
22
|
-
"@dedot/utils": "0.0.1-next.
|
|
20
|
+
"@dedot/codecs": "0.0.1-next.3+b7d0d04",
|
|
21
|
+
"@dedot/shape": "0.0.1-next.3+b7d0d04",
|
|
22
|
+
"@dedot/types": "0.0.1-next.3+b7d0d04",
|
|
23
|
+
"@dedot/utils": "0.0.1-next.3+b7d0d04",
|
|
23
24
|
"@polkadot/util": "^12.6.2"
|
|
24
25
|
},
|
|
25
26
|
"publishConfig": {
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"directory": "dist"
|
|
28
29
|
},
|
|
29
30
|
"license": "Apache-2.0",
|
|
30
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "b7d0d0424968ebfb2b3e5e573f2e375ab8c30442",
|
|
31
32
|
"module": "./index.js",
|
|
32
33
|
"types": "./index.d.ts"
|
|
33
34
|
}
|
package/packageInfo.ts
ADDED