Query Data In Notary Node and Query Transaction in Normal Node

﹥>﹥吖頭↗ 提交于 2019-12-11 08:39:01

问题


I have a question about query data:

Is there any way to query all data stored by Notary Node and how to query transactions in other Node in Corda?


回答1:


In Corda, each node is backed by its own database. This database only stores transactions that the node is aware of.

For privacy reasons, a node cannot query other nodes' databases. Instead, you'd have to write a flow that makes the other node query its database for you and send back the results. However, the other node would have control over what data is shared, if any.



来源:https://stackoverflow.com/questions/51531279/query-data-in-notary-node-and-query-transaction-in-normal-node

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!