hyperledger composer 参与者如何映射到 hyperledger fabric 实体?
How does hyperledger composer participant maps to hyperledger fabric entities?
在 hyperledger composer 文档中 "In order for a new participant to join a business network, a new instance of that participant must be created in the business network"。
我了解业务网络弱映射到结构中的链代码。参与者实例在 fabric 中究竟是如何表示的?它是否存储在分类帐状态数据中?
是的,参与者的数据存储在世界状态中。还有一个映射 table 允许将 Fabric 证书映射到参与者 ID。
在 hyperledger composer 文档中 "In order for a new participant to join a business network, a new instance of that participant must be created in the business network"。 我了解业务网络弱映射到结构中的链代码。参与者实例在 fabric 中究竟是如何表示的?它是否存储在分类帐状态数据中?
是的,参与者的数据存储在世界状态中。还有一个映射 table 允许将 Fabric 证书映射到参与者 ID。