File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ an arbitrary parameters object. The parameters object may be omitted if empty.
14
14
15
15
Any object that may be Serialized and Cloned may be used as RPC Parameters.
16
16
17
- Requests are sent via transports (see [ alloy-transports ] ). This results in 1 of
17
+ Requests are sent via transports (see [ alloy-transport ] ). This results in 1 of
18
18
3 outcomes, captured in the ` RpcResult<E> ` enum:
19
19
20
20
- ` Ok(Response) ` - The request was successful, and the server returned a
@@ -25,7 +25,7 @@ Requests are sent via transports (see [alloy-transports]). This results in 1 of
25
25
- ` Err(E) ` - Some client-side error prevented the request from being received
26
26
by the server, or prevented the response from being processed. This indicates a client-side or transport-related error.
27
27
28
- [ alloy-transports ] : ../transports
28
+ [ alloy-transport ] : ../transport
29
29
30
30
### Limitations
31
31
Original file line number Diff line number Diff line change 7
7
//! If you find yourself importing this crate, and you are not implementing a
8
8
//! JSON-RPC client or transport, you are likely at the wrong layer of
9
9
//! abstraction. If you want to _use_ a JSON-RPC client, consider using the
10
- //! [`alloy-transports `] crate.
10
+ //! [`alloy-transport `] crate.
11
11
//!
12
- //! [`alloy-transports `]: https://docs.rs/alloy-transports /latest/alloy-transports
12
+ //! [`alloy-transport `]: https://docs.rs/alloy-transport /latest/alloy_transport/
13
13
//!
14
14
//! ## Usage
15
15
//!
You can’t perform that action at this time.
0 commit comments