mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: delete rpc-types (#11528)
This commit is contained in:
@ -132,7 +132,6 @@ The IPC transport lives in [`rpc/ipc`](../../crates/rpc/ipc).
|
|||||||
- [`rpc/rpc-api`](../../crates/rpc/rpc-api): RPC traits
|
- [`rpc/rpc-api`](../../crates/rpc/rpc-api): RPC traits
|
||||||
- Supported transports: HTTP, WS, IPC
|
- Supported transports: HTTP, WS, IPC
|
||||||
- Supported namespaces: `eth_`, `engine_`, `debug_`
|
- 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-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-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
|
- [`rpc/rpc-server-types`](../../crates/rpc/rpc-server-types/): RPC server types and constants
|
||||||
|
|||||||
Reference in New Issue
Block a user