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

encodeUInt256List

static fun encodeUInt256List(vararg elements: UInt256!): Bytes! (source)

Encode a list of UInt256.

Parameters

elements - UInt256!: the integers to write

Return
Bytes!: SSZ encoding in a Bytes value

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

Encode a list of UInt256.

Parameters

elements - MutableList<UInt256!>!: the integers to write

Return
Bytes!: SSZ encoding in a Bytes value