rlp / org.apache.tuweni.rlp / RLP / encodeByteArray

encodeByteArray

static fun encodeByteArray(value: ByteArray): Bytes (source)

Encode a value to a Bytes value.

Parameters

value - The value to encode.

Return
The RLP encoding in a Bytes value.