Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
RelayNode
Interface RelayNode
interface
RelayNode
{
connectionManager
:
IConnectionManager
;
filter
:
undefined
;
health
:
IHealthManager
;
libp2p
:
Libp2p
;
lightPush
:
undefined
;
relay
:
IRelay
;
store
:
undefined
;
dial
(
peer
,
protocols
?
)
:
Promise
<
Stream
>
;
isConnected
(
)
:
boolean
;
isStarted
(
)
:
boolean
;
start
(
)
:
Promise
<
void
>
;
stop
(
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
Waku
RelayNode
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
:
undefined
health
health
:
IHealthManager
libp2p
libp2p
:
Libp2p
light
Push
light
Push
:
undefined
relay
relay
:
IRelay
store
store
:
undefined
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...