Module serde_bincode_compat
Expand description
Bincode-compatible serde implementations for commonly used 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§
- Block
Body - Bincode-compatible
super::BlockBody
serde implementation. - Sealed
Block - Bincode-compatible
super::SealedBlock
serde implementation. - Sealed
Block With Senders - Bincode-compatible
super::SealedBlockWithSenders
serde implementation. - Transaction
Signed - Bincode-compatible
super::TransactionSigned
serde implementation.
Enums§
- Transaction
- Bincode-compatible
super::Transaction
serde implementation.