str
utils • Docs
near-sdk-js v2.0.0 / utils / str
Function: str()
str(
a
):string
Convert a Uint8Array to string, each uint8 to the single character of that char code
Parameters
• a: Uint8Array
Uint8Array to convert
Returns
string
result string
Defined in
Last updated