@dedot/chaintypes 0.21.0 → 0.23.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.
@@ -23,7 +23,7 @@ export interface VersionedMoonbeamApi<Rv extends RpcVersion> extends GenericSubs
23
23
 
24
24
  /**
25
25
  * @name: MoonbeamApi
26
- * @specVersion: 3100
26
+ * @specVersion: 3102
27
27
  **/
28
28
  export interface MoonbeamApi {
29
29
  legacy: VersionedMoonbeamApi<RpcLegacy>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.21.0",
3
+ "version": "0.23.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": "c227d70a1c89b5e516373bbb14c9e92ec2c881e1",
22
+ "gitHead": "257c25e78e23559d3e497f317edacb7e307c74c6",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts"
25
25
  }
package/rococo/index.d.ts CHANGED
@@ -23,7 +23,7 @@ export interface VersionedRococoApi<Rv extends RpcVersion> extends GenericSubstr
23
23
 
24
24
  /**
25
25
  * @name: RococoApi
26
- * @specVersion: 1016000
26
+ * @specVersion: 1016001
27
27
  **/
28
28
  export interface RococoApi {
29
29
  legacy: VersionedRococoApi<RpcLegacy>;
@@ -1303,7 +1303,7 @@ export interface RuntimeApis<Rv extends RpcVersion> extends GenericRuntimeApis<R
1303
1303
  *
1304
1304
  * Otherwise function returns a JSON representation of the built-in, named
1305
1305
  * `RuntimeGenesisConfig` preset identified by `id`, or `None` if such preset does not
1306
- * exists. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
1306
+ * exist. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
1307
1307
  * (potentially nested) key-value pairs that are intended for customizing the default
1308
1308
  * runtime genesis config. The patch shall be merged (rfc7386) with the JSON representation
1309
1309
  * of the default `RuntimeGenesisConfig` to create a comprehensive genesis config that can
@@ -23,7 +23,7 @@ export interface VersionedRococoAssetHubApi<Rv extends RpcVersion> extends Gener
23
23
 
24
24
  /**
25
25
  * @name: RococoAssetHubApi
26
- * @specVersion: 1016000
26
+ * @specVersion: 1016001
27
27
  **/
28
28
  export interface RococoAssetHubApi {
29
29
  legacy: VersionedRococoAssetHubApi<RpcLegacy>;
@@ -694,7 +694,7 @@ export interface RuntimeApis<Rv extends RpcVersion> extends GenericRuntimeApis<R
694
694
  *
695
695
  * Otherwise function returns a JSON representation of the built-in, named
696
696
  * `RuntimeGenesisConfig` preset identified by `id`, or `None` if such preset does not
697
- * exists. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
697
+ * exist. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
698
698
  * (potentially nested) key-value pairs that are intended for customizing the default
699
699
  * runtime genesis config. The patch shall be merged (rfc7386) with the JSON representation
700
700
  * of the default `RuntimeGenesisConfig` to create a comprehensive genesis config that can
@@ -23,7 +23,7 @@ export interface VersionedWestendApi<Rv extends RpcVersion> extends GenericSubst
23
23
 
24
24
  /**
25
25
  * @name: WestendApi
26
- * @specVersion: 1016000
26
+ * @specVersion: 1016001
27
27
  **/
28
28
  export interface WestendApi {
29
29
  legacy: VersionedWestendApi<RpcLegacy>;
@@ -1483,7 +1483,7 @@ export interface RuntimeApis<Rv extends RpcVersion> extends GenericRuntimeApis<R
1483
1483
  *
1484
1484
  * Otherwise function returns a JSON representation of the built-in, named
1485
1485
  * `RuntimeGenesisConfig` preset identified by `id`, or `None` if such preset does not
1486
- * exists. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
1486
+ * exist. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
1487
1487
  * (potentially nested) key-value pairs that are intended for customizing the default
1488
1488
  * runtime genesis config. The patch shall be merged (rfc7386) with the JSON representation
1489
1489
  * of the default `RuntimeGenesisConfig` to create a comprehensive genesis config that can
@@ -23,7 +23,7 @@ export interface VersionedWestendAssetHubApi<Rv extends RpcVersion> extends Gene
23
23
 
24
24
  /**
25
25
  * @name: WestendAssetHubApi
26
- * @specVersion: 1016000
26
+ * @specVersion: 1016001
27
27
  **/
28
28
  export interface WestendAssetHubApi {
29
29
  legacy: VersionedWestendAssetHubApi<RpcLegacy>;
@@ -766,7 +766,7 @@ export interface RuntimeApis<Rv extends RpcVersion> extends GenericRuntimeApis<R
766
766
  *
767
767
  * Otherwise function returns a JSON representation of the built-in, named
768
768
  * `RuntimeGenesisConfig` preset identified by `id`, or `None` if such preset does not
769
- * exists. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
769
+ * exist. Returned `Vec<u8>` contains bytes of JSON blob (patch) which comprises a list of
770
770
  * (potentially nested) key-value pairs that are intended for customizing the default
771
771
  * runtime genesis config. The patch shall be merged (rfc7386) with the JSON representation
772
772
  * of the default `RuntimeGenesisConfig` to create a comprehensive genesis config that can