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, ∼1486🔥, 0💬
Popular Posts:
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...