tuweni / org.apache.tuweni.ssz / SSZWriter / writeStringList

writeStringList

open fun writeStringList(vararg elements: String!): Unit (source)

Write a list of strings, which must be of the same length

Parameters

elements - String!: the strings to write as a list

open fun writeStringList(elements: MutableList<String!>!): Unit (source)

Write a list of strings, which must be of the same length

Parameters

elements - MutableList<String!>!: the strings to write as a list