@dedot/chaintypes 0.0.1-alpha.96 → 0.0.1-alpha.97

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.
@@ -15,12 +15,11 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
15
15
  | 'author_submitExtrinsic'
16
16
  | 'chainHead_unstable_body'
17
17
  | 'chainHead_unstable_call'
18
+ | 'chainHead_unstable_continue'
18
19
  | 'chainHead_unstable_follow'
19
20
  | 'chainHead_unstable_genesisHash'
20
21
  | 'chainHead_unstable_header'
21
- | 'chainHead_unstable_stopBody'
22
- | 'chainHead_unstable_stopCall'
23
- | 'chainHead_unstable_stopStorage'
22
+ | 'chainHead_unstable_stopOperation'
24
23
  | 'chainHead_unstable_storage'
25
24
  | 'chainHead_unstable_unpin'
26
25
  | 'chain_getBlock'
@@ -48,6 +47,7 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
48
47
  | 'eth_getBalance'
49
48
  | 'eth_getBlockByHash'
50
49
  | 'eth_getBlockByNumber'
50
+ | 'eth_getBlockReceipts'
51
51
  | 'eth_getBlockTransactionCountByHash'
52
52
  | 'eth_getBlockTransactionCountByNumber'
53
53
  | 'eth_getCode'
@@ -41,9 +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_traceTransaction'
47
44
  | 'eth_accounts'
48
45
  | 'eth_blockNumber'
49
46
  | 'eth_call'
@@ -133,11 +130,7 @@ export type ChainJsonRpcApis<Rv extends RpcVersion> = Pick<
133
130
  | 'system_syncState'
134
131
  | 'system_unstable_networkState'
135
132
  | 'system_version'
136
- | 'trace_filter'
137
133
  | 'transactionWatch_unstable_submitAndWatch'
138
- | 'txpool_content'
139
- | 'txpool_inspect'
140
- | 'txpool_status'
141
134
  | 'web3_clientVersion'
142
135
  | 'web3_sha3'
143
136
  > &
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.0.1-alpha.96",
3
+ "version": "0.0.1-alpha.97",
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": "93136395ee5644a333004a7b946e7a133a788a4e",
22
+ "gitHead": "98638d86c2f783df95b2880f1a635b567eba94a3",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts"
25
25
  }