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, ∼1318🔥, 0💬
Popular Posts:
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...