pub fn decode_bytes(input: &[u8], out: &mut [u8]) -> usize
Simple decoder for a Solidity bytes type.
bytes
Returns the number of bytes written to out.
out