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, ∼1282🔥, 0💬
Popular Posts:
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...