Serializes the viewing key to bytes.
@override List<int> toBytes() => [...dk.inner, ...ivk.toBytes()];