是否有可能在Algorand观看某一笔交易,比如在Ethereum观看某一事件?
发布于 2022-07-19 21:06:25
官方的algod和索引API目前不支持在Algorand上监视事务/事件。
您可以通过使用正确的参数(以“拉”方式而不是“推送”方式)定期查询索引器的正确端点来手动模拟这一点。
您还可以尝试使用Blockdaemon无处不在的websockets:https://blockdaemon.com/documentation/ubiquity-api/universal-api/websockets-api/
https://stackoverflow.com/questions/73026378
复制相似问题