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)
pub fn serialize_notfound(nf: &NotFoundMessage) -> Result<Vec<u8>>Serialize NotFoundMessage to Bitcoin wire format. Format: identical to Inv/GetData - count (varint) + count * (type u32 LE + hash 32 bytes)