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, ∼1212🔥, 0💬
Popular Posts:
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...