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