Tools, FAQ, Tutorials:
"event" CTO Statement Syntax
What is the syntax of the "event" CTO Statement?
✍: FYIcenter.com
The "event" statement declares the output message structure of an event
type, which can be emitted from the business network for external systems to consume.
Here is the syntax of an "event" statement:
event type_name [extends super_type] {
o|--> property_type property_name [optional] [default value] [validator]
...
o|--> property_type[] property_name [optional]
...
}
Syntax elements used in a "transaction" CTO Statement:
Â
⇒ "concept" CTO Statement Syntax
⇠"transaction" CTO Statement Syntax
2021-06-19, ∼1173🔥, 0💬
Popular Posts:
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...