Turns a Uint8Array into a string.
Uint8Array
Supports utf8, utf-8 and any encoding supported by the multibase module.
utf8
utf-8
Also ascii which is similar to node's 'binary' encoding.
ascii
Turns a
Uint8Array
into a string.Supports
utf8
,utf-8
and any encoding supported by the multibase module.Also
ascii
which is similar to node's 'binary' encoding.