Available on crate features
serde
and serde-bincode-compat
only.Expand description
Bincode-compatible serde implementations for commonly used types for (EVM) block execution.
bincode
crate doesn’t work with optionally serializable serde fields, but some of the
execution 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§
- Bincode-compatible
super::Chain
serde implementation.