Skip to content

Documentation / @super-line/adapter-libp2p / PubSubLibp2p

Type Alias: PubSubLibp2p

PubSubLibp2p = Libp2p<{ pubsub: GossipSub; }>

Defined in: index.ts:16

A libp2p node whose services expose a gossipsub pubsub.

Released under the MIT License.