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, 969🔥, 0💬
Popular Posts:
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...