Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IFilter
Type alias IFilter
IFilter
:
IReceiver
&
{
protocol
:
IBaseProtocolCore
;
}
&
{
subscribe
<
T
>
(
decoders
,
callback
)
:
Promise
<
SubscribeResult
>
;
}
Type declaration
protocol
:
IBaseProtocolCore
Type declaration
subscribe
:
function
subscribe
<
T
>
(
decoders
,
callback
)
:
Promise
<
SubscribeResult
>
Type Parameters
T
extends
IDecodedMessage
Parameters
decoders
:
IDecoder
<
T
>
|
IDecoder
<
T
>
[]
callback
:
Callback
<
T
>
Returns
Promise
<
SubscribeResult
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
Loading...