コード例 #1
0
 public FetchDataForKyber(
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
コード例 #2
0
 public FetchDataForUniswap(
     IUniswapService uniswapService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _uniswapService   = uniswapService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
コード例 #3
0
 public KyberNtf(
     ITelegramService telegramService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService
     )
 {
     _telegramService  = telegramService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
コード例 #4
0
 public UniNtf(
     ITelegramService telegramService,
     IUniswapService uniswapService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _telegramService  = telegramService;
     _uniswapService   = uniswapService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
コード例 #5
0
 public TokenDetailsStep(IEthPlorerService ethPlorerService)
 {
     _ethPlorerService = ethPlorerService;
 }
コード例 #6
0
 public TokenHoldersStep(IEthPlorerService ethPlorerService)
 {
     _ethPlorerService = ethPlorerService;
 }