我们如何定位特定参与者,例如,如果我有交易者列表作为参与者。我想写一个交易,它可以在交易者之间转移资金,我将如何从js文件访问个别交易者。
.cto file
{ org.acme.exchange
participant traders identified by email {
o String email
o Double balance
}
transaction pay{
}
答案 0 :(得分:0)
您的模型(没有名称空间?)乍一看(从上面发布的摘录中)看起来并不正确。但是这里有一些示例,您可以访问参与者 - > When to call getAssetRegistry to update assets (and the participants equivalent)和此处 - >如何在您的智能合约逻辑中引用交易者 - > https://github.com/hyperledger/composer-sample-networks/blob/master/packages/trade-network/lib/logic.js以及所有样本网络及其示例智能合约逻辑 - > https://github.com/hyperledger/composer-sample-networks/tree/master/packages/pii-network