Beispiel #1
0
 def f_multicall(self, hash, commands):
     data = self.multicall('f.multicall', [hash, ''] + commands)
     return File.get_files(data, commands)