Hyperledger Composer 系统命名空间
Hyperledger Composer System Namespaces
我在 Hyperledger Composer Modeling 语言文档中发现了以下关于系统命名空间的句子。
谁能解释一下下面这句话的意思?
If you have defined an event or transaction including an eventId, transactionId, or timestamp, you must delete the eventId, transactionId, or timestamp properties.
eventId、transactionId 或时间戳属性由 HYperleger Fabric 在后台自动附加。所以如果你在 Rest loopback 界面看到你可以看到那里有交易 id 和时间戳,但是作为客户端 运行 交易你不需要提供这些参数,一旦交易完成就会自动填充完全的 。当您阅读这些交易时,您将能够看到时间戳和交易 ID。
我在 Hyperledger Composer Modeling 语言文档中发现了以下关于系统命名空间的句子。
谁能解释一下下面这句话的意思?
If you have defined an event or transaction including an eventId, transactionId, or timestamp, you must delete the eventId, transactionId, or timestamp properties.
eventId、transactionId 或时间戳属性由 HYperleger Fabric 在后台自动附加。所以如果你在 Rest loopback 界面看到你可以看到那里有交易 id 和时间戳,但是作为客户端 运行 交易你不需要提供这些参数,一旦交易完成就会自动填充完全的 。当您阅读这些交易时,您将能够看到时间戳和交易 ID。