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, 641👍, 0💬
Popular Posts:
What properties and functions are supported on requests.models.Response objects? "requests" module s...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to use the API operation 2017 version setting "Rewrite URL template"? The API operation setting ...