Search
Preparing search index...
The search index is not available
js-waku
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
js-waku
utf8
Namespace utf8
Index
Functions
bytes
To
Utf8
utf8
To
Bytes
Functions
bytes
To
Utf8
bytes
To
Utf8
(
bytes
:
Uint8Array
)
:
string
Decode bytes to utf-8 string.
Parameters
bytes:
Uint8Array
Returns
string
utf8
To
Bytes
utf8
To
Bytes
(
s
:
string
)
:
Uint8Array
Encode utf-8 string to byte array
Parameters
s:
string
Returns
Uint8Array
Exports
discovery
enr
utf8
utils
waku
waku_
light_
push
waku_
message
waku_
relay
waku_
store
bytes
To
Utf8
utf8
To
Bytes
Generated using
TypeDoc
Decode bytes to utf-8 string.