open fun writeFixedBytesVector(elements: MutableList<out Bytes!>!): Unit (source)
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 - MutableList<out Bytes!>!: the bytes to write as a list