@dedot/chaintypes 0.22.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.
- package/package.json +2 -2
- package/rococo/index.d.ts +1 -1
- package/rococo/runtime.d.ts +1 -1
- package/rococo-asset-hub/index.d.ts +1 -1
- package/rococo-asset-hub/runtime.d.ts +1 -1
- package/westend/index.d.ts +1 -1
- package/westend/runtime.d.ts +1 -1
- package/westend-asset-hub/index.d.ts +1 -1
- package/westend-asset-hub/runtime.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "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": "
|
|
22
|
+
"gitHead": "257c25e78e23559d3e497f317edacb7e307c74c6",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts"
|
|
25
25
|
}
|
package/rococo/index.d.ts
CHANGED
package/rococo/runtime.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
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:
|
|
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
|
-
*
|
|
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
|
package/westend/index.d.ts
CHANGED
package/westend/runtime.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
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:
|
|
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
|
-
*
|
|
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
|