Ejemplo n.º 1
0
 public EthApiCompilerService(IClient client) : base(client)
 {
     CompileLLL      = new EthCompileLLL(client);
     CompileSerpent  = new EthCompileSerpent(client);
     CompileSolidity = new EthCompileSolidity(client);
     GetCompilers    = new EthGetCompilers(client);
 }
Ejemplo n.º 2
0
 public EthCompilerService(RpcClient client) : base(client)
 {
     CompileLLL = new EthCompileLLL(client);
     CompileSerpent = new EthCompileSerpent(client);
     CompileSolidity = new EthCompileSolidity(client);
     GetCompilers = new EthGetCompilers(client);
 }