static fun encodeInt64(value: Long): Bytes!
Encode a 64-bit two's-compliment integer to a Bytes value.
Bytes
value - Long: the integer to encode
value
Return Bytes!: the SSZ encoding in a Bytes value