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
Uint8Arrayinto a string.Supports
utf8,utf-8and any encoding supported by the multibase module.Also
asciiwhich is similar to node's 'binary' encoding.