Ejemplo n.º 1
0
 public ContractsController(KeepIndexerContext context, EtherScanClient etherScanClient, IConfiguration configuration)
 {
     _context         = context;
     _etherScanClient = etherScanClient;
     _configuration   = configuration;
 }
Ejemplo n.º 2
0
 public ContractsController(KeepIndexerContext context, EtherScanClient etherScanClient)
 {
     _context         = context;
     _etherScanClient = etherScanClient;
 }
Ejemplo n.º 3
0
 public OpController(KeepIndexerContext context)
 {
     _context = context;
 }