Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在使用输入状态之前从公证服务流触发外部网络中的事务。该示例是一个托管服务,该服务触发向存托人的通知:Corda 上的托管人和 Hedera Hashgraph 上的存托人。
但公证流程无权从合同状态读取属性。有没有办法向公证人发送/广播自定义属性?
先感谢您。
如果您将公证人设置为验证人;它将有权访问所有事务组件(请阅读此处)。
将您的公证人设置为验证;在其内部设置以下配置node.conf(取自此示例):
node.conf
notary { validating = true }