chore(sdk): add helper trait to node API to simplify type definition (#10616)

This commit is contained in:
Emilia Hane
2024-10-26 18:55:26 +08:00
committed by GitHub
parent ac329bfce1
commit 44e4c47803
18 changed files with 105 additions and 61 deletions

View File

@ -13,7 +13,7 @@ workspace = true
[dependencies]
# reth
reth-node-api.workspace = true
reth-rpc-api.workspace = true
reth-rpc-api = { workspace = true, features = ["client"] }
reth-rpc-builder.workspace = true
reth-tracing.workspace = true