Skip to main content

write_bytes

Function write_bytes 

Source
pub fn write_bytes(
    writer: &mut impl Write,
    data: &[u8],
) -> Result<(), WalletError>
Expand description

Write varint-length-prefixed bytes.