我想在Hyperledger composer中成功提交事务后返回事务ID。如何在事务处理器函数中获取事务ID?
谢谢。
答案 0 :(得分:1)
你可以在Playground中使用Historian吗? (点击'左下方'测试' - 它将显示交易ID)
或者您可以在客户端API中使用API getHistorian获取trxn ID。
或者通过交易类(例如PaySeller交易类)获取它们
使用Composer客户端API - >对于有问题的事务类,https://hyperledger.github.io/composer/latest/jsdoc/module-composer-client.BusinessNetworkConnection.html#getTransactionRegistry__anchor。每笔交易都有一个交易ID。