@dedot/chaintypes 0.16.0 → 0.18.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.
@@ -28,6 +28,9 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
28
28
  | 'chainHead_v1_stopOperation'
29
29
  | 'chainHead_v1_storage'
30
30
  | 'chainHead_v1_unpin'
31
+ | 'chainSpec_v1_chainName'
32
+ | 'chainSpec_v1_genesisHash'
33
+ | 'chainSpec_v1_properties'
31
34
  | 'chain_getBlock'
32
35
  | 'chain_getBlockHash'
33
36
  | 'chain_getFinalizedHead'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
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": "dca82b49c49d1239c075b14bef47144d59cba9e3",
22
+ "gitHead": "e401639c02e1c81d965476bae251cd6b974c7b92",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts"
25
25
  }
package/paseo/index.d.ts CHANGED
@@ -23,7 +23,7 @@ export interface VersionedPaseoApi<Rv extends RpcVersion> extends GenericSubstra
23
23
 
24
24
  /**
25
25
  * @name: PaseoApi
26
- * @specVersion: 1002007
26
+ * @specVersion: 1002008
27
27
  **/
28
28
  export interface PaseoApi {
29
29
  legacy: VersionedPaseoApi<RpcLegacy>;
@@ -28,6 +28,9 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
28
28
  | 'chainHead_v1_stopOperation'
29
29
  | 'chainHead_v1_storage'
30
30
  | 'chainHead_v1_unpin'
31
+ | 'chainSpec_v1_chainName'
32
+ | 'chainSpec_v1_genesisHash'
33
+ | 'chainSpec_v1_properties'
31
34
  | 'chain_getBlock'
32
35
  | 'chain_getBlockHash'
33
36
  | 'chain_getFinalizedHead'
@@ -28,6 +28,9 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
28
28
  | 'chainHead_v1_stopOperation'
29
29
  | 'chainHead_v1_storage'
30
30
  | 'chainHead_v1_unpin'
31
+ | 'chainSpec_v1_chainName'
32
+ | 'chainSpec_v1_genesisHash'
33
+ | 'chainSpec_v1_properties'
31
34
  | 'chain_getBlock'
32
35
  | 'chain_getBlockHash'
33
36
  | 'chain_getFinalizedHead'
@@ -28,6 +28,9 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
28
28
  | 'chainHead_v1_stopOperation'
29
29
  | 'chainHead_v1_storage'
30
30
  | 'chainHead_v1_unpin'
31
+ | 'chainSpec_v1_chainName'
32
+ | 'chainSpec_v1_genesisHash'
33
+ | 'chainSpec_v1_properties'
31
34
  | 'chain_getBlock'
32
35
  | 'chain_getBlockHash'
33
36
  | 'chain_getFinalizedHead'