Converts the VRFInOut instance into a List<int> by concatenating the input and output data.
List<int> toBytes() { return [..._input, ..._output]; }