Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
LightNode
Interface LightNode
interface
LightNode
{
connectionManager
:
IConnectionManager
;
filter
:
IFilterSDK
;
health
:
IHealthManager
;
libp2p
:
Libp2p
;
lightPush
:
ILightPushSDK
;
relay
:
undefined
;
store
:
IStoreSDK
;
dial
(
peer
,
protocols
?
)
:
Promise
<
Stream
>
;
isConnected
(
)
:
boolean
;
isStarted
(
)
:
boolean
;
start
(
)
:
Promise
<
void
>
;
stop
(
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
Waku
LightNode
Index
Properties
connection
Manager
filter
health
libp2p
light
Push
relay
store
Methods
dial
is
Connected
is
Started
start
stop
Properties
connection
Manager
connection
Manager
:
IConnectionManager
filter
filter
:
IFilterSDK
health
health
:
IHealthManager
libp2p
libp2p
:
Libp2p
light
Push
light
Push
:
ILightPushSDK
relay
relay
:
undefined
store
store
:
IStoreSDK
Methods
dial
dial
(
peer
,
protocols
?
)
:
Promise
<
Stream
>
Parameters
peer
:
PeerId
|
MultiaddrInput
Optional
protocols
:
Protocols
[]
Returns
Promise
<
Stream
>
is
Connected
is
Connected
(
)
:
boolean
Returns
boolean
is
Started
is
Started
(
)
:
boolean
Returns
boolean
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
connection
Manager
filter
health
libp2p
light
Push
relay
store
dial
is
Connected
is
Started
start
stop
Documentation
Loading...