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, ∼1242🔥, 0💬
Popular Posts:
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...