Interfaces

PlainPeerInfo

Information about a networking peer.

Properties

address

address: `string`

Address of the peer in Multiaddr format


peerId

peerId: `string`

A libp2p peer ID


services

services: [PlainService](../type-aliases/PlainService)[]

List of services the peer is providing


type

type: `"full"` \| `"history"` \| `"light"`

Node type of the peer

On this page