decode
utils • Docs
near-sdk-js v2.0.0 / utils / decode
Function: decode()
decode(
a
):string
Decode the Uint8Array to string in UTF-8 encoding
Parameters
• a: Uint8Array
array to decode
Returns
string
result string
Defined in
Last updated