tuweni / org.apache.tuweni.ssz / SSZWriter / writeBytes

writeBytes

open fun writeBytes(value: Bytes!): Unit (source)

Encode a Bytes value to SSZ.

Parameters

value - Bytes!: the byte array to encode

open fun writeBytes(value: ByteArray!): Unit (source)

Encode a byte array to SSZ.

Parameters

value - ByteArray!: the byte array to encode