Fork me on GitHub

Template empty@0.1.0

Clause Ergo ^0.9.1 ea622cc0cfa6df467b57b8f4dde40361809e236aa18eebbb3e90cacd442c7dd2

This is an empty template to get you started.

Download Archive Open in Template Studio

Empty template

This is an empty template to get you started.

Sample

# Write your 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": "2fee2b35-59f1-4454-b606-51177c59f287"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "5c2a8a11-dd3f-11e8-a95c-95b9dbcf241c"
}

Request Types

Type Sample JSON
org.accordproject.empty.EmptyRequest
{
    "$class": "org.accordproject.empty.EmptyRequest",
    "transactionId": "5c2a6300-dd3f-11e8-a95c-95b9dbcf241c",
    "timestamp": "2018-10-31T19:01:23.376Z"
}

Response Types

Type Sample JSON
org.accordproject.empty.EmptyResponse
{
    "$class": "org.accordproject.empty.EmptyResponse",
    "transactionId": "5c2a8a10-dd3f-11e8-a95c-95b9dbcf241c",
    "timestamp": "2018-10-31T19:01:23.377Z"
}

Events Types

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