예제 #1
0
 public ContractsController(KeepIndexerContext context, EtherScanClient etherScanClient, IConfiguration configuration)
 {
     _context         = context;
     _etherScanClient = etherScanClient;
     _configuration   = configuration;
 }
예제 #2
0
 public ContractsController(KeepIndexerContext context, EtherScanClient etherScanClient)
 {
     _context         = context;
     _etherScanClient = etherScanClient;
 }
예제 #3
0
 public OpController(KeepIndexerContext context)
 {
     _context = context;
 }