Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
IDecoder
Interface IDecoder<T>
Type Parameters
T
extends
IDecodedMessage
Hierarchy
IDecoder
Implemented by
Decoder
Index
Properties
content
Topic
from
Proto
Obj
from
Wire
To
Proto
Obj
Properties
content
Topic
content
Topic
:
string
from
Proto
Obj
from
Proto
Obj
:
(
(
pubSubTopic
,
proto
)
=>
Promise
<
undefined
|
T
>
)
Type declaration
(
pubSubTopic
,
proto
)
:
Promise
<
undefined
|
T
>
Parameters
pubSubTopic
:
string
proto
:
IProtoMessage
Returns
Promise
<
undefined
|
T
>
from
Wire
To
Proto
Obj
from
Wire
To
Proto
Obj
:
(
(
bytes
)
=>
Promise
<
undefined
|
IProtoMessage
>
)
Type declaration
(
bytes
)
:
Promise
<
undefined
|
IProtoMessage
>
Parameters
bytes
:
Uint8Array
Returns
Promise
<
undefined
|
IProtoMessage
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
content
Topic
from
Proto
Obj
from
Wire
To
Proto
Obj
Documentation
@waku/interfaces - v0.0.18
@waku/utils - v0.0.11
@waku/proto - v0.0.5
@waku/enr - v0.0.17
@waku/core - v0.0.23
@waku/relay - v0.0.6
@waku/message-hash - v0.1.7
@waku/peer-exchange - v0.0.16
@waku/dns-discovery - v0.0.17
@waku/message-encryption - v0.0.21
@waku/sdk - v0.0.19
@waku/browser-tests
Generated using
TypeDoc