tuweni / org.apache.tuweni.units.bigints / UInt384 / fromBytes
fromBytes
static fun fromBytes(bytes: Bytes!): UInt384!
(source)
Return a UInt384
containing the value described by the specified bytes.
Parameters
bytes
- Bytes!: The bytes containing a UInt384
.
Exceptions
IllegalArgumentException
- if bytes.size() > 48
.
Return
UInt384!: A UInt384
containing the specified value.