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