tuweni / org.apache.tuweni.ssz / SSZWriter / writeInt8

writeInt8

open fun writeInt8(value: Int): Unit (source)

Write an 8-bit two's-compliment integer to the output.

Parameters

value - Int: the integer to write

Exceptions

IllegalArgumentException - if the value is too large to be represented in 8 bits