Function monero_wallet::io::read_u32

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

Read a u32, little-endian encoded.