Skip to main content

Module bip152

Module bip152 

Source
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§

CompactBlock
Compact block representation (header + short IDs + prefilled txs).

Type Aliases§

ShortTxId
Short transaction ID (6 bytes / 48 bits) per BIP152.