tuweni / org.apache.tuweni.ssz / SSZWriter / writeUInt8

writeUInt8

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

Write an 8-bit unsigned 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