@dedot/chaintypes 0.0.1-alpha.113 → 0.0.1-alpha.114
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/moonbeam/json-rpc.d.ts +0 -8
- package/package.json +2 -2
package/moonbeam/json-rpc.d.ts
CHANGED
|
@@ -41,10 +41,6 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
|
|
|
41
41
|
| 'childstate_getStorageEntries'
|
|
42
42
|
| 'childstate_getStorageHash'
|
|
43
43
|
| 'childstate_getStorageSize'
|
|
44
|
-
| 'debug_traceBlockByHash'
|
|
45
|
-
| 'debug_traceBlockByNumber'
|
|
46
|
-
| 'debug_traceCall'
|
|
47
|
-
| 'debug_traceTransaction'
|
|
48
44
|
| 'eth_accounts'
|
|
49
45
|
| 'eth_blockNumber'
|
|
50
46
|
| 'eth_call'
|
|
@@ -134,11 +130,7 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
|
|
|
134
130
|
| 'system_syncState'
|
|
135
131
|
| 'system_unstable_networkState'
|
|
136
132
|
| 'system_version'
|
|
137
|
-
| 'trace_filter'
|
|
138
133
|
| 'transactionWatch_unstable_submitAndWatch'
|
|
139
|
-
| 'txpool_content'
|
|
140
|
-
| 'txpool_inspect'
|
|
141
|
-
| 'txpool_status'
|
|
142
134
|
| 'web3_clientVersion'
|
|
143
135
|
| 'web3_sha3'
|
|
144
136
|
> &
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.114",
|
|
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": "84555b7d18b0e7201740b8ee1c5f9c45995768d1",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts"
|
|
25
25
|
}
|