Please report issues and contribute improvements on GitHub!

Template empty@0.5.0

Clause ^0.12.0 b8911075a9de0ab5bf062e069fc4ffcc4f7deafb8877be79d3b77516379d3b4f

This is an empty clause template to get you started.

Download Archive Open in Template Studio

Empty clause template

This is an empty clause template to get you started.

Sample

# Write your clause template here

                

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "org.accordproject.empty.EmptyClause",
    "clauseId": "ccc78b1d-f001-4c5c-ac08-4d6ed1726ae8"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "c6202041-575d-11e9-9ffa-db0629e5d319"
}

Request Types

Type Sample JSON
org.accordproject.empty.EmptyRequest
{
    "$class": "org.accordproject.empty.EmptyRequest",
    "transactionId": "c61ff930-575d-11e9-9ffa-db0629e5d319",
    "timestamp": "2019-04-05T00:46:27.907-04:00"
}

Response Types

Type Sample JSON
org.accordproject.empty.EmptyResponse
{
    "$class": "org.accordproject.empty.EmptyResponse",
    "transactionId": "c6202040-575d-11e9-9ffa-db0629e5d319",
    "timestamp": "2019-04-05T00:46:27.908-04:00"
}

Events Types

Type Sample JSON
org.accordproject.base.Event
{
    "abstract": "this is an abstract type"
}