コード例 #1
0
 public UniDexchange(
     IUniswapService uniswapService,
     IFileService fileService)
 {
     _uniswapService = uniswapService;
     _fileService    = fileService;
 }
コード例 #2
0
 public FetchDataForUniswap(
     IUniswapService uniswapService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _uniswapService   = uniswapService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
コード例 #3
0
 public UniNtf(
     ITelegramService telegramService,
     IUniswapService uniswapService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _telegramService  = telegramService;
     _uniswapService   = uniswapService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
コード例 #4
0
 public TokenPairsStep(IUniswapService uniswapService)
 {
     _uniswapService = uniswapService;
 }
コード例 #5
0
 public TokenAndLiquidityDataStep(IUniswapService uniswapService)
 {
     _uniswapService = uniswapService;
 }