Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
FullNode
Interface FullNode
interface
FullNode
{
connectionManager
:
IConnectionManager
;
filter
:
IFilter
;
libp2p
:
Libp2p
;
lightPush
:
ILightPush
;
relay
:
IRelay
;
shardInfo
?:
ShardingParams
;
store
:
IStore
;
dial
(
peer
,
protocols
?
)
:
Promise
<
Stream
>
;
isConnected
(
)
:
boolean
;
isStarted
(
)
:
boolean
;
start
(
)
:
Promise
<
void
>
;
stop
(
)
:
Promise
<
void
>
;
}
Hierarchy
Waku
FullNode
Index
Properties
connection
Manager
filter
libp2p
light
Push
relay
shard
Info?
store
Methods
dial
is
Connected
is
Started
start
stop
Properties
connection
Manager
connection
Manager
:
IConnectionManager
filter
filter
:
IFilter
libp2p
libp2p
:
Libp2p
light
Push
light
Push
:
ILightPush
relay
relay
:
IRelay
Optional
shard
Info
shard
Info
?:
ShardingParams
store
store
:
IStore
Methods
dial
dial
(
peer
,
protocols
?
)
:
Promise
<
Stream
>
Parameters
peer
:
PeerId
|
Multiaddr
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
libp2p
light
Push
relay
shard
Info
store
dial
is
Connected
is
Started
start
stop
Documentation
@waku/interfaces - v0.0.21
@waku/utils - v0.0.14
@waku/message-hash - v0.1.10
@waku/proto - v0.0.6
@waku/enr - v0.0.20
@waku/core - v0.0.26
@waku/relay - v0.0.9
@waku/peer-exchange - v0.0.19
@waku/dns-discovery - v0.0.20
@waku/message-encryption - v0.0.24
@waku/sdk - v0.0.22
@waku/browser-tests
Generated using
TypeDoc