Esempio n. 1
0
 public BlockTimestampProvider(IEthGateway ethGateway)
 {
     _ethGateway = ethGateway;
 }
Esempio n. 2
0
 public EthRecentBlockProvider(IEthGateway ethGateway)
 {
     _ethGateway = ethGateway;
 }
Esempio n. 3
0
 public EthLiquidityProvider(IEthGateway ethGateway)
 {
     _ethGateway = ethGateway;
 }