open fun writeFixedBytesVector(elements: MutableList<out Bytes>): Unit
Write a known-size fixed-length list of known-size homogenous bytes. Neither the list nor the elements in the list will have a length mixin.
elements - the bytes to write as a list
elements