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, 893🔥, 0💬
Popular Posts:
How to use the "send-request" Policy statement to call an extra web service for an Azure API service...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...