tuweni / org.apache.tuweni.ssz / SSZ / encodeUInt16List

encodeUInt16List

static fun encodeUInt16List(vararg elements: Int): Bytes (source)
static fun encodeUInt16List(elements: MutableList<Int>): Bytes (source)

Encode a list of 16-bit unsigned integers.

Parameters

elements - the integers to write

Exceptions

IllegalArgumentException - if any values are too large to be represented in 16 bits

Return
SSZ encoding in a Bytes value