rlp / org.apache.tuweni.rlp / RLP / encodeValue

encodeValue

static fun encodeValue(value: Bytes): Bytes (source)

Encode a value to a Bytes value.

Parameters

value - The value to encode.

Return
The RLP encoding in a Bytes value.