@dedot/chaintypes 0.183.0 → 0.184.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/moonbeam/json-rpc.d.ts +0 -8
- package/package.json +2 -2
package/moonbeam/json-rpc.d.ts
CHANGED
|
@@ -46,10 +46,6 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
|
|
|
46
46
|
| 'childstate_getStorageEntries'
|
|
47
47
|
| 'childstate_getStorageHash'
|
|
48
48
|
| 'childstate_getStorageSize'
|
|
49
|
-
| 'debug_traceBlockByHash'
|
|
50
|
-
| 'debug_traceBlockByNumber'
|
|
51
|
-
| 'debug_traceCall'
|
|
52
|
-
| 'debug_traceTransaction'
|
|
53
49
|
| 'eth_accounts'
|
|
54
50
|
| 'eth_blockNumber'
|
|
55
51
|
| 'eth_call'
|
|
@@ -142,13 +138,9 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
|
|
|
142
138
|
| 'system_syncState'
|
|
143
139
|
| 'system_unstable_networkState'
|
|
144
140
|
| 'system_version'
|
|
145
|
-
| 'trace_filter'
|
|
146
141
|
| 'transactionWatch_v1_submitAndWatch'
|
|
147
142
|
| 'transaction_v1_broadcast'
|
|
148
143
|
| 'transaction_v1_stop'
|
|
149
|
-
| 'txpool_content'
|
|
150
|
-
| 'txpool_inspect'
|
|
151
|
-
| 'txpool_status'
|
|
152
144
|
| 'web3_clientVersion'
|
|
153
145
|
| 'web3_sha3'
|
|
154
146
|
> &
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.184.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": "
|
|
28
|
+
"gitHead": "c103264577cc954784ab96ca477e02a832c5000a",
|
|
29
29
|
"module": "./index.js",
|
|
30
30
|
"types": "./index.d.ts",
|
|
31
31
|
"exports": {
|