Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
SubscriptionCallback
Type alias SubscriptionCallback<T>
Subscription
Callback
<
T
>
:
{
callback
:
Callback
<
T
>
;
decoders
:
IDecoder
<
T
>
[]
;
}
Type Parameters
T
extends
IDecodedMessage
Type declaration
callback
:
Callback
<
T
>
decoders
:
IDecoder
<
T
>
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
Loading...