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, 980🔥, 0💬
Popular Posts:
What Is session_register() in PHP? session_register() is old function that registers global variable...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...