static fun encodeUInt256List(vararg elements: UInt256!): Bytes! (source)
Encode a list of UInt256.
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.
elements - MutableList<UInt256!>!: the integers to write