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, 720👍, 0💬
Popular Posts:
How to search for the first match of a regular expression using re.search()? The re.search() functio...
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
Where to see resource detailed information of my API Management Service on Azure Portal? Once you ha...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...