コード例 #1
0
ファイル: PeerStore.cs プロジェクト: tabrath/cs-libp2p
 public PeerInfo PeerInfo(PeerId id) => new PeerInfo(id, _addrManager.Addresses(id));