static fun encodeUInt256(value: UInt256): Bytes
Encode a 256-bit unsigned integer to a little-endian Bytes value.
value - the integer to encode
value
Return the SSZ encoding in a Bytes value