open fun writeBytes(value: Bytes): Unit
Encode a Bytes value to SSZ.
value - the byte array to encode
value
open fun writeBytes(value: ByteArray): Unit
Encode a byte array to SSZ.