added function to swarm
This commit is contained in:
parent
5934eaffd0
commit
15978eae11
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user