tuweni / org.apache.tuweni.ssz / SSZ / encodeUInt384List

encodeUInt384List

static fun encodeUInt384List(vararg elements: UInt384!): Bytes! (source)

Encode a list of UInt384.

Parameters

elements - UInt384!: the integers to write

Return
Bytes!: SSZ encoding in a Bytes value

static fun encodeUInt384List(elements: MutableList<UInt384!>!): Bytes! (source)

Encode a list of UInt384.

Parameters

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

Return
Bytes!: SSZ encoding in a Bytes value