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)
pub fn serialize_inv(i: &InvMessage) -> Result<Vec<u8>>Serialize InvMessage to Bitcoin wire format Format: count (varint) + count * (type u32 LE + hash 32 bytes)