Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IReceiver
Interface IReceiver
interface
IReceiver
{
subscribeWithUnsubscribe
:
SubscribeWithUnsubscribe
;
toSubscriptionIterator
:
(
<
T
>
(
decoders
)
=>
Promise
<
IAsyncIterator
<
T
>
>
)
;
}
Index
Properties
subscribe
With
Unsubscribe
to
Subscription
Iterator
Properties
subscribe
With
Unsubscribe
subscribe
With
Unsubscribe
:
SubscribeWithUnsubscribe
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
With
Unsubscribe
to
Subscription
Iterator
Documentation
Loading...