static fun encodeStringList(vararg elements: String!): Bytes!
(source)
Encode a list of strings.
elements
- String!: the strings to write
Return
Bytes!: SSZ encoding in a Bytes
value
static fun encodeStringList(elements: MutableList<String!>!): Bytes!
(source)
Encode a list of strings
elements
- MutableList<String!>!: the list of strings to write