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

encodeValue

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

Encode a value to a Bytes value.

Parameters

value - Bytes!: The value to encode.

Return
Bytes!: The RLP encoding in a Bytes value.