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