ssz / org.apache.tuweni.ssz / SSZ / encodeUInt256List

encodeUInt256List

static fun encodeUInt256List(vararg elements: UInt256): Bytes (source)
static fun encodeUInt256List(elements: MutableList<UInt256>): Bytes (source)

Encode a list of UInt256.

Parameters

elements - the integers to write

Return
SSZ encoding in a Bytes value