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, 582👍, 0💬
Popular Posts:
Where to find tutorials on how to work with MySQL Database in PHP? A collection of tutorials to answ...
How to View Atom Feeds with IE (Internet Explorer)? If you want to view Atom Feeds with IE (Internet...
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
How to view API details on the Publisher Portal of an Azure API Management Service 2017 version? You...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...