Expand description
BIP152 high-level compact block types (wire / serde).
Reconstruction, short-id hashing, and transport negotiation stay in the node.
Conversions to/from crate::network::CmpctBlockMessage live in network.rs.
Structs§
- Compact
Block - Compact block representation (header + short IDs + prefilled txs).
Type Aliases§
- Short
TxId - Short transaction ID (6 bytes / 48 bits) per BIP152.