Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
FullNode
Interface FullNode
interface
FullNode
{
connectionManager
:
IConnectionManager
;
filter
:
IFilter
;
libp2p
:
Libp2p
;
lightPush
:
ILightPushSDK
;
relay
:
IRelay
;
store
:
IStoreSDK
;
dial
(
peer
,
protocols
?
)
:
Promise
<
Stream
>
;
isConnected
(
)
:
boolean
;
isStarted
(
)
:
boolean
;
start
(
)
:
Promise
<
void
>
;
stop
(
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
Waku
FullNode
Index
Properties
connection
Manager
filter
libp2p
light
Push
relay
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
:
ILightPushSDK
relay
relay
:
IRelay
store
store
:
IStoreSDK
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
store
dial
is
Connected
is
Started
start
stop
Documentation
@waku
proto
interfaces
utils
message-hash
enr
core
relay
discovery
message-encryption
sdk
browser-tests
react-native-polyfills
Generated using
TypeDoc