Hierarchy

  • WakuNode

Implements

Constructors

Properties

filter?: IFilter
libp2p: Libp2p
lightPush?: ILightPush
peerExchange?: IPeerExchange
pingKeepAliveTimers: {
    [peer: string]: ReturnType<typeof setInterval>;
}

Type declaration

relay?: IRelay
relayKeepAliveTimers: {
    [peer: string]: ReturnType<typeof setInterval>;
}

Type declaration

store?: IStore

Methods

  • Return the local multiaddr with peer id on which libp2p is listening.

    Throws

    if libp2p is not listening on localhost.

    Returns string

  • Parameters

    • peerId: PeerId
    • pingPeriodSecs: number
    • relayPeriodSecs: number

    Returns void

Generated using TypeDoc