static fun fromBytes(bytes: Bytes): UInt256 (source)
Return a UInt256 containing the value described by the specified bytes.
bytes - The bytes containing a UInt256.
IllegalArgumentException - if bytes.size() > 32.
Return
A UInt256 containing the specified value.