Function monero_wallet::io::read_varint
source ยท pub fn read_varint<R, U>(r: &mut R) -> Result<U, Error>where
R: Read,
U: VarInt,
Expand description
Read a canonically-encoded VarInt.
pub fn read_varint<R, U>(r: &mut R) -> Result<U, Error>where
R: Read,
U: VarInt,
Read a canonically-encoded VarInt.