Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AnnouncePeerInfo

import type { AnnouncePeerInfo } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";
interface AnnouncePeerInfo extends AnnouncePeer {
id: Uint8Array;
}

§Extends

§Properties

§
id: Uint8Array
[src]

Peer's self-selected ID

§

Whether this peer is a leecher or seeder