Converts a Uint8Array to a Bytes object.
Bytes
uint8_array
A Bytes object containing the converted value.
Converts a Uint8Array to a
Bytes
object.Arguments
uint8_array
- The Uint8Array to convert.Returns
A
Bytes
object containing the converted value.