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, ∼1492🔥, 0💬
Popular Posts:
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...