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, ∼1196🔥, 0💬
Popular Posts:
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...