bytes
Last updated
Last updated
utils • Docs
near-sdk-js v2.0.0 / utils / bytes
bytes(
s
):Uint8Array
Convert a string to Uint8Array, each character must have a char code between 0-255.
• s: string
string that with only Latin1 character to convert
Uint8Array
result Uint8Array