All of the `Encodable` implementations are defined within `p2p` with the exception of `p2p` types that are a `Vec`. To fully decouple `p2p` from `encode` we can define these in `p2p` like the others. This is the final step in removing anything `p2p` related from the rest of `bitcoin`. |
||
---|---|---|
.. | ||
encode.rs | ||
error.rs | ||
mod.rs | ||
serde.rs |