tuweni / org.apache.tuweni.ssz / SSZWriter / writeInt8List

writeInt8List

open fun writeInt8List(vararg elements: Int): Unit (source)

Write a list of 8-bit two's compliment integers.

Parameters

elements - Int: the integers to write as a list

Exceptions

IllegalArgumentException - if any values are too large to be represented in 8 bits

open fun writeInt8List(elements: MutableList<Int!>!): Unit (source)

Write a list of 8-bit two's compliment integers.

Parameters

elements - MutableList<Int!>!: the integers to write as a list.

Exceptions

IllegalArgumentException - if any values are too large to be represented in 8 bits