标签: hyperledger-composer
我遇到了一些问题: 当我从我的nodejs app创建资产然后尝试获取资产列表但是列表中还没有新资产。所以我认为最好订阅事件以获取更新,但无法找到如何在资产创建时发出事件
答案 0 :(得分:2)
您可以使用运行时emit方法从TP函数发出事件。这在这里描述:
emit
https://hyperledger.github.io/composer/business-network/publishing-events.html
https://hyperledger.github.io/composer/applications/subscribing-to-events.html