Function monero_wallet::io::read_u16

source ยท
pub fn read_u16<R>(r: &mut R) -> Result<u16, Error>
where R: Read,
Expand description

Read a u16, little-endian encoded.