Skip to content

Commit

Permalink
chore: delete rpc-types (#11528)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazykissshout authored Oct 7, 2024
1 parent 74a6453 commit f5c9701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/repo/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ The IPC transport lives in [`rpc/ipc`](../../crates/rpc/ipc).
- [`rpc/rpc-api`](../../crates/rpc/rpc-api): RPC traits
- Supported transports: HTTP, WS, IPC
- Supported namespaces: `eth_`, `engine_`, `debug_`
- [`rpc/rpc-types`](../../crates/rpc/rpc-types): Types relevant for the RPC endpoints above, grouped by namespace
- [`rpc/rpc-eth-api`](../../crates/rpc/rpc-eth-api/): Reth RPC 'eth' namespace API (including interface and implementation), this crate is re-exported by `rpc/rpc-api`
- [`rpc/rpc-eth-types`](../../crates/rpc/rpc-eth-types/): Types `supporting implementation` of 'eth' namespace RPC server API
- [`rpc/rpc-server-types`](../../crates/rpc/rpc-server-types/): RPC server types and constants
Expand Down

0 comments on commit f5c9701

Please sign in to comment.