예제 #1
0
 static EthereumService()
 {
     Instance = new EthereumService();
 }
예제 #2
0
 public BlockService()
 {
     _data     = DataService.Instance;
     _ethereum = EthereumService.Instance;
     _config   = ConfigurationService.Instance;
 }