abstract fun writeSSZ(value: Bytes): Unit
(source)open fun writeSSZ(value: ByteArray): Unit
(source)
Append an already SSZ encoded value. Note that this method may not validate that value
is a valid SSZ sequence. Appending an invalid SSZ sequence will cause the entire SSZ encoding produced by this writer to also be invalid.