一个组织的 sdk 客户端如何向另一个组织背书对等方发送交易请求

how does a sdk client of one org send transaction request to another org endorsing peer

我有一个案例,我有两个组织的 hyperledger fabric 网络,每个组织有一个背书者对等体。有一个写策略说 'both the orgs to sign the transaction to commit the ledger'。在这种情况下,一个组织的客户端应用程序如何向两个组织的背书人发送交易请求?客户能否从我认为不可暗示的两个组织获得身份信息。

请建议包含此案例的资源链接。

Hyperledger fabric 有服务发现 Api。

服务发现 有助于动态呈现提出交易所需的配置,在节点上执行链代码并获得与链代码关联的背书策略。 下面是帮助您解决问题的链接。

read the docs explaination for discovery service

node.sdk discovery service tutorial