Tools, FAQ, Tutorials:
"asset" CTO Statement Syntax
What is the syntax of the "asset" CTO Statement
✍: FYIcenter.com
The "asset" statement declares a generic data type to represent primary
data entities that can be referenced with their unique IDs.
Here is the syntax of an "asset" statement:
[abstract] asset 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 an "asset" CTO Statement:
Â
⇒ "transaction" CTO Statement Syntax
⇠"participant" CTO Statement Syntax
2021-08-01, 708👍, 0💬
Popular Posts:
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to troubleshoot the Orderer peer? The Docker container terminated by itself. You can follow this...