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