Skip to main content

serialize_inv

Function serialize_inv 

Source
pub fn serialize_inv(i: &InvMessage) -> Result<Vec<u8>>
Expand description

Serialize InvMessage to Bitcoin wire format Format: count (varint) + count * (type u32 LE + hash 32 bytes)