tuweni / org.apache.tuweni.ssz / SSZWriter / writeFixedBytesVector

writeFixedBytesVector

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.

Parameters

elements - MutableList<out Bytes!>!: the bytes to write as a list