static fun encodeString(str: String!): Bytes!
Encode a string to a Bytes value.
Bytes
str - String!: The string to encode.
str
Return Bytes!: The SSZ encoding in a Bytes value.