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