Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IDecoder
Interface IDecoder<T>
Type Parameters
T
extends
IDecodedMessage
Hierarchy
IDecoder
Index
Properties
content
Topic
from
Proto
Obj
from
Wire
To
Proto
Obj
pubsub
Topic
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
>
pubsub
Topic
pubsub
Topic
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
content
Topic
from
Proto
Obj
from
Wire
To
Proto
Obj
pubsub
Topic
Documentation
@waku/interfaces - v0.0.20
@waku/utils - v0.0.13
@waku/proto - v0.0.5
@waku/enr - v0.0.19
@waku/core - v0.0.25
@waku/relay - v0.0.8
@waku/message-hash - v0.1.9
@waku/peer-exchange - v0.0.18
@waku/dns-discovery - v0.0.19
@waku/message-encryption - v0.0.23
@waku/sdk - v0.0.21
@waku/browser-tests
Generated using
TypeDoc