Module serde_bincode_compat
Expand description
Bincode-compatible serde implementations for common abstracted types in Reth.
bincode
crate doesn’t work with optionally serializable serde fields, but some of the
Reth types require optional serialization for RPC compatibility. This module makes so that
all fields are serialized.
Read more: https://github.com/bincode-org/bincode/issues/326
Structs§
- Sealed
Header - Bincode-compatible
super::SealedHeader
serde implementation.
Traits§
- Serde
Bincode Compat - Trait for types that can be serialized and deserialized using bincode.