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, 669👍, 0💬
Popular Posts:
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
What Is session_register() in PHP? session_register() is old function that registers global variable...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...