Skip to main content

serialize_notfound

Function serialize_notfound 

Source
pub fn serialize_notfound(nf: &NotFoundMessage) -> Result<Vec<u8>>
Expand description

Serialize NotFoundMessage to Bitcoin wire format. Format: identical to Inv/GetData - count (varint) + count * (type u32 LE + hash 32 bytes)