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