interface IPeerExchange {
    query(params): Promise<PeerExchangeQueryResult>;
}

Methods