mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
added function to swarm
This commit is contained in:
@ -19,3 +19,10 @@ class Swarm(INetwork):
|
||||
:return: stream instance
|
||||
"""
|
||||
pass
|
||||
|
||||
def listen(self, *args):
|
||||
"""
|
||||
:param *args: one or many multiaddrs to start listening on
|
||||
:return: true if at least one success
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user