static fun encodeValue(value: Bytes!): Bytes!
Encode a value to a Bytes value.
Bytes
value - Bytes!: The value to encode.
value
Return Bytes!: The RLP encoding in a Bytes value.