Tools, FAQ, Tutorials:
"transaction" CTO Statement Syntax
What is the syntax of the "transaction" CTO Statement
✍: FYIcenter.com
The "transaction" statement declares the input message structure of a
transaction type, which can be submitted to the business network for processing.
Here is the syntax of an "transaction" statement:
transaction type_name [extends super_type] { o|--> property_type property_name [optional] [default value] [validator] ... o|--> property_type[] property_name [optional] ... }
Syntax elements used in a "transaction" CTO Statement:
⇒ "event" CTO Statement Syntax
⇐ "asset" CTO Statement Syntax
2019-04-22, 246👍, 0💬
Popular Posts:
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How To Connect to MySQL from a PHP Script in PHP? If you want access the MySQL server, you must crea...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
What Is the 2017 Version of Azure API Management Service? The 2017 Version of Azure API Management a...