Tools, FAQ, Tutorials:
"participant" CTO Statement Syntax
What is the syntax of the "participant" CTO Statement
✍: FYIcenter.com
The "participant" CTO statement declares a participant data type to represent
someone who can interact with the business network under access control rules.
Here is the syntax of a "participant" statement:
[abstract] participant type_name [identified by id_name] | [extends super_type] { o|--> property_type property_name [optional] [default value] [validator] ... o|--> property_type[] property_name [optional] ... }
Syntax elements used in a "participant" CTO Statement:
Â
⇒ "asset" CTO Statement Syntax
2021-08-01, 665👍, 0💬
Popular Posts:
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How to Create a New Instance of a Class? There are two ways to create a new instance (object) of a c...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...