@dedot/chaintypes 0.159.0 → 0.160.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.
@@ -5,15 +5,15 @@ import type { JsonRpcApis } from 'dedot/types/json-rpc';
5
5
 
6
6
  export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
7
7
  JsonRpcApis,
8
- | 'archive_unstable_body'
9
- | 'archive_unstable_call'
10
- | 'archive_unstable_finalizedHeight'
11
- | 'archive_unstable_genesisHash'
12
- | 'archive_unstable_hashByHeight'
13
- | 'archive_unstable_header'
14
- | 'archive_unstable_storage'
15
- | 'archive_unstable_storageDiff'
16
- | 'archive_unstable_storageDiff_stopStorageDiff'
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_storage'
15
+ | 'archive_v1_storageDiff'
16
+ | 'archive_v1_storageDiff_stopStorageDiff'
17
17
  | 'author_hasKey'
18
18
  | 'author_hasSessionKeys'
19
19
  | 'author_insertKey'
@@ -97,6 +97,7 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
97
97
  | 'net_listening'
98
98
  | 'net_peerCount'
99
99
  | 'net_version'
100
+ | 'offchain_localStorageClear'
100
101
  | 'offchain_localStorageGet'
101
102
  | 'offchain_localStorageSet'
102
103
  | 'payment_queryFeeDetails'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.159.0",
3
+ "version": "0.160.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": "c1c0442ed46778a3d53137a95b249159b2f8eb41",
28
+ "gitHead": "c216f03b94f3eb477b7987980b1262d72201b5e7",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {