tuweni / org.apache.tuweni.ssz / SSZWriter / writeFixedBytesList
writeFixedBytesList
open fun writeFixedBytesList(elements: MutableList<out Bytes>): Unit
(source)
Write a list of known-size homogenous bytes. The list itself WILL have a length mixin, but the elements WILL NOT.
Parameters
byteLength
- the number of bytes in each element
elements
- the known-size bytes to write as a list