Available on crate features
serde
and serde-bincode-compat
only.Expand description
Bincode-compatible serde implementations for consensus types.
bincode
crate doesn’t work well with optionally serializable serde fields, but some of the
consensus 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
Re-exports§
pub use super::transaction::serde_bincode_compat as transaction;
pub use super::transaction::serde_bincode_compat::*;
Structs§
- Bincode-compatible
super::Header
serde implementation.