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