Function monero_wallet::io::read_u64

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

Read a u64, little-endian encoded.