tuweni / org.apache.tuweni.ssz / SSZ / encodeUInt32

encodeUInt32

static fun encodeUInt32(value: Long): Bytes (source)

Encode a 32-bit unsigned integer to a Bytes value.

Parameters

value - the integer to encode

Return
the SSZ encoding in a Bytes value