Empty clause template
This is an empty clause template to get you started.
This is an empty clause template to get you started.
This is an empty clause template to get you started.
# Write your clause template here
# Write your clause template here
{
"$class": "org.accordproject.empty.EmptyClause",
"clauseId": "bf85504f-fbe6-41f9-8c81-19d7edccba49",
"$identifier": "bf85504f-fbe6-41f9-8c81-19d7edccba49"
}
namespace org.accordproject.empty
import org.accordproject.contract.* from https://models.accordproject.org/accordproject/contract.cto
import org.accordproject.runtime.* from https://models.accordproject.org/accordproject/runtime.cto
// Template model
asset EmptyClause extends Clause {
}
// Request
transaction EmptyRequest extends Request {
}
// Response
transaction EmptyResponse extends Response {
}
Find the full logic for this template on on GitHub.
Type | Sample JSON |
---|---|
org.accordproject.runtime.State |
|
Type | Sample JSON |
---|---|
org.accordproject.empty.EmptyRequest |
|
Type | Sample JSON |
---|---|
org.accordproject.empty.EmptyResponse |
|
Type | Sample JSON |
---|---|
concerto.Event |
|
Please refer to the Accord Project documentation for how to use a template or integrate it within your application.
View the Latest code for this template on GitHub.