tuweni / org.apache.tuweni.ssz / SSZ / encodeUInt384

encodeUInt384

static fun encodeUInt384(value: UInt384!): Bytes! (source)

Encode a 384-bit unsigned integer to a little-endian Bytes value.

Parameters

value - UInt384!: the integer to encode

Return
Bytes!: the SSZ encoding in a Bytes value