|
|
1
0
您的问题是模型文件,而不是事务代码。你需要
asset Item identified by itemId{
o String itemId
o String name
o String idgId
o String serialNumber
o String comment
--> Assembler owner
--> Item [] items optional
}
transaction Trade{
--> Item item
--> Assembler newOwner
}
|
|
|
2
0
首席技术官:
|