Interfaces implemented by internal libp2p components
This module serves as the entry point for @libp2p/interface-internal
,
exporting key components such as AddressManager
, ConnectionManager
,
RandomWalk
, Registrar
, and TransportManager
.
These interfaces and classes define the core internal behaviors of libp2p.
$ npm i @libp2p/interface-internal
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This module serves as the entry point for
@libp2p/interface-internal
, exporting key components such asAddressManager
,ConnectionManager
,RandomWalk
,Registrar
, andTransportManager
.These interfaces and classes define the core internal behaviors of libp2p.