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 - UInt256!: the integer to encode

Return
Bytes!: the SSZ encoding in a Bytes value