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, 981🔥, 0💬
Popular Posts:
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...