pub fn address_from_reader<R: Read>(r: &mut R) -> Result<Address>
Reads a 20-byte address from a reader.