@dedot/chaintypes 0.235.0 → 0.237.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/astar/index.d.ts CHANGED
@@ -46,7 +46,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
46
46
 
47
47
  /**
48
48
  * @name: AstarApi
49
- * @specVersion: 2000
49
+ * @specVersion: 2001
50
50
  **/
51
51
  export interface AstarApi extends GenericSubstrateApi {
52
52
  rpc: ChainJsonRpcApis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.235.0",
3
+ "version": "0.237.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": "b7dd532d43ade477134c36630f7b566e492c1f00",
28
+ "gitHead": "410e6607715d829266ba8209c11571dc2e47c336",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -20,6 +20,7 @@ export type ChainJsonRpcApis = Pick<
20
20
  | 'author_pendingExtrinsics'
21
21
  | 'author_removeExtrinsic'
22
22
  | 'author_rotateKeys'
23
+ | 'author_rotateKeysWithOwner'
23
24
  | 'author_submitAndWatchExtrinsic'
24
25
  | 'author_submitExtrinsic'
25
26
  | 'babe_epochAuthorship'
@@ -20,6 +20,7 @@ export type ChainJsonRpcApis = Pick<
20
20
  | 'author_pendingExtrinsics'
21
21
  | 'author_removeExtrinsic'
22
22
  | 'author_rotateKeys'
23
+ | 'author_rotateKeysWithOwner'
23
24
  | 'author_submitAndWatchExtrinsic'
24
25
  | 'author_submitExtrinsic'
25
26
  | 'chainHead_v1_body'
@@ -20,6 +20,7 @@ export type ChainJsonRpcApis = Pick<
20
20
  | 'author_pendingExtrinsics'
21
21
  | 'author_removeExtrinsic'
22
22
  | 'author_rotateKeys'
23
+ | 'author_rotateKeysWithOwner'
23
24
  | 'author_submitAndWatchExtrinsic'
24
25
  | 'author_submitExtrinsic'
25
26
  | 'chainHead_v1_body'