open fun writeFixedBytes(byteLength: Int, value: Bytes): Unit
(source)
Encode a known fixed-length Bytes value to SSZ without the length mixin.
byteLength
- the number of byts to write
value
- the byte array to encode
IllegalArgumentException
- if the byteLength is not the same size as value.