AnnouncePeerInfoCopyimport type { AnnouncePeerInfo } from "https://raw.githubusercontent.com/rclarey/torrent/master/mod.ts";interface AnnouncePeerInfo extends AnnouncePeer {id: Uint8Array;state: AnnouncePeerState;}§Extends§AnnouncePeer[src]§Properties§id: Uint8Array[src]Peer's self-selected ID §state: AnnouncePeerState[src]Whether this peer is a leecher or seeder