ssz / 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 - the integer to encode

Return
the SSZ encoding in a Bytes value