tuweni / org.apache.tuweni.ssz / SSZ / encodeUInt256

encodeUInt256

static fun encodeUInt256(value: UInt256): Bytes (source)

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

Parameters

value - the integer to encode

Return
the SSZ encoding in a Bytes value