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, 865🔥, 0💬
Popular Posts:
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...