static fun encodeBytesList(vararg elements: Bytes): Bytes (source)
Encode a list of bytes.
Return
SSZ encoding in a Bytes value
static fun encodeBytesList(elements: MutableList<out Bytes>): Bytes (source)
Encode a list of bytes.
elements - the bytes to write as a list
Return
SSZ encoding in a Bytes value