| | |
| | | import com.xcong.excoin.modules.coin.entity.OrderCoinsEntity; |
| | | import com.xcong.excoin.modules.coin.service.OrderCoinService; |
| | | import com.xcong.excoin.rabbit.consumer.UsdtUpdateConsumer; |
| | | import com.xcong.excoin.rabbit.producer.UsdtUpdateProducer; |
| | | import com.xcong.excoin.trade.CoinTrader; |
| | | import com.xcong.excoin.utils.CoinTypeConvert; |
| | | import com.xcong.excoin.utils.RedisUtils; |
| | |
| | | System.out.println(token.balanceOf("TZ5sZBLU5pdZbqN56rVsUEQuRHzYGRSY8a"));; |
| | | } |
| | | |
| | | @Autowired |
| | | private UsdtUpdateProducer usdtUpdateProducer; |
| | | |
| | | @Test |
| | | public void blockTest() { |
| | | // usdtUpdateProducer.sendTrc20BlockMsg("35908596"); |
| | | |
| | | |
| | | trxUsdtUpdateService.monitorCoinListener(35908596L); |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | } |
| | | } |