Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.37 KB

File metadata and controls

69 lines (37 loc) · 1.37 KB

@ethereumjs/devp2p / PeerInfo

Interface: PeerInfo

Hierarchy

Table of contents

Properties

Properties

address

Optional address: string

Defined in

packages/devp2p/src/types.ts:174


id

Optional id: Uint8Array

Defined in

packages/devp2p/src/types.ts:173


tcpPort

Optional tcpPort: null | number

Defined in

packages/devp2p/src/types.ts:176


udpPort

Optional udpPort: null | number

Defined in

packages/devp2p/src/types.ts:175


vectorClock

Optional vectorClock: number

Defined in

packages/devp2p/src/types.ts:177