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
2021-08-01, ∼1259🔥, 0💬
Popular Posts:
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...