Function monero_wallet::io::read_bytes

source ยท
pub fn read_bytes<R, const N: usize>(r: &mut R) -> Result<[u8; N], Error>
where R: Read,
Expand description

Read a constant amount of bytes.