Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
Callback
Type alias Callback<T>
Callback
<
T
>
:
(
(
msg
)
=>
void
|
Promise
<
void
>
)
Type Parameters
T
extends
IDecodedMessage
Type declaration
(
msg
)
:
void
|
Promise
<
void
>
Parameters
msg
:
T
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
Loading...