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, ∼1252🔥, 0💬
Popular Posts:
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...