UNPKG

@savid/rlpx-peeper

Version:

Discover [RLPx](https://github.com/ethereum/devp2p/blob/master/rlpx.md) peers with the [eth/66](https://eips.ethereum.org/EIPS/eip-2481) protocol.

6 lines (5 loc) 220 B
import Server from './server.js'; export default function generator(options: ConstructorParameters<typeof Server>[0]): AsyncGenerator<{ enode?: string | undefined; error?: Error | undefined; }, void, undefined>;