@dedot/chaintypes 0.145.0 → 0.147.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.145.0",
3
+ "version": "0.147.0",
4
4
  "description": "Types for substrate-based chains",
5
5
  "author": "Thang X. Vu <thang@dedot.dev>",
6
6
  "homepage": "https://dedot.dev",
@@ -25,7 +25,7 @@
25
25
  "directory": "dist"
26
26
  },
27
27
  "license": "Apache-2.0",
28
- "gitHead": "3fab69bbfc92f3f33086f8b9bda913f34d7fa7dd",
28
+ "gitHead": "6628539654d29b1bdf375a63bc2cebc4f88b97a6",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -5,16 +5,6 @@ import type { JsonRpcApis } from 'dedot/types/json-rpc';
5
5
 
6
6
  export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
7
7
  JsonRpcApis,
8
- | 'archive_v1_body'
9
- | 'archive_v1_call'
10
- | 'archive_v1_finalizedHeight'
11
- | 'archive_v1_genesisHash'
12
- | 'archive_v1_hashByHeight'
13
- | 'archive_v1_header'
14
- | 'archive_v1_stopStorage'
15
- | 'archive_v1_storage'
16
- | 'archive_v1_storageDiff'
17
- | 'archive_v1_storageDiff_stopStorageDiff'
18
8
  | 'author_hasKey'
19
9
  | 'author_hasSessionKeys'
20
10
  | 'author_insertKey'
@@ -25,7 +25,7 @@ export interface VersionedPaseoAssetHubApi<Rv extends RpcVersion> extends Generi
25
25
 
26
26
  /**
27
27
  * @name: PaseoAssetHubApi
28
- * @specVersion: 1006001
28
+ * @specVersion: 1006002
29
29
  **/
30
30
  export interface PaseoAssetHubApi {
31
31
  legacy: VersionedPaseoAssetHubApi<RpcLegacy>;
@@ -5,16 +5,6 @@ import type { JsonRpcApis } from 'dedot/types/json-rpc';
5
5
 
6
6
  export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
7
7
  JsonRpcApis,
8
- | 'archive_v1_body'
9
- | 'archive_v1_call'
10
- | 'archive_v1_finalizedHeight'
11
- | 'archive_v1_genesisHash'
12
- | 'archive_v1_hashByHeight'
13
- | 'archive_v1_header'
14
- | 'archive_v1_stopStorage'
15
- | 'archive_v1_storage'
16
- | 'archive_v1_storageDiff'
17
- | 'archive_v1_storageDiff_stopStorageDiff'
18
8
  | 'author_hasKey'
19
9
  | 'author_hasSessionKeys'
20
10
  | 'author_insertKey'