static fun encodeUInt64(value: Long): Bytes
Encode a 64-bit unsigned integer to a Bytes value. Note that value is a native signed long, but will be interpreted as an unsigned value.
value
value - the integer to encode
Return the SSZ encoding in a Bytes value