tuweni / org.apache.tuweni.ssz / SSZWriter / writeUInt64

writeUInt64

open fun writeUInt64(value: Long): Unit (source)

Write a 64-bit unsigned integer to the output. Note that the argument value is a native signed long but will be interpreted as an unsigned value.

Parameters

value - Long: the long to write