예제 #1
0
 public EthApiCompilerService(IClient client) : base(client)
 {
     CompileLLL      = new EthCompileLLL(client);
     CompileSerpent  = new EthCompileSerpent(client);
     CompileSolidity = new EthCompileSolidity(client);
     GetCompilers    = new EthGetCompilers(client);
 }
예제 #2
0
 public EthCompilerService(RpcClient client) : base(client)
 {
     CompileLLL = new EthCompileLLL(client);
     CompileSerpent = new EthCompileSerpent(client);
     CompileSolidity = new EthCompileSolidity(client);
     GetCompilers = new EthGetCompilers(client);
 }