有没有办法在 Hyperledger Fabric 中结束交易时收到通知?

Is there a way to get notification when a transaction is ended in Hyperledger Fabric?

我想在我的事务(链代码部署或调用)结束时收到通知。我使用 REST API 并尽量避免出现

的错误
'Error when querying chaincode: Error:Failed to launch chaincode spec(Could not get deployment transaction for 97e1a9887ad9695f8ce5b0a8d0e6f250bb75ba19db49f2f610b4c450deba0233ee41d9d00a6c1142bfb021946ab36e506e454053ad5231414d43c9fba0a601c7 - ledger: resource not found)'.

有没有办法或者我应该只轮询 http://vp:5000/transactions/{txuuid} 端点的事务和 post 返回正确结果后的查询消息?

最接近此的是拥有一个块侦听器应用程序,该应用程序检查传入的块并根据您的应用程序指定的条件解析它们。

Example block listener