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.
Bytes
value
value - Long: the integer to encode
Return Bytes!: the SSZ encoding in a Bytes value