Docs.rs
endpoint-libs-2.1.5
endpoint-libs 2.1.5
Docs.rs crate page
MIT
10 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
Handy-caT
dVeon-loch
pathscale
Dependencies
alloy-primitives ^1.3.0
normal
optional
async-trait ^0.1
normal
optional
bytes ^1.7
normal
chrono ^0.4.44
normal
optional
clap ^4.5
normal
optional
convert_case ^0.6
normal
optional
crossfire ^3.1
normal
optional
dashmap ^6.0
normal
optional
deadpool-postgres ^0.14
normal
optional
derive_more ^2.1.1
normal
optional
eyre ^0.6
normal
futures ^0.3
normal
hex ^0.4
normal
optional
http-body-util ^0.1
normal
optional
httpdate ^1.0
normal
optional
hyper ^1
normal
optional
hyper-rustls ^0.27.9
normal
optional
hyper-util ^0.1
normal
optional
itertools ^0.12
normal
optional
lazy_static ^1.5
normal
optional
opentelemetry ^0.31
normal
optional
opentelemetry-appender-tracing ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry-semantic-conventions ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
parking_lot ^0.12
normal
optional
postgres-from-row ^0.5
normal
optional
regex ^1.5
normal
optional
reqwest ^0.12
normal
optional
rev_lines ^0.3
normal
optional
rust_decimal ^1.36
normal
optional
rustls ^0.23
normal
optional
secrecy ^0.8
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
serde_path_to_error ^0.1
normal
optional
tempfile ^3.19
normal
optional
tokio ^1.39
normal
tokio-cron-scheduler ^0.11
normal
optional
tokio-postgres ^0.7
normal
optional
tokio-rustls ^0.26
normal
optional
tokio-tungstenite ^0.29.0
normal
optional
tokio-util ^0.7
normal
optional
tonic ^0.14
normal
optional
tracing ^0.1
normal
optional
tracing-appender ^0.2
normal
optional
tracing-opentelemetry ^0.32
normal
optional
tracing-subscriber ^0.3
normal
optional
tracing-throttle ^0.4
normal
optional
urlencoding ^2.1
normal
optional
webpki-roots ^1.0.7
normal
optional
rcgen ^0.14
dev
tempfile ^3.19
dev
tokio ^1.39
dev
tracing-throttle ^0.4
dev
uuid ^1
dev
Versions
53.18%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
deserialize
endpoint_
libs
2.1.5
In endpoint_
libs::
libs::
types::
With
Blockchain
Transaction
Hash
endpoint_libs
::
libs
::
types
::
WithBlockchainTransactionHash
Function
deserialize
Copy item path
Source
pub fn deserialize<'de, D>(deserializer: D) ->
Result
<
B256
, D::
Error
>
where D:
Deserializer
<'de>,