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, 996🔥, 0💬
Popular Posts:
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....