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