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