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