def __init__(self, network, url, fixd_inf, cache_dir, zcash=None):
     TxApiInsight.__init__(self, network, url, zcash)
     self.fixd_inf = fixd_inf
     self.cache_dir = cache_dir
     self.skip_cache = False
 def __init__(self, network, url, zyrkd_inf, cache_dir, zcash=None):
     TxApiInsight.__init__(self, network, url, zcash)
     self.zyrkd_inf = zyrkd_inf
     self.cache_dir = cache_dir
Exemple #3
0
 def __init__(self, network, url, gobyted_inf, cache_dir, zcash=None):
     TxApiInsight.__init__(self, network, url, zcash)
     self.gobyted_inf = gobyted_inf
     self.cache_dir = cache_dir