Function read

Source
pub fn read<R: Read>(reader: &mut R) -> Result<Message>
Expand description

Read a length framed BOLT message of any type:

  • u32 packet length
  • u16 packet type
  • data