Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IReceiver
Interface IReceiver
Hierarchy
IReceiver
Index
Properties
subscribe
to
Subscription
Iterator
Properties
subscribe
subscribe
:
(
<
T
>
(
decoders
,
callback
)
=>
Unsubscribe
|
Promise
<
Unsubscribe
>
)
Type declaration
<
T
>
(
decoders
,
callback
)
:
Unsubscribe
|
Promise
<
Unsubscribe
>
Type Parameters
T
extends
IDecodedMessage
Parameters
decoders
:
IDecoder
<
T
>
|
IDecoder
<
T
>
[]
callback
:
Callback
<
T
>
Returns
Unsubscribe
|
Promise
<
Unsubscribe
>
to
Subscription
Iterator
to
Subscription
Iterator
:
(
<
T
>
(
decoders
)
=>
Promise
<
IAsyncIterator
<
T
>
>
)
Type declaration
<
T
>
(
decoders
)
:
Promise
<
IAsyncIterator
<
T
>
>
Type Parameters
T
extends
IDecodedMessage
Parameters
decoders
:
IDecoder
<
T
>
|
IDecoder
<
T
>
[]
Returns
Promise
<
IAsyncIterator
<
T
>
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
subscribe
to
Subscription
Iterator
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