Docs.rs
alloy-rpc-client-0.5.4
alloy-rpc-client 0.5.4
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DaniPopes
github:alloy-rs:core
Dependencies
alloy-json-rpc ^0.5
normal
alloy-primitives ^0.8.5
normal
alloy-pubsub ^0.5
normal
optional
alloy-transport ^0.5
normal
alloy-transport-http ^0.5
normal
alloy-transport-ws ^0.5
normal
optional
futures ^0.3
normal
pin-project ^1.1
normal
reqwest ^0.12
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tower ^0.5
normal
tracing ^0.1
normal
url ^2.5
normal
optional
alloy-node-bindings ^0.5
dev
alloy-primitives ^0.8.5
dev
alloy-transport-ipc ^0.5
dev
alloy-transport-ws ^0.5
dev
ci_info ^0.14.14
dev
futures-util ^0.3
dev
similar-asserts ^1.5
dev
tempfile ^3
dev
alloy-transport-ipc ^0.5
normal
optional
wasmtimer ^0.2.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloy_
rpc_
client
0.5.4
alloy_rpc_client
Type Alias
ClientRef
Copy item path
source
pub type ClientRef<'a, T> = &'a
RpcClientInner
<T>;
Expand description
A borrowed
RpcClient
.