Documentation
Preparing search index...
@waku/sdk
ILightPush
Type Alias ILightPush
type
ILightPush
=
{
multicodec
:
string
[]
;
send
:
(
encoder
:
IEncoder
,
message
:
IMessage
,
options
?:
ISendOptions
,
)
=>
Promise
<
LightPushSDKResult
>
;
start
:
()
=>
void
;
stop
:
()
=>
void
;
}
Implemented by
LightPush
Index
Properties
multicodec
send
start
stop
Properties
Readonly
multicodec
multicodec
:
string
[]
send
send
:
(
encoder
:
IEncoder
,
message
:
IMessage
,
options
?:
ISendOptions
,
)
=>
Promise
<
LightPushSDKResult
>
start
start
:
()
=>
void
stop
stop
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
multicodec
send
start
stop
Documentation
Loading...