Serializes the viewing key to bytes.
@override List<int> toBytes() { return [...dk.toBytes(), ...ivk.scalar.toBytes()]; }