@dedot/chaintypes 0.234.0 → 0.236.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.
@@ -51,7 +51,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
51
51
 
52
52
  /**
53
53
  * @name: HydrationApi
54
- * @specVersion: 395
54
+ * @specVersion: 396
55
55
  **/
56
56
  export interface HydrationApi extends GenericSubstrateApi {
57
57
  rpc: ChainJsonRpcApis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.234.0",
3
+ "version": "0.236.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": "bfb8d791ba0072d4a4bc5c3f97e8ab995cb04b6e",
28
+ "gitHead": "98027b5c1e8f0136dd6ab8ab1c61ad849a2a30b5",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -52,7 +52,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
52
52
 
53
53
  /**
54
54
  * @name: PaseoAssetHubApi
55
- * @specVersion: 2000006
55
+ * @specVersion: 2000007
56
56
  **/
57
57
  export interface PaseoAssetHubApi extends GenericSubstrateApi {
58
58
  rpc: ChainJsonRpcApis;
@@ -50,7 +50,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
50
50
 
51
51
  /**
52
52
  * @name: PolkadotApi
53
- * @specVersion: 2000006
53
+ * @specVersion: 2000007
54
54
  **/
55
55
  export interface PolkadotApi extends GenericSubstrateApi {
56
56
  rpc: ChainJsonRpcApis;
@@ -52,7 +52,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
52
52
 
53
53
  /**
54
54
  * @name: PolkadotAssetHubApi
55
- * @specVersion: 2000006
55
+ * @specVersion: 2000007
56
56
  **/
57
57
  export interface PolkadotAssetHubApi extends GenericSubstrateApi {
58
58
  rpc: ChainJsonRpcApis;
@@ -49,7 +49,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
49
49
 
50
50
  /**
51
51
  * @name: PolkadotPeopleApi
52
- * @specVersion: 2000006
52
+ * @specVersion: 2000007
53
53
  **/
54
54
  export interface PolkadotPeopleApi extends GenericSubstrateApi {
55
55
  rpc: ChainJsonRpcApis;
@@ -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'